@charset "UTF-8";
/* generated with grunt-sass-globbing */ /* From Eric Meyer reset */
@import url("https://use.typekit.net/vka2qlt.css");
@import 'vendor/vendor-combined.css';
html, body, div, span, applet, object, iframe,
h1, h2, #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 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.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href].logo:after {
    content: "";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  .nav-container {
    display: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  #disclosurePopup .modal-header h1,
  #disclosurePopup .modal-header .modal-title,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2, #disclosurePopup .modal-header h1,
  #disclosurePopup .modal-header .modal-title,
  h3 {
    page-break-after: avoid;
  }
}
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 1rem;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* Charts and Illustrations only */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

h1, h2, #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, legend, .h5, .h6 {
  font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.1875;
  color: #000;
}
h1 small,
h1 .small, h2 small, #disclosurePopup .modal-header h1 small,
#disclosurePopup .modal-header .modal-title small,
h2 .small,
#disclosurePopup .modal-header h1 .small,
#disclosurePopup .modal-header .modal-title .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small, legend small,
.h4 .small,
legend .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #74777A;
}

h1, .h1,
h2,
#disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
#disclosurePopup .modal-header h1 small,
#disclosurePopup .modal-header .modal-title small,
h2 .small,
#disclosurePopup .modal-header h1 .small,
#disclosurePopup .modal-header .modal-title .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4, legend,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small, legend small,
.h4 .small,
legend .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

h2, #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2 {
  font-size: 2rem;
}

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

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

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

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

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #B26200;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #74777A;
}

.text-primary {
  color: #9A3324;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #71251a;
}

.text-success {
  color: #115740;
}

a.text-success:hover,
a.text-success:focus {
  color: #092c21;
}

.text-info {
  color: #006AC6;
}

a.text-info:hover,
a.text-info:focus {
  color: #004f93;
}

.text-warning {
  color: #B26200;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #7f4600;
}

.text-danger {
  color: #B33A34;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #8b2d29;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #9A3324;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #71251a;
}

.bg-success {
  background-color: #115740;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #092c21;
}

.bg-info {
  background-color: #006AC6;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #004f93;
}

.bg-warning {
  background-color: #B26200;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #7f4600;
}

.bg-danger {
  background-color: #B33A34;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #8b2d29;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #B1B3B3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.375;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 1.25rem;
  border-left: 5px solid #B1B3B3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #B1B3B3;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #B1B3B3;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}

.alert {
  padding: 1rem;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 21rem;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #FFF;
  background-color: #115740;
  border-color: #115740;
}
.alert-success hr {
  border-top-color: #0d4230;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: #FFF;
  background-color: #006AC6;
  border-color: #006AC6;
}
.alert-info hr {
  border-top-color: #005cad;
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: #FFF;
  background-color: #B26200;
  border-color: #B26200;
}
.alert-warning hr {
  border-top-color: #995400;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  color: #FFF;
  background-color: #B33A34;
  border-color: #B33A34;
}
.alert-danger hr {
  border-top-color: #9f342e;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #B1B3B3;
  border: 1px solid #B1B3B3;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.modal-header {
  padding: 1rem;
  border-bottom: 1px solid #616162;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.375;
}

.modal-body {
  position: relative;
  padding: 1rem;
}

.modal-footer {
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #B1B3B3;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .primary-nav-container .nav > li > a.file.PDF.button + .btn, .primary-nav-container .modal-footer .nav > li > a.file.PDF.button + .btn, .modal-footer .primary-nav-container .nav > li > .btn + a.file.PDF.button, .primary-nav-container .modal-footer .nav > li > .btn + a.file.PDF.button, .modal-footer .button + .btn, .modal-footer .primary-nav-container .nav > li > .button + a.file.PDF.button, .primary-nav-container .modal-footer .nav > li > .button + a.file.PDF.button, .modal-footer .btn + .button, .modal-footer .primary-nav-container .nav > li > a.file.PDF.button + .button, .primary-nav-container .modal-footer .nav > li > a.file.PDF.button + .button, .modal-footer .button + .button, .modal-footer .pager .previous a + .btn, .modal-footer .pager .previous .primary-nav-container .nav > li > a + a.file.PDF.button, .primary-nav-container .modal-footer .pager .previous .nav > li > a + a.file.PDF.button, .modal-footer .pager .previous a + .button, .pager .previous .modal-footer a + .btn, .pager .previous .modal-footer .primary-nav-container .nav > li > a + a.file.PDF.button, .primary-nav-container .pager .previous .modal-footer .nav > li > a + a.file.PDF.button, .pager .previous .modal-footer a + .button,
.modal-footer .pager .next a + .btn,
.modal-footer .pager .next .primary-nav-container .nav > li > a + a.file.PDF.button,
.primary-nav-container .modal-footer .pager .next .nav > li > a + a.file.PDF.button,
.modal-footer .pager .next a + .button,
.pager .next .modal-footer a + .btn,
.pager .next .modal-footer .primary-nav-container .nav > li > a + a.file.PDF.button,
.primary-nav-container .pager .next .modal-footer .nav > li > a + a.file.PDF.button,
.pager .next .modal-footer a + .button, .modal-footer .pager .previous .btn + a, .modal-footer .pager .previous .primary-nav-container .nav > li > a.file.PDF.button + a, .primary-nav-container .modal-footer .pager .previous .nav > li > a.file.PDF.button + a, .modal-footer .pager .previous .button + a, .pager .previous .modal-footer .btn + a, .pager .previous .modal-footer .primary-nav-container .nav > li > a.file.PDF.button + a, .primary-nav-container .pager .previous .modal-footer .nav > li > a.file.PDF.button + a, .pager .previous .modal-footer .button + a, .modal-footer .pager .previous a + a, .pager .previous .modal-footer a + a,
.modal-footer .pager .next .btn + a,
.modal-footer .pager .next .primary-nav-container .nav > li > a.file.PDF.button + a,
.primary-nav-container .modal-footer .pager .next .nav > li > a.file.PDF.button + a,
.modal-footer .pager .next .button + a,
.pager .next .modal-footer .btn + a,
.pager .next .modal-footer .primary-nav-container .nav > li > a.file.PDF.button + a,
.primary-nav-container .pager .next .modal-footer .nav > li > a.file.PDF.button + a,
.pager .next .modal-footer .button + a,
.modal-footer .pager .next a + a,
.pager .next .modal-footer a + a {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .primary-nav-container .nav > li > a.file.PDF.button + .btn, .primary-nav-container .modal-footer .btn-group .nav > li > a.file.PDF.button + .btn, .modal-footer .btn-group .primary-nav-container .nav > li > .btn + a.file.PDF.button, .primary-nav-container .modal-footer .btn-group .nav > li > .btn + a.file.PDF.button, .modal-footer .btn-group .button + .btn, .modal-footer .btn-group .primary-nav-container .nav > li > .button + a.file.PDF.button, .primary-nav-container .modal-footer .btn-group .nav > li > .button + a.file.PDF.button, .modal-footer .btn-group .btn + .button, .modal-footer .btn-group .primary-nav-container .nav > li > a.file.PDF.button + .button, .primary-nav-container .modal-footer .btn-group .nav > li > a.file.PDF.button + .button, .modal-footer .btn-group .button + .button, .modal-footer .btn-group .pager .previous a + .btn, .modal-footer .btn-group .pager .previous .primary-nav-container .nav > li > a + a.file.PDF.button, .primary-nav-container .modal-footer .btn-group .pager .previous .nav > li > a + a.file.PDF.button, .modal-footer .btn-group .pager .previous a + .button, .pager .previous .modal-footer .btn-group a + .btn, .pager .previous .modal-footer .btn-group .primary-nav-container .nav > li > a + a.file.PDF.button, .primary-nav-container .pager .previous .modal-footer .btn-group .nav > li > a + a.file.PDF.button, .pager .previous .modal-footer .btn-group a + .button,
.modal-footer .btn-group .pager .next a + .btn,
.modal-footer .btn-group .pager .next .primary-nav-container .nav > li > a + a.file.PDF.button,
.primary-nav-container .modal-footer .btn-group .pager .next .nav > li > a + a.file.PDF.button,
.modal-footer .btn-group .pager .next a + .button,
.pager .next .modal-footer .btn-group a + .btn,
.pager .next .modal-footer .btn-group .primary-nav-container .nav > li > a + a.file.PDF.button,
.primary-nav-container .pager .next .modal-footer .btn-group .nav > li > a + a.file.PDF.button,
.pager .next .modal-footer .btn-group a + .button, .modal-footer .btn-group .pager .previous .btn + a, .modal-footer .btn-group .pager .previous .primary-nav-container .nav > li > a.file.PDF.button + a, .primary-nav-container .modal-footer .btn-group .pager .previous .nav > li > a.file.PDF.button + a, .modal-footer .btn-group .pager .previous .button + a, .pager .previous .modal-footer .btn-group .btn + a, .pager .previous .modal-footer .btn-group .primary-nav-container .nav > li > a.file.PDF.button + a, .primary-nav-container .pager .previous .modal-footer .btn-group .nav > li > a.file.PDF.button + a, .pager .previous .modal-footer .btn-group .button + a, .modal-footer .btn-group .pager .previous a + a, .pager .previous .modal-footer .btn-group a + a,
.modal-footer .btn-group .pager .next .btn + a,
.modal-footer .btn-group .pager .next .primary-nav-container .nav > li > a.file.PDF.button + a,
.primary-nav-container .modal-footer .btn-group .pager .next .nav > li > a.file.PDF.button + a,
.modal-footer .btn-group .pager .next .button + a,
.pager .next .modal-footer .btn-group .btn + a,
.pager .next .modal-footer .btn-group .primary-nav-container .nav > li > a.file.PDF.button + a,
.primary-nav-container .pager .next .modal-footer .btn-group .nav > li > a.file.PDF.button + a,
.pager .next .modal-footer .btn-group .button + a,
.modal-footer .btn-group .pager .next a + a,
.pager .next .modal-footer .btn-group a + a {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #B1B3B3;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #B1B3B3;
  cursor: not-allowed;
  background-color: #DCDCDC;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #B1B3B3;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #003057;
  background-color: #002a4d;
  border-color: #002a4d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #1a98ff;
}

a.list-group-item,
button.list-group-item {
  color: #003057;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #3B3C3E;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #003057;
  text-decoration: none;
  background-color: #EEE;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #115740;
  background-color: #115740;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #115740;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #115740;
  background-color: #0d4230;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #115740;
  border-color: #115740;
}

.list-group-item-info {
  color: #006AC6;
  background-color: #006AC6;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #006AC6;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #006AC6;
  background-color: #005cad;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #006AC6;
  border-color: #006AC6;
}

.list-group-item-warning {
  color: #B26200;
  background-color: #B26200;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #B26200;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #B26200;
  background-color: #995400;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #B26200;
  border-color: #B26200;
}

.list-group-item-danger {
  color: #B33A34;
  background-color: #B33A34;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #B33A34;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #B33A34;
  background-color: #9f342e;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #B33A34;
  border-color: #B33A34;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #EEE;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 1rem;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 0.5rem 1rem;
  background-color: #F3F3F3;
  border-top: 1px solid #B1B3B3;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 1rem;
  padding-left: 1rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #B1B3B3;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #B1B3B3;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #B1B3B3;
}

.panel-default {
  border-color: #B1B3B3;
}
.panel-default > .panel-heading {
  color: #3B3C3E;
  background-color: #FFF;
  border-color: #B1B3B3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B1B3B3;
}
.panel-default > .panel-heading .badge {
  color: #FFF;
  background-color: #3B3C3E;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B1B3B3;
}

.panel-primary {
  border-color: #9A3324;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #9A3324;
  border-color: #9A3324;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9A3324;
}
.panel-primary > .panel-heading .badge {
  color: #9A3324;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9A3324;
}

.panel-success {
  border-color: #115740;
}
.panel-success > .panel-heading {
  color: #FFF;
  background-color: #115740;
  border-color: #115740;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #115740;
}
.panel-success > .panel-heading .badge {
  color: #115740;
  background-color: #FFF;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #115740;
}

.panel-info {
  border-color: #006AC6;
}
.panel-info > .panel-heading {
  color: #FFF;
  background-color: #006AC6;
  border-color: #006AC6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006AC6;
}
.panel-info > .panel-heading .badge {
  color: #006AC6;
  background-color: #FFF;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006AC6;
}

.panel-warning {
  border-color: #B26200;
}
.panel-warning > .panel-heading {
  color: #FFF;
  background-color: #B26200;
  border-color: #B26200;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B26200;
}
.panel-warning > .panel-heading .badge {
  color: #B26200;
  background-color: #FFF;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B26200;
}

.panel-danger {
  border-color: #B33A34;
}
.panel-danger > .panel-heading {
  color: #FFF;
  background-color: #B33A34;
  border-color: #B33A34;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B33A34;
}
.panel-danger > .panel-heading .badge {
  color: #B33A34;
  background-color: #FFF;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B33A34;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #74777A;
  border-radius: 50%;
}
.badge:empty {
  display: none;
}
.btn .badge, .primary-nav-container .nav > li > a.file.PDF.button .badge, .button .badge, .pager .previous a .badge,
.pager .next a .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .primary-nav-container .nav > li.btn-group-xs > a.file.PDF.button .badge, .btn-group-xs > .button .badge, .pager .previous .btn-group-xs > a .badge,
.pager .next .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #003057;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFF;
  border: 1px solid #B1B3B3;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #DCDCDC;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #B1B3B3;
  cursor: not-allowed;
  background-color: #FFF;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.375;
  color: #003057;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #B1B3B3;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #002a4d;
  background-color: #DCDCDC;
  border-color: #B1B3B3;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #FFF;
  cursor: default;
  background-color: #9A3324;
  border-color: #9A3324;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #B1B3B3;
  cursor: not-allowed;
  background-color: #FFF;
  border-color: #B1B3B3;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.15rem;
  line-height: 1.125;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 0.875rem;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only, .nav-search .search-container .input-group-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* -----------------------------------
 * MIXINS
 * ----------------------------------- */
/* -----------------------------------
   VARIABLES
----------------------------------- */
/* -------------------------------------------------------------
    Apply a natural box layout model to all elements,
    but allowing components to change.

   ***By setting the box-sizing to the HTML element and using
   box-sizing:inherit on all other elements, third party library
   styles that may not use border box will not break.***
-------------------------------------------------------------- */
html,
body {
  height: 100%;
  max-width: 100% !important;
}

body {
  overflow-x: hidden !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* -----------------------------------
   VENDOR CSS
   mediaelement, select2
----------------------------------- */
.embed-responsive *:focus {
  outline: none !important;
  box-shadow: none;
  border: 0;
}

.mejs__video .mejs__inner,
.mejs__video .mediaelelementwrapper,
.mejs__video video {
  width: 100%;
  height: 100%;
}
.mejs__video .mediaelementwrapper {
  display: block;
}

.align-center .mejs__container {
  margin: 0 auto;
}

/* -----------------------------------
    HELPER CLASSES
----------------------------------- */
.pod:before, .pod:after {
  display: table;
  content: " ";
}
.pod:after {
  clear: both;
}
.pod::before, .pod::after {
  width: 0;
  height: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-center {
  margin-right: auto;
  margin-left: auto;
}

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

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

.clearLeft,
.clear-left {
  clear: left;
}

.clearRight,
.clear-right {
  clear: right;
}

.clearBoth,
.clear-both {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
  height: 0;
  line-height: 0;
}

.visible {
  visibility: visible;
  height: inherit;
  line-height: inherit;
}

.flex-container {
  display: flex;
}
.flex-container.pod:before, .flex-container.pod:after {
  content: normal;
}

.grid-container:not(.function) {
  margin: 0;
  display: grid;
  grid-gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: auto;
}
@media (max-width: 1028px) {
  .grid-container:not(.function) {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
html.ie .grid-container:not(.function) * {
  max-width: 100%;
}
@media (max-width: 1028px) {
  html.ie .grid-container:not(.function) {
    grid-template-columns: max-content;
  }
}
.grid-container:not(.function).pod:before, .grid-container:not(.function).pod:after {
  content: normal;
}
.grid-2 .grid-container:not(.function) {
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
html.ie .grid-2 .grid-container:not(.function) {
  grid-template-columns: 1fr 1fr;
}
.grid-3 .grid-container:not(.function) {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}
html.ie .grid-3 .grid-container:not(.function) {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 .grid-container:not(.function) {
  grid-template-columns: repeat(4, minmax(300px, 1fr));
}
html.ie .grid-4 .grid-container:not(.function) {
  grid-template-columns: 1fr 1fr 1fr;
}

.offscreen {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only, .nav-search .search-container .input-group-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.email.rev {
  unicode-bidi: bidi-override;
  direction: rtl;
}

#createdBy {
  display: none;
}

.file-details {
  font-size: 10px;
  color: #000;
}

.no-image {
  padding: 15%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #97999B;
  font-size: 1.5rem;
  font-weight: 700;
  background: #B1B3B3;
  border: 1px solid #97999B;
}
.no-image:after {
  content: "Image coming soon";
  display: block;
  text-align: center;
}

.asset {
  height: auto;
  max-width: 100%;
  display: block;
}
.asset.align-center, .asset.pull-center {
  text-align: center;
}
.asset.align-center img, .asset.pull-center img {
  margin-right: auto;
  margin-left: auto;
}
.asset.pull-left {
  margin-right: 15px;
}
.asset.pull-right {
  margin-left: 15px;
}

.pod.regular .asset {
  margin-bottom: 20px;
}

/* ------------------------------------------------
    ADMIN BAR
------------------------------------------------ */
#headerToolbarButtons {
  z-index: 10001;
  width: 100%;
  padding: 5px;
  position: absolute;
  top: -20px;
  height: 30px;
  left: 0;
  background: repeating-linear-gradient(45deg, #000, #000 10px, #74777A 10px, #74777A 20px);
  color: #FFF;
  opacity: 0.25;
  transition: all 0.3s linear;
}
#headerToolbarButtons:hover, #headerToolbarButtons:focus {
  opacity: 1;
  top: 0;
}
#headerToolbarButtons h4 {
  font-weight: 600;
  display: inline-block;
  margin: 0 20px 0 0;
}
#headerToolbarButtons p {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
#headerToolbarButtons .btn, #headerToolbarButtons .button, #headerToolbarButtons .pager .previous a, .pager .previous #headerToolbarButtons a,
#headerToolbarButtons .pager .next a,
.pager .next #headerToolbarButtons a {
  background-color: #000;
  margin-top: 6px;
  float: right;
}

/* ------------------------------------------------
    LOGIN FORM
------------------------------------------------ */
#login-box {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  margin-top: 30px;
}

/* ------------------------------------------------
    PODS
------------------------------------------------ */
.pod {
  margin-bottom: 20px;
}
.pod img {
  max-width: 100%;
  height: auto;
}
.pod::after {
  display: table;
  content: "";
  clear: both;
}

.pod.regular {
  margin-bottom: 0;
}

/* -----------------------------------
    POD TYPE: Tipdown
----------------------------------- */
.pod.tipdown {
  margin: 0 0 20px;
}
.pod.tipdown.disclosure-tipdown {
  border-bottom: 0;
}
.pod.tipdown > p {
  margin: 0 !important;
}

a.tipdown-trigger {
  display: block;
  font-weight: 700;
  border-bottom: 1px dotted #000;
}
a.tipdown-trigger[aria-expanded=true], a.tipdown-trigger:hover, a.tipdown-trigger:focus {
  color: #000;
}
a.tipdown-trigger[aria-expanded=true] i, a.tipdown-trigger:hover i, a.tipdown-trigger:focus i {
  transition: all 0.35s ease;
  transform: rotate(90deg);
}
.disclosure-tipdown a.tipdown-trigger {
  font-size: 0.875rem;
  color: #74777A;
}
.disclosure-tipdown a.tipdown-trigger i {
  display: none;
}
.disclosure-tipdown a.tipdown-trigger::after {
  content: "\f107";
  margin-left: 1rem;
  font-family: fontAwesome;
  font-size: inherit;
}

.tipdown-content {
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  overflow: hidden;
  transition: all 0.35s ease;
}
.tipdown-content.collapse {
  height: 0;
}
.tipdown-content.collapse.in {
  height: auto;
}
.tipdown-content .pod {
  margin: 0;
}
.disclosure-tipdown .tipdown-content {
  font-size: 0.875rem;
  color: #3B3C3E;
}
.disclosure-tipdown .tipdown-content * {
  font-size: 0.875rem;
}
.disclosure-tipdown .tipdown-content *:not(a) {
  color: #3B3C3E;
}

/* -----------------------------------
    POD TYPE: Function
----------------------------------- */
/* -----------------------------------
    POD TYPE: Regular
----------------------------------- */
/* -----------------------------------
    POD TYPE: Tabs
----------------------------------- */
/* ---------- General ---------- */
.pod.tabbed {
  position: relative;
  margin: 10px 0;
  /* ---------- Vertical ---------- */
}
.pod.tabbed .nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pod.tabbed .nav-tabs li {
  margin: 0;
}
.pod.tabbed .nav-tabs li a {
  padding: 1rem;
  margin: 0;
  background: #EEE;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pod.tabbed .nav-tabs li a {
    padding: 0.5rem;
  }
}
.pod.tabbed .nav-tabs li a:link, .pod.tabbed .nav-tabs li a:visited, .pod.tabbed .nav-tabs li a:active {
  color: #000;
}
.pod.tabbed .nav-tabs li a:hover, .pod.tabbed .nav-tabs li a:focus {
  background: #B1B3B3;
}
.pod.tabbed .nav-tabs li a h1,
.pod.tabbed .nav-tabs li a h2,
.pod.tabbed .nav-tabs li a #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .pod.tabbed .nav-tabs li a h1,
.pod.tabbed .nav-tabs li a #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .pod.tabbed .nav-tabs li a .modal-title,
.pod.tabbed .nav-tabs li a h3,
.pod.tabbed .nav-tabs li a h4,
.pod.tabbed .nav-tabs li a h5,
.pod.tabbed .nav-tabs li a h6 {
  margin: 0;
  line-height: 1;
  color: #000;
}
.pod.tabbed .nav-tabs li.active a {
  background: #DCDCDC;
}
.pod.tabbed .nav-tabs li:hover {
  cursor: pointer;
}
.pod.tabbed .tab-content {
  padding: 3rem 2rem;
  background: #DCDCDC;
  position: relative;
  z-index: 0;
  clear: both;
}
.pod.tabbed .tab-content h1, .pod.tabbed .tab-content .h1,
.pod.tabbed .tab-content h2,
.pod.tabbed .tab-content #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .pod.tabbed .tab-content h1,
.pod.tabbed .tab-content #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .pod.tabbed .tab-content .modal-title, .pod.tabbed .tab-content .h2,
.pod.tabbed .tab-content h3, .pod.tabbed .tab-content .h3,
.pod.tabbed .tab-content h4, .pod.tabbed .tab-content .h4, .pod.tabbed .tab-content legend,
.pod.tabbed .tab-content h5, .pod.tabbed .tab-content .h5,
.pod.tabbed .tab-content h6, .pod.tabbed .tab-content .h6 {
  color: #000;
}
@media (max-width: 767px) {
  .pod.tabbed .tab-content {
    padding: 1rem;
  }
}
.pod.tabbed .tab-content .DIVIDER {
  background: #B1B3B3;
}
.pod.tabbed .tab-content ul {
  list-style: outside;
  padding: 0 0 0 1.25rem;
}
.pod.tabbed .tab-content .asset-stack.plain-text-view {
  background: none;
  list-style: none;
}
.flexbox .pod.tabbed.vertical .tabContainer, .flexboxlegacy .pod.tabbed.vertical .tabContainer {
  display: flex;
  flex-flow: row nowrap;
}
.pod.tabbed.vertical .nav-tabs {
  border-bottom: 0;
  height: 100%;
}
.flexbox .pod.tabbed.vertical .nav-tabs, .flexboxlegacy .pod.tabbed.vertical .nav-tabs {
  flex: 1;
}
.no-flexbox.no-flexboxlegacy .pod.tabbed.vertical .nav-tabs {
  width: 200px;
  float: left;
}
.pod.tabbed.vertical .nav-tabs li {
  margin-bottom: 2px;
  margin-right: -3px;
  float: none;
}
.pod.tabbed.vertical .nav-tabs li.active a, .pod.tabbed.vertical .nav-tabs li.active:hover a, .pod.tabbed.vertical .nav-tabs li.active:focus a {
  border-right-color: transparent;
}
.pod.tabbed.vertical .nav-tabs li:hover a, .pod.tabbed.vertical .nav-tabs li:focus a {
  border-bottom-color: transparent;
}
.flexbox .pod.tabbed.vertical .tab-content, .flexboxlegacy .pod.tabbed.vertical .tab-content {
  flex: 3;
}
.no-flexbox.no-flexboxlegacy .pod.tabbed.vertical .tab-content {
  margin-left: 200px;
}
.pod.tabbed.horizontal .nav-tabs li {
  margin-right: 2px;
}

/* -----------------------------------
    POD TYPE: Accordion
----------------------------------- */
.pod.accordion .panel-title > a {
  display: block;
}
.pod.accordion .panel-title > a[aria-expanded=true] h1:before,
.pod.accordion .panel-title > a[aria-expanded=true] h2:before,
.pod.accordion .panel-title > a[aria-expanded=true] #disclosurePopup .modal-header h1:before,
#disclosurePopup .modal-header .pod.accordion .panel-title > a[aria-expanded=true] h1:before,
.pod.accordion .panel-title > a[aria-expanded=true] #disclosurePopup .modal-header .modal-title:before,
#disclosurePopup .modal-header .pod.accordion .panel-title > a[aria-expanded=true] .modal-title:before,
.pod.accordion .panel-title > a[aria-expanded=true] h3:before,
.pod.accordion .panel-title > a[aria-expanded=true] h4:before,
.pod.accordion .panel-title > a[aria-expanded=true] h5:before,
.pod.accordion .panel-title > a[aria-expanded=true] h6:before {
  content: "\f147";
}
.pod.accordion .panel-title h1,
.pod.accordion .panel-title h2,
.pod.accordion .panel-title #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .pod.accordion .panel-title h1,
.pod.accordion .panel-title #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .pod.accordion .panel-title .modal-title,
.pod.accordion .panel-title h3,
.pod.accordion .panel-title h4,
.pod.accordion .panel-title h5,
.pod.accordion .panel-title h6 {
  margin: 0;
  line-height: 1;
}
.pod.accordion .panel-title h1:before,
.pod.accordion .panel-title h2:before,
.pod.accordion .panel-title #disclosurePopup .modal-header h1:before,
#disclosurePopup .modal-header .pod.accordion .panel-title h1:before,
.pod.accordion .panel-title #disclosurePopup .modal-header .modal-title:before,
#disclosurePopup .modal-header .pod.accordion .panel-title .modal-title:before,
.pod.accordion .panel-title h3:before,
.pod.accordion .panel-title h4:before,
.pod.accordion .panel-title h5:before,
.pod.accordion .panel-title h6:before {
  position: relative;
  top: 1px;
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f196";
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* -----------------------------------
    POD TYPE: Columns
----------------------------------- */
.pod.columns {
  margin-bottom: 0;
}
.pod.columns .column {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pod.columns .column {
    float: none;
    width: 100% !important;
  }
}
.pod.columns .column.last {
  margin-right: 0;
}

/* -----------------------------------
    POD TYPE: Flexbox
----------------------------------- */
.flexbox-container {
  display: flex;
}

/* -----------------------------------
    POD TYPE: Slideshow
----------------------------------- */
.pod.slideshow .slideshowWrapper {
  margin-bottom: 10px;
  border: 1px solid #B1B3B3;
}
.pod.slideshow .slideshowChild {
  padding: 15px;
}

/* -----------------------------------
    POD TYPE: Table
----------------------------------- */
.pod.table.table-red .table {
  border-top-color: #9A3324;
}
.pod.table.table-blue .table {
  border-top-color: #003057;
}
.pod.table tbody th {
  border-bottom-width: 1px;
}
.pod.table tbody .headerBottom th {
  border-bottom-width: 2px;
}
.pod.table tbody tr.altRow td {
  background: #FFF;
}
.pod.table tbody td.first {
  font-weight: bold;
  border-right: 2px solid #B1B3B3;
}

/* -----------------------------------
    POD ASSET: Reference
----------------------------------- */
#references {
  font-size: 0.8em;
  position: relative;
  clear: both;
  padding: 1em 30px;
  color: #DCDCDC;
}
#references li {
  margin-bottom: 5px;
}
#references .refLink {
  margin-right: 5px;
  color: #FFF;
}
#references .refLink:hover, #references .refLink:focus {
  color: #003057;
}
#references .refLink i {
  font-size: inherit !important;
}

/* -----------------------------------
    FUNCTION: Images by category
----------------------------------- */
.image-list {
  clear: both;
  overflow: auto;
  list-style: none;
  padding-top: 10px;
}
.image-list li {
  float: left;
  width: 50%;
  margin: 0;
  padding-bottom: 17px;
  text-align: center; /* for centering the pix */
}
.image-list li a {
  display: block;
}
.image-list li a:hover img {
  border: 1px solid #FFF;
}
.image-list li b {
  display: none;
}

/* -----------------------------------
    FUNCTION: Show Children List
----------------------------------- */
.function .showChildren li {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
}

/* -----------------------------------
    FUNCTION: Sitemap


.function .sitemap {

    li {
        padding-top: 5px;
        padding-bottom: 5px;
        color: $gray-dark;

        a {
            padding: 0;
            color: $gray-dark;

            &:hover,
            &:active,
            &:focus {
                text-decoration: none;
                background: transparent;
            }

        }

        &.current {

            > a {
                padding-left: 3px;
                margin-left: -5px;
                color: $brand-primary;
                font-weight: 700;
                border-left: 2px solid $brand-primary;
            }

            &:hover > a {
                padding-left: 3px;
            }
        }

        &:hover > a {
            color: $brand-primary;
            border-left: 1px solid $brand-primary;
        }
    }

    > li {
        font-size: 1em;
        padding-left: 5px;
        color: $brand-primary;
        text-transform: uppercase;

        li {
            font-size: 1em;
            font-weight: $font-weight-base;
            text-transform: none;
        }

        > .nav > li {
            font-weight: 500;

            &:hover {

                > a {
                    padding-left: 4px;
                    margin-left: -5px;
                }
            }

            .nav {

                > li {
                    padding-left: 20px;

                    &:hover {

                        > a {
                            padding-left: 19px;
                            margin-left: -20px;
                            color: darken($brand-primary, 15%);
                        }
                    }

                    &.current {

                        > a {
                            padding-left: 18px;
                            margin-left: -20px;
                        }

                        &:hover > a {
                            padding-left: 18px;
                        }
                    }
                }
            }
        }
    }
}


----------------------------------- */
ul.sitemap {
  padding: 0 !important;
  list-style: none;
}
ul.sitemap li ul {
  padding: 0.5rem 0 0 1rem;
}

/* -----------------------------------
    KERN FORMS
----------------------------------- */
#statement {
  width: 400px;
  height: 200px;
}

.js-register-form-error:empty {
  display: none;
}

/* -----------------------------------
    EXTENAL LINK WARNING
----------------------------------- */
#extLinkPopUp {
  display: none;
  position: absolute;
  z-index: 11000;
  padding: 4px;
  margin: 0 0 20px;
  background: #000;
}
#extLinkPopUp .content {
  padding: 10px 20px;
  min-height: 30px;
  text-align: center;
  color: #616162;
  background: #FFF;
}
#extLinkPopUp .content p {
  margin-bottom: 10px;
}
#extLinkPopUp .content flash .inner p {
  color: #3B3C3E;
}
#extLinkPopUp .content:before {
  display: none;
}
#extLinkPopUp a {
  margin-right: 7px;
  display: inline-block;
}

/* -----------------------------------
    ZOOMABLE
----------------------------------- */
.zoomable {
  position: relative;
  z-index: 100;
}
.zoomable .image_wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.zoomable .magnify:before {
  font-family: "FontAwesome";
  content: "\f00e";
  border: 1px solid #B1B3B3;
  display: block;
  padding: 0 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.1rem;
  color: #97999B;
  background: #FFF;
}
.zoomable .magnify:before:hover, .zoomable .magnify:before:focus {
  color: #616162;
}

/* Bootstrap styles */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/*
 * POD STYLES & SPECIFIC CSS RULES ELEMENTS
 *
 * ------------------------------------------------ */
.HIGHLIGHT {
  padding: 5px 20px;
  background: #ff0;
  margin: 10px 0;
}
.HIGHLIGHT p:last-child,
.HIGHLIGHT h1:last-child,
.HIGHLIGHT h2:last-child,
.HIGHLIGHT #disclosurePopup .modal-header h1:last-child,
#disclosurePopup .modal-header .HIGHLIGHT h1:last-child,
.HIGHLIGHT #disclosurePopup .modal-header .modal-title:last-child,
#disclosurePopup .modal-header .HIGHLIGHT .modal-title:last-child,
.HIGHLIGHT h3:last-child,
.HIGHLIGHT h4:last-child,
.HIGHLIGHT h5:last-child,
.HIGHLIGHT h6:last-child {
  margin-bottom: 0;
}
.HIGHLIGHT p:first-child,
.HIGHLIGHT h1:first-child,
.HIGHLIGHT h2:first-child,
.HIGHLIGHT #disclosurePopup .modal-header h1:first-child,
#disclosurePopup .modal-header .HIGHLIGHT h1:first-child,
.HIGHLIGHT #disclosurePopup .modal-header .modal-title:first-child,
#disclosurePopup .modal-header .HIGHLIGHT .modal-title:first-child,
.HIGHLIGHT h3:first-child,
.HIGHLIGHT h4:first-child,
.HIGHLIGHT h5:first-child,
.HIGHLIGHT h6:first-child {
  margin-top: 0;
}

.INTRO {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B1B3B3;
}
.INTRO h1:last-child,
.INTRO h2:last-child,
.INTRO #disclosurePopup .modal-header h1:last-child,
#disclosurePopup .modal-header .INTRO h1:last-child,
.INTRO #disclosurePopup .modal-header .modal-title:last-child,
#disclosurePopup .modal-header .INTRO .modal-title:last-child,
.INTRO h3:last-child,
.INTRO h4:last-child,
.INTRO h5:last-child,
.INTRO h6:last-child,
.INTRO p:last-child {
  margin-bottom: 0;
}
.INTRO h1:first-child,
.INTRO h2:first-child,
.INTRO #disclosurePopup .modal-header h1:first-child,
#disclosurePopup .modal-header .INTRO h1:first-child,
.INTRO #disclosurePopup .modal-header .modal-title:first-child,
#disclosurePopup .modal-header .INTRO .modal-title:first-child,
.INTRO h3:first-child,
.INTRO h4:first-child,
.INTRO h5:first-child,
.INTRO h6:first-child,
.INTRO p:first-child {
  margin-top: 0;
}

.DIVIDER {
  background: #003057;
  position: relative;
  padding: 0 !important;
  margin: 0 0 20px !important;
  height: 1px;
}

.PDF-PAGE-BREAK {
  margin: 0;
  padding: 0;
  height: 1px;
  overflow: hidden;
  page-break-before: always;
}

.PDF-PAGE-NO-BREAK {
  page-break-inside: avoid !important;
}

/********************************************/
/*  TYPOGRAPHY                              */
/********************************************/
/********************************************/
/*  FORMATTING                              */
/********************************************/
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

.draft {
  color: #ff00ff;
}

.warning {
  color: #B33A34;
}

/* ----------------------------------------------------
 * #FLEXBOX STICKY FOOTER LAYOUT
 *
 * (1) All comments marked with this are required for sticky footer
 * (2) The bottom margin is the negative value of the footer's height
 * (3) IE 10-11 min height flexbox bug fix
 * (4) IE 10-11 Extra whitespace bugfix
 *
 * ---------------------------------------------------- */
#ie-bug-fix { /* 3 */
  display: flex;
  flex-direction: row;
}

#outdated {
  font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
  text-transform: none;
  background: #BE3A34 !important;
}
#outdated h6 {
  text-transform: uppercase;
}
#outdated p {
  font-size: 1rem;
}
#outdated p strong {
  display: block;
}

#buttonUpdateBrowser {
  display: inline-block !important;
  width: auto !important;
  text-transform: uppercase;
}

body:not(.splash) .page {
  height: 100%; /* 1 */
  min-height: 100vh; /* 1 */
  max-width: 100%;
  flex: 1;
  display: flex; /* 1 */
  flex-direction: column; /* 1 */
  /*
  * CONTENT
  * ----------------------- */
}
body:not(.splash) .page__sticky-footer-wrapper { /* 1 */
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
}
.ie body:not(.splash) .page__sticky-footer-wrapper {
  overflow: hidden; /* 4 */
}
.no-flexbox.no-flexboxlegacy body:not(.splash) .page__sticky-footer-wrapper { /* 1 */
  height: auto !important;
  height: 100%;
  margin: 0 auto -355px; /* 2 */
}
.no-flexbox.no-flexboxlegacy body:not(.splash) .page__sticky-footer-wrapper:after {
  display: block;
  height: 355px; /* 2 */
  content: "";
}

.header,
.footer {
  flex: none; /* 1 */
}

.content {
  width: 100%; /* 1 */
  /* MAIN CONTENT */
  /* SIDEBAR CONTENT */
}
.content > .container {
  flex: 1 0 auto; /* 1 */
  display: flex;
  flex-flow: row wrap;
}
.content__main {
  width: 67%;
  flex: 3;
}
.full-width .content__main {
  padding-right: 0;
  width: 100%;
}

.content__sidebar {
  width: 28%;
  flex: 1;
}

.content__main, .content__sidebar {
  /* Small Tablet / Large phone */
}
.no-flexbox.no-flexboxlegacy .content__main, .no-flexbox.no-flexboxlegacy .content__sidebar {
  float: left;
}

/* --------------------------
BODY PADDING STYLES
----------------------------- */
.body-pad {
  padding: 3vw 5.75vw 3vw 5.75vw;
}

.product-page .body-pad,
.body-copy-pad-container {
  padding: 3vw 5.75vw 2vw 5.75vw;
}

/*
HEADERS
*/
.header-accent-container {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1;
}
@media (max-width: 767px) {
  .header-accent-container {
    display: block;
  }
}
.header-accent-container::before, .header-accent-container::after {
  display: none;
}
.header-accent-container .pod {
  margin-bottom: 0;
}
.header-accent-container .pod::before, .header-accent-container .pod::after {
  display: none;
}
.header-accent-container .pod.regular .asset {
  margin: 0;
}
.header-accent-container .pod p {
  margin: 0;
}
.header-accent-container .header-accent-text {
  padding: 2rem 5.75vw 2rem 5.75vw;
  width: 100vw;
  display: block;
  background: #DCDCDC;
}
.header-accent-container .header-accent-img,
.header-accent-container .header-accent-image {
  position: relative;
}
.header-accent-container .header-accent-img > div,
.header-accent-container .header-accent-img > p,
.header-accent-container .header-accent-image > div,
.header-accent-container .header-accent-image > p {
  height: 100%;
}
.header-accent-container .header-accent-img .asset img,
.header-accent-container .header-accent-image .asset img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .header-accent-container .header-accent-img,
  .header-accent-container .header-accent-image {
    display: none;
  }
}
.header-accent-container .pod[class*=title] {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.header-accent-container .title {
  padding: 2rem 5.75vw 2rem 5.75vw;
}
.header-accent-container .title-logo {
  align-items: center;
}
.header-accent-container .title-logo .asset {
  width: 300px;
  background: transparent;
}
.header-accent-container .title-logo .asset img {
  width: 100%;
}

.grey-header {
  padding: 2rem 5.75vw 1rem 5.75vw;
  color: #FFF;
  background: url("../images/bg-grey-header.jpg") no-repeat #DCDCDC;
  background-size: cover;
}
.grey-header h1, .grey-header .h1,
.grey-header h2,
.grey-header #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .grey-header h1,
.grey-header #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-header .modal-title, .grey-header .h2,
.grey-header h3, .grey-header .h3,
.grey-header h4, .grey-header .h4, .grey-header legend,
.grey-header h5, .grey-header .h5,
.grey-header h6, .grey-header .h6 {
  color: #FFF;
}
.grey-header h1 + p, .grey-header .h1 + p,
.grey-header h2 + p,
.grey-header #disclosurePopup .modal-header h1 + p,
#disclosurePopup .modal-header .grey-header h1 + p,
.grey-header #disclosurePopup .modal-header .modal-title + p,
#disclosurePopup .modal-header .grey-header .modal-title + p, .grey-header .h2 + p,
.grey-header h3 + p, .grey-header .h3 + p,
.grey-header h4 + p, .grey-header .h4 + p, .grey-header legend + p,
.grey-header h5 + p, .grey-header .h5 + p,
.grey-header h6 + p, .grey-header .h6 + p {
  font-size: 1.25rem;
}
.grey-header p.lead {
  color: #FFF;
}
.grey-header.quad-header {
  background-image: url("../images/quad-image.jpg");
  background-position: center center;
  height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .grey-header.quad-header {
    height: auto;
    min-height: 0;
  }
}

.blue-header {
  padding: 5rem 5.75vw 4rem 5.75vw;
  color: #FFF;
  font-size: 1rem;
  background: #003057;
}
.blue-header h1, .blue-header .h1,
.blue-header h2,
.blue-header #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .blue-header h1,
.blue-header #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .blue-header .modal-title, .blue-header .h2,
.blue-header h3, .blue-header .h3,
.blue-header h4, .blue-header .h4, .blue-header legend,
.blue-header h5, .blue-header .h5,
.blue-header h6, .blue-header .h6 {
  color: #FFF;
}

.video-header {
  padding: 5rem 5.75vw 5rem 5.75vw;
}
.video-header > * {
  position: relative;
  z-index: 1;
}
.video-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-header.blue-gradient {
  color: #FFF;
}
.video-header.blue-gradient::before {
  background: linear-gradient(to right, #004B87 20%, transparent 100%);
}

/* Create equal height pods within columns */
.pod.flex-container:before, .pod.flex-container:after {
  content: normal;
}
@media (max-width: 767px) {
  .pod.flex-container {
    display: block;
  }
}
.pod.flex-container.regular .pod {
  display: block;
}
.pod.flex-container .full-width-image > p {
  margin: 0;
}
.pod.flex-container .full-width-image .asset {
  margin-bottom: 0;
}
.pod.flex-container div[class*=grey-] .full-width-image {
  margin: -1rem -1rem 1rem -1rem;
}
.pod.flex-container.columns > .pod {
  display: flex;
}
.pod.flex-container.columns > .pod:before, .pod.flex-container.columns > .pod:after {
  content: normal;
}
@media (max-width: 767px) {
  .pod.flex-container.columns > .pod {
    display: block;
  }
}
.pod.flex-container.columns > .pod > .pod {
  display: block;
  width: 100%;
  height: 100%;
}
.pod.flex-container.columns > .pod > .pod.element > .pod {
  height: 100%;
}

.virtbox {
  background: #EEE;
  border-left: 1px solid #B1B3B3;
  border-right: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  border-top: 6px solid #003057;
}
.virtbox.green {
  background: #EEE;
  border-left: 1px solid #B1B3B3;
  border-right: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  border-top: 6px solid #4e5b31;
}
.virtbox.red {
  background: #EEE;
  border-left: 1px solid #B1B3B3;
  border-right: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  border-top: 6px solid #9A3324;
}

/*
BACKGROUNDS
*/
.full-width-grey {
  padding: 3vw 5.75vw 3vw 5.75vw;
  background: #EEE;
}
.full-width-grey > h2:first-child, #disclosurePopup .modal-header .full-width-grey > h1:first-child,
#disclosurePopup .modal-header .full-width-grey > .modal-title:first-child,
.full-width-grey > h3:first-child,
.full-width-grey > h4:first-child {
  margin-top: 0;
}
.full-width-grey > .pod:last-child {
  margin-bottom: 0;
}

.blue,
.bg-blue,
.bg-green,
.bg-red,
.bg-blue-secondary,
.bg-green-secondary,
.bg-red-secondary,
[class*=grey-] {
  padding: 1rem;
}
.blue h1, .blue .h1,
.blue h2,
.blue #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .blue h1,
.blue #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .blue .modal-title, .blue .h2,
.blue h3, .blue .h3,
.blue h4, .blue .h4, .blue legend,
.blue h5, .blue .h5,
.blue h6, .blue .h6,
.bg-blue h1,
.bg-blue .h1,
.bg-blue h2,
.bg-blue #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-blue h1,
.bg-blue #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-blue .modal-title,
.bg-blue .h2,
.bg-blue h3,
.bg-blue .h3,
.bg-blue h4,
.bg-blue .h4,
.bg-blue legend,
.bg-blue h5,
.bg-blue .h5,
.bg-blue h6,
.bg-blue .h6,
.bg-green h1,
.bg-green .h1,
.bg-green h2,
.bg-green #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-green h1,
.bg-green #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-green .modal-title,
.bg-green .h2,
.bg-green h3,
.bg-green .h3,
.bg-green h4,
.bg-green .h4,
.bg-green legend,
.bg-green h5,
.bg-green .h5,
.bg-green h6,
.bg-green .h6,
.bg-red h1,
.bg-red .h1,
.bg-red h2,
.bg-red #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-red h1,
.bg-red #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-red .modal-title,
.bg-red .h2,
.bg-red h3,
.bg-red .h3,
.bg-red h4,
.bg-red .h4,
.bg-red legend,
.bg-red h5,
.bg-red .h5,
.bg-red h6,
.bg-red .h6,
.bg-blue-secondary h1,
.bg-blue-secondary .h1,
.bg-blue-secondary h2,
.bg-blue-secondary #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-blue-secondary h1,
.bg-blue-secondary #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-blue-secondary .modal-title,
.bg-blue-secondary .h2,
.bg-blue-secondary h3,
.bg-blue-secondary .h3,
.bg-blue-secondary h4,
.bg-blue-secondary .h4,
.bg-blue-secondary legend,
.bg-blue-secondary h5,
.bg-blue-secondary .h5,
.bg-blue-secondary h6,
.bg-blue-secondary .h6,
.bg-green-secondary h1,
.bg-green-secondary .h1,
.bg-green-secondary h2,
.bg-green-secondary #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-green-secondary h1,
.bg-green-secondary #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-green-secondary .modal-title,
.bg-green-secondary .h2,
.bg-green-secondary h3,
.bg-green-secondary .h3,
.bg-green-secondary h4,
.bg-green-secondary .h4,
.bg-green-secondary legend,
.bg-green-secondary h5,
.bg-green-secondary .h5,
.bg-green-secondary h6,
.bg-green-secondary .h6,
.bg-red-secondary h1,
.bg-red-secondary .h1,
.bg-red-secondary h2,
.bg-red-secondary #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .bg-red-secondary h1,
.bg-red-secondary #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .bg-red-secondary .modal-title,
.bg-red-secondary .h2,
.bg-red-secondary h3,
.bg-red-secondary .h3,
.bg-red-secondary h4,
.bg-red-secondary .h4,
.bg-red-secondary legend,
.bg-red-secondary h5,
.bg-red-secondary .h5,
.bg-red-secondary h6,
.bg-red-secondary .h6,
[class*=grey-] h1,
[class*=grey-] .h1,
[class*=grey-] h2,
[class*=grey-] #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header [class*=grey-] h1,
[class*=grey-] #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header [class*=grey-] .modal-title,
[class*=grey-] .h2,
[class*=grey-] h3,
[class*=grey-] .h3,
[class*=grey-] h4,
[class*=grey-] .h4,
[class*=grey-] legend,
[class*=grey-] h5,
[class*=grey-] .h5,
[class*=grey-] h6,
[class*=grey-] .h6 {
  margin-top: 0;
}

.blue *,
.bg-blue *,
.bg-green *,
.bg-red *,
.bg-green-secondary *,
.bg-red-secondary * {
  color: #FFF !important;
}
.blue .border-top,
.bg-blue .border-top,
.bg-green .border-top,
.bg-red .border-top,
.bg-green-secondary .border-top,
.bg-red-secondary .border-top {
  border-top: 1px solid #FFF;
}

.bg-blue-secondary * {
  color: #000 !important;
}

.blue,
.bg-blue {
  background: #003057;
}

.bg-green {
  background: #4e5b31;
}

.bg-red {
  background: #9A3324;
}

.bg-blue-secondary {
  background: #7a99ac;
}

.bg-green-secondary {
  background: #6d712e;
}

.bg-red-secondary {
  background: #BE3A34;
}

.light-grey {
  background: #DCDCDC;
  font-size: 1rem;
}

.grey-1 {
  background: #EEE;
}
.grey-1 .link-list {
  padding: 1.2rem 1.6rem;
}
.grey-1 .link-list h1, .grey-1 .link-list h2, .grey-1 .link-list #disclosurePopup .modal-header h1, #disclosurePopup .modal-header .grey-1 .link-list h1,
.grey-1 .link-list #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-1 .link-list .modal-title, .grey-1 .link-list h3, .grey-1 .link-list h4, .grey-1 .link-list h5, .grey-1 .link-list h6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: trade-gothic-next, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.grey-1 .link-list .pod.function {
  margin: 0;
}
.grey-1 .link-list ul.sitemap {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.grey-1 .link-list ul.sitemap li {
  margin: 15px 0 0;
  padding: 0;
  position: relative;
}
.grey-1 .link-list ul.sitemap li ul {
  list-style: none !important;
  padding: 0;
}
.grey-1 .link-list ul.sitemap li a:link, .grey-1 .link-list ul.sitemap li a:visited {
  color: #616162;
}
.grey-1 .link-list ul.sitemap li.current {
  font-weight: bold;
}
.grey-1 .link-list ul.sitemap li.current a:link, .grey-1 .link-list ul.sitemap li.current a:visited {
  color: #9A3324;
}
.grey-1 .link-list ul.sitemap li.current:before {
  content: " ";
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  background: #9A3324;
  top: -7px;
  left: -7px;
}

.grey-2 {
  background: #DCDCDC;
}
.grey-2 h1, .grey-2 .h1,
.grey-2 h2,
.grey-2 #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .grey-2 h1,
.grey-2 #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-2 .modal-title, .grey-2 .h2,
.grey-2 h3, .grey-2 .h3,
.grey-2 h4, .grey-2 .h4, .grey-2 legend,
.grey-2 h5, .grey-2 .h5,
.grey-2 h6, .grey-2 .h6 {
  color: #000;
}

.grey-3 {
  background: #B1B3B3;
  color: #000;
}
.grey-3 a:not(.btn):not(.button):not(.button) {
  color: #002a4d;
}
.grey-3 p a {
  border-color: #002a4d;
}
.grey-3 h1, .grey-3 .h1,
.grey-3 h2,
.grey-3 #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .grey-3 h1,
.grey-3 #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-3 .modal-title, .grey-3 .h2,
.grey-3 h3, .grey-3 .h3,
.grey-3 h4, .grey-3 .h4, .grey-3 legend,
.grey-3 h5, .grey-3 .h5,
.grey-3 h6, .grey-3 .h6 {
  color: #000;
}

.grey-4 {
  background: #74777A;
  color: #FFF;
}
.grey-4 a:not(.btn):not(.button):not(.button) {
  color: #FFF;
}
.grey-4 p a {
  border-color: #FFF;
}
.grey-4 h1, .grey-4 .h1,
.grey-4 h2,
.grey-4 #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .grey-4 h1,
.grey-4 #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-4 .modal-title, .grey-4 .h2,
.grey-4 h3, .grey-4 .h3,
.grey-4 h4, .grey-4 .h4, .grey-4 legend,
.grey-4 h5, .grey-4 .h5,
.grey-4 h6, .grey-4 .h6 {
  color: #F3F3F3;
}

.grey-5 {
  background: #000;
  color: #FFF;
}
.grey-5 a:not(.btn):not(.button):not(.button) {
  color: #FFF;
}
.grey-5 p a {
  border-color: #FFF;
}
.grey-5 h1, .grey-5 .h1,
.grey-5 h2,
.grey-5 #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .grey-5 h1,
.grey-5 #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .grey-5 .modal-title, .grey-5 .h2,
.grey-5 h3, .grey-5 .h3,
.grey-5 h4, .grey-5 .h4, .grey-5 legend,
.grey-5 h5, .grey-5 .h5,
.grey-5 h6, .grey-5 .h6 {
  color: #DCDCDC;
}

/*
HELPERS
*/
.two-column-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.two-column-list ul li,
.two-column-list p {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.pod.remove-margin {
  margin: 0;
}

.vertical-center {
  display: flex !important;
  flex-flow: column wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.touch-only {
  display: none !important;
}
@media (hover: none) and (pointer: coarse) {
  .touch-only {
    display: block !important;
  }
}

/* BORDERS */
.border {
  border: 1px solid #B1B3B3;
}

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

.border-right {
  border-right: 1px solid #B1B3B3;
}

.border-bottom {
  border-bottom: 1px solid #B1B3B3;
}

.border-left {
  border-left: 1px solid #B1B3B3;
}

/* Pod Padding Classes */
.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 0.5rem;
}

.pr-10 {
  padding-right: 0.75rem;
}

.pr-15 {
  padding-right: 1rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-25 {
  padding-right: 1.5rem;
}

.pr-30 {
  padding-right: 1.75rem;
}

.pr-35 {
  padding-right: 2rem;
}

.pr-40 {
  padding-right: 2.25rem;
}

.pr-45 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 2.75rem;
}

.pr-55 {
  padding-right: 3rem;
}

.pr-60 {
  padding-right: 3.25rem;
}

.pr-65 {
  padding-right: 3.5rem;
}

.pr-70 {
  padding-right: 3.75rem;
}

.pr-75 {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .pr-75 {
    padding-right: 1.5rem;
  }
}

.pr-80 {
  padding-right: 4.25rem;
}
@media (max-width: 767px) {
  .pr-80 {
    padding-right: 1.5rem;
  }
}

.pr-85 {
  padding-right: 4.5rem;
}
@media (max-width: 767px) {
  .pr-85 {
    padding-right: 1.5rem;
  }
}

.pr-90 {
  padding-right: 4.75rem;
}
@media (max-width: 767px) {
  .pr-90 {
    padding-right: 1.5rem;
  }
}

.pr-95 {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .pr-95 {
    padding-right: 1.5rem;
  }
}

.pr-100 {
  padding-right: 5.25rem;
}
@media (max-width: 767px) {
  .pr-100 {
    padding-right: 1.5rem;
  }
}

.pr-105 {
  padding-right: 5.5rem;
}
@media (max-width: 767px) {
  .pr-105 {
    padding-right: 1.5rem;
  }
}

.pr-110 {
  padding-right: 5.75rem;
}
@media (max-width: 767px) {
  .pr-110 {
    padding-right: 1.5rem;
  }
}

.pr-115 {
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .pr-115 {
    padding-right: 1.5rem;
  }
}

.pr-120 {
  padding-right: 6.25rem;
}
@media (max-width: 767px) {
  .pr-120 {
    padding-right: 1.5rem;
  }
}

.pr-125 {
  padding-right: 6.5rem;
}
@media (max-width: 767px) {
  .pr-125 {
    padding-right: 1.5rem;
  }
}

.pr-130 {
  padding-right: 6.75rem;
}
@media (max-width: 767px) {
  .pr-130 {
    padding-right: 1.5rem;
  }
}

.pr-135 {
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .pr-135 {
    padding-right: 1.5rem;
  }
}

.pr-140 {
  padding-right: 7.25rem;
}
@media (max-width: 767px) {
  .pr-140 {
    padding-right: 1.5rem;
  }
}

.pr-145 {
  padding-right: 7.5rem;
}
@media (max-width: 767px) {
  .pr-145 {
    padding-right: 1.5rem;
  }
}

.pr-150 {
  padding-right: 7.75rem;
}
@media (max-width: 767px) {
  .pr-150 {
    padding-right: 1.5rem;
  }
}

.pr-155 {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .pr-155 {
    padding-right: 1.5rem;
  }
}

.pr-160 {
  padding-right: 160px;
}
@media (max-width: 767px) {
  .pr-160 {
    padding-right: 1.5rem;
  }
}

.pr-165 {
  padding-right: 165px;
}
@media (max-width: 767px) {
  .pr-165 {
    padding-right: 1.5rem;
  }
}

.pr-170 {
  padding-right: 170px;
}
@media (max-width: 767px) {
  .pr-170 {
    padding-right: 1.5rem;
  }
}

.pr-175 {
  padding-right: 175px;
}
@media (max-width: 767px) {
  .pr-175 {
    padding-right: 1.5rem;
  }
}

.pr-180 {
  padding-right: 180px;
}
@media (max-width: 767px) {
  .pr-180 {
    padding-right: 1.5rem;
  }
}

.pr-185 {
  padding-right: 185px;
}
@media (max-width: 767px) {
  .pr-185 {
    padding-right: 1.5rem;
  }
}

.pr-190 {
  padding-right: 190px;
}
@media (max-width: 767px) {
  .pr-190 {
    padding-right: 1.5rem;
  }
}

.pr-195 {
  padding-right: 195px;
}
@media (max-width: 767px) {
  .pr-195 {
    padding-right: 1.5rem;
  }
}

.pr-200 {
  padding-right: 200px;
}
@media (max-width: 767px) {
  .pr-200 {
    padding-right: 1.5rem;
  }
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 0.5rem;
}

.pl-10 {
  padding-left: 0.75rem;
}

.pl-15 {
  padding-left: 1rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-25 {
  padding-left: 1.5rem;
}

.pl-30 {
  padding-left: 1.75rem;
}

.pl-35 {
  padding-left: 2rem;
}

.pl-40 {
  padding-left: 2.25rem;
}

.pl-45 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 2.75rem;
}

.pl-55 {
  padding-left: 3rem;
}

.pl-60 {
  padding-left: 3.25rem;
}

.pl-65 {
  padding-left: 3.5rem;
}

.pl-70 {
  padding-left: 3.75rem;
}

.pl-75 {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .pl-75 {
    padding-left: 1.5rem;
  }
}

.pl-80 {
  padding-left: 4.25rem;
}
@media (max-width: 767px) {
  .pl-80 {
    padding-left: 1.5rem;
  }
}

.pl-85 {
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .pl-85 {
    padding-left: 1.5rem;
  }
}

.pl-90 {
  padding-left: 4.75rem;
}
@media (max-width: 767px) {
  .pl-90 {
    padding-left: 1.5rem;
  }
}

.pl-95 {
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .pl-95 {
    padding-left: 1.5rem;
  }
}

.pl-100 {
  padding-left: 5.25rem;
}
@media (max-width: 767px) {
  .pl-100 {
    padding-left: 1.5rem;
  }
}

.pl-105 {
  padding-left: 5.5rem;
}
@media (max-width: 767px) {
  .pl-105 {
    padding-left: 1.5rem;
  }
}

.pl-110 {
  padding-left: 5.75rem;
}
@media (max-width: 767px) {
  .pl-110 {
    padding-left: 1.5rem;
  }
}

.pl-115 {
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .pl-115 {
    padding-left: 1.5rem;
  }
}

.pl-120 {
  padding-left: 6.25rem;
}
@media (max-width: 767px) {
  .pl-120 {
    padding-left: 1.5rem;
  }
}

.pl-125 {
  padding-left: 6.5rem;
}
@media (max-width: 767px) {
  .pl-125 {
    padding-left: 1.5rem;
  }
}

.pl-130 {
  padding-left: 6.75rem;
}
@media (max-width: 767px) {
  .pl-130 {
    padding-left: 1.5rem;
  }
}

.pl-135 {
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .pl-135 {
    padding-left: 1.5rem;
  }
}

.pl-140 {
  padding-left: 7.25rem;
}
@media (max-width: 767px) {
  .pl-140 {
    padding-left: 1.5rem;
  }
}

.pl-145 {
  padding-left: 7.5rem;
}
@media (max-width: 767px) {
  .pl-145 {
    padding-left: 1.5rem;
  }
}

.pl-150 {
  padding-left: 7.75rem;
}
@media (max-width: 767px) {
  .pl-150 {
    padding-left: 1.5rem;
  }
}

.pl-155 {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .pl-155 {
    padding-left: 1.5rem;
  }
}

.pl-160 {
  padding-left: 160px;
}
@media (max-width: 767px) {
  .pl-160 {
    padding-left: 1.5rem;
  }
}

.pl-165 {
  padding-left: 165px;
}
@media (max-width: 767px) {
  .pl-165 {
    padding-left: 1.5rem;
  }
}

.pl-170 {
  padding-left: 170px;
}
@media (max-width: 767px) {
  .pl-170 {
    padding-left: 1.5rem;
  }
}

.pl-175 {
  padding-left: 175px;
}
@media (max-width: 767px) {
  .pl-175 {
    padding-left: 1.5rem;
  }
}

.pl-180 {
  padding-left: 180px;
}
@media (max-width: 767px) {
  .pl-180 {
    padding-left: 1.5rem;
  }
}

.pl-185 {
  padding-left: 185px;
}
@media (max-width: 767px) {
  .pl-185 {
    padding-left: 1.5rem;
  }
}

.pl-190 {
  padding-left: 190px;
}
@media (max-width: 767px) {
  .pl-190 {
    padding-left: 1.5rem;
  }
}

.pl-195 {
  padding-left: 195px;
}
@media (max-width: 767px) {
  .pl-195 {
    padding-left: 1.5rem;
  }
}

.pl-200 {
  padding-left: 200px;
}
@media (max-width: 767px) {
  .pl-200 {
    padding-left: 1.5rem;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pt-10 {
  padding-top: 0.75rem;
}

.pt-15 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-25 {
  padding-top: 1.5rem;
}

.pt-30 {
  padding-top: 1.75rem;
}

.pt-35 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 2.25rem;
}

.pt-45 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 2.75rem;
}

.pt-55 {
  padding-top: 3rem;
}

.pt-60 {
  padding-top: 3.25rem;
}

.pt-65 {
  padding-top: 3.5rem;
}

.pt-70 {
  padding-top: 3.75rem;
}

.pt-75 {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .pt-75 {
    padding-top: 1.5rem;
  }
}

.pt-80 {
  padding-top: 4.25rem;
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 1.5rem;
  }
}

.pt-85 {
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .pt-85 {
    padding-top: 1.5rem;
  }
}

.pt-90 {
  padding-top: 4.75rem;
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 1.5rem;
  }
}

.pt-95 {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .pt-95 {
    padding-top: 1.5rem;
  }
}

.pt-100 {
  padding-top: 5.25rem;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 1.5rem;
  }
}

.pt-105 {
  padding-top: 5.5rem;
}
@media (max-width: 767px) {
  .pt-105 {
    padding-top: 1.5rem;
  }
}

.pt-110 {
  padding-top: 5.75rem;
}
@media (max-width: 767px) {
  .pt-110 {
    padding-top: 1.5rem;
  }
}

.pt-115 {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .pt-115 {
    padding-top: 1.5rem;
  }
}

.pt-120 {
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 1.5rem;
  }
}

.pt-125 {
  padding-top: 6.5rem;
}
@media (max-width: 767px) {
  .pt-125 {
    padding-top: 1.5rem;
  }
}

.pt-130 {
  padding-top: 6.75rem;
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 1.5rem;
  }
}

.pt-135 {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .pt-135 {
    padding-top: 1.5rem;
  }
}

.pt-140 {
  padding-top: 7.25rem;
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 1.5rem;
  }
}

.pt-145 {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .pt-145 {
    padding-top: 1.5rem;
  }
}

.pt-150 {
  padding-top: 7.75rem;
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 1.5rem;
  }
}

.pt-155 {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .pt-155 {
    padding-top: 1.5rem;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .pt-160 {
    padding-top: 1.5rem;
  }
}

.pt-165 {
  padding-top: 165px;
}
@media (max-width: 767px) {
  .pt-165 {
    padding-top: 1.5rem;
  }
}

.pt-170 {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .pt-170 {
    padding-top: 1.5rem;
  }
}

.pt-175 {
  padding-top: 175px;
}
@media (max-width: 767px) {
  .pt-175 {
    padding-top: 1.5rem;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .pt-180 {
    padding-top: 1.5rem;
  }
}

.pt-185 {
  padding-top: 185px;
}
@media (max-width: 767px) {
  .pt-185 {
    padding-top: 1.5rem;
  }
}

.pt-190 {
  padding-top: 190px;
}
@media (max-width: 767px) {
  .pt-190 {
    padding-top: 1.5rem;
  }
}

.pt-195 {
  padding-top: 195px;
}
@media (max-width: 767px) {
  .pt-195 {
    padding-top: 1.5rem;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .pt-200 {
    padding-top: 1.5rem;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 0.75rem;
}

.pb-15 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-25 {
  padding-bottom: 1.5rem;
}

.pb-30 {
  padding-bottom: 1.75rem;
}

.pb-35 {
  padding-bottom: 2rem;
}

.pb-40 {
  padding-bottom: 2.25rem;
}

.pb-45 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 2.75rem;
}

.pb-55 {
  padding-bottom: 3rem;
}

.pb-60 {
  padding-bottom: 3.25rem;
}

.pb-65 {
  padding-bottom: 3.5rem;
}

.pb-70 {
  padding-bottom: 3.75rem;
}

.pb-75 {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .pb-75 {
    padding-bottom: 1.5rem;
  }
}

.pb-80 {
  padding-bottom: 4.25rem;
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 1.5rem;
  }
}

.pb-85 {
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .pb-85 {
    padding-bottom: 1.5rem;
  }
}

.pb-90 {
  padding-bottom: 4.75rem;
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 1.5rem;
  }
}

.pb-95 {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .pb-95 {
    padding-bottom: 1.5rem;
  }
}

.pb-100 {
  padding-bottom: 5.25rem;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 1.5rem;
  }
}

.pb-105 {
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .pb-105 {
    padding-bottom: 1.5rem;
  }
}

.pb-110 {
  padding-bottom: 5.75rem;
}
@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 1.5rem;
  }
}

.pb-115 {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .pb-115 {
    padding-bottom: 1.5rem;
  }
}

.pb-120 {
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 1.5rem;
  }
}

.pb-125 {
  padding-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .pb-125 {
    padding-bottom: 1.5rem;
  }
}

.pb-130 {
  padding-bottom: 6.75rem;
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 1.5rem;
  }
}

.pb-135 {
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .pb-135 {
    padding-bottom: 1.5rem;
  }
}

.pb-140 {
  padding-bottom: 7.25rem;
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 1.5rem;
  }
}

.pb-145 {
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .pb-145 {
    padding-bottom: 1.5rem;
  }
}

.pb-150 {
  padding-bottom: 7.75rem;
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 1.5rem;
  }
}

.pb-155 {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .pb-155 {
    padding-bottom: 1.5rem;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .pb-160 {
    padding-bottom: 1.5rem;
  }
}

.pb-165 {
  padding-bottom: 165px;
}
@media (max-width: 767px) {
  .pb-165 {
    padding-bottom: 1.5rem;
  }
}

.pb-170 {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .pb-170 {
    padding-bottom: 1.5rem;
  }
}

.pb-175 {
  padding-bottom: 175px;
}
@media (max-width: 767px) {
  .pb-175 {
    padding-bottom: 1.5rem;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .pb-180 {
    padding-bottom: 1.5rem;
  }
}

.pb-185 {
  padding-bottom: 185px;
}
@media (max-width: 767px) {
  .pb-185 {
    padding-bottom: 1.5rem;
  }
}

.pb-190 {
  padding-bottom: 190px;
}
@media (max-width: 767px) {
  .pb-190 {
    padding-bottom: 1.5rem;
  }
}

.pb-195 {
  padding-bottom: 195px;
}
@media (max-width: 767px) {
  .pb-195 {
    padding-bottom: 1.5rem;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .pb-200 {
    padding-bottom: 1.5rem;
  }
}

.pa-5 {
  padding: 0.5rem;
}

.pa-10 {
  padding: 0.75rem;
}

.pa-15 {
  padding: 1rem;
}

.pa-20 {
  padding: 1.25rem;
}

.pa-25 {
  padding: 1.5rem;
}

.pa-30 {
  padding: 1.75rem;
}

.pa-35 {
  padding: 2rem;
}

.pa-40 {
  padding: 2.25rem;
}

.pa-45 {
  padding: 2.5rem;
}

.pa-50 {
  padding: 2.75rem;
}

.pa-55 {
  padding: 3rem;
}

.pa-60 {
  padding: 3.25rem;
}

.pa-65 {
  padding: 3.5rem;
}

.pa-70 {
  padding: 3.75rem;
}

.pa-75 {
  padding: 4rem;
}
@media (max-width: 767px) {
  .pa-75 {
    padding: 1.5rem;
  }
}

.pa-80 {
  padding: 4.25rem;
}
@media (max-width: 767px) {
  .pa-80 {
    padding: 1.5rem;
  }
}

.pa-85 {
  padding: 4.5rem;
}
@media (max-width: 767px) {
  .pa-85 {
    padding: 1.5rem;
  }
}

.pa-90 {
  padding: 4.75rem;
}
@media (max-width: 767px) {
  .pa-90 {
    padding: 1.5rem;
  }
}

.pa-95 {
  padding: 5rem;
}
@media (max-width: 767px) {
  .pa-95 {
    padding: 1.5rem;
  }
}

.pa-100 {
  padding: 5.25rem;
}
@media (max-width: 767px) {
  .pa-100 {
    padding: 1.5rem;
  }
}

.pa-105 {
  padding: 5.5rem;
}
@media (max-width: 767px) {
  .pa-105 {
    padding: 1.5rem;
  }
}

.pa-110 {
  padding: 5.75rem;
}
@media (max-width: 767px) {
  .pa-110 {
    padding: 1.5rem;
  }
}

.pa-115 {
  padding: 6rem;
}
@media (max-width: 767px) {
  .pa-115 {
    padding: 1.5rem;
  }
}

.pa-120 {
  padding: 6.25rem;
}
@media (max-width: 767px) {
  .pa-120 {
    padding: 1.5rem;
  }
}

.pa-125 {
  padding: 6.5rem;
}
@media (max-width: 767px) {
  .pa-125 {
    padding: 1.5rem;
  }
}

.pa-130 {
  padding: 6.75rem;
}
@media (max-width: 767px) {
  .pa-130 {
    padding: 1.5rem;
  }
}

.pa-135 {
  padding: 7rem;
}
@media (max-width: 767px) {
  .pa-135 {
    padding: 1.5rem;
  }
}

.pa-140 {
  padding: 7.25rem;
}
@media (max-width: 767px) {
  .pa-140 {
    padding: 1.5rem;
  }
}

.pa-145 {
  padding: 7.5rem;
}
@media (max-width: 767px) {
  .pa-145 {
    padding: 1.5rem;
  }
}

.pa-150 {
  padding: 7.75rem;
}
@media (max-width: 767px) {
  .pa-150 {
    padding: 1.5rem;
  }
}

.pa-155 {
  padding: 8rem;
}
@media (max-width: 767px) {
  .pa-155 {
    padding: 1.5rem;
  }
}

.pa-160 {
  padding: 160px;
}
@media (max-width: 767px) {
  .pa-160 {
    padding: 1.5rem;
  }
}

.pa-165 {
  padding: 165px;
}
@media (max-width: 767px) {
  .pa-165 {
    padding: 1.5rem;
  }
}

.pa-170 {
  padding: 170px;
}
@media (max-width: 767px) {
  .pa-170 {
    padding: 1.5rem;
  }
}

.pa-175 {
  padding: 175px;
}
@media (max-width: 767px) {
  .pa-175 {
    padding: 1.5rem;
  }
}

.pa-180 {
  padding: 180px;
}
@media (max-width: 767px) {
  .pa-180 {
    padding: 1.5rem;
  }
}

.pa-185 {
  padding: 185px;
}
@media (max-width: 767px) {
  .pa-185 {
    padding: 1.5rem;
  }
}

.pa-190 {
  padding: 190px;
}
@media (max-width: 767px) {
  .pa-190 {
    padding: 1.5rem;
  }
}

.pa-195 {
  padding: 195px;
}
@media (max-width: 767px) {
  .pa-195 {
    padding: 1.5rem;
  }
}

.pa-200 {
  padding: 200px;
}
@media (max-width: 767px) {
  .pa-200 {
    padding: 1.5rem;
  }
}

.ma-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1600 {
  max-width: 1600px;
}

/* --------------------------
   PANELS STYLES
----------------------------- */
.well {
  width: 100% !important;
  padding: 10px;
  border-radius: 5px;
  color: black;
  display: block;
  margin-bottom: 20px;
}

.well-primary {
  border: 1px solid #9A3324;
  background: #F3F3F3;
}

/* --------------------------
   PAGER STYLES
----------------------------- */
.pager li:hover {
  cursor: pointer;
}
.pager .previous a,
.pager .next a {
  padding: 0.5rem;
  border-radius: 0;
}
.pager .previous a span,
.pager .next a span {
  position: relative;
  top: -1px;
}

/* --------------------------
   IMAGE CARD STYLES
----------------------------- */
.card {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #B1B3B3;
}
@media (max-width: 767px) {
  .card {
    margin-bottom: 1rem;
    max-height: 100%;
  }
}
.card .imgContainer {
  padding: 1rem;
  margin: -1rem;
}
.card .imgContainer > p,
.card .imgContainer .asset {
  width: 100%;
  height: 100%;
  margin: 0;
}
.card .imgContainer .asset {
  display: block;
}
.card .imgContainer img {
  max-width: 100%;
  height: auto;
}
.card .introContainer {
  padding: 1rem;
  margin: 1rem -1rem -1rem -1rem;
  background: #EEE;
}

/* END Image card */
/* --------------------------
CRUMB PATH STYLES
----------------------------- */
.crumb {
  margin: 0;
  font-size: 0.875rem;
}
.pod:not(.body-pad):not(.body-copy-pad-container) .crumb {
  padding: 1rem 5.75vw 1rem 5.75vw;
}

/* Asset Stack Styles */
.asset-stack-asset {
  padding: 0;
}
.asset-stack-asset > a {
  display: flex;
  padding: 1rem 0.5rem;
  text-decoration: none;
  height: 100%;
}
.asset-stack-asset > a:hover, .asset-stack-asset > a:focus {
  text-decoration: none;
  background: #F3F3F3;
}
.asset-stack-thumb {
  margin: 0 1rem 1rem 0;
  width: 100px;
}
@media only screen and (max-width: 600px) {
  .asset-stack-thumb {
    margin: 0 0 1rem 0;
  }
}
.asset-stack-content {
  margin: 0 1rem 1rem 0;
  flex-basis: calc(100% - 100px - 2rem);
  flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  .asset-stack-content {
    flex-basis: 100%;
  }
}
.asset-stack-title {
  margin-top: 0;
  width: 100%;
  display: block;
}
.asset-stack-buttons {
  white-space: nowrap;
}
.asset-stack-buttons .stack-button {
  margin-right: 1rem;
  display: inline-block;
}
.asset-stack-action-button {
  text-align: right;
  flex: 1 0 auto;
  align-self: center;
}
@media only screen and (max-width: 480px) {
  .asset-stack .asset-stack-action-button,
  .asset-stack .title-actions-container,
  .asset-stack .asset-stack-thumb {
    width: 100%;
  }
}
.asset-stack.plain-text-view {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.asset-stack.plain-text-view .asset-stack-asset {
  margin: 0 !important;
  border-bottom: 1px dotted #003057;
}
.asset-stack.thumbnail-view {
  background: #EEE;
  border-left: 1px solid #B1B3B3;
  border-right: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  border-top: 6px solid #003057;
}
.asset-stack.thumbnail-view .asset-container {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #B1B3B3;
}
.asset-stack.thumbnail-view.simple-display .asset-container {
  align-items: center;
}
.asset-stack.thumbnail-view.simple-display .asset-stack-content {
  margin-right: 0;
  margin-bottom: 0;
  max-width: calc(100% - 100px - 1rem);
}
.asset-stack.thumbnail-view .asset-stack-asset:last-of-type .asset-container {
  border: 0;
}
.col-sm .asset-stack .asset-stack-action-button {
  text-align: left;
}

/* End Asset Stack Styles */
/* ---------------------------------
 * BUTTONS
 * --------------------------------- */
.btn, .primary-nav-container .nav > li > a.file.PDF.button, .button, .pager .previous a,
.pager .next a {
  position: relative;
  padding: 0.5rem;
  display: inline-block;
  font-family: trade-gothic-next, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.btn:active, .primary-nav-container .nav > li > a.file.PDF.button:active, .button:active, .pager .previous a:active,
.pager .next a:active, .btn:focus, .primary-nav-container .nav > li > a.file.PDF.button:focus, .button:focus, .pager .previous a:focus,
.pager .next a:focus {
  border: 1px solid #000;
  box-shadow: 0 0 5px rgba(59, 60, 62, 0.5);
  text-decoration: underline;
  outline: none;
}
.btn:visited, .primary-nav-container .nav > li > a.file.PDF.button:visited, .button:visited, .pager .previous a:visited,
.pager .next a:visited {
  text-decoration: underline;
}
.btn-primary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #FFF;
  border: 2px solid transparent;
  background: #3B3C3E;
  transition: all 0.3s linear;
}
.btn-primary .svg-icon {
  position: relative;
  top: -2px;
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFF;
}
.btn-primary:hover {
  color: #3B3C3E;
  background: transparent !important;
  border-bottom-color: #3B3C3E;
  transition: all 0.2s ease;
}
.btn-primary:hover .svg-icon {
  fill: #3B3C3E;
}
.btn-primary:active, .btn-primary:focus {
  color: #FFF;
}
.btn-primary .svg-icon {
  position: relative;
  top: -2px;
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFF;
}
.btn-primary.btn-red, .regulatoryDocsNav .btn-primary.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-primary.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-primary.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.btn-primary.active, .pager .previous .regulatoryDocsNav a.btn-primary.active,
.regulatoryDocsNav .pager .next a.btn-primary.active,
.pager .next .regulatoryDocsNav a.btn-primary.active, .regulatoryDocsNav .btn-primary.active.button {
  background: #9A3324;
}
.btn-primary.btn-red:hover, .regulatoryDocsNav .btn-primary.btn.active:hover, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-primary.active.file.PDF.button:hover, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-primary.active.file.PDF.button:hover, .regulatoryDocsNav .pager .previous a.btn-primary.active:hover, .pager .previous .regulatoryDocsNav a.btn-primary.active:hover,
.regulatoryDocsNav .pager .next a.btn-primary.active:hover,
.pager .next .regulatoryDocsNav a.btn-primary.active:hover, .regulatoryDocsNav .btn-primary.active.button:hover {
  color: #9A3324;
  border-bottom-color: #9A3324;
}
.btn-primary.btn-red:hover .svg-icon, .regulatoryDocsNav .btn-primary.btn.active:hover .svg-icon, .regulatoryDocsNav .pager .previous a.btn-primary.active:hover .svg-icon, .pager .previous .regulatoryDocsNav a.btn-primary.active:hover .svg-icon,
.regulatoryDocsNav .pager .next a.btn-primary.active:hover .svg-icon,
.pager .next .regulatoryDocsNav a.btn-primary.active:hover .svg-icon, .regulatoryDocsNav .btn-primary.active.button:hover .svg-icon {
  fill: #9A3324;
}
.btn-primary.btn-red:active, .regulatoryDocsNav .btn-primary.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-primary.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-primary.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous a.btn-primary.active:active, .pager .previous .regulatoryDocsNav a.btn-primary.active:active,
.regulatoryDocsNav .pager .next a.btn-primary.active:active,
.pager .next .regulatoryDocsNav a.btn-primary.active:active, .regulatoryDocsNav .btn-primary.active.button:active, .btn-primary.btn-red:focus, .regulatoryDocsNav .btn-primary.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-primary.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-primary.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous a.btn-primary.active:focus, .pager .previous .regulatoryDocsNav a.btn-primary.active:focus,
.regulatoryDocsNav .pager .next a.btn-primary.active:focus,
.pager .next .regulatoryDocsNav a.btn-primary.active:focus, .regulatoryDocsNav .btn-primary.active.button:focus {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(154, 51, 36, 0.5);
}
.btn-primary.btn-blue, .btn-primary.button {
  background: #003057;
}
.btn-primary.btn-blue:hover, .btn-primary.button:hover {
  color: #003057;
  border-bottom-color: #003057;
}
.btn-primary.btn-blue:hover .svg-icon, .btn-primary.button:hover .svg-icon {
  fill: #003057;
}
.btn-primary.btn-blue:active, .btn-primary.button:active, .btn-primary.btn-blue:focus, .btn-primary.button:focus {
  border-color: #003057;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}
.btn-primary.btn-green {
  background: #4e5b31;
}
.btn-primary.btn-green:hover {
  color: #4e5b31;
  border-bottom-color: #4e5b31;
}
.btn-primary.btn-green:hover .svg-icon {
  fill: #4e5b31;
}
.btn-primary.btn-green:active, .btn-primary.btn-green:focus {
  border-color: #4e5b31;
  box-shadow: 0 0 5px rgba(78, 91, 49, 0.5);
}
.btn-primary.btn-inverse, .primary-nav-container .nav > li > a.btn-primary.file.PDF.button {
  color: #3B3C3E !important;
  background: #FFF;
}
.btn-primary.btn-inverse:hover, .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:hover {
  color: #FFF !important;
  border-bottom-color: #FFF;
  background: transparent !important;
}
.btn-primary.btn-inverse:hover .svg-icon, .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:hover .svg-icon {
  fill: #FFF !important;
}
.btn-secondary, .primary-nav-container .nav > li > a.file.PDF.button, .button, .pager .previous a,
.pager .next a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #3B3C3E;
  border: 2px solid #3B3C3E;
}
.btn-secondary::after, .primary-nav-container .nav > li > a.file.PDF.button::after, .button::after, .pager .previous a::after,
.pager .next a::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
  border: 1px solid transparent;
  transition: border 0.2s linear;
}
.btn-secondary:hover::after, .primary-nav-container .nav > li > a.file.PDF.button:hover::after, .button:hover::after, .pager .previous a:hover::after,
.pager .next a:hover::after {
  border-color: inherit;
  transition: border 0.2s linear;
}
.btn-secondary:active, .primary-nav-container .nav > li > a.file.PDF.button:active, .button:active, .pager .previous a:active,
.pager .next a:active, .btn-secondary:focus, .primary-nav-container .nav > li > a.file.PDF.button:focus, .button:focus, .pager .previous a:focus,
.pager .next a:focus {
  border-width: 2px;
}
.btn-secondary.btn-white, .primary-nav-container .nav > li > a.btn-white.file.PDF.button, .btn-white.button, .pager .previous a.btn-white,
.pager .next a.btn-white {
  color: #000 !important;
  border-color: #FFF !important;
  background: #FFF !important;
}
.btn-secondary.btn-white:hover, .primary-nav-container .nav > li > a.btn-white.file.PDF.button:hover, .btn-white.button:hover, .pager .previous a.btn-white:hover,
.pager .next a.btn-white:hover {
  background: transparent !important;
  color: #FFF !important;
}
.btn-secondary.btn-white:active, .primary-nav-container .nav > li > a.btn-white.file.PDF.button:active, .btn-white.button:active, .pager .previous a.btn-white:active,
.pager .next a.btn-white:active, .btn-secondary.btn-white:focus, .primary-nav-container .nav > li > a.btn-white.file.PDF.button:focus, .btn-white.button:focus, .pager .previous a.btn-white:focus,
.pager .next a.btn-white:focus {
  border-color: #FFF;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.btn-secondary.btn-red, .primary-nav-container .nav > li > a.btn-red.file.PDF.button, .regulatoryDocsNav .btn-secondary.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.active.file.PDF.button, .btn-red.button, .regulatoryDocsNav .button.active, .pager .previous a.btn-red, .regulatoryDocsNav .pager .previous a.active, .pager .previous .regulatoryDocsNav a.active,
.pager .next a.btn-red,
.regulatoryDocsNav .pager .next a.active,
.pager .next .regulatoryDocsNav a.active {
  color: #9A3324;
  border-color: #9A3324;
}
.btn-secondary.btn-red:active, .primary-nav-container .nav > li > a.btn-red.file.PDF.button:active, .regulatoryDocsNav .btn-secondary.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.active.file.PDF.button:active, .btn-red.button:active, .regulatoryDocsNav .button.active:active, .pager .previous a.btn-red:active, .regulatoryDocsNav .pager .previous a.active:active, .pager .previous .regulatoryDocsNav a.active:active,
.pager .next a.btn-red:active,
.regulatoryDocsNav .pager .next a.active:active,
.pager .next .regulatoryDocsNav a.active:active, .btn-secondary.btn-red:focus, .primary-nav-container .nav > li > a.btn-red.file.PDF.button:focus, .regulatoryDocsNav .btn-secondary.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.active.file.PDF.button:focus, .btn-red.button:focus, .regulatoryDocsNav .button.active:focus, .pager .previous a.btn-red:focus, .regulatoryDocsNav .pager .previous a.active:focus, .pager .previous .regulatoryDocsNav a.active:focus,
.pager .next a.btn-red:focus,
.regulatoryDocsNav .pager .next a.active:focus,
.pager .next .regulatoryDocsNav a.active:focus {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(154, 51, 36, 0.5);
}
.btn-secondary.btn-blue, .primary-nav-container .nav > li > a.btn-blue.file.PDF.button, .button, .pager .previous a.btn-blue, .pager .previous a.button,
.pager .next a.btn-blue,
.pager .next a.button {
  color: #003057;
  border-color: #003057;
}
.btn-secondary.btn-blue:active, .primary-nav-container .nav > li > a.btn-blue.file.PDF.button:active, .button:active, .pager .previous a.btn-blue:active, .pager .previous a.button:active,
.pager .next a.btn-blue:active,
.pager .next a.button:active, .btn-secondary.btn-blue:focus, .primary-nav-container .nav > li > a.btn-blue.file.PDF.button:focus, .button:focus, .pager .previous a.btn-blue:focus, .pager .previous a.button:focus,
.pager .next a.btn-blue:focus,
.pager .next a.button:focus {
  border-color: #003057;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}
.btn-secondary.btn-green, .primary-nav-container .nav > li > a.btn-green.file.PDF.button, .btn-green.button, .pager .previous a.btn-green,
.pager .next a.btn-green {
  color: #4e5b31;
  border-color: #4e5b31;
}
.btn-secondary.btn-green:active, .primary-nav-container .nav > li > a.btn-green.file.PDF.button:active, .btn-green.button:active, .pager .previous a.btn-green:active,
.pager .next a.btn-green:active, .btn-secondary.btn-green:focus, .primary-nav-container .nav > li > a.btn-green.file.PDF.button:focus, .btn-green.button:focus, .pager .previous a.btn-green:focus,
.pager .next a.btn-green:focus {
  border-color: #4e5b31;
  box-shadow: 0 0 5px rgba(78, 91, 49, 0.5);
}
.btn-secondary.btn-inverse, .primary-nav-container .nav > li > a.file.PDF.button, .btn-inverse.button, .pager .previous a.btn-inverse,
.pager .next a.btn-inverse {
  border-color: #FFF;
}
.btn-tertiary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #3B3C3E;
}
.btn-tertiary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 0;
  height: 2px;
  background: #3B3C3E;
  overflow: hidden;
  transition: width 0.2s linear;
}
.btn-tertiary:hover::before {
  width: calc(100% - 3rem);
  transition: width 0.2s linear;
}
.btn-tertiary.btn-red, .regulatoryDocsNav .btn-tertiary.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-tertiary.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-tertiary.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.btn-tertiary.active, .pager .previous .regulatoryDocsNav a.btn-tertiary.active,
.regulatoryDocsNav .pager .next a.btn-tertiary.active,
.pager .next .regulatoryDocsNav a.btn-tertiary.active, .regulatoryDocsNav .btn-tertiary.active.button {
  color: #9A3324;
}
.btn-tertiary.btn-red::before, .regulatoryDocsNav .btn-tertiary.btn.active::before, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-tertiary.active.file.PDF.button::before, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-tertiary.active.file.PDF.button::before, .regulatoryDocsNav .pager .previous a.btn-tertiary.active::before, .pager .previous .regulatoryDocsNav a.btn-tertiary.active::before,
.regulatoryDocsNav .pager .next a.btn-tertiary.active::before,
.pager .next .regulatoryDocsNav a.btn-tertiary.active::before, .regulatoryDocsNav .btn-tertiary.active.button::before {
  background: #9A3324;
}
.btn-tertiary.btn-red:active, .regulatoryDocsNav .btn-tertiary.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-tertiary.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-tertiary.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous a.btn-tertiary.active:active, .pager .previous .regulatoryDocsNav a.btn-tertiary.active:active,
.regulatoryDocsNav .pager .next a.btn-tertiary.active:active,
.pager .next .regulatoryDocsNav a.btn-tertiary.active:active, .regulatoryDocsNav .btn-tertiary.active.button:active, .btn-tertiary.btn-red:focus, .regulatoryDocsNav .btn-tertiary.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-tertiary.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-tertiary.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous a.btn-tertiary.active:focus, .pager .previous .regulatoryDocsNav a.btn-tertiary.active:focus,
.regulatoryDocsNav .pager .next a.btn-tertiary.active:focus,
.pager .next .regulatoryDocsNav a.btn-tertiary.active:focus, .regulatoryDocsNav .btn-tertiary.active.button:focus {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(154, 51, 36, 0.5);
}
.btn-tertiary.btn-blue, .btn-tertiary.button {
  color: #003057;
}
.btn-tertiary.btn-blue::before, .btn-tertiary.button::before {
  background: #003057;
}
.btn-tertiary.btn-blue:active, .btn-tertiary.button:active, .btn-tertiary.btn-blue:focus, .btn-tertiary.button:focus {
  border-color: #003057;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}
.btn-tertiary.btn-green {
  color: #4e5b31;
}
.btn-tertiary.btn-green::before {
  background: #4e5b31;
}
.btn-tertiary.btn-green:active, .btn-tertiary.btn-green:focus {
  border-color: #4e5b31;
  box-shadow: 0 0 5px rgba(78, 91, 49, 0.5);
}
.btn-link, #extLinkPopUp a.btn.btn-default, #extLinkPopUp a.btn-default.button, #extLinkPopUp .pager .previous a.btn-default, .pager .previous #extLinkPopUp a.btn-default,
#extLinkPopUp .pager .next a.btn-default,
.pager .next #extLinkPopUp a.btn-default {
  padding-left: 0;
  padding-right: 0;
  color: #3B3C3E;
}
.btn-link::after, #extLinkPopUp a.btn.btn-default::after, #extLinkPopUp a.btn-default.button::after, #extLinkPopUp .pager .previous a.btn-default::after, .pager .previous #extLinkPopUp a.btn-default::after,
#extLinkPopUp .pager .next a.btn-default::after,
.pager .next #extLinkPopUp a.btn-default::after {
  margin-left: 10px;
  content: "\f105";
  color: inherit;
  font-family: FontAwesome;
}
.btn-link::before, #extLinkPopUp a.btn.btn-default::before, #extLinkPopUp a.btn-default.button::before, #extLinkPopUp .pager .previous a.btn-default::before, .pager .previous #extLinkPopUp a.btn-default::before,
#extLinkPopUp .pager .next a.btn-default::before,
.pager .next #extLinkPopUp a.btn-default::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #3B3C3E;
  overflow: hidden;
}
.btn-link:hover, #extLinkPopUp a.btn.btn-default:hover, #extLinkPopUp a.btn-default.button:hover, #extLinkPopUp .pager .previous a.btn-default:hover, .pager .previous #extLinkPopUp a.btn-default:hover,
#extLinkPopUp .pager .next a.btn-default:hover,
.pager .next #extLinkPopUp a.btn-default:hover, .btn-link:visited, #extLinkPopUp a.btn.btn-default:visited, #extLinkPopUp a.btn-default.button:visited, #extLinkPopUp .pager .previous a.btn-default:visited, .pager .previous #extLinkPopUp a.btn-default:visited,
#extLinkPopUp .pager .next a.btn-default:visited,
.pager .next #extLinkPopUp a.btn-default:visited {
  color: inherit;
}
.btn-link:hover::before, #extLinkPopUp a.btn.btn-default:hover::before, #extLinkPopUp a.btn-default.button:hover::before, #extLinkPopUp .pager .previous a.btn-default:hover::before, .pager .previous #extLinkPopUp a.btn-default:hover::before,
#extLinkPopUp .pager .next a.btn-default:hover::before,
.pager .next #extLinkPopUp a.btn-default:hover::before, .btn-link:visited::before, #extLinkPopUp a.btn.btn-default:visited::before, #extLinkPopUp a.btn-default.button:visited::before, #extLinkPopUp .pager .previous a.btn-default:visited::before, .pager .previous #extLinkPopUp a.btn-default:visited::before,
#extLinkPopUp .pager .next a.btn-default:visited::before,
.pager .next #extLinkPopUp a.btn-default:visited::before {
  width: 100%;
  transition: width 0.2s linear;
}
.btn-link:focus, #extLinkPopUp a.btn.btn-default:focus, #extLinkPopUp a.btn-default.button:focus, #extLinkPopUp .pager .previous a.btn-default:focus, .pager .previous #extLinkPopUp a.btn-default:focus,
#extLinkPopUp .pager .next a.btn-default:focus,
.pager .next #extLinkPopUp a.btn-default:focus, .btn-link:active, #extLinkPopUp a.btn.btn-default:active, #extLinkPopUp a.btn-default.button:active, #extLinkPopUp .pager .previous a.btn-default:active, .pager .previous #extLinkPopUp a.btn-default:active,
#extLinkPopUp .pager .next a.btn-default:active,
.pager .next #extLinkPopUp a.btn-default:active {
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
.btn-link:focus::after, #extLinkPopUp a.btn.btn-default:focus::after, #extLinkPopUp a.btn-default.button:focus::after, #extLinkPopUp .pager .previous a.btn-default:focus::after, .pager .previous #extLinkPopUp a.btn-default:focus::after,
#extLinkPopUp .pager .next a.btn-default:focus::after,
.pager .next #extLinkPopUp a.btn-default:focus::after, .btn-link:active::after, #extLinkPopUp a.btn.btn-default:active::after, #extLinkPopUp a.btn-default.button:active::after, #extLinkPopUp .pager .previous a.btn-default:active::after, .pager .previous #extLinkPopUp a.btn-default:active::after,
#extLinkPopUp .pager .next a.btn-default:active::after,
.pager .next #extLinkPopUp a.btn-default:active::after {
  color: #3B3C3E;
}
.btn-link.btn-red, .regulatoryDocsNav .btn-link.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.btn-link.active, .pager .previous .regulatoryDocsNav a.btn-link.active,
.regulatoryDocsNav .pager .next a.btn-link.active,
.pager .next .regulatoryDocsNav a.btn-link.active, .regulatoryDocsNav .btn-link.active.button, #extLinkPopUp a.btn-red.btn.btn-default, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active, #extLinkPopUp a.btn-red.btn-default.button, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active, #extLinkPopUp .pager .previous a.btn-red.btn-default, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active, .pager .previous #extLinkPopUp a.btn-red.btn-default, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active,
#extLinkPopUp .pager .next a.btn-red.btn-default,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active,
.pager .next #extLinkPopUp a.btn-red.btn-default,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active {
  color: #9A3324;
}
.btn-link.btn-red::before, .regulatoryDocsNav .btn-link.btn.active::before, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button::before, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button::before, .regulatoryDocsNav .pager .previous a.btn-link.active::before, .pager .previous .regulatoryDocsNav a.btn-link.active::before,
.regulatoryDocsNav .pager .next a.btn-link.active::before,
.pager .next .regulatoryDocsNav a.btn-link.active::before, .regulatoryDocsNav .btn-link.active.button::before, #extLinkPopUp a.btn-red.btn.btn-default::before, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active::before, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active::before, #extLinkPopUp a.btn-red.btn-default.button::before, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active::before, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active::before, #extLinkPopUp .pager .previous a.btn-red.btn-default::before, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active::before, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active::before, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active::before, .pager .previous #extLinkPopUp a.btn-red.btn-default::before, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active::before, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active::before, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active::before,
#extLinkPopUp .pager .next a.btn-red.btn-default::before,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active::before,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active::before,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active::before,
.pager .next #extLinkPopUp a.btn-red.btn-default::before,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active::before,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active::before,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active::before {
  background: #9A3324;
}
.btn-link.btn-red:active, .regulatoryDocsNav .btn-link.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous a.btn-link.active:active, .pager .previous .regulatoryDocsNav a.btn-link.active:active,
.regulatoryDocsNav .pager .next a.btn-link.active:active,
.pager .next .regulatoryDocsNav a.btn-link.active:active, .regulatoryDocsNav .btn-link.active.button:active, #extLinkPopUp a.btn-red.btn.btn-default:active, #extLinkPopUp .primary-nav-container .nav > li > a.btn-red.btn-default.file.PDF.button:active, .primary-nav-container #extLinkPopUp .nav > li > a.btn-red.btn-default.file.PDF.button:active, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active:active, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn.btn-default.active:active, #extLinkPopUp .regulatoryDocsNav .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .previous .nav > li > a.btn-default.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn.btn-default.active:active, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn.btn-default.active:active, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active, .pager .previous .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .pager .previous .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn.btn-default.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .next .nav > li > a.btn-default.active.file.PDF.button:active,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn.btn-default.active:active,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn.btn-default.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active,
.pager .next .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container .pager .next .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active.button:active, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:active, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.button.file.PDF:active, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active.button:active, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:active, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.button.file.PDF:active, #extLinkPopUp a.btn-red.btn-default.button:active, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.btn.active:active, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:active, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.button.active.file.PDF:active, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.btn.active:active, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:active, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.button.active.file.PDF:active, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.button.active:active, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.button.active:active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.button.active:active, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.button.active:active,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.button.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.button.active:active,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active:active, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active, #extLinkPopUp .pager .previous a.btn-red.btn-default:active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.btn.active:active, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.btn.active:active, .regulatoryDocsNav #extLinkPopUp .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .previous .nav > li > a.btn-default.active.file.PDF.button:active, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active:active, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active:active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:active,
#extLinkPopUp .pager .previous .next .regulatoryDocsNav a.btn-default.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav .previous a.btn-default.active:active, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active.button:active, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active.button:active, .pager .previous #extLinkPopUp a.btn-red.btn-default:active, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:active, .pager .previous #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .pager .previous #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.btn.active:active, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active:active, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active:active, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active:active,
.regulatoryDocsNav .pager .previous #extLinkPopUp .next a.btn-default.active:active,
.regulatoryDocsNav .pager .next .previous #extLinkPopUp a.btn-default.active:active,
.pager .previous #extLinkPopUp .next .regulatoryDocsNav a.btn-default.active:active,
.pager .next .regulatoryDocsNav .previous #extLinkPopUp a.btn-default.active:active, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:active, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active.button:active,
#extLinkPopUp .pager .next a.btn-red.btn-default:active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.btn.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.btn.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .next .nav > li > a.btn-default.active.file.PDF.button:active,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:active,
#extLinkPopUp .pager .next .previous .regulatoryDocsNav a.btn-default.active:active,
#extLinkPopUp .pager .previous .regulatoryDocsNav .next a.btn-default.active:active,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active:active,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active:active,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active.button:active,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active.button:active,
.pager .next #extLinkPopUp a.btn-red.btn-default:active,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:active,
.pager .next #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container .pager .next #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.btn.active:active,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active,
.regulatoryDocsNav .pager .next #extLinkPopUp .previous a.btn-default.active:active,
.regulatoryDocsNav .pager .previous .next #extLinkPopUp a.btn-default.active:active,
.pager .next #extLinkPopUp .previous .regulatoryDocsNav a.btn-default.active:active,
.pager .previous .regulatoryDocsNav .next #extLinkPopUp a.btn-default.active:active,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active:active,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active:active,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active:active,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:active,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active.button:active, .btn-link.btn-red:focus, .regulatoryDocsNav .btn-link.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous a.btn-link.active:focus, .pager .previous .regulatoryDocsNav a.btn-link.active:focus,
.regulatoryDocsNav .pager .next a.btn-link.active:focus,
.pager .next .regulatoryDocsNav a.btn-link.active:focus, .regulatoryDocsNav .btn-link.active.button:focus, #extLinkPopUp a.btn-red.btn.btn-default:focus, #extLinkPopUp .primary-nav-container .nav > li > a.btn-red.btn-default.file.PDF.button:focus, .primary-nav-container #extLinkPopUp .nav > li > a.btn-red.btn-default.file.PDF.button:focus, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active:focus, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn.btn-default.active:focus, #extLinkPopUp .regulatoryDocsNav .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .previous .nav > li > a.btn-default.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn.btn-default.active:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn.btn-default.active:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus, .pager .previous .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .pager .previous .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn.btn-default.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .next .nav > li > a.btn-default.active.file.PDF.button:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn.btn-default.active:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn.btn-default.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus,
.pager .next .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container .pager .next .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active.button:focus, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:focus, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.button.file.PDF:focus, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active.button:focus, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:focus, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.button.file.PDF:focus, #extLinkPopUp a.btn-red.btn-default.button:focus, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.btn.active:focus, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:focus, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.button.active.file.PDF:focus, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.btn.active:focus, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:focus, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.button.active.file.PDF:focus, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.button.active:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.button.active:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.button.active:focus, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.button.active:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.button.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.button.active:focus,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active:focus, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus, #extLinkPopUp .pager .previous a.btn-red.btn-default:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.btn.active:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.btn.active:focus, .regulatoryDocsNav #extLinkPopUp .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .previous .nav > li > a.btn-default.active.file.PDF.button:focus, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active:focus, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:focus,
#extLinkPopUp .pager .previous .next .regulatoryDocsNav a.btn-default.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav .previous a.btn-default.active:focus, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active.button:focus, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active.button:focus, .pager .previous #extLinkPopUp a.btn-red.btn-default:focus, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:focus, .pager .previous #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .pager .previous #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.btn.active:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active:focus, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active:focus, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active:focus,
.regulatoryDocsNav .pager .previous #extLinkPopUp .next a.btn-default.active:focus,
.regulatoryDocsNav .pager .next .previous #extLinkPopUp a.btn-default.active:focus,
.pager .previous #extLinkPopUp .next .regulatoryDocsNav a.btn-default.active:focus,
.pager .next .regulatoryDocsNav .previous #extLinkPopUp a.btn-default.active:focus, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:focus, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active.button:focus,
#extLinkPopUp .pager .next a.btn-red.btn-default:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.btn.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.btn.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .next .nav > li > a.btn-default.active.file.PDF.button:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:focus,
#extLinkPopUp .pager .next .previous .regulatoryDocsNav a.btn-default.active:focus,
#extLinkPopUp .pager .previous .regulatoryDocsNav .next a.btn-default.active:focus,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active:focus,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active.button:focus,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active.button:focus,
.pager .next #extLinkPopUp a.btn-red.btn-default:focus,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:focus,
.pager .next #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container .pager .next #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.btn.active:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp .previous a.btn-default.active:focus,
.regulatoryDocsNav .pager .previous .next #extLinkPopUp a.btn-default.active:focus,
.pager .next #extLinkPopUp .previous .regulatoryDocsNav a.btn-default.active:focus,
.pager .previous .regulatoryDocsNav .next #extLinkPopUp a.btn-default.active:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active:focus,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active:focus,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active:focus,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:focus,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active.button:focus {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(154, 51, 36, 0.5);
}
.btn-link.btn-red:active::after, .regulatoryDocsNav .btn-link.btn.active:active::after, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button:active::after, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button:active::after, .regulatoryDocsNav .pager .previous a.btn-link.active:active::after, .pager .previous .regulatoryDocsNav a.btn-link.active:active::after,
.regulatoryDocsNav .pager .next a.btn-link.active:active::after,
.pager .next .regulatoryDocsNav a.btn-link.active:active::after, .regulatoryDocsNav .btn-link.active.button:active::after, #extLinkPopUp a.btn-red.btn.btn-default:active::after, #extLinkPopUp .primary-nav-container .nav > li > a.btn-red.btn-default.file.PDF.button:active::after, .primary-nav-container #extLinkPopUp .nav > li > a.btn-red.btn-default.file.PDF.button:active::after, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active:active::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn.btn-default.active:active::after, #extLinkPopUp .regulatoryDocsNav .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .previous .nav > li > a.btn-default.active.file.PDF.button:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn.btn-default.active:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn.btn-default.active:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active::after, .pager .previous .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .pager .previous .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn.btn-default.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .next .nav > li > a.btn-default.active.file.PDF.button:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn.btn-default.active:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn.btn-default.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:active::after,
.pager .next .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container .pager .next .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active.button:active::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:active::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.button.file.PDF:active::after, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active.button:active::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:active::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.button.file.PDF:active::after, #extLinkPopUp a.btn-red.btn-default.button:active::after, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.btn.active:active::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:active::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.button.active.file.PDF:active::after, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.btn.active:active::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:active::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.button.active.file.PDF:active::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.button.active:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.button.active:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.button.active:active::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.button.active:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.button.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.button.active:active::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active::after, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active:active::after, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:active::after, #extLinkPopUp .pager .previous a.btn-red.btn-default:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.btn.active:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.btn.active:active::after, .regulatoryDocsNav #extLinkPopUp .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .previous .nav > li > a.btn-default.active.file.PDF.button:active::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active:active::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:active::after,
#extLinkPopUp .pager .previous .next .regulatoryDocsNav a.btn-default.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .previous a.btn-default.active:active::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active.button:active::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active.button:active::after, .pager .previous #extLinkPopUp a.btn-red.btn-default:active::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:active::after, .pager .previous #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .pager .previous #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.btn.active:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active:active::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active:active::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active:active::after,
.regulatoryDocsNav .pager .previous #extLinkPopUp .next a.btn-default.active:active::after,
.regulatoryDocsNav .pager .next .previous #extLinkPopUp a.btn-default.active:active::after,
.pager .previous #extLinkPopUp .next .regulatoryDocsNav a.btn-default.active:active::after,
.pager .next .regulatoryDocsNav .previous #extLinkPopUp a.btn-default.active:active::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:active::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active.button:active::after,
#extLinkPopUp .pager .next a.btn-red.btn-default:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.btn.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.btn.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .next .nav > li > a.btn-default.active.file.PDF.button:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:active::after,
#extLinkPopUp .pager .next .previous .regulatoryDocsNav a.btn-default.active:active::after,
#extLinkPopUp .pager .previous .regulatoryDocsNav .next a.btn-default.active:active::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active:active::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active.button:active::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active.button:active::after,
.pager .next #extLinkPopUp a.btn-red.btn-default:active::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:active::after,
.pager .next #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container .pager .next #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.btn.active:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:active::after,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .previous a.btn-default.active:active::after,
.regulatoryDocsNav .pager .previous .next #extLinkPopUp a.btn-default.active:active::after,
.pager .next #extLinkPopUp .previous .regulatoryDocsNav a.btn-default.active:active::after,
.pager .previous .regulatoryDocsNav .next #extLinkPopUp a.btn-default.active:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active:active::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active:active::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active:active::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:active::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active.button:active::after, .btn-link.btn-red:focus::after, .regulatoryDocsNav .btn-link.btn.active:focus::after, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-link.active.file.PDF.button:focus::after, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-link.active.file.PDF.button:focus::after, .regulatoryDocsNav .pager .previous a.btn-link.active:focus::after, .pager .previous .regulatoryDocsNav a.btn-link.active:focus::after,
.regulatoryDocsNav .pager .next a.btn-link.active:focus::after,
.pager .next .regulatoryDocsNav a.btn-link.active:focus::after, .regulatoryDocsNav .btn-link.active.button:focus::after, #extLinkPopUp a.btn-red.btn.btn-default:focus::after, #extLinkPopUp .primary-nav-container .nav > li > a.btn-red.btn-default.file.PDF.button:focus::after, .primary-nav-container #extLinkPopUp .nav > li > a.btn-red.btn-default.file.PDF.button:focus::after, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active:focus::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn.btn-default.active:focus::after, #extLinkPopUp .regulatoryDocsNav .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .previous .nav > li > a.btn-default.active.file.PDF.button:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn.btn-default.active:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn.btn-default.active:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus::after, .pager .previous .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .pager .previous .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn.btn-default.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container #extLinkPopUp .regulatoryDocsNav .pager .next .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn.btn-default.active:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn.btn-default.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active:focus::after,
.pager .next .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container .pager .next .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after, #extLinkPopUp .regulatoryDocsNav a.btn.btn-default.active.button:focus::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:focus::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.button.file.PDF:focus::after, .regulatoryDocsNav #extLinkPopUp a.btn.btn-default.active.button:focus::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.button.file.PDF:focus::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.active.button.file.PDF:focus::after, #extLinkPopUp a.btn-red.btn-default.button:focus::after, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.btn.active:focus::after, #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:focus::after, .primary-nav-container #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.button.active.file.PDF:focus::after, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.btn.active:focus::after, .regulatoryDocsNav #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.button.active.file.PDF:focus::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .nav > li > a.btn-default.button.active.file.PDF:focus::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.button.active:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.button.active:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.button.active:focus::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.button.active:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.button.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.button.active:focus::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus::after, #extLinkPopUp .regulatoryDocsNav a.btn-default.button.active:focus::after, .regulatoryDocsNav #extLinkPopUp a.btn-default.button.active:focus::after, #extLinkPopUp .pager .previous a.btn-red.btn-default:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.btn.active:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container #extLinkPopUp .pager .previous .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.btn.active:focus::after, .regulatoryDocsNav #extLinkPopUp .pager .previous .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .previous .nav > li > a.btn-default.active.file.PDF.button:focus::after, #extLinkPopUp .regulatoryDocsNav .pager .previous a.btn-default.active:focus::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:focus::after,
#extLinkPopUp .pager .previous .next .regulatoryDocsNav a.btn-default.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .previous a.btn-default.active:focus::after, #extLinkPopUp .pager .previous .regulatoryDocsNav a.btn-default.active.button:focus::after, .regulatoryDocsNav #extLinkPopUp .pager .previous a.btn-default.active.button:focus::after, .pager .previous #extLinkPopUp a.btn-red.btn-default:focus::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:focus::after, .pager .previous #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .pager .previous #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.btn.active:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after, .primary-nav-container .regulatoryDocsNav .pager .previous #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active:focus::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active:focus::after, .pager .previous .regulatoryDocsNav #extLinkPopUp a.btn-default.active:focus::after,
.regulatoryDocsNav .pager .previous #extLinkPopUp .next a.btn-default.active:focus::after,
.regulatoryDocsNav .pager .next .previous #extLinkPopUp a.btn-default.active:focus::after,
.pager .previous #extLinkPopUp .next .regulatoryDocsNav a.btn-default.active:focus::after,
.pager .next .regulatoryDocsNav .previous #extLinkPopUp a.btn-default.active:focus::after, .pager .previous #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:focus::after, .regulatoryDocsNav .pager .previous #extLinkPopUp a.btn-default.active.button:focus::after,
#extLinkPopUp .pager .next a.btn-red.btn-default:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.btn.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container #extLinkPopUp .pager .next .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.btn.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container .regulatoryDocsNav #extLinkPopUp .pager .next .nav > li > a.btn-default.active.file.PDF.button:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next .previous a.btn-default.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next .previous a.btn-default.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .previous .next a.btn-default.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .previous .next a.btn-default.active:focus::after,
#extLinkPopUp .pager .next .previous .regulatoryDocsNav a.btn-default.active:focus::after,
#extLinkPopUp .pager .previous .regulatoryDocsNav .next a.btn-default.active:focus::after,
#extLinkPopUp .regulatoryDocsNav .pager .next a.btn-default.active:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active:focus::after,
#extLinkPopUp .pager .next .regulatoryDocsNav a.btn-default.active.button:focus::after,
.regulatoryDocsNav #extLinkPopUp .pager .next a.btn-default.active.button:focus::after,
.pager .next #extLinkPopUp a.btn-red.btn-default:focus::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.btn.active:focus::after,
.pager .next #extLinkPopUp .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container .pager .next #extLinkPopUp .regulatoryDocsNav .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.btn.active:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .primary-nav-container .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.primary-nav-container .regulatoryDocsNav .pager .next #extLinkPopUp .nav > li > a.btn-default.active.file.PDF.button:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp .previous a.btn-default.active:focus::after,
.regulatoryDocsNav .pager .previous .next #extLinkPopUp a.btn-default.active:focus::after,
.pager .next #extLinkPopUp .previous .regulatoryDocsNav a.btn-default.active:focus::after,
.pager .previous .regulatoryDocsNav .next #extLinkPopUp a.btn-default.active:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active:focus::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active:focus::after,
.pager .next .regulatoryDocsNav #extLinkPopUp a.btn-default.active:focus::after,
.pager .next #extLinkPopUp .regulatoryDocsNav a.btn-default.active.button:focus::after,
.regulatoryDocsNav .pager .next #extLinkPopUp a.btn-default.active.button:focus::after {
  color: #9A3324;
}
.btn-link.btn-blue, .btn-link.button, #extLinkPopUp a.btn-blue.btn.btn-default, #extLinkPopUp a.btn-default.button, #extLinkPopUp .pager .previous a.btn-blue.btn-default, .pager .previous #extLinkPopUp a.btn-blue.btn-default,
#extLinkPopUp .pager .next a.btn-blue.btn-default,
.pager .next #extLinkPopUp a.btn-blue.btn-default {
  color: #003057;
}
.btn-link.btn-blue::before, .btn-link.button::before, #extLinkPopUp a.btn-blue.btn.btn-default::before, #extLinkPopUp a.btn-default.button::before, #extLinkPopUp .pager .previous a.btn-blue.btn-default::before, .pager .previous #extLinkPopUp a.btn-blue.btn-default::before,
#extLinkPopUp .pager .next a.btn-blue.btn-default::before,
.pager .next #extLinkPopUp a.btn-blue.btn-default::before {
  background: #003057;
}
.btn-link.btn-blue:active, .btn-link.button:active, #extLinkPopUp a.btn-blue.btn.btn-default:active, #extLinkPopUp a.btn-default.button:active, #extLinkPopUp .pager .previous a.btn-blue.btn-default:active, .pager .previous #extLinkPopUp a.btn-blue.btn-default:active,
#extLinkPopUp .pager .next a.btn-blue.btn-default:active,
.pager .next #extLinkPopUp a.btn-blue.btn-default:active, .btn-link.btn-blue:focus, .btn-link.button:focus, #extLinkPopUp a.btn-blue.btn.btn-default:focus, #extLinkPopUp a.btn-default.button:focus, #extLinkPopUp .pager .previous a.btn-blue.btn-default:focus, .pager .previous #extLinkPopUp a.btn-blue.btn-default:focus,
#extLinkPopUp .pager .next a.btn-blue.btn-default:focus,
.pager .next #extLinkPopUp a.btn-blue.btn-default:focus {
  border-color: #003057;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}
.btn-link.btn-blue:active::after, .btn-link.button:active::after, #extLinkPopUp a.btn-blue.btn.btn-default:active::after, #extLinkPopUp a.btn-default.button:active::after, #extLinkPopUp .pager .previous a.btn-blue.btn-default:active::after, .pager .previous #extLinkPopUp a.btn-blue.btn-default:active::after,
#extLinkPopUp .pager .next a.btn-blue.btn-default:active::after,
.pager .next #extLinkPopUp a.btn-blue.btn-default:active::after, .btn-link.btn-blue:focus::after, .btn-link.button:focus::after, #extLinkPopUp a.btn-blue.btn.btn-default:focus::after, #extLinkPopUp a.btn-default.button:focus::after, #extLinkPopUp .pager .previous a.btn-blue.btn-default:focus::after, .pager .previous #extLinkPopUp a.btn-blue.btn-default:focus::after,
#extLinkPopUp .pager .next a.btn-blue.btn-default:focus::after,
.pager .next #extLinkPopUp a.btn-blue.btn-default:focus::after {
  color: #003057;
}
.btn-link.btn-green, #extLinkPopUp a.btn-green.btn.btn-default, #extLinkPopUp a.btn-green.btn-default.button, #extLinkPopUp .pager .previous a.btn-green.btn-default, .pager .previous #extLinkPopUp a.btn-green.btn-default,
#extLinkPopUp .pager .next a.btn-green.btn-default,
.pager .next #extLinkPopUp a.btn-green.btn-default {
  color: #4e5b31;
}
.btn-link.btn-green::before, #extLinkPopUp a.btn-green.btn.btn-default::before, #extLinkPopUp a.btn-green.btn-default.button::before, #extLinkPopUp .pager .previous a.btn-green.btn-default::before, .pager .previous #extLinkPopUp a.btn-green.btn-default::before,
#extLinkPopUp .pager .next a.btn-green.btn-default::before,
.pager .next #extLinkPopUp a.btn-green.btn-default::before {
  background: #4e5b31;
}
.btn-link.btn-green:active, #extLinkPopUp a.btn-green.btn.btn-default:active, #extLinkPopUp a.btn-green.btn-default.button:active, #extLinkPopUp .pager .previous a.btn-green.btn-default:active, .pager .previous #extLinkPopUp a.btn-green.btn-default:active,
#extLinkPopUp .pager .next a.btn-green.btn-default:active,
.pager .next #extLinkPopUp a.btn-green.btn-default:active, .btn-link.btn-green:focus, #extLinkPopUp a.btn-green.btn.btn-default:focus, #extLinkPopUp a.btn-green.btn-default.button:focus, #extLinkPopUp .pager .previous a.btn-green.btn-default:focus, .pager .previous #extLinkPopUp a.btn-green.btn-default:focus,
#extLinkPopUp .pager .next a.btn-green.btn-default:focus,
.pager .next #extLinkPopUp a.btn-green.btn-default:focus {
  border-color: #4e5b31;
  box-shadow: 0 0 5px rgba(78, 91, 49, 0.5);
}
.btn-link.btn-green:active::after, #extLinkPopUp a.btn-green.btn.btn-default:active::after, #extLinkPopUp a.btn-green.btn-default.button:active::after, #extLinkPopUp .pager .previous a.btn-green.btn-default:active::after, .pager .previous #extLinkPopUp a.btn-green.btn-default:active::after,
#extLinkPopUp .pager .next a.btn-green.btn-default:active::after,
.pager .next #extLinkPopUp a.btn-green.btn-default:active::after, .btn-link.btn-green:focus::after, #extLinkPopUp a.btn-green.btn.btn-default:focus::after, #extLinkPopUp a.btn-green.btn-default.button:focus::after, #extLinkPopUp .pager .previous a.btn-green.btn-default:focus::after, .pager .previous #extLinkPopUp a.btn-green.btn-default:focus::after,
#extLinkPopUp .pager .next a.btn-green.btn-default:focus::after,
.pager .next #extLinkPopUp a.btn-green.btn-default:focus::after {
  color: #4e5b31;
}
.btn-icon, .btn-icon-text {
  color: #3B3C3E;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.btn-icon::before, .btn-icon-text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #3B3C3E;
  overflow: hidden;
}
.btn-icon:hover::before, .btn-icon:visited::before, .btn-icon-text:hover::before, .btn-icon-text:visited::before {
  width: 100%;
  transition: width 0.2s linear;
}
.btn-icon .fa,
.btn-icon .icon, .btn-icon-text .fa,
.btn-icon-text .icon {
  font-size: 20px;
}
.btn-icon .svg-icon, .btn-icon-text .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-icon.btn-red, .regulatoryDocsNav .btn-icon.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.btn-icon.active, .pager .previous .regulatoryDocsNav a.btn-icon.active,
.regulatoryDocsNav .pager .next a.btn-icon.active,
.pager .next .regulatoryDocsNav a.btn-icon.active, .regulatoryDocsNav .btn-icon.active.button, .btn-icon-text.btn-red, .regulatoryDocsNav .btn-icon-text.btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon-text.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon-text.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.btn-icon-text.active, .pager .previous .regulatoryDocsNav a.btn-icon-text.active,
.regulatoryDocsNav .pager .next a.btn-icon-text.active,
.pager .next .regulatoryDocsNav a.btn-icon-text.active, .regulatoryDocsNav .btn-icon-text.active.button {
  color: #9A3324;
}
.btn-icon.btn-red::before, .regulatoryDocsNav .btn-icon.btn.active::before, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon.active.file.PDF.button::before, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon.active.file.PDF.button::before, .regulatoryDocsNav .pager .previous a.btn-icon.active::before, .pager .previous .regulatoryDocsNav a.btn-icon.active::before,
.regulatoryDocsNav .pager .next a.btn-icon.active::before,
.pager .next .regulatoryDocsNav a.btn-icon.active::before, .regulatoryDocsNav .btn-icon.active.button::before, .btn-icon-text.btn-red::before, .regulatoryDocsNav .btn-icon-text.btn.active::before, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon-text.active.file.PDF.button::before, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon-text.active.file.PDF.button::before, .regulatoryDocsNav .pager .previous a.btn-icon-text.active::before, .pager .previous .regulatoryDocsNav a.btn-icon-text.active::before,
.regulatoryDocsNav .pager .next a.btn-icon-text.active::before,
.pager .next .regulatoryDocsNav a.btn-icon-text.active::before, .regulatoryDocsNav .btn-icon-text.active.button::before {
  background: #9A3324;
}
.btn-icon.btn-red:active, .regulatoryDocsNav .btn-icon.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous a.btn-icon.active:active, .pager .previous .regulatoryDocsNav a.btn-icon.active:active,
.regulatoryDocsNav .pager .next a.btn-icon.active:active,
.pager .next .regulatoryDocsNav a.btn-icon.active:active, .regulatoryDocsNav .btn-icon.active.button:active, .btn-icon.btn-red:focus, .regulatoryDocsNav .btn-icon.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous a.btn-icon.active:focus, .pager .previous .regulatoryDocsNav a.btn-icon.active:focus,
.regulatoryDocsNav .pager .next a.btn-icon.active:focus,
.pager .next .regulatoryDocsNav a.btn-icon.active:focus, .regulatoryDocsNav .btn-icon.active.button:focus, .btn-icon-text.btn-red:active, .regulatoryDocsNav .btn-icon-text.btn.active:active, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon-text.active.file.PDF.button:active, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon-text.active.file.PDF.button:active, .regulatoryDocsNav .pager .previous a.btn-icon-text.active:active, .pager .previous .regulatoryDocsNav a.btn-icon-text.active:active,
.regulatoryDocsNav .pager .next a.btn-icon-text.active:active,
.pager .next .regulatoryDocsNav a.btn-icon-text.active:active, .regulatoryDocsNav .btn-icon-text.active.button:active, .btn-icon-text.btn-red:focus, .regulatoryDocsNav .btn-icon-text.btn.active:focus, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon-text.active.file.PDF.button:focus, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon-text.active.file.PDF.button:focus, .regulatoryDocsNav .pager .previous a.btn-icon-text.active:focus, .pager .previous .regulatoryDocsNav a.btn-icon-text.active:focus,
.regulatoryDocsNav .pager .next a.btn-icon-text.active:focus,
.pager .next .regulatoryDocsNav a.btn-icon-text.active:focus, .regulatoryDocsNav .btn-icon-text.active.button:focus {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(154, 51, 36, 0.5);
}
.btn-icon.btn-red .svg-icon, .regulatoryDocsNav .btn-icon.btn.active .svg-icon, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon.active.file.PDF.button .svg-icon, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon.active.file.PDF.button .svg-icon, .regulatoryDocsNav .pager .previous a.btn-icon.active .svg-icon, .pager .previous .regulatoryDocsNav a.btn-icon.active .svg-icon,
.regulatoryDocsNav .pager .next a.btn-icon.active .svg-icon,
.pager .next .regulatoryDocsNav a.btn-icon.active .svg-icon, .regulatoryDocsNav .btn-icon.active.button .svg-icon, .btn-icon-text.btn-red .svg-icon, .regulatoryDocsNav .btn-icon-text.btn.active .svg-icon, .regulatoryDocsNav .primary-nav-container .nav > li > a.btn-icon-text.active.file.PDF.button .svg-icon, .primary-nav-container .regulatoryDocsNav .nav > li > a.btn-icon-text.active.file.PDF.button .svg-icon, .regulatoryDocsNav .pager .previous a.btn-icon-text.active .svg-icon, .pager .previous .regulatoryDocsNav a.btn-icon-text.active .svg-icon,
.regulatoryDocsNav .pager .next a.btn-icon-text.active .svg-icon,
.pager .next .regulatoryDocsNav a.btn-icon-text.active .svg-icon, .regulatoryDocsNav .btn-icon-text.active.button .svg-icon {
  fill: #9A3324;
}
.btn-icon.btn-blue, .btn-icon.button, .btn-icon-text.btn-blue, .btn-icon-text.button {
  color: #003057;
}
.btn-icon.btn-blue::before, .btn-icon.button::before, .btn-icon-text.btn-blue::before, .btn-icon-text.button::before {
  background: #003057;
}
.btn-icon.btn-blue:active, .btn-icon.button:active, .btn-icon.btn-blue:focus, .btn-icon.button:focus, .btn-icon-text.btn-blue:active, .btn-icon-text.button:active, .btn-icon-text.btn-blue:focus, .btn-icon-text.button:focus {
  border-color: #003057;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}
.btn-icon.btn-blue .svg-icon, .btn-icon.button .svg-icon, .btn-icon-text.btn-blue .svg-icon, .btn-icon-text.button .svg-icon {
  fill: #003057;
}
.btn-icon.btn-green, .btn-icon-text.btn-green {
  color: #4e5b31;
}
.btn-icon.btn-green::before, .btn-icon-text.btn-green::before {
  background: #4e5b31;
}
.btn-icon.btn-green:active, .btn-icon.btn-green:focus, .btn-icon-text.btn-green:active, .btn-icon-text.btn-green:focus {
  border-color: #4e5b31;
  box-shadow: 0 0 5px rgba(78, 91, 49, 0.5);
}
.btn-icon.btn-green .svg-icon, .btn-icon-text.btn-green .svg-icon {
  fill: #4e5b31;
}
.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 480px) {
  .btn-icon {
    width: 40px;
    height: 40px;
  }
}
.btn-icon:active, .btn-icon:focus {
  border-radius: 50%;
}
.btn-icon:active:before, .btn-icon:focus:before {
  display: none;
}
.btn-icon-text .fa,
.btn-icon-text .icon {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  margin-bottom: -4px;
}
.btn.btn-inverse, .primary-nav-container .nav > li > a.file.PDF.button, .btn-inverse.button, .pager .previous a.btn-inverse,
.pager .next a.btn-inverse {
  color: #FFF;
}
.btn.btn-inverse::after, .primary-nav-container .nav > li > a.file.PDF.button::after, .btn-inverse.button::after, .pager .previous a.btn-inverse::after,
.pager .next a.btn-inverse::after {
  color: #FFF;
}
.btn.btn-inverse::before, .primary-nav-container .nav > li > a.file.PDF.button::before, .btn-inverse.button::before, .pager .previous a.btn-inverse::before,
.pager .next a.btn-inverse::before {
  background: #FFF;
}
.btn.btn-inverse:active, .primary-nav-container .nav > li > a.file.PDF.button:active, .btn-inverse.button:active, .pager .previous a.btn-inverse:active,
.pager .next a.btn-inverse:active, .btn.btn-inverse:focus, .primary-nav-container .nav > li > a.file.PDF.button:focus, .btn-inverse.button:focus, .pager .previous a.btn-inverse:focus,
.pager .next a.btn-inverse:focus {
  border-color: #FFF;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.btn[disabled], .primary-nav-container .nav > li > a[disabled].file.PDF.button, [disabled].button, .pager .previous a[disabled],
.pager .next a[disabled], .btn.disabled, .primary-nav-container .nav > li > a.disabled.file.PDF.button, .disabled.button, .pager .previous a.disabled,
.pager .next a.disabled {
  color: #97999B !important;
  border-color: #97999B !important;
  box-shadow: none !important;
}
.btn[disabled].btn-primary, .primary-nav-container .nav > li > a[disabled].btn-primary.file.PDF.button, [disabled].btn-primary.button, .pager .previous a[disabled].btn-primary,
.pager .next a[disabled].btn-primary, .btn.disabled.btn-primary, .primary-nav-container .nav > li > a.disabled.btn-primary.file.PDF.button, .disabled.btn-primary.button, .pager .previous a.disabled.btn-primary,
.pager .next a.disabled.btn-primary {
  color: #FFF !important;
  background: #97999B !important;
}
.btn[disabled].btn-primary.btn-inverse, .primary-nav-container .nav > li > a[disabled].btn-primary.file.PDF.button, [disabled].btn-primary.btn-inverse.button, .pager .previous a[disabled].btn-primary.btn-inverse,
.pager .next a[disabled].btn-primary.btn-inverse, .btn.disabled.btn-primary.btn-inverse, .primary-nav-container .nav > li > a.disabled.btn-primary.file.PDF.button, .disabled.btn-primary.btn-inverse.button, .pager .previous a.disabled.btn-primary.btn-inverse,
.pager .next a.disabled.btn-primary.btn-inverse {
  background: #97999B;
}
.btn[disabled]:hover, .primary-nav-container .nav > li > a[disabled].file.PDF.button:hover, [disabled].button:hover, .pager .previous a[disabled]:hover,
.pager .next a[disabled]:hover {
  cursor: not-allowed !important;
}

.link-only {
  padding: 0;
  border: none;
  color: #003057;
}
.link-only:hover {
  color: #002a4d;
}

.back-link a::before {
  content: "\f177";
  margin-right: 1rem;
  display: inline-block;
  font-family: fontAwesome;
  color: #74777A;
}

/* Button List - pods with the following class: .button-list */
.button-list:not(.white-bg),
.pod.tabbed.vertical .button-list:not(.white-bg) {
  background: #EEE;
  color: #000;
  padding: 1rem 1.5rem;
}
.button-list:not(.white-bg) ul li,
.pod.tabbed.vertical .button-list:not(.white-bg) ul li {
  border-color: #FFF;
}
.button-list ul,
.pod.tabbed.vertical .button-list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.button-list ul li,
.pod.tabbed.vertical .button-list ul li {
  padding: 0.5rem 0;
  margin: 0 !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #B1B3B3;
}
.button-list ul li a,
.pod.tabbed.vertical .button-list ul li a {
  display: block;
}
.button-list ul li:last-child,
.pod.tabbed.vertical .button-list ul li:last-child {
  border: none;
}

/* End Button List */
.max-eleven {
  max-width: 1100px;
  margin: 0 auto;
}

.content {
  /* HIDE FUNCTION PODS UNTIL MODULE CSS IS LOADED
  /* this prevents the css swap that happens when module css loads after page load
  */
  /* end hide function pods until css is loaded */
}
.content:not(.splash--main) {
  min-height: 500px;
}
@media (max-width: 480px) {
  .content:not(.splash--main) {
    margin-top: 93px;
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content .pod.function {
  visibility: hidden;
}
.content__main > .flash-alert {
  text-align: center;
}
.content__main > .flash-alert .alert {
  padding-right: 40px;
  margin: 1rem auto;
  width: 80vw;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .content__main > .flash-alert .alert {
    width: calc(100vw - 2rem);
  }
}
.content__main > .flash-alert .alert .close {
  top: 2px;
  right: -25px;
  float: right;
}

/* end .content */
/* Fund Explorer/Finder */
.ksys-wrapper {
  overflow-y: auto !important;
}

.vt-tab__header {
  background-color: #9A3324 !important;
}

.funds .content__main {
  background: #f1f1f1;
}

/* End Fund Explorer/Finder */
/* Mutual Fund Forms Page */
.mff-page-links .asset-stack .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mff-page-links .asset-stack .inner .asset-stack-asset {
  width: 49%;
}

/* end Mutual Fund Forms page */
/* ----------------------------
SECURITY QUESTIONS
------------------------------- */
.securityQuestions {
  max-width: 600px;
}
.securityQuestions select {
  margin: 0 0 0.4em;
}
.securityQuestions select + .alert.alert-warning {
  margin-bottom: 0.4em;
}
.securityQuestions input {
  margin-top: 0.4em;
  margin-bottom: 1.5em;
}
.securityQuestions input + .alert.alert-warning {
  margin-top: -1.1em;
  margin-bottom: 1.5em;
}
.securityQuestions .alert.alert-warning {
  color: #B26200;
}

.gridBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 1440px) {
  .gridBox {
    grid-template-rows: 150px 1fr;
  }
}
@media (max-width: 480px) {
  .gridBox {
    grid-template-rows: 125px 1fr;
  }
}
.gridBox-columns.columns {
  display: flex;
  flex-flow: row wrap;
}
.gridBox-columns.columns .pod::before, .gridBox-columns.columns .pod::after {
  display: none;
}
.gridBox-columns.columns .column {
  margin-bottom: 2rem;
  min-width: 295px;
  flex: 1 0 auto;
}
.gridBox-columns.columns .gridBox {
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .gridBox-columns.columns {
    margin-right: -2rem;
  }
  .gridBox-columns.columns .column {
    width: calc(33% - 2rem);
    margin-right: 1rem !important;
  }
}
@media (max-width: 767px) {
  .gridBox-columns.columns {
    margin-right: 0;
  }
  .gridBox-columns.columns .column {
    margin-right: 0 !important;
  }
}
.gridBox-header, .gridBox-image {
  min-width: 100px;
}
.gridBox-header {
  padding: 1.5rem;
  grid-column: 1/2;
  grid-row: 1;
}
.gridBox-header p {
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .gridBox-header {
    min-width: 185px;
  }
  .gridBox-header h2, .gridBox-header #disclosurePopup .modal-header h1, #disclosurePopup .modal-header .gridBox-header h1,
  .gridBox-header #disclosurePopup .modal-header .modal-title,
  #disclosurePopup .modal-header .gridBox-header .modal-title {
    font-size: 1.5rem;
  }
  .gridBox-header .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.gridBox-image {
  grid-column: 2/-1;
  grid-row: 1;
}
.gridBox-image p,
.gridBox-image .asset {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.gridBox-image .asset {
  float: none !important;
}
.gridBox-image .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gridBox-content {
  padding: 1.5rem;
  grid-column: 1/-1;
  grid-row: 2;
}
.gridBox-content > p:last-of-type {
  margin: 0;
}

/* ----------------------------
ETF LANDING PAGE
------------------------------- */
@media screen and (max-width: 1400px) {
  .etf-container .title h1 {
    padding-right: 45vw;
  }
}
@media screen and (max-width: 1170px) {
  .etf-container .title h1 {
    padding-right: 35vw;
  }
}
@media screen and (max-width: 980px) {
  .etf-container .title h1 {
    padding-right: 50vw;
  }
}

/* --------------------------
CETERA FORM STYLES
& OTHER FORMS (BUSINESS
GROWTH) SUBMISSION MSG
----------------------------- */
.cetera-form .alert-success.alert-dismissible,
.form-submission-msg .alert-success.alert-dismissible {
  background: #666;
  padding: 20px;
  color: #fff;
  position: relative;
  top: -3em;
}
.cetera-form button.close,
.form-submission-msg button.close {
  background: transparent;
  height: auto;
  border: none;
  color: #fff;
  padding: 0 0.6em 0 0;
}

/* ------------------------------

MEJS AUDIO PLAYER STYLES

--------------------------------- */
.mp3 .mejs__controls {
  padding: 0;
  height: 74px;
}
.mp3 .mejs__controls .mejs__button > button {
  background-image: url("../images/podcast-controls.svg");
}
.mp3 .mejs__controls .mejs__playpause-button {
  width: 74px;
  height: 74px;
  flex: 1 0 auto;
}
.mp3 .mejs__controls .mejs__playpause-button > button {
  transition: none;
}
.mp3 .mejs__container {
  height: 74px !important;
  width: 300px !important;
  min-width: 0 !important;
}
.mp3 .mejs__play button,
.mp3 .mejs__pause button {
  width: 54px;
  height: 54px;
  margin: 10px;
}
.mp3 .mejs__pause > button {
  background-position: 0 -54px;
}
.mp3 .mejs__controls .mejs__volume-button {
  position: static;
  float: left;
  margin-top: 33px;
  margin-left: 40px;
}
.mp3 .mejs__controls .mejs__volume-button button {
  background-position: -72px -2px;
}
.mp3 .mejs__controls .mejs__mute button {
  background-position: -72px -18px;
}
.mp3 a.mejs__horizontal-volume-slider {
  margin-top: 30px;
  margin-right: 10px;
  float: right;
}
.mp3 a.mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  background: #FFF;
}
.mp3 .mejs__time.mejs__currenttime-container,
.mp3 .mejs__time.mejs__duration-container {
  position: absolute;
  top: 45px;
  padding: 0;
}
.mp3 .mejs__time.mejs__currenttime-container {
  left: 80px;
}
.mp3 .mejs__time.mejs__duration-container {
  left: 110px;
}
.mp3 .mejs__time.mejs__duration-container:before {
  content: "/";
  margin: 0 6px 0 3px;
}
.mp3 .mejs__controls .mejs__time-rail {
  position: absolute;
  top: 5px;
  left: 80px;
  margin: 0;
  width: calc(100% - 95px);
}

/* --------------------------
    REGULATORY DOCUMENTS
----------------------------- */
.regulatoryDocsNav {
  margin-bottom: 1em;
}
.regulatoryDocsNav button {
  margin-bottom: 1em;
  margin-right: 6px;
}
.regulatoryDocsNav .btn.active, .regulatoryDocsNav .primary-nav-container .nav > li > a.active.file.PDF.button, .primary-nav-container .regulatoryDocsNav .nav > li > a.active.file.PDF.button, .regulatoryDocsNav .pager .previous a.active, .pager .previous .regulatoryDocsNav a.active,
.regulatoryDocsNav .pager .next a.active,
.pager .next .regulatoryDocsNav a.active, .regulatoryDocsNav .active.button {
  border-color: #9A3324;
  box-shadow: 0 0 5px rgba(0, 48, 87, 0.5);
}

/* --------------------------
    IFRAMES
----------------------------- */
.iframeContainer {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --------------------------
   Logos on International Site
   Homepage
----------------------------- */
.partner-logos-gray-bg .partner a {
  display: block;
  background-color: #eee;
  padding: 20px 10px;
}
.partner-logos-gray-bg .partner a img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer {
  margin: 0 !important;
  font-size: 0.9rem;
}
.footer .pdf-footer-disclosure {
  display: none;
}
.footer-logo {
  padding: 3rem;
  background: #DCDCDC;
}
@media only screen and (max-width: 1160px) {
  .footer-logo {
    padding: 2rem;
  }
}
.footer-logo h5 {
  display: block;
  height: 43px;
  width: 195px;
  margin: 0 auto;
  text-indent: -999px;
  background: url("../images/logo-updated.png") no-repeat center center;
  background-size: 195px 43px;
  overflow: hidden;
}
.footer-disclosures {
  padding: 2rem 5.75vw 2rem 5.75vw;
  margin: 0;
  color: #FFF;
  background: #3B3C3E;
}
.footer-disclosures p {
  margin-bottom: 0;
}
.footer-disclosures p a:not(.btn):not(.button):not(.button) {
  color: #FFF;
  border-color: #FFF;
}
.footer-disclosures p a:not(.btn):not(.button):not(.button):hover, .footer-disclosures p a:not(.btn):not(.button):not(.button):active {
  color: #DCDCDC;
}
.footer-nav-container {
  padding: 0 5.75vw;
  margin: 0;
  display: flex;
  background: #000;
}
@media only screen and (max-width: 1160px) {
  .footer-nav-container {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-nav-container {
    display: block;
    padding: 1rem;
  }
}
.footer-nav-container .pod {
  margin: 0;
}
.footer-nav-container .footer-nav {
  font-size: 0.8rem;
}
.footer-nav-container .footer-nav ul {
  display: flex;
  list-style: none;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-nav-container .footer-nav ul {
    display: block;
  }
}
.footer-nav-container .footer-nav ul li {
  margin: 0 1rem 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: trade-gothic-next, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-nav-container .footer-nav ul li {
    margin: 0 0 10px;
  }
}
.footer-nav-container .footer-nav ul li a:not(.btn):not(.button):not(.button) {
  color: #FFF;
  border-bottom: 0;
}
.footer-nav-container .broker-check {
  flex: 1 0 auto;
}
.footer-nav-container .broker-check .asset {
  width: 8rem;
  float: right;
}
@media (max-width: 767px) {
  .footer-nav-container .broker-check .asset {
    float: none;
    margin: 0 auto;
  }
}
.footer-nav-container .broker-check img {
  width: 100% !important;
  height: auto !important;
}

/*
 * Global Form Styles
 * -------------------------------------------------------------- */
/* Global Form Styles */
.form-inline .form-group {
  display: inline-block;
}

.section-form .fieldset {
  padding-top: 0.5rem;
  border-top: 1px solid #B1B3B3;
}

.full-width-fields .frontend-form .fieldset > .form-group {
  margin-right: 0;
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .fieldset .form-group {
    width: 100%;
    margin-right: 0;
  }
}

.form-control,
input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  height: 2.5rem;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFF;
  border: 1px solid #B1B3B3;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  border: 1px solid #003057;
  outline: 0;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

legend.section-header {
  margin-bottom: 2rem;
}

label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.check label {
  display: inline;
  font-weight: normal;
}
label input {
  margin-right: 10px;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

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

input[type=checkbox],
input[type=radio] {
  display: inline;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border: 1px solid #003057;
  box-shadow: 0 0 3px rgba(0, 48, 87, 0.5);
  outline: 0;
}

.help-block {
  color: #74777A;
  font-size: 1rem;
}
.help-block:not(:empty) {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.form-actions {
  margin-bottom: 1rem;
}

.alert-dismissible {
  padding-right: 21px;
  position: relative;
}
.alert-dismissible .close {
  top: 0;
  right: -11px;
  float: right;
}

/*
 * Select 2 form overrides
 */
.form-control.select2-container {
  height: 100%;
}
.form-control.select2-container .select2-choices {
  padding: 0.25rem !important;
  margin: 0 !important;
}
.form-control.select2-container .select2-search-field {
  margin-bottom: 0 !important;
  width: 100%;
}
.form-control.select2-container .select2-search-field input {
  width: 100% !important;
}
.form-control.select2-container .select2-search-choice {
  margin: 0 0.25rem 0.25rem 0 !important;
}
.form-control.select2-container .select2-choice {
  position: relative;
  z-index: 0;
  padding: 0 2rem 0 1rem;
  width: auto;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #FFF;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: content-box;
}
.form-control.select2-container .select2-choice .select2-chosen {
  margin: 0;
}
.form-control.select2-container .select2-choice .select2-arrow {
  padding-right: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.form-control.select2-container .select2-choice .select2-arrow b {
  position: relative;
  width: auto;
  height: auto;
  background: none !important;
}
.form-control.select2-container .select2-choice .select2-arrow b::after {
  font-family: FontAwesome;
  content: "\f107";
}

.select2-drop {
  color: #FFF;
  border: 0;
  border-radius: 0;
  background: #616162;
  box-shadow: 0;
}
.select2-drop .select2-results {
  padding: 0.25rem 0;
  margin: 0;
}
.select2-drop .select2-results .select2-result-label {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.select2-drop .select2-results .select2-highlighted {
  background: #3B3C3E;
}

/* Table Filter Styles */
.filter-control {
  flex: 1 1 auto;
}
.filter-control.select {
  position: relative;
}
.filter-control.select:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  display: block;
  font-family: FontAwesome;
  line-height: 2.5rem;
  content: "\f107";
  pointer-events: none;
}
.filter-control.select.with-label:after {
  top: 1.5rem;
}
.filter-control.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}

.header.pre-stuck > .container {
  position: fixed;
  top: -6rem;
  opacity: 0;
}
.header.affix {
  z-index: 101;
  width: 100vw;
}
.header.affix > .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  border-bottom: 2px solid #3B3C3E;
  opacity: 1;
  transition: all 0.35s ease;
}
.header.affix .logo-container {
  height: 3.75rem;
  width: auto;
}
.header.affix .logo-container .logo svg {
  width: 10rem;
}
.header.affix .nav-container {
  flex: 1 0 auto;
}
.header > .container {
  background: #DCDCDC;
}
.header > .container:before, .header > .container:after {
  display: table;
  content: " ";
}
.header > .container:after {
  clear: both;
}
@media (max-width: 767px) {
  .header > .container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .header > .container .logo-container {
    width: auto;
  }
}
.header .logo-container {
  width: 20%;
  height: 7.5rem;
  float: left;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .header .logo-container {
    height: 4rem;
    width: auto;
    float: none;
    flex: 1 0 auto;
  }
  .header .logo-container .logo svg {
    width: 10rem;
  }
}
.header .logo-container .logo {
  width: 100%;
  max-width: 300px;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.header .logo-container svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  .header .logo-container svg {
    width: 12rem;
  }
}
.header .nav-container {
  padding: 0;
  width: 80%;
  float: left;
}
@media (max-width: 767px) {
  .header .nav-container {
    width: 100%;
    float: none;
  }
}

.siteSwitcher--container {
  position: relative;
  height: 100%;
  font-size: 1rem;
}
.siteSwitcher--container select {
  display: none;
}
.siteSwitcher--container .select2-container {
  height: 100%;
  width: 100% !important;
}
.siteSwitcher--container .select2-container:focus {
  background: #000;
  outline: none;
}
.siteSwitcher--container .select2-container .select2-search-choice-close {
  display: none;
}
.siteSwitcher--container .select2-container .select2-selection {
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  width: auto;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #FFF;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: content-box;
}
.siteSwitcher--container .select2-container .select2-selection:focus {
  background: #000;
  outline: none;
}
.siteSwitcher--container .select2-container .select2-selection__rendered {
  color: #FFF;
  margin: 0;
}
.siteSwitcher--container .select2-container .select2-selection__arrow {
  position: static;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.siteSwitcher--container .select2-container .select2-selection__arrow b {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
  width: auto;
  height: 100%;
  line-height: 26px;
  border: none;
  background: none !important;
}
.siteSwitcher--container .select2-container .select2-selection__arrow b::after {
  font-family: FontAwesome;
  content: "\f107";
}

.select2-dropdown {
  color: #FFF;
  border: 0;
  border-radius: 0;
  background: #616162;
  box-shadow: 0;
}
.select2-dropdown .select2-results {
  padding: 0.25rem 0;
  margin: 0;
}
.select2-dropdown .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.select2-dropdown .select2-results__option[aria-selected=true] {
  color: #000;
}
.select2-dropdown .select2-results__option--highlighted, .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #3B3C3E;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected=true], .select2-dropdown .select2-results__option--highlighted[aria-selected][aria-selected=true] {
  color: #FFF;
}

.dropdown-menu {
  width: 100%;
  padding: 3rem 1rem;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 200ms ease;
  background: #616162;
}
.dropdown-menu h1, .dropdown-menu .h1,
.dropdown-menu h2,
.dropdown-menu #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .dropdown-menu h1,
.dropdown-menu #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .dropdown-menu .modal-title, .dropdown-menu .h2,
.dropdown-menu h3, .dropdown-menu .h3,
.dropdown-menu h4, .dropdown-menu .h4, .dropdown-menu legend,
.dropdown-menu h5, .dropdown-menu .h5,
.dropdown-menu h6, .dropdown-menu .h6 {
  color: #FFF;
  margin: 0 0 5px;
}
.dropdown-menu a:not(.btn):not(.button) {
  color: #FFF;
  text-decoration: none;
}
.dropdown-menu a:not(.btn):not(.button):hover, .dropdown-menu a:not(.btn):not(.button):focus {
  color: #74777A;
}
.dropdown-menu a.btn.btn-primary:hover, .dropdown-menu .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:hover, .primary-nav-container .dropdown-menu .nav > li > a.btn-primary.file.PDF.button:hover, .dropdown-menu .pager .previous a.btn-primary:hover, .pager .previous .dropdown-menu a.btn-primary:hover,
.dropdown-menu .pager .next a.btn-primary:hover,
.pager .next .dropdown-menu a.btn-primary:hover, .dropdown-menu a.btn-primary.button:hover, .dropdown-menu a.btn.btn-primary:focus, .dropdown-menu .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:focus, .primary-nav-container .dropdown-menu .nav > li > a.btn-primary.file.PDF.button:focus, .dropdown-menu .pager .previous a.btn-primary:focus, .pager .previous .dropdown-menu a.btn-primary:focus,
.dropdown-menu .pager .next a.btn-primary:focus,
.pager .next .dropdown-menu a.btn-primary:focus, .dropdown-menu a.btn-primary.button:focus {
  color: #FFF;
}
.dropdown-menu p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
.dropdown-menu p a:not(.btn):not(.button) {
  font-size: 0.9rem;
}
.dropdown-menu .pod a:not(.btn):not(.button) {
  padding: 0;
  height: auto;
  line-height: normal;
}
.dropdown-menu .pod a:not(.btn):not(.button):link, .dropdown-menu .pod a:not(.btn):not(.button):visited, .dropdown-menu .pod a:not(.btn):not(.button):active {
  color: #FFF;
}
.dropdown-menu .pod a:not(.btn):not(.button):hover, .dropdown-menu .pod a:not(.btn):not(.button):focus {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu .pod p a:not(.btn):not(.button) {
  padding-bottom: 2px;
  border-bottom: 1px dotted #FFF;
}
.dropdown-menu .pod:last-of-type {
  margin-bottom: 0;
}
.dropdown-menu .navlist li {
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown-menu .navlist li a:not(.btn):not(.button) {
  padding: 0.5rem 1.25rem;
  height: auto;
  display: block;
  color: #FFF !important;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}
.dropdown-menu .navlist li a:not(.btn):not(.button)::after {
  display: none;
}
.dropdown-menu .navlist li a:not(.btn):not(.button):hover, .dropdown-menu .navlist li a:not(.btn):not(.button):focus {
  background: #616162;
}

.constant-nav-container {
  height: 3.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: #3B3C3E;
}
@media screen and (min-width: 768px) {
  .header.affix .constant-nav-container {
    display: none;
  }
}
.constant-nav-container .constant-nav-links-container {
  align-self: flex-end;
  display: inline-flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .constant-nav-container .constant-nav-links-container {
    display: none;
  }
}
.constant-nav-container .nav {
  margin: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.constant-nav-container .nav li {
  position: relative;
  margin: 0 0 0 1rem;
  height: 100%;
  font-size: 0.9rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.constant-nav-container .nav li:last-child a {
  margin-right: 1.25rem;
}
.constant-nav-container .nav li:hover .dropdown-menu, .constant-nav-container .nav li:focus .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.constant-nav-container .nav li a {
  padding: 0;
  color: #FFF;
  text-decoration: none;
  border: none !important;
}
.constant-nav-container .nav li a:hover, .constant-nav-container .nav li a:focus {
  color: #B1B3B3;
}
.constant-nav-container .nav li a.dropdown-toggle::after {
  content: "\f107";
  margin-top: 3px;
  margin-left: 10px;
  display: inline;
  font-family: FontAwesome;
}
.constant-nav-container .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0.5rem 0;
  width: 200px;
  border: 0 !important;
  list-style: none;
}
.constant-nav-container .dropdown-menu li {
  margin: 0;
  padding: 0.5rem 1rem;
}

.primary-nav-container {
  padding-right: 1rem;
  margin-left: 1px;
  width: 100%;
  height: 3.75rem;
  display: flex;
  align-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .primary-nav-container {
    display: none;
  }
}
.primary-nav-container .nav {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .primary-nav-container .nav {
    display: none !important;
  }
}
.primary-nav-container .nav .navlist a {
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1230px) {
  .primary-nav-container .nav > li {
    font-size: 0.9rem;
  }
}
.primary-nav-container .nav > li > a {
  position: relative;
  padding: 0 1.25rem;
  margin-left: -1px;
  height: 3.75rem;
  display: flex;
  align-items: center;
  color: #000 !important;
  text-align: center;
  border: 0 !important;
}
.primary-nav-container .nav > li > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1px;
  height: 1.5rem;
  display: inline-block;
  background: #616162;
  vertical-align: middle;
}
@media only screen and (max-width: 1150px) {
  .primary-nav-container .nav > li > a {
    padding: 0 0.75rem;
  }
}
.primary-nav-container .nav > li > a:hover, .primary-nav-container .nav > li > a:focus {
  color: #FFF;
}
.primary-nav-container .nav > li ul {
  display: block;
  list-style: none;
  padding: 0;
}
.primary-nav-container .nav > li ul li {
  border-right: none;
}
.primary-nav-container .nav > li .dropdown-menu {
  position: absolute;
  top: 119px;
  left: 0;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: 200ms ease;
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 1024px) {
  .primary-nav-container .nav > li .dropdown-menu {
    top: 114px;
  }
}
.affix .primary-nav-container .nav > li .dropdown-menu {
  top: 3.75rem;
}
.primary-nav-container .nav > li .dropdown-menu ul li a {
  text-align: left;
  color: #fff;
}
.primary-nav-container .nav > li .dropdown-menu ul li a::after {
  display: none;
}
.primary-nav-container .nav > li:hover > a, .primary-nav-container .nav > li:focus > a {
  background: #616162;
}
.primary-nav-container .nav > li:hover > a:link, .primary-nav-container .nav > li:focus > a:link {
  color: #FFF !important;
}
.primary-nav-container .nav > li:hover .dropdown-menu, .primary-nav-container .nav > li:focus .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.primary-nav-container .nav > li:last-child > a::after {
  display: none;
}

/* Mobile Styles - Dedicated section to avoid nesting confusion */
.primary-mobile-navigation,
.mobile-nav-toggle {
  display: none;
}
@media (max-width: 767px) {
  .primary-mobile-navigation,
  .mobile-nav-toggle {
    display: block;
  }
}

/************************** Search **************************/
form.search-form {
  width: 100%;
}

.nav-search {
  margin-left: auto;
  width: 22rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1240px) {
  .nav-search {
    width: 16rem;
  }
}
@media only screen and (max-width: 940px) {
  .nav-search {
    display: none;
  }
}
.nav-search .search-container {
  position: relative;
  height: 2.25rem;
  overflow: visible;
}
@media only screen and (max-width: 940px) {
  .nav-search .search-container .input-group-btn {
    position: absolute;
    right: 0;
    top: 7px;
    margin: auto;
    width: 21px;
    height: 21px;
    clip: none;
    overflow: visible;
  }
  .nav-search .search-container .input-group-btn button {
    padding: 0;
  }
  .nav-search .search-container .input-group-btn .btn, .nav-search .search-container .input-group-btn .pager .previous a, .pager .previous .nav-search .search-container .input-group-btn a,
  .nav-search .search-container .input-group-btn .pager .next a,
  .pager .next .nav-search .search-container .input-group-btn a, .nav-search .search-container .input-group-btn .button, .nav-search .search-container .input-group-btn .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .nav-search .search-container .input-group-btn .nav > li > a.file.PDF.button {
    background: url("../images/bg-icon-search.png") no-repeat center center transparent;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    border: none;
  }
}

.mobile-search {
  display: none;
  align-self: center;
  overflow: hidden;
  text-indent: -999em;
}
@media (max-width: 1028px) {
  .mobile-search {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-search {
    position: absolute;
    top: 4.1rem;
    right: 0.5rem;
  }
}
.mobile-search a {
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
  display: block;
  background: url("../images/bg-icon-search.png") no-repeat center center #74777A;
  background-size: 21px 21px;
}

.full-width-image > p {
  margin: 0;
}
.full-width-image .asset {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.full-width-image img {
  width: 100%;
}

.cf-image:before, .cf-image:after {
  content: "";
  display: table;
}
.cf-image:after {
  clear: both;
}
.cf-image {
  zoom: 1;
}
.cf-image > p {
  margin: 0;
}
.cf-image div {
  display: block;
  float: none;
}
.cf-image div:before, .cf-image div:after {
  content: "";
  display: table;
}
.cf-image div:after {
  clear: both;
}
.cf-image div {
  zoom: 1;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* ---------------------------------
MODALS
------------------------------------ */
.modal-backdrop.in {
  opacity: 0.6;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #B1B3B3;
}
.modal-header::before, .modal-header::after {
  display: none;
}
.modal-header .close {
  padding: 6px 10px;
  margin-right: -10px;
  border-radius: 50%;
}
.modal-header .close:hover {
  color: #9A3324;
}
.modal-header .modal-title {
  margin-bottom: 0 !important;
}

.modal-content {
  height: 100%;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.search-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.search-container input {
  padding: 0.5rem;
  flex: 1 0 auto;
  color: #000;
  font-size: 0.9rem;
  background: #F3F3F3;
  border: 1px solid #B1B3B3;
  box-sizing: border-box;
  transition: all 0.35s ease;
  width: auto;
}
.search-container input:focus, .search-container input:active {
  background: #FFF;
}
.search-container input::-moz-placeholder {
  color: #74777A;
}
.search-container input::placeholder {
  color: #74777A;
}
.search-container .input-group-btn button {
  white-space: nowrap;
  height: 100%;
}

#searchResults ol li {
  padding: 1rem 0;
  margin: 0;
  border-bottom: 1px solid #DCDCDC;
}
#searchResults ol li a {
  border: none;
}
#searchResults ol li a:hover {
  border-bottom: 1px dotted #9A3324;
}
#searchResults ol li .note {
  margin-bottom: 0;
}
#searchResults ol li .score {
  display: none;
}

#js-search-more {
  margin-left: 1.25rem;
}

.mobile-nav-head-container {
  background: #3B3C3E;
  padding: 1rem;
}
.mobile-nav-head-container:before, .mobile-nav-head-container:after {
  display: table;
  content: " ";
}
.mobile-nav-head-container:after {
  clear: both;
}

.mobile-title {
  font-size: 1.2rem;
  line-height: 2.5rem;
  float: left;
}

.custom-close {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #FFF;
  text-align: center;
  line-height: 2rem;
  float: right;
}
.custom-close .fa {
  font-size: 1.3rem !important;
}

.custom-back {
  padding: 1rem 0 1rem 1rem;
  color: #FFF;
  background: #003057;
}
.custom-back.closeLevel, .custom-back.closeLevel i, .custom-back.closeLevel a {
  color: #FFF;
}

.pushNav {
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 1000;
  width: 320px;
  height: 100%;
  color: #FFF;
  background: url(../images/bg-mobile-nav.png);
  transition: ease-in-out 0.85s;
  overflow-y: auto;
  display: none;
}
@media (max-width: 767px) {
  .pushNav {
    display: block;
  }
}
.pushNav *,
.pushNav a {
  color: #FFF;
  text-decoration: none;
}
.pushNav.pushNav_level h4 {
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  margin: 0;
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  background: #74777A;
}
.pushNav_indent * .pushNav {
  background-color: #000;
  width: 280px;
}
.pushNav_level {
  background: #3B3C3E;
  font-size: 1rem;
}
.pushNav_level-label:focus {
  background: transparent;
}
.pushNav_level-label.hdg {
  color: white;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  left: 0;
}

.closeLevel,
.openLevel {
  cursor: pointer;
}

.closeLevel {
  display: block;
  transition: background 0.4s ease-in-out;
}

.pushNav a,
.openLevel {
  padding: 1rem 0 1rem 1rem;
  display: block;
  font-size: 1rem;
  border-bottom: 3px solid #3B3C3E;
  transition: background 0.4s ease-in-out;
}
.pushNav a i,
.openLevel i {
  float: right;
  margin: 3px 1rem 0 0;
}
.pushNav a:focus,
.openLevel:focus {
  background: #000;
}

.wrapper {
  max-width: 615px;
  margin: 160px auto;
  min-height: 600px;
  color: white;
}

.mobile-nav-toggle {
  width: 50px;
  height: 61px;
}

.burger {
  position: relative;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  align-self: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #003057;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.burger > * {
  position: absolute;
  right: 0.5rem;
  width: 2.5rem;
  height: 4px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.burger-top {
  margin-top: 12px;
}
.burger-middle {
  margin-top: 19px;
}
.burger-bottom {
  margin-top: 26px;
}

.screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.pushNavIsOpen {
  overflow: hidden;
  height: 100%;
}
.pushNavIsOpen .burger {
  z-index: 51;
}
.pushNavIsOpen .burger-top {
  transform: rotate(135deg);
  top: 6px;
  width: 30px;
}
.pushNavIsOpen .burger-middle {
  opacity: 0;
  width: 0;
  right: 50%;
}
.pushNavIsOpen .burger-bottom {
  transform: rotate(-135deg);
  top: -8px;
  width: 30px;
}
.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.dt-bootstrap .table-expander {
  width: 100% !important;
}

.dt-expander .dt-bootstrap .row {
  display: flex;
  flex-flow: row wrap;
}
.dt-expander .dt-bootstrap .row [class*=col] {
  flex: 1 0 auto;
}

/* Bootstrap(ish) Table Styles */
table {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  font-size: 0.75rem;
  border: 1px solid #B1B3B3;
  border-top: 6px solid #3B3C3E;
  background: #F3F3F3;
}
table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
table tr.active-row {
  outline: 3px solid #3B3C3E;
}
table th,
table td {
  padding: 0.5rem;
  font-size: 0.875rem;
  border-top: 1px solid #B1B3B3;
  border-right: 1px solid #B1B3B3;
  box-sizing: border-box;
}
tr:first-child table th,
tr:first-child table td {
  border-top: 0;
}
table th[class*=col-],
table td[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
table th.no-border,
table td.no-border {
  border: none;
}
table th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom;
  border-bottom: 2px solid #B1B3B3;
}
table td {
  vertical-align: middle;
}
table td.data-number {
  text-align: right;
}
table.table-plain {
  border-top: 1px solid #B1B3B3;
}
table.table-red {
  border-top-color: #9A3324;
}
table.table-red tr.active-row {
  outline-color: #9A3324;
}
table.table-blue {
  border-top-color: #003057;
}
table.table-blue tr.active-row {
  outline-color: #003057;
}
table.table-green {
  border-top-color: #4e5b31;
}
table.table-green tr.active-row {
  outline-color: #4e5b31;
}
table.table-blue-secondary {
  border-top-color: #7a99ac;
}
table.table-blue-secondary tr.active-row {
  outline-color: #7a99ac;
}
table.table-green-secondary {
  border-top-color: #6d712e;
}
table.table-green-secondary tr.active-row {
  outline-color: #6d712e;
}
table.table-white-bg {
  background: none;
}
table.dataTable > thead th.sorting::after {
  color: #000 !important;
}
table.dataTable > thead th small {
  font-size: 0.6rem;
}
table.dataTable > thead th.data-number {
  width: 40px;
}
table.dataTable > thead th.data-number.data-number-large {
  width: 70px;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  box-sizing: border-box;
}
table.dataTable > thead > tr > th.sorting, table.dataTable > thead > tr > th.sorting_asc, table.dataTable > thead > tr > th.sorting_desc,
table.dataTable > thead > tr > td.sorting,
table.dataTable > thead > tr > td.sorting_asc,
table.dataTable > thead > tr > td.sorting_desc {
  padding-right: 1.15rem !important;
}
table.dataTable th:last-of-type,
table.dataTable td:last-of-type {
  border-right: 0;
}
table.tablesaw {
  border: 1px solid #B1B3B3;
}
table.tableFixed, table.tableFixed table {
  table-layout: fixed;
}
table.tableFixed img, table.tableFixed table img {
  width: 100%;
  max-width: 100%;
}
table.table-no-borders td {
  border: 0;
}
table.table-no-borders th {
  border-left: 0;
  border-right: 0;
}
table.no-vertical-borders {
  border-right: 1px solid #BFBFBF;
}
table.no-vertical-borders th,
table.no-vertical-borders td {
  padding: 0.5rem;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #B1B3B3;
  border-right: none !important;
  border-left: none !important;
}
table.no-vertical-borders tr:last-of-type th {
  border-bottom-width: 2px;
}
table.table-condensed th,
table.table-condensed td {
  padding: 0.4rem;
  line-height: 1.2;
  vertical-align: middle;
}
table.table-striped tr:nth-of-type(odd) {
  background-color: #FFF;
}
table.animate-table tr {
  transition: outline 0.3s ease;
}
table .active {
  background-color: #F3F3F3;
}
table table {
  background-color: #FFF;
}
table > tbody + tbody {
  border-top: 2px solid #B1B3B3;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table .dataTables_empty .warning {
  margin-top: 1.25rem;
}

.table-hover tr:hover {
  background-color: #F3F3F3;
}
.table-hover .active:hover {
  background-color: #EEE;
}
.table-hover .success {
  background-color: #115740;
}
.table-hover .success:hover, .table-hover .success:focus {
  background-color: #115740;
}
.table-hover .success td {
  color: #FFF;
}
.table-hover .info {
  background-color: #006AC6;
}
.table-hover .info:hover, .table-hover .info:focus {
  background-color: #006AC6;
}
.table-hover .info td {
  color: #FFF;
}
.table-hover .warning {
  background-color: #B26200;
}
.table-hover .warning:hover, .table-hover .warning:focus {
  background-color: #B26200;
}
.table-hover .warning td {
  color: #FFF;
}
.table-hover .danger {
  background-color: #B33A34;
}
.table-hover .danger:hover, .table-hover .danger:focus {
  background-color: #B33A34;
}
.table-hover .danger td {
  color: #FFF;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
  .table-responsive .table-bordered {
    border: 0;
  }
  .table-responsive .table-bordered th:first-child,
  .table-responsive .table-bordered td:first-child {
    border-left: 0;
  }
  .table-responsive .table-bordered th:last-child,
  .table-responsive .table-bordered td:last-child {
    border-right: 0;
  }
  .table-responsive .table-bordered tr:last-child th,
  .table-responsive .table-bordered tr:last-child td {
    border-bottom: 0;
  }
}

/* End table styles */
/********************************************/
/*  TYPOGRAPHY                              */
/********************************************/
html {
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 75%;
  }
}

body {
  color: #3B3C3E;
  font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1, .h1,
h2,
#disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2,
h3, .h3,
h4, .h4, legend,
h5, .h5,
h6, .h6 {
  font-family: trade-gothic-next, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 1.1875;
}
h1.emphasized, .h1.emphasized,
h2.emphasized,
#disclosurePopup .modal-header h1.emphasized,
#disclosurePopup .modal-header .emphasized.modal-title, .h2.emphasized,
h3.emphasized, .h3.emphasized,
h4.emphasized, .h4.emphasized, legend.emphasized,
h5.emphasized, .h5.emphasized,
h6.emphasized, .h6.emphasized {
  text-transform: uppercase;
}
h1 > small, .h1 > small,
h2 > small,
#disclosurePopup .modal-header h1 > small,
#disclosurePopup .modal-header .modal-title > small, .h2 > small,
h3 > small, .h3 > small,
h4 > small, .h4 > small, legend > small,
h5 > small, .h5 > small,
h6 > small, .h6 > small {
  font-size: 0.7em;
  display: block;
}

h1, .h1,
h2,
#disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2,
h3, .h3,
h4, .h4, legend {
  font-weight: 300;
}

h1, .h1 {
  margin-top: 0;
}

h1 + .h2,
h1 + .h3,
h1 + .h4,
h1 + legend,
h1 + .h5,
h1 + .h6, .h1 + .h2,
.h1 + .h3,
.h1 + .h4,
.h1 + legend,
.h1 + .h5,
.h1 + .h6,
h2 + .h2,
#disclosurePopup .modal-header h1 + .h2,
#disclosurePopup .modal-header .modal-title + .h2,
h2 + .h3,
#disclosurePopup .modal-header h1 + .h3,
#disclosurePopup .modal-header .modal-title + .h3,
h2 + .h4,
#disclosurePopup .modal-header h1 + .h4,
#disclosurePopup .modal-header .modal-title + .h4,
h2 + legend,
#disclosurePopup .modal-header h1 + legend,
#disclosurePopup .modal-header .modal-title + legend,
h2 + .h5,
#disclosurePopup .modal-header h1 + .h5,
#disclosurePopup .modal-header .modal-title + .h5,
h2 + .h6,
#disclosurePopup .modal-header h1 + .h6,
#disclosurePopup .modal-header .modal-title + .h6, .h2 + .h2,
.h2 + .h3,
.h2 + .h4,
.h2 + legend,
.h2 + .h5,
.h2 + .h6,
h3 + .h2,
h3 + .h3,
h3 + .h4,
h3 + legend,
h3 + .h5,
h3 + .h6, .h3 + .h2,
.h3 + .h3,
.h3 + .h4,
.h3 + legend,
.h3 + .h5,
.h3 + .h6,
h4 + .h2,
h4 + .h3,
h4 + .h4,
h4 + legend,
h4 + .h5,
h4 + .h6, .h4 + .h2, legend + .h2,
.h4 + .h3,
legend + .h3,
.h4 + .h4,
legend + .h4,
.h4 + legend,
legend + legend,
.h4 + .h5,
legend + .h5,
.h4 + .h6,
legend + .h6 {
  margin-bottom: 2rem;
}

h1, .h1,
h2,
#disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2,
h3, .h3 {
  margin-bottom: 1rem;
}

h2, #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2,
h3, .h3,
h4, .h4, legend {
  margin-top: 1rem;
}

h4, .h4, legend,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.5rem;
}

h3, .h3,
h4, .h4, legend,
h5, .h5,
h6, .h6 {
  color: #74777A;
}

h5, .h5,
h6, .h6 {
  margin-top: 0.5rem;
  font-weight: 700;
}

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

h2, #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title, .h2 {
  font-size: 2rem;
}

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

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

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

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

.active-header h1, .active-header .h1,
.active-header h2,
.active-header #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .active-header h1,
.active-header #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .active-header .modal-title, .active-header .h2,
.active-header h3, .active-header .h3,
.active-header h4, .active-header .h4, .active-header legend,
.active-header h5, .active-header .h5,
.active-header h6, .active-header .h6 {
  font-weight: 700 !important;
  color: #9A3324 !important;
  position: relative !important;
}
.active-header h1:before, .active-header .h1:before,
.active-header h2:before,
.active-header #disclosurePopup .modal-header h1:before,
#disclosurePopup .modal-header .active-header h1:before,
.active-header #disclosurePopup .modal-header .modal-title:before,
#disclosurePopup .modal-header .active-header .modal-title:before, .active-header .h2:before,
.active-header h3:before, .active-header .h3:before,
.active-header h4:before, .active-header .h4:before, .active-header legend:before,
.active-header h5:before, .active-header .h5:before,
.active-header h6:before, .active-header .h6:before {
  content: " ";
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  background: #9A3324;
  top: -5px;
  left: -7px;
}

.header-sup {
  font-size: 0.5em;
  top: -0.8em;
}

.footnote,
.disclaimer,
.disclosure {
  font-size: 0.875rem;
  color: #3B3C3E;
}
.footnote p, .footnote li,
.disclaimer p,
.disclaimer li,
.disclosure p,
.disclosure li {
  color: #3B3C3E;
}
.footnote p span, .footnote li span,
.disclaimer p span,
.disclaimer li span,
.disclosure p span,
.disclosure li span {
  color: #3B3C3E;
}
.footnote p, .footnote a, .footnote li, .footnote dt, .footnote dd,
.disclaimer p,
.disclaimer a,
.disclaimer li,
.disclaimer dt,
.disclaimer dd,
.disclosure p,
.disclosure a,
.disclosure li,
.disclosure dt,
.disclosure dd {
  font-size: 0.875rem !important;
}
.footnote p span, .footnote a span, .footnote li span, .footnote dt span, .footnote dd span,
.disclaimer p span,
.disclaimer a span,
.disclaimer li span,
.disclaimer dt span,
.disclaimer dd span,
.disclosure p span,
.disclosure a span,
.disclosure li span,
.disclosure dt span,
.disclosure dd span {
  font-size: 0.875rem !important;
}
.footnote h1, .footnote .h1,
.disclaimer h1,
.disclaimer .h1,
.disclosure h1,
.disclosure .h1 {
  font-size: calc(2.5rem * 0.875);
}
.footnote h2, .footnote #disclosurePopup .modal-header h1, #disclosurePopup .modal-header .footnote h1,
.footnote #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .footnote .modal-title, .footnote .h2,
.disclaimer h2,
.disclaimer #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .disclaimer h1,
.disclaimer #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .disclaimer .modal-title,
.disclaimer .h2,
.disclosure h2,
.disclosure #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .disclosure h1,
.disclosure #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .disclosure .modal-title,
.disclosure .h2 {
  font-size: calc(2rem * 0.875);
}
.footnote h3, .footnote .h3,
.disclaimer h3,
.disclaimer .h3,
.disclosure h3,
.disclosure .h3 {
  font-size: calc(1.75rem * 0.875);
}
.footnote h4, .footnote .h4, .footnote legend,
.disclaimer h4,
.disclaimer .h4,
.disclaimer legend,
.disclosure h4,
.disclosure .h4,
.disclosure legend {
  font-size: calc(1.5rem * 0.875);
}
.footnote h5, .footnote .h5,
.disclaimer h5,
.disclaimer .h5,
.disclosure h5,
.disclosure .h5 {
  font-size: calc(1.25rem * 0.875);
}
.footnote h6, .footnote .h6,
.disclaimer h6,
.disclaimer .h6,
.disclosure h6,
.disclosure .h6 {
  font-size: calc(1rem * 0.875);
}

small {
  font-size: 0.75rem;
}
small + h1, small + .h1,
small + h2,
#disclosurePopup .modal-header small + h1,
#disclosurePopup .modal-header small + .modal-title, small + .h2,
small + h3, small + .h3,
small + h4, small + .h4, small + legend,
small + h5, small + .h5,
small + h6, small + .h6 {
  margin-top: 0.5rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.375;
}
p.lead {
  margin-bottom: 2rem;
  color: #74777A;
  font-size: 1.25rem;
  font-weight: 300;
}

/* Default Link Styles */
a {
  text-decoration: none;
  color: #003057;
  transition: color 0.3s linear;
}
a:hover, a:focus {
  color: #002a4d;
  transition: color 0.3s linear;
}
.asset a {
  border-bottom: 0 !important;
}

/*
LISTS
*/
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

p a:not(.btn):not(.button),
.pod.regular:not(.navlist):not(.links-list) > ul li a:not(.btn):not(.button),
ul.link-list li a:not(.btn):not(.button) {
  padding-bottom: 2px;
  border-bottom: 1px dotted #003057;
}

/* Links List - pods with the following class: .links-list */
.links-list ul, .pod.tabbed.vertical .links-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  border-top: 1px solid #74777A;
}
.links-list ul li, .pod.tabbed.vertical .links-list ul li {
  border-bottom: 1px solid #74777A;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.links-list ul li a:link, .links-list ul li a:visited, .links-list ul li a:active, .pod.tabbed.vertical .links-list ul li a:link, .pod.tabbed.vertical .links-list ul li a:visited, .pod.tabbed.vertical .links-list ul li a:active {
  background: transparent;
  padding: 0;
  color: #003057;
}
.links-list ul li a:hover, .pod.tabbed.vertical .links-list ul li a:hover {
  text-decoration: underline;
}

/* End Links List */
.content ul:not(.list-group):not(.list-unstyled):not(.nav):not(.pager),
.content ol:not(.list-group):not(.list-unstyled):not(.nav):not(.pager) {
  padding: 0 0 0.625rem 1.25rem;
}
.content ul:not(.list-group):not(.list-unstyled):not(.nav):not(.pager) li,
.content ol:not(.list-group):not(.list-unstyled):not(.nav):not(.pager) li {
  margin: 0 0 0.625rem 0;
  font-size: 1rem;
  line-height: 1.375;
}
.content dl {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.content dl dt {
  font-weight: 700;
}
.content dl dd {
  margin-bottom: 1rem;
}
.content .pod.regular li p:only-child {
  margin-bottom: 0;
}

.svg-icon {
  width: 1rem;
  height: 1rem;
}

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

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

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

.affiliateModel-overview {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.affiliateModel-overview .grey-2 {
  margin-bottom: 2rem;
}
.affiliateModel-overview .blue {
  padding: 1rem;
  margin: 3rem auto 3rem 0;
  width: 16vw;
  height: 15vw;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .affiliateModel-overview .blue {
    margin: 2rem auto 2rem 0;
    width: 20vw;
    height: 18vw;
  }
}
@media only screen and (max-width: 1024px) {
  .affiliateModel-overview .blue {
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .affiliateModel-overview .blue {
    width: 29vw;
    height: 25vw;
  }
}
.affiliateModel-overview .column {
  float: none !important;
}
.affiliateModel-overview .column.first .grey-2 {
  margin-left: 25%;
}
.affiliateModel-overview .column:nth-of-type(2) {
  margin-right: 4% !important;
  width: 28% !important;
}
@media only screen and (max-width: 1366px) {
  .affiliateModel-overview .column.first {
    width: 38% !important;
  }
  .affiliateModel-overview .column:nth-of-type(2) {
    width: 28% !important;
  }
  .affiliateModel-overview .column.last {
    width: 28% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .affiliateModel-overview .column.first {
    width: 34% !important;
  }
  .affiliateModel-overview .column:nth-of-type(2) {
    width: 26% !important;
  }
  .affiliateModel-overview .column.last {
    width: 34% !important;
  }
}
@media (max-width: 767px) {
  .affiliateModel-overview .column.first {
    margin-right: 0 !important;
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .affiliateModel-overview .column.first::before, .affiliateModel-overview .column.first::after {
    display: none;
  }
  .affiliateModel-overview .column.first .blue {
    order: 1;
    width: 100% !important;
    height: auto;
  }
  .affiliateModel-overview .column.first .grey-2 {
    order: 3;
    margin-left: 0;
    width: 48% !important;
  }
  .affiliateModel-overview .column.first .grey-2:first-of-type {
    order: 2;
  }
  .affiliateModel-overview .column:nth-of-type(2) {
    margin-right: 0 !important;
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .affiliateModel-overview .column:nth-of-type(2)::before, .affiliateModel-overview .column:nth-of-type(2)::after {
    display: none;
  }
  .affiliateModel-overview .column:nth-of-type(2) .grey-2 {
    width: 48%;
  }
  .affiliateModel-overview .column.last {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .affiliateModel-overview .column.first .grey-2, .affiliateModel-overview .column:nth-of-type(2) .grey-2 {
    width: 100% !important;
  }
}
.affiliateModel-partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.affiliateModel-partners::before, .affiliateModel-partners::after {
  display: none;
}
.affiliateModel-partners .pod.html {
  margin: 0;
}
.affiliateModel-partners .partner {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .affiliateModel-partners .partner {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .affiliateModel-partners .partner {
    padding: 1rem;
    width: calc(50% - 1rem);
    text-align: center;
    border: 1px solid #DCDCDC;
  }
  .affiliateModel-partners .partner .btn, .affiliateModel-partners .partner .pager .previous a, .pager .previous .affiliateModel-partners .partner a,
  .affiliateModel-partners .partner .pager .next a,
  .pager .next .affiliateModel-partners .partner a, .affiliateModel-partners .partner .button, .affiliateModel-partners .partner .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .affiliateModel-partners .partner .nav > li > a.file.PDF.button {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .affiliateModel-partners .partner {
    padding: 0 1rem;
    margin-bottom: 2rem;
    margin-left: 0 !important;
    width: 30%;
  }
  .affiliateModel-partners .partner .asset {
    height: 8rem;
  }
}
@media (max-width: 480px) {
  .affiliateModel-partners .partner {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  html:not(.ios):not(.android) .affiliateModel-partners .partner:hover > .partner-summary, html:not(.ios):not(.android) .affiliateModel-partners .partner:focus-within > .partner-summary {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s linear;
  }
}
.affiliateModel-partners .partner > p {
  margin: 0;
}
.affiliateModel-partners .partner .asset {
  margin: 0;
}
.affiliateModel-partners .partner .btn-tertiary {
  padding: 0.5rem;
}
.affiliateModel-partners .partner-summary {
  position: absolute;
  top: calc(50% - 10rem);
  z-index: -1;
  padding: 0.5rem;
  width: 15rem;
  height: 20rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #EEE;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
.affiliateModel-partners .partner-summary.show {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1441px) {
  .affiliateModel-partners .partner-summary {
    left: 170px;
  }
}
@media (max-width: 767px) {
  .affiliateModel-partners .partner-summary {
    position: relative;
    top: 20px;
    right: 0;
    margin-bottom: 30px;
    width: 100%;
    opacity: 1;
  }
}
.affiliateModel-partners .partner-summary p {
  font-size: 0.875rem;
}
.affiliateModel-partners .partner-summary p:last-of-type {
  margin: 0;
}
.affiliateModel-partners .partner-summary::before {
  content: "";
  position: absolute;
  left: -17px;
  top: calc(50% - 20px);
  display: block;
  border: 20px solid rgba(0, 0, 0, 0);
  border-right: 17px solid #EEE;
  border-left: 0;
}
@media (max-width: 767px) {
  .affiliateModel-partners .partner-summary::before {
    right: calc(50% - 20px);
    top: -17px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 17px solid #EEE;
    border-top: 0;
  }
}

.partner:nth-of-type(even) .partner-summary {
  right: calc(100% + 20px);
  left: auto;
}
.partner:nth-of-type(even) .partner-summary::before {
  left: auto;
  right: -17px;
  border-left: 17px solid #EEE;
  border-right: 0;
}

.businessSupport {
  position: relative;
}

/* Find Wholesaler Map */
.options-header {
  background: #97999B;
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  .options-header {
    display: block;
    text-align: center;
  }
  .options-header button {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

.pod.colorBar {
  width: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.pod.colorBar.barNortheast {
  background: #004680;
}
.pod.colorBar.barWest {
  background: #67823A;
}
.pod.colorBar.barSoutheast {
  background: #396A71;
}
.pod.colorBar.barFlorida {
  background: #005844;
}
.pod.colorBar + .pod.regular {
  flex: 1 0 auto;
}

.find-wholesaler-container button {
  margin: 0 10px 0 0;
}
.find-wholesaler-container button.active {
  background: #9A3324 !important;
  border: 1px solid #FFFFFF;
}
.find-wholesaler-container .map-container {
  width: 66% !important;
}
@media only screen and (max-width: 1160px) {
  .find-wholesaler-container .map-container {
    width: 60% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .find-wholesaler-container .map-container {
    width: 0 !important;
  }
}
.find-wholesaler-container .map-results-container, .find-wholesaler-container .pod-results-container {
  background: #EEE;
  padding: 2rem 3rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .find-wholesaler-container .map-results-container, .find-wholesaler-container .pod-results-container {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.find-wholesaler-container .map-results-container:before, .find-wholesaler-container .map-results-container:after, .find-wholesaler-container .pod-results-container:before, .find-wholesaler-container .pod-results-container:after {
  display: table;
  content: " ";
}
.find-wholesaler-container .map-results-container:after, .find-wholesaler-container .pod-results-container:after {
  clear: both;
}
.find-wholesaler-container select {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .find-wholesaler-container select {
    display: block;
    margin: 0 0 1.5rem;
  }
}
.find-wholesaler-container .map {
  width: 550px;
  height: 400px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .find-wholesaler-container .map {
    display: none;
  }
}
.find-wholesaler-container .region-results-container {
  border-top: 1px solid #FFF;
  padding: 20px 0 0 0;
}
.find-wholesaler-container .channel-container {
  padding: 0 0 20px;
}
.find-wholesaler-container .channel-container .ws-explainer {
  /*margin-top: 10px;	 buh-bye. per client. looks bad, so commenting, it will be back */
}
@media only screen and (max-width: 767px) {
  .find-wholesaler-container .region-container {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .find-wholesaler-container .director-team-member-container {
    width: 100%;
  }
}
.find-wholesaler-container .director-team-member-container .director-container, .find-wholesaler-container .director-team-member-container .team-member-container {
  margin: 0;
}
.find-wholesaler-container .director-team-member-container .team-member-container {
  border-bottom: 1px solid #DCDCDC;
}
.find-wholesaler-container .director-team-member-container .director-container {
  margin-top: 6px;
}
.find-wholesaler-container .wholesaler {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0;
  border-top: 1px solid #DCDCDC;
}
.find-wholesaler-container .wholesaler .wholesalerDetails {
  order: 1;
  padding-right: 1.25rem;
}
.find-wholesaler-container .wholesaler .wholesalerDetails p:last-child {
  margin-bottom: 0.5rem;
}
.find-wholesaler-container .wholesaler .wholesalerImage {
  order: 2;
}
.find-wholesaler-container .wholesaler .wholesalerImage img {
  max-width: 120px;
  padding-bottom: 0.5rem;
}
.find-wholesaler-container .section-head {
  width: 100%;
  margin: 0;
}
.find-wholesaler-container .section-head h3 {
  margin: 0;
}
.find-wholesaler-container .ws-explainer {
  font-size: 0.9rem;
  margin: 0;
}
.find-wholesaler-container .rep-name,
.find-wholesaler-container .rep-name > p {
  font-weight: 700;
  margin: 0;
}
.find-wholesaler-container .results {
  padding: 1.25rem;
  margin: 0 0 2rem;
  width: 30%;
  background: #DCDCDC;
}
.find-wholesaler-container .results h1, .find-wholesaler-container .results .h1,
.find-wholesaler-container .results h2,
.find-wholesaler-container .results #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .find-wholesaler-container .results h1,
.find-wholesaler-container .results #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .find-wholesaler-container .results .modal-title, .find-wholesaler-container .results .h2,
.find-wholesaler-container .results h3, .find-wholesaler-container .results .h3,
.find-wholesaler-container .results h4, .find-wholesaler-container .results .h4, .find-wholesaler-container .results legend,
.find-wholesaler-container .results h5, .find-wholesaler-container .results .h5,
.find-wholesaler-container .results h6, .find-wholesaler-container .results .h6 {
  color: #000;
}
@media only screen and (max-width: 1160px) {
  .find-wholesaler-container .results {
    width: 38%;
  }
}
@media only screen and (max-width: 1023px) {
  .find-wholesaler-container .results {
    width: 100%;
  }
}
.find-wholesaler-container .sales-rep-email, .find-wholesaler-container .sales-rep-email p {
  margin: 0;
}
.find-wholesaler-container .map-with-sidebar-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.team-dcio .director-container, .team-national-accounts .director-container {
  border-bottom: 1px solid #FFF;
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
}

@media only screen and (max-width: 1160px) {
  .team-dcio > .pod.columns .pod.column.first {
    width: 60% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .team-dcio > .pod.columns .pod.column.first {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1160px) {
  .team-dcio > .pod.columns .pod.column.last {
    width: 38% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .team-dcio > .pod.columns .pod.column.last {
    width: 100% !important;
  }
}

.dcio-team-list .asset.pull-left {
  float: none;
}
.dcio-team-list .asset img {
  display: block;
  float: none;
  max-width: 100px;
}

/* end Find wholesaler map */
/* --------------------------
	FIXED INCOME PAGE
----------------------------- */
.management--container {
  display: flex;
}
@media only screen and (max-width: 560px) {
  .management--container {
    display: block;
  }
}
.management--container .column {
  border: 2px solid #B1B3B3;
  padding: 2rem 6.5rem;
}
@media only screen and (max-width: 1200px) {
  .management--container .column {
    padding: 1rem 4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .management--container .column {
    padding: 1rem 2.5rem;
  }
}
@media only screen and (max-width: 560px) {
  .management--container .column {
    margin-bottom: 2rem;
  }
}
.management--container .first > div:nth-child(2) {
  padding-top: 1rem;
  border-top: 1px solid #B1B3B3;
}
.management--container .last > div:nth-child(2) {
  padding-top: 1rem;
  border-top: 1px solid #B1B3B3;
}

.fixedIncome-chartWrapper {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  min-width: 400px;
  min-height: 415px;
  max-height: 90vh;
  background: linear-gradient(to right, #F3F3F3 0, #F3F3F3 155px, #fff 155px, #fff 100%);
}
@media (max-width: 1023px) {
  .fixedIncome-chartWrapper {
    min-height: 375px;
  }
}
@media (max-width: 767px) {
  .fixedIncome-chartWrapper {
    min-height: 365px;
  }
}
@media (max-width: 480px) {
  .fixedIncome-chartWrapper {
    padding: 0;
    min-height: 450px;
    min-width: 0;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    background: linear-gradient(to top, #F3F3F3 0, #F3F3F3 220px, #fff 220px, #fff 100%);
  }
}
.fixedIncome-chartWrapper .highcharts-xaxis {
  width: 100% !important;
}
.fixedIncome-chartWrapper .highcharts-axis-title {
  right: 10px !important;
  width: calc(100% - 175px) !important;
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .fixedIncome-chartWrapper .highcharts-axis-title {
    width: 100% !important;
  }
}
.fixedIncome-chartWrapper .highcharts-tooltip {
  width: 300px;
}
.fixedIncome-chartWrapper .highcharts-tooltip > span {
  white-space: normal !important;
}
.fixedIncome-chartWrapper .tooltip.right {
  min-width: 200px;
}
.fixedIncome-chartWrapper .color-square {
  margin-right: 5px;
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.fixedIncome-chart-toggleGroup {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  width: 140px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.fixedIncome-chart-toggleGroup .btn, .fixedIncome-chart-toggleGroup .pager .previous a, .pager .previous .fixedIncome-chart-toggleGroup a,
.fixedIncome-chart-toggleGroup .pager .next a,
.pager .next .fixedIncome-chart-toggleGroup a, .fixedIncome-chart-toggleGroup .button, .fixedIncome-chart-toggleGroup .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .fixedIncome-chart-toggleGroup .nav > li > a.file.PDF.button {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  width: 48%;
  font-size: 0.875rem;
}
.fixedIncome-chart-toggleGroup .credit-ratings {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .fixedIncome-chart-toggleGroup {
    top: auto;
    bottom: 40px;
    z-index: 1;
    order: 2;
    width: 50%;
    align-items: flex-start;
  }
  .fixedIncome-chart-toggleGroup p {
    width: 100%;
  }
  .fixedIncome-chart-toggleGroup p:last-child {
    position: absolute;
    top: 0;
    right: -109%;
  }
  .fixedIncome-chart-toggleGroup .btn:last-of-type, .fixedIncome-chart-toggleGroup .pager .previous a:last-of-type, .pager .previous .fixedIncome-chart-toggleGroup a:last-of-type,
  .fixedIncome-chart-toggleGroup .pager .next a:last-of-type,
  .pager .next .fixedIncome-chart-toggleGroup a:last-of-type, .fixedIncome-chart-toggleGroup .button:last-of-type, .fixedIncome-chart-toggleGroup .primary-nav-container .nav > li > a.file.PDF.button:last-of-type, .primary-nav-container .fixedIncome-chart-toggleGroup .nav > li > a.file.PDF.button:last-of-type {
    margin-bottom: 0;
  }
}
.fixedIncome-chartContainer {
  height: 420px;
}
@media (max-width: 1023px) {
  .fixedIncome-chartContainer {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .fixedIncome-chartContainer {
    width: 100% !important;
    height: 365px;
  }
}
@media (max-width: 480px) {
  .fixedIncome-chartContainer {
    height: 525px;
  }
}
.fixedIncome-table > p {
  float: right;
}
.fixedIncome-table .dataTables_wrapper {
  width: 100%;
  overflow-x: scroll;
}
.fixedIncome-table a,
.fixedIncome-table button {
  font-size: 0.875rem;
}
.fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
  width: 59.5%;
}
@media only screen and (max-width: 1800px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 56%;
  }
}
@media only screen and (max-width: 1600px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 50%;
  }
}
@media only screen and (max-width: 1536px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 47.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 43.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 40%;
  }
}
@media only screen and (max-width: 1280px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 38%;
  }
}
@media (max-width: 1028px) {
  .fixedIncome-table.js-fixed-income-table-credit-score tr th:first-of-type, .fixedIncome-table.fixed-income-table-allocations tr th:first-of-type {
    width: 33%;
  }
}
.fixedIncome-table#etf-table {
  margin-top: -7px;
  border-top: 0;
}
.fixedIncome-table#etf-table td.nav-mark {
  width: 100px;
}
.fixedIncome-table#etf-table td.ticker {
  width: 80px;
}
.fixedIncome-table#etf-table td.data-number {
  width: 60px;
}
@media (max-width: 1028px) {
  .fixedIncome-table#etf-table td.data-number {
    width: 54px;
  }
}
.fixedIncome-table#etf-table td.data-number-large {
  width: 98px;
}
@media (max-width: 1028px) {
  .fixedIncome-table#etf-table td.data-number-large {
    width: 89px;
  }
}
.fixedIncome-table#etf-table td.data-date {
  width: 120px;
}
@media (max-width: 1028px) {
  .fixedIncome-table#etf-table td.data-date {
    width: 83px;
  }
}
.fixedIncome-table#etf-table td.data-date + .data-number-large {
  width: 97px;
}
@media (max-width: 1028px) {
  .fixedIncome-table#etf-table td.data-date + .data-number-large {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .fixedIncome-table#etf-table {
    display: none;
  }
}
@media (max-width: 1028px) {
  .fixedIncome-table.js-fixed-income-table-performance-yields td.nav-mark,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.nav-mark {
    width: 100px !important;
  }
  .fixedIncome-table.js-fixed-income-table-performance-yields td.ticker,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.ticker {
    width: 80px !important;
  }
  .fixedIncome-table.js-fixed-income-table-performance-yields td.data-number,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.data-number {
    width: 35.5px !important;
  }
  .fixedIncome-table.js-fixed-income-table-performance-yields td.data-number-large,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.data-number-large {
    width: 70px !important;
  }
  .fixedIncome-table.js-fixed-income-table-performance-yields td.data-date,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.data-date {
    width: 60px !important;
  }
  .fixedIncome-table.js-fixed-income-table-performance-yields td.data-date + .data-number-large,
  .fixedIncome-table.js-fixed-income-table-performance-yields th.data-date + .data-number-large {
    width: 50px !important;
  }
}
.fixedIncome-table#etf-mobile-table {
  display: none;
  border-top: 0;
}
@media (max-width: 767px) {
  .fixedIncome-table#etf-mobile-table {
    margin-top: -7px;
    display: table;
  }
  .fixedIncome-table#etf-mobile-table td,
  .fixedIncome-table#etf-mobile-table th {
    width: 100% !important;
  }
  .fixedIncome-table#etf-mobile-table td {
    text-align: left !important;
    border-right: 0;
    box-sizing: border-box;
  }
  .fixedIncome-table#etf-mobile-table td:not(:first-of-type):not(:nth-of-type(2)) {
    border-top-color: #DCDCDC;
  }
}
@media (max-width: 767px) {
  .fixedIncome-table.tablesaw-stack tbody tr td,
  .fixedIncome-table.tablesaw-stack tbody tr td.data,
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-date,
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-number,
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-number-large {
    width: 100% !important;
    text-align: left !important;
    border-right: 0;
    box-sizing: border-box;
  }
  .fixedIncome-table.tablesaw-stack tbody tr td:not(:first-of-type):not(:nth-of-type(2)),
  .fixedIncome-table.tablesaw-stack tbody tr td.data:not(:first-of-type):not(:nth-of-type(2)),
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-date:not(:first-of-type):not(:nth-of-type(2)),
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-number:not(:first-of-type):not(:nth-of-type(2)),
  .fixedIncome-table.tablesaw-stack tbody tr td.data.data-number-large:not(:first-of-type):not(:nth-of-type(2)) {
    border-top-color: #DCDCDC;
  }
}

.barChartContainer {
  width: 60%;
}

.pod.tabbed .nav-tabs li {
  display: inline-block;
  float: none;
}
@media (max-width: 480px) {
  .pod.tabbed .nav-tabs {
    margin-top: 2rem;
  }
  .pod.tabbed .nav-tabs li {
    margin-bottom: 0.5rem;
    display: block;
    float: none;
  }
}

/* --------------------------
    Hero on homepage
----------------------------- */
.homeHeroFlex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.homeHeroFlex h1 {
  color: #FFF;
}
.homeHeroFlex.pod:before, .homeHeroFlex.pod:after,
.homeHeroFlex .pod:before,
.homeHeroFlex .pod:after {
  content: normal;
}
@media (max-width: 767px) {
  .homeHeroFlex .column.first {
    width: 55% !important;
  }
  .homeHeroFlex .column.last {
    width: 45% !important;
  }
}
@media only screen and (max-width: 600px) {
  .homeHeroFlex .column.first {
    width: 100% !important;
  }
  .homeHeroFlex .column.last {
    width: 100% !important;
  }
}
.homeHeroFlex .bkg-img {
  background-color: #003057;
}
.homeHeroFlex .heroText {
  color: #FFF;
  padding: 1.5rem 3rem 1rem;
  height: 300px;
  display: flex;
  flex-flow: column;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.homeHeroFlex .heroText p {
  font-size: 1.2rem;
  color: #FFF;
}
.homeHeroFlex .heroText p.lead {
  color: #FFF;
}
.homeHeroFlex .heroText > p:last-of-type {
  margin: 0;
}
.homeHeroFlex .heroText > p:last-of-type {
  margin: 0;
}
.homeHeroFlex .heroText a {
  float: right;
}
.homeHeroFlex .heroText + .pod.function {
  margin: 0;
}
.homeHeroFlex .fund-finder #resultContainer {
  width: 100%;
}

.virtus-institutional.home .content__main {
  margin-top: 1rem;
}

/* --------------------------

    Promotions on homepage
----------------------------- */
.home-articles-container {
  padding: 2rem 4.5rem;
  margin-top: 1rem;
  background: #EEE;
}
.institutional .home-articles-container {
  background: white;
}
@media only screen and (max-width: 1280px) {
  .home-articles-container {
    padding: 2rem 3rem;
  }
}
@media (max-width: 767px) {
  .home-articles-container {
    padding: 1rem 2rem;
  }
}
@media (max-width: 480px) {
  .home-articles-container {
    padding: 1rem;
  }
}
.home-articles-container > .pod.function {
  margin-bottom: 0;
}
.home-articles-container > .pod.function + .pod.function {
  margin-top: 2rem;
}
.home-articles-container .promotions-container .promotion {
  background: #DCDCDC;
}
.home-articles-container .flexbox-container .promotions-container .promotion {
  width: calc(50% - 1rem);
}

/* --------------------------
    Institutional graphs
----------------------------- */
.institutional-graph-heading {
  padding-top: 2rem;
  padding-bottom: 0;
}
.institutional-graph-heading p {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #97999B;
  font-weight: bold;
}

.virtus-institutional-graphs {
  background: #DCDCDC;
}
@media only screen and (max-width: 600px) {
  .virtus-institutional-graphs {
    background: none;
  }
}
.virtus-institutional-graphs .column {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .virtus-institutional-graphs .column > .pod:first-of-type {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (max-width: 380px) {
  .virtus-institutional-graphs .column > .pod:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .virtus-institutional-graphs .column > .pod:first-of-type > .asset img {
    transform: scale(1);
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 600px) {
  .virtus-institutional-graphs .column:hover > .pod:first-of-type > .asset img, .virtus-institutional-graphs .column:focus > .pod:first-of-type > .asset img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
  }
  .virtus-institutional-graphs .column:hover .chart--legend, .virtus-institutional-graphs .column:focus .chart--legend {
    z-index: 999;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
}
@media only screen and (min-width: 600px) and (max-width: 440px) {
  .virtus-institutional-graphs .column:hover .chart--legend, .virtus-institutional-graphs .column:focus .chart--legend {
    top: 90%;
    left: 10%;
    width: 80%;
    height: 70%;
  }
}

.chart--legend {
  position: absolute;
  bottom: 0;
  left: 80%;
  z-index: -1;
  padding: 1rem;
  width: 300px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.chart--legend::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -10px;
  z-index: 999;
  display: block;
  border: 15px solid transparent;
  border-right: 10px solid #FFF;
  border-left: 0;
  opacity: inherit;
}
@media only screen and (max-width: 600px) {
  .chart--legend::before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .chart--legend {
    position: static;
    width: 50%;
    display: inline-block;
    opacity: 1;
    box-shadow: none;
    background: none;
  }
}
@media only screen and (max-width: 380px) {
  .chart--legend {
    padding: 0;
    width: 100%;
  }
}
.chart--legend p,
.chart--legend .asset {
  margin: 0;
}
.last .chart--legend {
  left: -70%;
}
@media only screen and (max-width: 1025px) {
  .last .chart--legend {
    left: -90%;
  }
}
.last .chart--legend::before {
  left: 100%;
  border-left: 10px solid #fff;
  border-right: 0;
}

/* --------------------------
 Non-US & Institutional 
 & International Attestation
----------------------------- */
#disclosurePopup .modal-header {
  padding: 1rem 2rem;
  justify-content: flex-start;
  background: #74777A;
}
#disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .modal-title {
  margin: 0 !important;
  color: white !important;
}
@media (max-width: 480px) {
  #disclosurePopup .modal-header {
    padding: 1rem;
  }
}
#disclosurePopup .modal-body {
  position: relative;
  padding: 0 2rem;
}
.ucits-approval #disclosurePopup .modal-body {
  padding: 3vw 5.75vw 3vw 5.75vw;
}
#disclosurePopup .modal-body .scrolling--content {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  max-height: 400px;
  overflow-y: scroll;
}
#disclosurePopup .modal-body .scrolling--content p {
  margin-bottom: 1rem;
}
#disclosurePopup .modal-body p.text-primary {
  cursor: pointer;
  color: #003057;
  transition: color 0.3s linear;
}
#disclosurePopup .modal-body p.text-primary:hover, #disclosurePopup .modal-body p.text-primary:focus {
  color: #002a4d;
  transition: color 0.3s linear;
}
#disclosurePopup .modal-body p.text-primary:first-child {
  margin-top: 2rem;
}
#disclosurePopup .modal-body > [class^=attestation-],
#disclosurePopup .modal-body > [class*=" attestation-"] {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
#disclosurePopup .modal-body::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  height: 5vw;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
#disclosurePopup .modal-footer {
  margin: 0 2rem;
  padding: 0;
  border: 0;
}
@media (max-width: 480px) {
  #disclosurePopup .modal-footer {
    margin: 0 1rem;
  }
}
#disclosurePopup .modal-footer .js-location-selection-footer {
  border-top: 1px solid #74777A;
  padding-top: 1rem;
}

#splash--confirmation {
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-direction: row wrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-top: 1px solid #97999B;
}
#splash--confirmation label {
  display: inline-block;
  padding-left: 25px;
  margin: 0;
  text-align: left;
}
#splash--confirmation label input {
  margin-left: -25px;
}
#splash--confirmation .checkbox {
  margin: 0;
}

.footnotes {
  padding: 2rem 0 0 0;
}

.retirement-center .full-width-image {
  max-height: 11.5rem;
  overflow: hidden;
}

/* --------------------------
Splash page
----------------------------- */
.splash {
  font-family: trade-gothic-next, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.splash .page {
  height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash .page {
    height: 60vh;
  }
}
@media (max-width: 1028px) {
  .splash .page {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .splash .page {
    height: auto;
  }
}
.splash label {
  font-weight: 400;
}
.splash--content {
  position: relative;
  margin: 2rem auto;
  width: 80vw;
  max-width: 1000px;
  display: block;
  background: #FFF;
}
@media (max-width: 1028px) {
  .splash--content {
    max-width: 100%;
    width: 90vw;
  }
}
.splash--content .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 4.5rem 4.5rem auto;
  grid-template-areas: "logo nav" "logo actions" "main actions";
}
.ie .splash--content .container {
  max-height: 40vh;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash--content .container {
    grid-template-rows: 3.5rem 3.5rem auto;
  }
}
@media screen and (max-width: 768px) {
  .splash--content .container {
    grid-template-areas: "logo nav" "main main" "actions actions";
    grid-template-rows: 4.5rem auto auto;
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 440px) {
  .splash--content .container {
    display: block;
  }
}
.splash--main {
  position: relative;
  z-index: 1;
  padding: 2rem 3rem;
  grid-area: main;
  background: #FFF;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash--main {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .splash--main {
    padding: 1.5rem 2rem;
  }
}
.ie .splash--main {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media only screen and (max-width: 415px) {
  .splash--main {
    padding: 1rem;
  }
}
.splash--main.content {
  min-height: unset;
}
.ie .splash--main.content {
  min-height: 0;
}
@media only screen and (max-width: 440px) {
  .splash--main.content {
    margin-top: 0;
  }
}
.splash--main.content h1 {
  margin-top: 0;
}
.splash--main .pod,
.splash--main p:last-of-type {
  margin: 0;
}
.splash--logo {
  grid-area: logo;
  background: #DCDCDC;
}
.ie .splash--logo {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
.splash--logo svg {
  max-width: 100%;
  max-height: 100%;
}
.splash--nav {
  position: relative;
  z-index: 1;
  grid-area: nav;
  background: #3B3C3E;
}
.ie .splash--nav {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.splash--nav .navigation {
  padding: 1.5rem 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash--nav .navigation {
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 415px) {
  .splash--nav .navigation {
    padding: 1rem;
  }
}
.splash--nav .navigation ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.splash--nav .navigation ul li a {
  color: white;
  font-size: 0.9rem;
  text-decoration: none;
}
.splash--actions {
  padding: 2rem;
  grid-area: actions;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #a8aaac;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash--actions {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 415px) {
  .splash--actions {
    padding: 1rem;
  }
}
.ie .splash--actions {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
}
.splash--actions .form-group {
  margin-bottom: 0;
}
.splash--actions .btn, .splash--actions .pager .previous a, .pager .previous .splash--actions a,
.splash--actions .pager .next a,
.pager .next .splash--actions a, .splash--actions .button, .splash--actions .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .splash--actions .nav > li > a.file.PDF.button {
  padding: 0.75rem 1rem !important;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1025px) and (max-height: 550px) {
  .splash--actions .btn, .splash--actions .pager .previous a, .pager .previous .splash--actions a,
  .splash--actions .pager .next a,
  .pager .next .splash--actions a, .splash--actions .button, .splash--actions .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .splash--actions .nav > li > a.file.PDF.button {
    padding: 0.75rem 0 !important;
  }
}
.splash--actions button.btn, .splash--actions button.button {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: width 0.3s linear;
  opacity: 1;
}
.splash--actions button.btn.show-options, .splash--actions button.show-options.button {
  width: calc(50% - 0.5rem - 4px);
  margin-right: 1rem;
  transition: all 0.3s linear;
  pointer-events: none;
  opacity: 0;
}
.splash--actions label {
  margin: 0;
  color: #FFF;
}
.splash .footer .container {
  padding: 2rem 0;
  margin: 0 auto;
  width: 90vw;
  max-width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1263px) and (max-height: 578px) {
  .splash .footer .container {
    width: 100vw;
  }
}
@media (max-width: 1028px) {
  .splash .footer .container {
    max-width: 100%;
    width: 90vw;
  }
}
@media (max-width: 480px) {
  .splash .footer .container {
    width: 70vw;
  }
}
.splash .footer .container .flexbox-container {
  align-items: center;
  flex-flow: row wrap;
  display: inline-flex;
}
.splash .footer .container .flexbox-container > p, .splash .footer .container .flexbox-container::before, .splash .footer .container .flexbox-container::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .splash .footer .container .flexbox-container {
    width: 100%;
  }
}
.splash .footer .container .asset {
  width: 25%;
  flex: 1 0 auto;
}
@media screen and (max-width: 415px) {
  .splash .footer .container .asset {
    width: 100%;
  }
}
.splash .footer .container .asset img {
  width: 100%;
  padding: 0 1rem;
}
.splash .footer .footer-links {
  padding: 1rem;
}
.splash .footer .footer-links ul {
  list-style: none;
  text-align: right;
}
.splash .footer .footer-links ul li {
  display: inline;
}
.splash .footer .footer-links a {
  padding: 0 2rem;
  color: #B1B3B3;
  text-decoration: none;
}

/* ----------------------------
Market Review Download Boxes
------------------------------- */
.pod.marketReviews {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem 1.5rem;
}
.ie .pod.marketReviews {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
}
@media only screen and (max-width: 1080px) {
  .pod.marketReviews {
    grid-template-columns: repeat(3, 1fr);
  }
  .ie .pod.marketReviews {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  }
}
@media only screen and (max-width: 840px) {
  .pod.marketReviews {
    grid-template-columns: repeat(2, 1fr);
  }
  .ie .pod.marketReviews {
    -ms-grid-columns: 1fr 1rem 1fr;
  }
}
@media only screen and (max-width: 560px) {
  .pod.marketReviews {
    display: block;
  }
}

.mkt-review {
  padding: 0;
  background: #EEE !important;
}
.ie .mkt-review:first-of-type {
  -ms-grid-column: 1;
}
.ie .mkt-review:nth-of-type(2) {
  -ms-grid-column: 3;
}
.ie .mkt-review:nth-of-type(3) {
  -ms-grid-column: 5;
}
.ie .mkt-review:nth-of-type(4) {
  -ms-grid-column: 7;
}
.ie .mkt-review:nth-of-type(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
@media only screen and (max-width: 1080px) {
  .ie .mkt-review:first-of-type {
    -ms-grid-column: 1;
  }
  .ie .mkt-review:nth-of-type(2) {
    -ms-grid-column: 3;
  }
  .ie .mkt-review:nth-of-type(3) {
    -ms-grid-column: 5;
  }
  .ie .mkt-review:nth-of-type(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ie .mkt-review:nth-of-type(5) {
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 840px) {
  .ie .mkt-review:first-of-type {
    -ms-grid-column: 1;
  }
  .ie .mkt-review:nth-of-type(2) {
    -ms-grid-column: 3;
  }
  .ie .mkt-review:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ie .mkt-review:nth-of-type(4) {
    -ms-grid-column: 3;
  }
  .ie .mkt-review:nth-of-type(5) {
    -ms-grid-column: 5;
  }
}
.mkt-review > p {
  margin: 0;
}
.mkt-review .asset.pull-center {
  background: #FFF;
  height: 8rem;
}
.mkt-review .asset.pull-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mkt-review .download-mkt-review {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
.mkt-review .download-mkt-review p a {
  position: relative;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  color: #9A3324;
  text-indent: -9999px;
  border: 0;
}
.mkt-review .download-mkt-review p a::after {
  content: "\f019";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  line-height: 2rem;
  text-align: center;
  text-indent: 0;
}
.mkt-review .download-mkt-review p a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #9A3324;
  overflow: hidden;
}
.mkt-review .download-mkt-review p a:hover::before, .mkt-review .download-mkt-review p a:visited::before {
  width: 100%;
  transition: width 0.2s linear;
}
.mkt-review .download-mkt-review p a:active, .mkt-review .download-mkt-review p a:focus {
  border-radius: 50%;
}
.mkt-review .download-mkt-review p a:active:before, .mkt-review .download-mkt-review p a:focus:before {
  display: none;
}
.mkt-review .download-mkt-review p:first-of-type {
  flex-grow: 2;
}

.embedCode {
  display: flex;
}
.embedCode .vidyard-player-container {
  margin: 0 !important;
}
.embedCode.left {
  justify-content: flex-start;
}
.embedCode.right {
  justify-content: flex-end;
}
.embedCode.center {
  justify-content: center;
}

.fund-finder {
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.fund-finder h4 {
  margin-bottom: 1rem;
}
.fund-finder .fund-finder-module {
  padding: 0 0 1rem;
  margin-bottom: 0;
}

#searchFundTypeSelect {
  margin-bottom: 20px;
}

.finder-container {
  position: relative;
  z-index: 50;
}
.finder-container #resultContainer {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  min-width: 50%;
  max-height: 70vh;
  overflow-y: auto;
  background: #DCDCDC;
  border: 1px solid #B1B3B3;
}
.finder-container #resultContainer:empty {
  border: 0;
}
.finder-container #resultContainer #searchterm {
  padding: 1rem 1rem 0;
  font-weight: 700;
}
.finder-container #resultContainer ul {
  padding: 0;
  margin: 1rem;
}
.finder-container #resultContainer ul li {
  padding: 0.75rem 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #F3F3F3;
}
.finder-container > #searchFundTypeSelect + .sr-only + #searchBox + #resultContainer, .nav-search .search-container .finder-container > #searchFundTypeSelect + .input-group-btn + #searchBox + #resultContainer {
  top: 100px;
}
.finder-container > select + #searchBox + #resultContainer {
  top: 95px;
}

.promotions-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: -1rem;
}
.promotions-container .promotion {
  margin-right: 1rem;
  margin-bottom: 2rem;
  flex: 1 0 auto;
  width: calc(33% - 1rem);
  min-width: 300px;
}
@media (max-width: 1028px) {
  .promotions-container .promotion {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .promotions-container .promotion {
    width: 100% !important;
  }
}
.grid-container .promotions-container {
  margin-right: 0;
  height: 100%;
  display: grid;
  grid-gap: 2rem 1rem;
}
.grid-container .promotions-container .promotion {
  margin: 0;
  min-width: 0;
  width: auto;
}
.promotions-container html:not(.ie) {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: auto;
}
.grid-1 .promotions-container {
  grid-template-columns: auto;
}
html:not(.ie) .grid-2 .promotions-container {
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
@media (max-width: 1028px) {
  html:not(.ie) .grid-2 .promotions-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.ie .grid-2 .promotions-container {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 400px 400px;
}
.grid-3 .promotions-container {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}
@media (max-width: 1028px) {
  .grid-3 .promotions-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.grid-4 .promotions-container {
  grid-template-columns: repeat(4, minmax(300px, 1fr));
}
@media (max-width: 1028px) {
  .grid-4 .promotions-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.promotions-container .promotion {
  position: relative;
  padding: 0;
  background: #EEE;
  transition: background 0.3s linear;
}
.ie .promotions-container .promotion .promotion-title {
  width: 100%;
}
.ie .promotions-container .promotion {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.ie .grid-2 .promotions-container .promotion:nth-child(1) {
  grid-column: 1;
}
.ie .grid-2 .promotions-container .promotion:nth-child(2) {
  grid-column: 2;
}
.ie .grid-2 .promotions-container .promotion:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.ie .grid-2 .promotions-container .promotion:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.promotions-container .promotion > a:not(.btn):not(.button):not(.button) {
  display: block;
  color: #000;
  text-decoration: none;
  transition: color 0.3s linear;
  border: 0;
}
.promotions-container .promotion h1, .promotions-container .promotion .h1,
.promotions-container .promotion h2,
.promotions-container .promotion #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .promotions-container .promotion h1,
.promotions-container .promotion #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .promotions-container .promotion .modal-title, .promotions-container .promotion .h2,
.promotions-container .promotion h3, .promotions-container .promotion .h3,
.promotions-container .promotion h4, .promotions-container .promotion .h4, .promotions-container .promotion legend,
.promotions-container .promotion h5, .promotions-container .promotion .h5,
.promotions-container .promotion h6, .promotions-container .promotion .h6 {
  margin-bottom: 0.5rem;
  color: #000;
  transition: color 0.3s linear;
}
.promotions-container .promotion:hover, .promotions-container .promotion:focus {
  background: #74777A;
  transition: background 0.3s linear;
}
.promotions-container .promotion:hover > a:not(.btn):not(.button):not(.button),
.promotions-container .promotion:hover .promotion-content-button, .promotions-container .promotion:focus > a:not(.btn):not(.button):not(.button),
.promotions-container .promotion:focus .promotion-content-button {
  color: #FFF;
  transition: color 0.3s linear;
}
.promotions-container .promotion:hover h1, .promotions-container .promotion:hover .h1,
.promotions-container .promotion:hover h2,
.promotions-container .promotion:hover #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .promotions-container .promotion:hover h1,
.promotions-container .promotion:hover #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .promotions-container .promotion:hover .modal-title, .promotions-container .promotion:hover .h2,
.promotions-container .promotion:hover h3, .promotions-container .promotion:hover .h3,
.promotions-container .promotion:hover h4, .promotions-container .promotion:hover .h4, .promotions-container .promotion:hover legend,
.promotions-container .promotion:hover h5, .promotions-container .promotion:hover .h5,
.promotions-container .promotion:hover h6, .promotions-container .promotion:hover .h6, .promotions-container .promotion:focus h1, .promotions-container .promotion:focus .h1,
.promotions-container .promotion:focus h2,
.promotions-container .promotion:focus #disclosurePopup .modal-header h1,
#disclosurePopup .modal-header .promotions-container .promotion:focus h1,
.promotions-container .promotion:focus #disclosurePopup .modal-header .modal-title,
#disclosurePopup .modal-header .promotions-container .promotion:focus .modal-title, .promotions-container .promotion:focus .h2,
.promotions-container .promotion:focus h3, .promotions-container .promotion:focus .h3,
.promotions-container .promotion:focus h4, .promotions-container .promotion:focus .h4, .promotions-container .promotion:focus legend,
.promotions-container .promotion:focus h5, .promotions-container .promotion:focus .h5,
.promotions-container .promotion:focus h6, .promotions-container .promotion:focus .h6 {
  color: #FFF;
  transition: color 0.3s linear;
}
.promotions-container .promotion p {
  margin: 0 0 10px;
}
.promotions-container .promotion-content-container {
  padding: 1.5rem 2rem 4rem;
}
.promotions-container .promotion-content-body {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.promotions-container .promotion-content-button {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}
.promotions-container .promotion-img img {
  width: 100%;
  height: auto;
}
.promotions-container .promotion-compact {
  padding: 1rem;
}
.promotions-container .promotion-compact > a:not(.btn):not(.button):not(.button) {
  display: flex;
  flex-flow: row wrap;
}
.promotions-container .promotion-compact .promotion-img {
  margin-right: 1rem;
  width: 8rem;
  height: 8rem;
}
.promotions-container .promotion-compact .promotion-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.promotions-container .promotion-compact .promotion-header {
  width: calc(100% - 11rem);
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.promotions-container .promotion-compact .promotion-header .h4, .promotions-container .promotion-compact .promotion-header legend {
  margin-top: 0;
}
@media only screen and (max-width: 1280px) {
  .promotions-container .promotion-compact .promotion-header .h4, .promotions-container .promotion-compact .promotion-header legend {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  .promotions-container .promotion-compact .promotion-header .btn, .promotions-container .promotion-compact .promotion-header .pager .previous a, .pager .previous .promotions-container .promotion-compact .promotion-header a,
  .promotions-container .promotion-compact .promotion-header .pager .next a,
  .pager .next .promotions-container .promotion-compact .promotion-header a, .promotions-container .promotion-compact .promotion-header .button, .promotions-container .promotion-compact .promotion-header .primary-nav-container .nav > li > a.file.PDF.button, .primary-nav-container .promotions-container .promotion-compact .promotion-header .nav > li > a.file.PDF.button {
    font-size: 0.875rem;
  }
}
.promotions-container .promotion-compact .promotion-content {
  margin-top: 1rem;
}
.promotions-container .promotion-compact .promotion-content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .promotions-container .promotion-compact .promotion-content p {
    font-size: 0.875rem;
  }
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.3
 * Copyright MIT License: https://github.com/pawelczak/easy-autocomplete/blob/master/LICENSE.txt
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete input {
  color: #555;
  float: none;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: none;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: none;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: none;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: none;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: none;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 102;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.3
 * Copyright MIT License: https://github.com/pawelczak/easy-autocomplete/blob/master/LICENSE.txt
 */
.primary-nav-container .easy-autocomplete.eac-plate ul {
  display: block;
  padding: 0;
}

.easy-autocomplete.eac-plate {
  overflow: visible;
  flex: 1 0 auto;
}
.easy-autocomplete.eac-plate input {
  width: 100%;
}
.easy-autocomplete.eac-plate ul {
  background: #DCDCDC;
  border: none;
  margin: 0 !important;
  text-align: left;
}
.easy-autocomplete.eac-plate ul li,
.easy-autocomplete.eac-plate ul .eac-category {
  padding: 0.5rem 1rem;
  border-top: 1px dotted #B1B3B3;
  transition: all 0.35s ease;
}
.easy-autocomplete.eac-plate ul li hr,
.easy-autocomplete.eac-plate ul .eac-category hr {
  display: none;
}
.easy-autocomplete.eac-plate ul li b,
.easy-autocomplete.eac-plate ul .eac-category b {
  color: #9A3324;
}
.easy-autocomplete.eac-plate ul li.selected,
.easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #FFF;
  color: #3B3C3E;
}
.easy-autocomplete.eac-plate ul .eac-category {
  font-size: 1rem;
  color: #FFF;
  background: #74777A;
}
.easy-autocomplete.eac-plate ul li {
  font-size: 0.9rem;
}
.easy-autocomplete.eac-plate ul li div {
  word-break: normal;
  word-wrap: break-word;
}

@media print {
  #outdated {
    display: none !important;
  }
  html, body {
    height: 99% !important;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
    -webkit-print-color-adjust: exact;
  }
  body {
    font-size: 12px;
  }
  .header.affix {
    position: static;
  }
  .header.affix .logo-container {
    height: 5rem;
  }
  footer {
    page-break-after: avoid;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  table a[href]:after {
    content: "";
  }
  .asset-stack.plain-text-view a[href]:after {
    display: block;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .footer a[href]:after {
    content: " ";
  }
  .header .container {
    position: static !important;
  }
  .grey-header {
    padding: 0 4.5rem;
  }
  p {
    orphans: 2;
    widows: 2;
  }
  .content {
    margin-top: 2em;
    min-height: 1em;
  }
  .stuck {
    display: none;
  }
  .pod.column {
    page-break-inside: avoid;
  }
  .homeHeroFlex .heroText {
    height: auto;
  }
  /* ----- Print styles for funds, mostly -------- */
  .promotion-img,
  .homeHeroFlex .bkg-img .backstretch,
  .fund-finder,
  .performance-filter-container,
  .product-nav,
  .fundcrumb, .crumb,
  #backToTop,
  .documents-container td:nth-child(2),
  .asset-market-image {
    display: none !important;
  }
  .header .container .logo-container {
    text-align: left;
  }
  .divider-bar {
    border-bottom: 4px solid #000;
  }
  .content .button:link, .content .button:visited,
  .content .btn.btn-primary:link,
  .content .pager .previous a.btn-primary:link,
  .pager .previous .content a.btn-primary:link,
  .content .pager .next a.btn-primary:link,
  .pager .next .content a.btn-primary:link,
  .content .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:link,
  .primary-nav-container .content .nav > li > a.btn-primary.file.PDF.button:link,
  .content .btn.btn-primary:visited,
  .content .pager .previous a.btn-primary:visited,
  .pager .previous .content a.btn-primary:visited,
  .content .pager .next a.btn-primary:visited,
  .pager .next .content a.btn-primary:visited,
  .content .primary-nav-container .nav > li > a.btn-primary.file.PDF.button:visited,
  .primary-nav-container .content .nav > li > a.btn-primary.file.PDF.button:visited {
    background: transparent !important;
    color: #000 !important;
  }
  .grey-1 {
    background: #EEE !important;
  }
  ul, ol {
    page-break-inside: avoid;
  }
  .footer-nav-container {
    display: none;
    padding: 0;
    height: 0;
  }
  .footer-logo {
    background-color: #ddd !important;
  }
  .footer-logo h5 {
    background-image: url(../images/logo-updated.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 195px 43px !important;
  }
  .broker-check {
    display: none;
  }
  .footer-logo {
    display: none;
    padding: 0;
    height: 0;
  }
  .footer-disclosures {
    page-break-after: avoid;
  }
}