@charset "UTF-8";
/*--------------------------------------------------------------
# Third-Party Styles
--------------------------------------------------------------*/
@import url(./vendor.css);
#floating {
  position: absolute;
  top: 0;
  left: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

.hide,
body:not(.logged-in) .hide-if-guest,
.logged-in .hide-if-user {
  display: none !important; }

.alignleft {
  float: left;
  margin-right: 1rem; }

@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem); } }

.alignright {
  float: right;
  margin-left: 1rem; }

@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem); } }

.align-center,
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.align-center,
img.aligncenter {
  text-align: center;
  margin: 1em auto; }

.medium-9 {
  width: 75%; }

.medium-11,
.large-11 {
  width: 91.66667%; }

.small-centered,
.medium-centered {
  margin-left: auto;
  margin-right: auto; }

#page .row,
#main-container .row {
  max-width: none; }

#home-services-tabs .product-logo,
.no-megamenu #mega-menu-main-menu-2020 .product-logo {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
  line-height: 2.2;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle; }
  #home-services-tabs .product-logo ~ span,
  .no-megamenu #mega-menu-main-menu-2020 .product-logo ~ span {
    vertical-align: middle; }
  #home-services-tabs .product-logo.product-logo--sa,
  .no-megamenu #mega-menu-main-menu-2020 .product-logo.product-logo--sa {
    text-indent: 2px;
    letter-spacing: 1px; }

.float-right {
  float: right; }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-medium {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-for-small {
    display: none !important; } }

@media only screen and (max-width: 550px) {
  .hide-for-xsmall {
    display: none !important; } }

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 3rem; }

ul,
ol {
  margin: 0 0 3rem 3rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 3rem; }

dt {
  font-weight: 700; }

dd {
  margin: 0 3rem 3rem; }

.horizontal-list {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0; }
  .horizontal-list li {
    margin-right: 1em; }
  .horizontal-list img {
    display: block; }

.single-specialoffers #marketing-page-container table.responsive,
body:not(.commerce-page) table {
  width: 100%;
  margin: 0 0 3rem;
  white-space: nowrap;
  border-collapse: collapse; }
  .single-specialoffers #marketing-page-container table.responsive td,
  .single-specialoffers #marketing-page-container table.responsive th,
  body:not(.commerce-page) table td,
  body:not(.commerce-page) table th {
    border: 1px solid #f2f2f2;
    border-right-color: #ccc; }
    .single-specialoffers #marketing-page-container table.responsive td:last-child,
    .single-specialoffers #marketing-page-container table.responsive th:last-child,
    body:not(.commerce-page) table td:last-child,
    body:not(.commerce-page) table th:last-child {
      border-right-color: #f2f2f2; }
  .single-specialoffers #marketing-page-container table.responsive th,
  body:not(.commerce-page) table th {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    padding: 10px 17px 9px 13px; }
  .single-specialoffers #marketing-page-container table.responsive td,
  body:not(.commerce-page) table td {
    font-size: 14px;
    padding: 10px 14px 11px; }
  .single-specialoffers #marketing-page-container table.responsive tbody tr:nth-child(odd) td,
  body:not(.commerce-page) table tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .single-specialoffers #marketing-page-container table.responsive tbody tr:nth-child(even) td,
  body:not(.commerce-page) table tbody tr:nth-child(even) td {
    background-color: #f2f2f2; }

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 1px solid #ccc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#order-form-container label,
#page label {
  font-size: 1em; }

/* Beaver Builder
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 3rem;
  margin-bottom: 3rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }

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

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

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a; }

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a; }

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a; }

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a; }

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }

[data-whatinput='mouse'] .close-button {
  outline: 0; }

.close-button:hover,
.close-button:focus {
  color: #0a0a0a; }

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1; }

.close-button.medium,
.close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }

/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reusable Components
--------------------------------------------------------------*/
/* Generic + Global Components
--------------------------------------------- */
#scroll-up-btn {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
  width: 52px;
  height: 52px;
  font-size: 38px;
  line-height: 75px;
  position: fixed;
  left: calc(100vw - 52px - 26px);
  bottom: 26px;
  z-index: 20;
  background-color: #ccc;
  color: #000;
  text-align: center;
  padding: 0;
  border-style: none;
  cursor: pointer; }
  #scroll-up-btn.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.2s; }
  #scroll-up-btn:hover {
    background-color: #000;
    color: #fff; }

.uwy ~ #scroll-up-btn {
  left: calc(100vw - 52px - 26px - 64px);
  bottom: 15px; }

.sortable-table th:not(.not-sortable) {
  position: relative;
  cursor: pointer; }

.sortable-table .sortable-table__icons .dashicons {
  position: absolute;
  top: 25%;
  bottom: 25%;
  right: 2px;
  margin: auto;
  font-size: 24px; }
  .sortable-table .sortable-table__icons .dashicons.dashicons-leftright {
    font-size: 16px;
    right: 4px;
    transform: rotate(90deg); }

.sortable-table th:not(.order-asc) .sortable-table__icons .dashicons-arrow-up,
.sortable-table th:not(.order-desc) .sortable-table__icons .dashicons-arrow-down,
.sortable-table .order-asc .sortable-table__icons .dashicons-leftright,
.sortable-table .order-desc .sortable-table__icons .dashicons-leftright {
  display: none; }

.sortable-table th.not-sortable .sortable-table__icons {
  display: none !important; }

#main-container::after,
.loading-spinner {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 15"><circle fill="rgba(204, 204, 204, 0.95)" cx="6" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".1"/></circle><circle fill="rgba(204, 204, 204, 0.95)" cx="26" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".2"/></circle><circle fill="rgba(204, 204, 204, 0.95)" cx="46" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".3"/></circle></svg>');
  background-size: 60px 15px;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
  min-height: 15px;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  #main-container::after .hide-when-loading,
  .loading-spinner .hide-when-loading {
    visibility: hidden; }

#main-container::after {
  content: '';
  z-index: 2;
  top: 0;
  height: calc(100vh - 130px);
  background-color: white; }

.redirecting #main-container::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.2s; }

/**
 Styles for Tabs UI used on Company Pages
 */
section:not(.quotemedia-financial-chart) div.tabs {
  border: none; }
  section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] {
    display: flex;
    flex-flow: column nowrap; }
    @media screen and (min-width: 767px) {
      section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] {
        border-bottom: 0.5rem solid #0c73b3;
        flex-direction: row; } }
    section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button {
      background-color: #0c73b3;
      border: 0.1rem solid #0c73b3;
      border-radius: 0.3rem;
      color: #fff;
      font-size: 2rem;
      height: 5rem;
      margin: 0 0 1.4rem 0;
      padding: 1.1rem 1.7rem;
      position: relative;
      text-align: left; }
      @media screen and (min-width: 767px) {
        section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button {
          background-color: #fff;
          border-bottom: none;
          border-radius: 0.2rem 0.2rem 0 0;
          color: #0c73b3;
          font-size: 1.6rem;
          font-weight: bold;
          height: 4.3rem;
          margin: 0 0.3rem 0 0; } }
      section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button:focus {
        outline: none; }
      @media screen and (max-width: 767px) {
        section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button::after {
          content: "\f10f";
          font-family: 'dashicons', serif;
          display: block;
          position: absolute;
          right: 1.7rem;
          top: 50%;
          transform: translateY(-50%); } }
      section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button[aria-selected="true"], section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button:hover {
        background-color: #fff;
        color: #0c73b3;
        font-weight: bold; }
        @media screen and (min-width: 767px) {
          section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button[aria-selected="true"], section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button:hover {
            background-color: #0c73b3;
            color: #fff; } }
        section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button[aria-selected="true"][aria-expanded="false"], section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button:hover[aria-expanded="false"] {
          background-color: #0c73b3;
          color: #fff; }
        section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button[aria-selected="true"][aria-expanded="true"]::after, section:not(.quotemedia-financial-chart) div.tabs [role="tablist"] > button:hover[aria-expanded="true"]::after {
          content: "\f14f"; }
  section:not(.quotemedia-financial-chart) div.tabs [role="tabpanel"] {
    padding-top: 1.6rem; }
    @media screen and (min-width: 767px) {
      section:not(.quotemedia-financial-chart) div.tabs [role="tabpanel"] {
        padding-top: 3.2rem; } }

/* Small unrelated styles
--------------------------------------------- */
.ez-toc-debug-messages {
  display: none; }

.no-js #wpadminbar {
  display: none; }

@media screen and (max-width: 899px) {
  #wpadminbar {
    overflow-x: auto;
    overflow-y: hidden; }
    #wpadminbar #wp-admin-bar-top-secondary {
      display: none; }
    #wpadminbar #wp-admin-bar-root-default {
      display: flex; } }

/* Footer
--------------------------------------------- */
#colophon {
  clear: both;
  font-size: 14px;
  margin-bottom: 60px;
  margin-top: 60px; }
  #colophon .inner-container {
    max-width: 820px; }
  #colophon .textwidget {
    padding-left: 0; }
  #colophon p:last-child, #colophon .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .qmod-comp-desc:last-child {
    margin-bottom: 0; }

.page #main-container ~ #colophon {
  margin-top: 0; }

#page-foot,
.commerce-page #main-footer,
.order-page-bottom {
  font-size: 18px;
  text-align: center;
  background-color: #485cc7;
  padding-top: 45px;
  padding-bottom: 60px;
  color: #fff; }
  #page-foot p:last-child, #page-foot .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #page-foot .qmod-comp-desc:last-child,
  .commerce-page #main-footer p:last-child,
  .commerce-page #main-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .commerce-page #main-footer .qmod-comp-desc:last-child,
  .order-page-bottom p:last-child,
  .order-page-bottom .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .order-page-bottom .qmod-comp-desc:last-child {
    margin-bottom: 0; }
  #page-foot ul a,
  .commerce-page #main-footer ul a,
  .order-page-bottom ul a {
    display: inline !important;
    color: #f9e6a4; }

#page-foot .inner-container {
  padding: 0;
  max-width: calc(100% - 52px);
  margin: 0 auto; }

#page-foot li {
  margin-bottom: 0; }

#page-foot .textwidget {
  padding: 0;
  font-size: 14px;
  max-width: 850px;
  margin: 0 auto;
  color: inherit; }
  #page-foot .textwidget p:first-of-type, #page-foot .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #page-foot .textwidget .qmod-comp-desc:first-of-type {
    margin-top: 0; }

.order-page-bottom #menu-bottomnav,
#footer-nav-menu {
  margin: 0 auto 45px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
  list-style-type: none;
  justify-content: center;
  gap: 6px 5px; }
  .order-page-bottom #menu-bottomnav > li,
  #footer-nav-menu > li {
    padding: 5px; }
    .order-page-bottom #menu-bottomnav > li.has-sep::before,
    #footer-nav-menu > li.has-sep::before {
      content: '|';
      margin-right: 15px;
      color: rgba(255, 255, 255, 0.3); }

/* Article/page content
--------------------------------------------- */
#main-container .js-badger-accordion dt {
  margin-top: 10px; }
  #main-container .js-badger-accordion dt button {
    position: relative;
    text-align: left;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
    padding: 11px 50px 12px 15px;
    width: 100%;
    font-weight: 700;
    line-height: 1.6; }
    #main-container .js-badger-accordion dt button:hover {
      background-color: #f2f2f2;
      border-color: #5c5c5c;
      color: #000; }
    #main-container .js-badger-accordion dt button::before {
      display: none; }
  #main-container .js-badger-accordion dt .dashicons {
    border: 1px solid currentColor;
    position: absolute;
    right: 14px;
    padding: 2.4px 4px 4px 2.3px;
    height: calc(1em + 6px);
    width: calc(1em + 6px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) scale(0.9); }

#main-container .js-badger-accordion dd {
  background-color: #fafafa;
  padding: 30px 27px;
  margin: 0;
  max-height: none !important; }
  #main-container .js-badger-accordion dd.-ba-is-hidden {
    padding: 0; }
  #main-container .js-badger-accordion dd p:first-child, #main-container .js-badger-accordion dd .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .js-badger-accordion dd .qmod-comp-desc:first-child {
    margin-top: 0; }
  #main-container .js-badger-accordion dd p:last-child, #main-container .js-badger-accordion dd .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .js-badger-accordion dd .qmod-comp-desc:last-child {
    margin-bottom: 0; }

.js-badger-accordion:not(.fouc-ready) dt .dashicons,
.-ba-is-active .dashicons-plus-alt2,
.-ba-is-hidden .dashicons-minus {
  visibility: hidden; }

.js-badger-accordion dd.-ba-is-hidden,
.js-badger-accordion:not(.fouc-ready) dd ~ dd {
  display: none; }

.single-accordion .single-accordion__toggler {
  position: relative; }
  .single-accordion .single-accordion__toggler .dashicons {
    border: 1px solid currentColor;
    position: absolute;
    right: 14px;
    padding: 2.4px 4px 4px 2.3px;
    height: calc(1em + 6px);
    width: calc(1em + 6px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    font-size: 14px;
    right: 24px; }
  .single-accordion .single-accordion__toggler.expanded .dashicons-plus-alt2,
  .single-accordion .single-accordion__toggler:not(.expanded) .dashicons-minus {
    visibility: hidden; }

.single-accordion:not(.enabled) .single-accordion__toggler {
  pointer-events: none; }
  .single-accordion:not(.enabled) .single-accordion__toggler .dashicons {
    display: none; }

.single-accordion.enabled .single-accordion__content:not(.expanded) {
  position: absolute !important;
  visibility: hidden !important; }

@media screen and (max-width: 842px) {
  .js #secondary > .article-sidebar-widget:first-child {
    position: relative; }
    .js #secondary > .article-sidebar-widget:first-child h3 {
      margin-bottom: 0;
      cursor: pointer; }
    .js #secondary > .article-sidebar-widget:first-child .textwidget {
      padding-top: 30px;
      padding-bottom: 30px; }
      .js #secondary > .article-sidebar-widget:first-child .textwidget > p:first-child, .js #secondary > .article-sidebar-widget:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .js #secondary > .article-sidebar-widget:first-child .textwidget > .qmod-comp-desc:first-child {
        margin-top: 0; }
      .js #secondary > .article-sidebar-widget:first-child .textwidget > p:last-child, .js #secondary > .article-sidebar-widget:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .js #secondary > .article-sidebar-widget:first-child .textwidget > .qmod-comp-desc:last-child {
        margin-bottom: 0; } }

#main-container .home-aside dt:first-child,
#main-container .home-aside dl {
  margin-top: 0; }

#main-container .home-aside dt {
  margin: 10px 0 0; }

#main-container .home-aside dt button {
  border-style: none !important;
  font-size: 14px;
  padding: 15px 15px 13px;
  line-height: 1;
  border-width: 2px; }

#main-container .home-aside .js-badger-accordion dt button {
  color: #fff;
  background-color: transparent; }

#main-container .home-aside dd {
  padding: 0;
  background-color: #f2f2f2; }

#main-container .home-aside dd > article {
  position: relative;
  padding: 30px 27px 15px; }
  #main-container .home-aside dd > article h3 {
    margin-top: 0;
    font-size: 2.2rem;
    margin-bottom: 2em; }
  #main-container .home-aside dd > article h3 + p, #main-container .home-aside dd > article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary h3 + .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .home-aside dd > article h3 + .qmod-comp-desc {
    font-size: 14px; }
  #main-container .home-aside dd > article footer {
    margin-top: 32px; }
    #main-container .home-aside dd > article footer a {
      padding: 14px 32px;
      background-color: #fff; }
      #main-container .home-aside dd > article footer a:hover {
        background-color: #0c73b3; }

#main-container .home-aside .chart-image figcaption {
  position: absolute;
  right: 8px;
  top: 10px;
  margin: 0;
  font-size: 10px; }

#main-container .home-aside .chart-image img {
  margin: 0;
  width: auto;
  height: auto;
  object-fit: contain; }

#main-container .home-aside .chart-image > p, #main-container .home-aside .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-image > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .home-aside .chart-image > .qmod-comp-desc {
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin: 32px 0 !important; }

.no-js #primary #home-services-tabs .tabs__tab,
.js #primary #home-services-tabs:not(.fouc-ready) .tabs__tab {
  display: none; }

.no-js #primary #home-services-tabs .tabs__tab:first-child,
.js #primary #home-services-tabs:not(.fouc-ready) .tabs__tab:first-child {
  display: grid; }

#primary #home-services-tabs.fouc-ready .tabs__tab {
  display: none; }

#primary #home-services-tabs.fouc-ready .tabs__tab.selected {
  display: grid; }

#home-services-tabs {
  border-style: none;
  border-top: 2px solid #f2f2f2;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 60px; }
  #home-services-tabs .tabs__header ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 38px;
    margin-top: 35px;
    margin-bottom: 30px; }
    #home-services-tabs .tabs__header ul li {
      margin-right: 1em; }
    #home-services-tabs .tabs__header ul img {
      display: block; }
    #home-services-tabs .tabs__header ul a,
    #home-services-tabs .tabs__header ul .button,
    #home-services-tabs .tabs__header ul button {
      background-color: transparent;
      border-style: none; }
    #home-services-tabs .tabs__header ul li {
      margin-right: 1.6em; }
    #home-services-tabs .tabs__header ul button {
      font-weight: 700;
      padding: 0 0 2px;
      min-width: 180px;
      border-bottom: 5px solid currentColor;
      text-align: left;
      cursor: pointer;
      color: #5c5c5c; }
      #home-services-tabs .tabs__header ul button:not(.selected) {
        border-color: currentColor !important; }
      #home-services-tabs .tabs__header ul button.selected, #home-services-tabs .tabs__header ul button:hover {
        color: #000; }
  #home-services-tabs .tabs__tab {
    display: none;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-template-rows: auto;
    grid-gap: 30px;
    padding: 0; }
    #home-services-tabs .tabs__tab > main {
      grid-column: 1; }
      #home-services-tabs .tabs__tab > main h3 {
        font-size: 28px;
        margin-bottom: 45px; }
      #home-services-tabs .tabs__tab > main h4 {
        margin: 2.2em 0 0.5em;
        font-weight: 700; }
        #home-services-tabs .tabs__tab > main h4:first-of-type {
          margin-top: 0; }
      #home-services-tabs .tabs__tab > main > footer p, #home-services-tabs .tabs__tab > main > footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-services-tabs .tabs__tab > main > footer .qmod-comp-desc {
        margin: 0; }
        #home-services-tabs .tabs__tab > main > footer p.join-prompt, #home-services-tabs .tabs__tab > main > footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .join-prompt.qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-services-tabs .tabs__tab > main > footer .join-prompt.qmod-comp-desc {
          margin-top: 37px; }
        #home-services-tabs .tabs__tab > main > footer p.login-prompt, #home-services-tabs .tabs__tab > main > footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .login-prompt.qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-services-tabs .tabs__tab > main > footer .login-prompt.qmod-comp-desc {
          margin-top: 30px;
          font-size: 14px;
          color: #5c5c5c; }
    #home-services-tabs .tabs__tab > aside {
      grid-column: 2; }
      #home-services-tabs .tabs__tab > aside figure {
        margin: 0; }
      #home-services-tabs .tabs__tab > aside img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      #home-services-tabs .tabs__tab > aside figure {
        position: relative; }
      #home-services-tabs .tabs__tab > aside figcaption {
        text-align: right;
        margin-top: 12px;
        font-size: 11px; }
      #home-services-tabs .tabs__tab > aside figure + .headline {
        margin-top: 32px; }
    #home-services-tabs .tabs__tab > main p:first-child, #home-services-tabs .tabs__tab > main .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-services-tabs .tabs__tab > main .qmod-comp-desc:first-child {
      margin-top: 0; }
    #home-services-tabs .tabs__tab > main p:last-child, #home-services-tabs .tabs__tab > main .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-services-tabs .tabs__tab > main .qmod-comp-desc:last-child,
    #home-services-tabs .tabs__tab .login-prompt {
      margin-bottom: 0; }

.no-js #home-testimonials-slider .slider,
.js #home-testimonials-slider:not(.fouc-ready) .slider {
  max-width: 1218px;
  overflow: hidden;
  margin: auto; }

.no-js #home-testimonials-slider article:last-of-type,
.js #home-testimonials-slider:not(.fouc-ready) article:last-of-type {
  margin-right: 0; }

#home-testimonials-slider {
  margin: 60px 0; }
  #home-testimonials-slider h2 {
    margin-bottom: 66px; }
  #home-testimonials-slider > footer {
    text-align: center; }
    #home-testimonials-slider > footer p, #home-testimonials-slider > footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-testimonials-slider > footer .qmod-comp-desc {
      margin: 30px 0 0; }
  #home-testimonials-slider .slider {
    display: flex;
    align-items: flex-start; }
  #home-testimonials-slider article {
    white-space: nowrap;
    background-color: #fafafa;
    margin: 0 30px 0 0;
    flex-shrink: 0;
    width: calc((1218px - 60px) * 0.333); }
    #home-testimonials-slider article header {
      padding: 6px 0 7px 30px;
      word-spacing: 1px; }
      #home-testimonials-slider article header h4 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700; }
    #home-testimonials-slider article[data-service-name="Share Advisor"] header {
      background-color: #0093c8; }
    #home-testimonials-slider article[data-service-name="Dividend Investor"] header {
      background-color: #3dae2a; }
    #home-testimonials-slider article[data-service-name="Extreme Opportunities"] header {
      background-color: #b0660a; }
    #home-testimonials-slider article main {
      padding: 30px; }
      #home-testimonials-slider article main > h3,
      #home-testimonials-slider article main > p,
      #home-testimonials-slider article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary main > .qmod-comp-desc,
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #home-testimonials-slider article main > .qmod-comp-desc {
        margin: 0;
        line-height: 1; }
  #home-testimonials-slider blockquote {
    white-space: normal;
    padding: 0;
    border-style: none;
    margin: 0.7em 0 0; }

#home-featured-in > header {
  text-align: center; }

#home-featured-in h2 {
  margin-bottom: 30px; }

#home-featured-in .horizontal-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 30px;
  align-items: center; }
  #home-featured-in .horizontal-list li {
    margin-right: 0; }
  #home-featured-in .horizontal-list img {
    width: 50vw; }
  @media (min-width: 540px) {
    #home-featured-in .horizontal-list {
      grid-template-columns: repeat(3, auto); }
      #home-featured-in .horizontal-list img {
        width: 33.33vw; } }
  @media (min-width: 690px) {
    #home-featured-in .horizontal-list {
      grid-template-columns: repeat(4, auto); }
      #home-featured-in .horizontal-list img {
        width: 25vw; } }
  @media (min-width: 936px) {
    #home-featured-in .horizontal-list {
      grid-template-columns: repeat(6, auto); }
      #home-featured-in .horizontal-list img {
        width: 16.66vw; } }

.empty-shell-page .author-and-post-info,
.empty-shell-page .blurb,
.page-template-full-width-page .author-and-post-info,
.page-template-full-width-page .blurb {
  display: none; }

.page-template-full-width-page .entry-title {
  display: none; }

.single-post #main-container,
.page-template-multi-part-evergreen #main-container {
  display: flex;
  flex-direction: column; }

.single-post #primary,
.page-template-multi-part-evergreen #primary {
  margin-bottom: 60px;
  min-height: 600px; }

.single-post .related-articles,
.single-post .more-in-category,
.page-template-multi-part-evergreen .related-articles,
.page-template-multi-part-evergreen .more-in-category {
  display: initial; }

.single-post .related-articles,
.page-template-multi-part-evergreen .related-articles {
  order: 2; }

.single-post .more-in-category,
.page-template-multi-part-evergreen .more-in-category {
  order: 3;
  grid-column: 1 / span 2;
  margin-top: 0; }

.single-post #secondary,
.page-template-multi-part-evergreen #secondary {
  order: 4; }
  .single-post #secondary > section:last-of-type,
  .page-template-multi-part-evergreen #secondary > section:last-of-type {
    margin-bottom: 0; }

#primary .page-title,
.page #primary > article .entry-title,
.single #primary > article .entry-title {
  font-size: 28px;
  margin: 12px 0 0;
  border-style: none;
  padding: 0; }
  @media screen and (min-width: 824px) {
    #primary .page-title,
    .page #primary > article .entry-title,
    .single #primary > article .entry-title {
      font-size: 3.4vw; } }
  @media screen and (min-width: 1248px) {
    #primary .page-title,
    .page #primary > article .entry-title,
    .single #primary > article .entry-title {
      font-size: 42px; } }

.empty-shell-page #primary > article .entry-title {
  margin-top: 60px; }

#primary .archive-description,
.page #primary > article .entry-content,
.single-post #primary > article .entry-content {
  margin: 15px 0 0; }
  #primary .archive-description > p:first-child, #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .archive-description > .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .archive-description > .qmod-comp-desc:first-child,
  .page #primary > article .entry-content > p:first-child,
  .page #primary > article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary > article .entry-content > .qmod-comp-desc:first-child,
  .single-post #primary > article .entry-content > p:first-child,
  .single-post #primary > article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-post #primary > article .entry-content > .qmod-comp-desc:first-child {
    margin-top: 0; }
  #primary .archive-description > p:last-child, #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .archive-description > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .archive-description > .qmod-comp-desc:last-child,
  .page #primary > article .entry-content > p:last-child,
  .page #primary > article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:last-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary > article .entry-content > .qmod-comp-desc:last-child,
  .single-post #primary > article .entry-content > p:last-child,
  .single-post #primary > article .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:last-child,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-post #primary > article .entry-content > .qmod-comp-desc:last-child {
    margin-bottom: 0; }
  #primary .archive-description h2,
  .page #primary > article .entry-content h2,
  .single-post #primary > article .entry-content h2 {
    margin-top: 30px; }
  #primary .archive-description h3,
  .page #primary > article .entry-content h3,
  .single-post #primary > article .entry-content h3 {
    margin-top: 15px; }

.single-post #primary > article .pitch-snippet p:first-child, .single-post #primary > article .pitch-snippet .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-post #primary > article .pitch-snippet .qmod-comp-desc:first-child {
  margin-top: 3rem; }

#primary .entry-content > p:first-child, #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .entry-content > .qmod-comp-desc:first-child {
  margin-top: 0; }

#primary .entry-content > p:last-child, #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .entry-content > .qmod-comp-desc:last-child {
  margin-bottom: 0; }

.page #primary .page-content,
.page #primary .entry-summary,
.single #primary .page-content,
.single #primary .entry-summary {
  margin: 1.5em 0 0; }

.page #primary .page-links,
.single #primary .page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page #primary .post-thumbnail,
.single #primary .post-thumbnail {
  line-height: 0.7;
  margin: 0;
  position: relative; }
  .page #primary .post-thumbnail img,
  .single #primary .post-thumbnail img {
    width: 100%; }
  .page #primary .post-thumbnail figcaption,
  .single #primary .post-thumbnail figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 6px 12px;
    line-height: 1.4;
    font-size: 12px; }
    .page #primary .post-thumbnail figcaption p, .page #primary .post-thumbnail figcaption .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .post-thumbnail figcaption .qmod-comp-desc,
    .single #primary .post-thumbnail figcaption p,
    .single #primary .post-thumbnail figcaption .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .post-thumbnail figcaption .qmod-comp-desc {
      margin: 0; }

.page #primary u,
.single #primary u {
  text-decoration: none; }

.page #primary .article-pitch h2,
.single #primary .article-pitch h2 {
  font-size: 24px; }

.page #primary .article-pitch .pitch-returns,
.single #primary .article-pitch .pitch-returns {
  font-size: 14px;
  margin: 0; }

.page #primary .article-pitch p, .page #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .article-pitch .qmod-comp-desc,
.single #primary .article-pitch p,
.single #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .article-pitch .qmod-comp-desc {
  margin-bottom: 0; }

.page #primary .article-pitch .cta_pitch_link,
.single #primary .article-pitch .cta_pitch_link {
  margin: 15px 0; }

.page #primary .article-pitch p:last-child, .page #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .article-pitch .qmod-comp-desc:last-child,
.page #primary .cta_pitch_link,
.single #primary .article-pitch p:last-child,
.single #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .article-pitch .qmod-comp-desc:last-child,
.single #primary .cta_pitch_link {
  line-height: 1; }
  .page #primary .article-pitch p:last-child a, .page #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .article-pitch .qmod-comp-desc:last-child a,
  .page #primary .cta_pitch_link a,
  .single #primary .article-pitch p:last-child a,
  .single #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .article-pitch .qmod-comp-desc:last-child a,
  .single #primary .cta_pitch_link a {
    display: inline-block;
    color: #fff;
    background-color: #21b820;
    padding: 9px 18px;
    text-align: center;
    line-height: 1.4; }
    .page #primary .article-pitch p:last-child a:focus, .page #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a:focus, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .article-pitch .qmod-comp-desc:last-child a:focus,
    .page #primary .cta_pitch_link a:focus,
    .single #primary .article-pitch p:last-child a:focus,
    .single #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a:focus,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .article-pitch .qmod-comp-desc:last-child a:focus,
    .single #primary .cta_pitch_link a:focus {
      box-shadow: inset 0 0 0 1px #000, 0 0 3px 1px #0c73b3; }

.page #primary .article-disclosure,
.single #primary .article-disclosure {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px; }

.page #primary blockquote,
.single #primary blockquote {
  position: relative;
  max-width: 594px;
  margin-left: auto;
  margin-right: auto; }
  .page #primary blockquote p:first-of-type, .page #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary blockquote .qmod-comp-desc:first-of-type,
  .single #primary blockquote p:first-of-type,
  .single #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary blockquote .qmod-comp-desc:first-of-type {
    margin-top: 39px; }
    .page #primary blockquote p:first-of-type::before, .page #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type::before, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary blockquote .qmod-comp-desc:first-of-type::before,
    .single #primary blockquote p:first-of-type::before,
    .single #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type::before,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary blockquote .qmod-comp-desc:first-of-type::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 13px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      z-index: 2;
      background: #485cc7 url(/wp-content/themes/freesite-2020-theme/assets/dist/images/quotation-marks.svg) center center no-repeat; }
  .page #primary blockquote img,
  .single #primary blockquote img {
    display: none; }
  .page #primary blockquote p:last-of-type, .page #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-of-type, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary blockquote .qmod-comp-desc:last-of-type,
  .single #primary blockquote p:last-of-type,
  .single #primary blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-of-type,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary blockquote .qmod-comp-desc:last-of-type {
    margin-bottom: 10px; }
  .page #primary blockquote cite,
  .single #primary blockquote cite {
    font-style: normal;
    font-size: 18px;
    color: #5c5c5c; }
    .page #primary blockquote cite::before,
    .single #primary blockquote cite::before {
      content: "—"; }

.page #primary .entry-content > p:first-child > img, .page #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child > img, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .entry-content > .qmod-comp-desc:first-child > img,
.single #primary .entry-content > p:first-child > img,
.single #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child > img,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .entry-content > .qmod-comp-desc:first-child > img {
  box-shadow: none !important; }

.page #primary .entry-content > p:first-child > img + span, .page #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child > img + span, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .entry-content > .qmod-comp-desc:first-child > img + span,
.single #primary .entry-content > p:first-child > img + span,
.single #primary .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc:first-child > img + span,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .entry-content > .qmod-comp-desc:first-child > img + span {
  display: block; }

.page #primary .entry-content > blockquote:first-child,
.single #primary .entry-content > blockquote:first-child {
  margin: 0 0 15px;
  max-width: none; }
  .page #primary .entry-content > blockquote:first-child p:first-of-type, .page #primary .entry-content > blockquote:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .entry-content > blockquote:first-child .qmod-comp-desc:first-of-type,
  .single #primary .entry-content > blockquote:first-child p:first-of-type,
  .single #primary .entry-content > blockquote:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .entry-content > blockquote:first-child .qmod-comp-desc:first-of-type {
    margin: 0; }
  .page #primary .entry-content > blockquote:first-child p:first-of-type::before, .page #primary .entry-content > blockquote:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type::before, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page #primary .entry-content > blockquote:first-child .qmod-comp-desc:first-of-type::before,
  .single #primary .entry-content > blockquote:first-child p:first-of-type::before,
  .single #primary .entry-content > blockquote:first-child .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-of-type::before,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single #primary .entry-content > blockquote:first-child .qmod-comp-desc:first-of-type::before {
    display: none; }

.fl-callout-text a {
  line-break: anywhere; }

ul.two-col {
  column-count: 1; }
  @media screen and (min-width: 1024px) {
    ul.two-col {
      column-count: 2; } }

body table.service-comparison {
  white-space: initial; }

.entry-footer h2 {
  margin-top: 30px; }

.single .related-articles h3 {
  margin: 0 0 15px; }

.single .related-articles .bib__link {
  display: block !important;
  width: auto !important;
  float: none;
  margin: 15px 0 0 !important;
  padding-top: 15px !important;
  border-top: 1px solid #f2f2f2 !important; }

@media screen and (min-width: 460px) {
  .single .related-articles .bib__module {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 20px; } }

#secondary .related-articles {
  display: none; }

#archive-articles {
  order: 2; }
  #archive-articles .articles-listing {
    display: block; }
    #archive-articles .articles-listing .teaser-content,
    #archive-articles .articles-listing .teaser-content-more {
      grid-column: 2; }
    #archive-articles .articles-listing.multipart-listing {
      display: block; }
    #archive-articles .articles-listing.horizontal.recommended-pages main {
      display: grid;
      grid-template-columns: repeat(1, auto);
      grid-gap: 30px; }
      @media screen and (min-width: 650px) {
        #archive-articles .articles-listing.horizontal.recommended-pages main {
          grid-template-columns: repeat(2, auto); } }
      @media screen and (min-width: 842px) {
        #archive-articles .articles-listing.horizontal.recommended-pages main {
          grid-template-columns: repeat(1, auto); } }
      @media screen and (min-width: 1024px) {
        #archive-articles .articles-listing.horizontal.recommended-pages main {
          grid-template-columns: repeat(2, auto); } }
    #archive-articles .articles-listing.horizontal.recommended-pages article {
      padding: 1em;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s;
      border-radius: 5px;
      border: 1px solid #f2f2f2;
      height: 100%; }
      @media screen and (max-width: 480px) {
        #archive-articles .articles-listing.horizontal.recommended-pages article {
          display: block; } }
      #archive-articles .articles-listing.horizontal.recommended-pages article:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
      #archive-articles .articles-listing.horizontal.recommended-pages article h3 {
        margin-top: 0;
        margin-bottom: 15px; }
      #archive-articles .articles-listing.horizontal.recommended-pages article .teaser-content-more,
      #archive-articles .articles-listing.horizontal.recommended-pages article .teaser-content {
        display: none; }
    #archive-articles .articles-listing.horizontal.recommended-pages .image {
      height: 250px; }
      #archive-articles .articles-listing.horizontal.recommended-pages .image img {
        height: 230px; }

body.single-sfrecap.sfrecap-template-ecap-sponsored,
body.single-sfrecap.sfrecap-template-default,
.single-sfrecap.sfrecap-template-default .page-background {
  background-color: #fff; }

body.has-ecap-bg {
  background-color: #f4f4f4; }

.ecap-footer {
  position: relative;
  z-index: 2; }

.single-sfr .sfr-footer p, .single-sfr .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr .sfr-footer .qmod-comp-desc,
.single-sfr .entry-content,
.single-sfrecap .sfr-footer p,
.single-sfrecap .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap .sfr-footer .qmod-comp-desc,
.single-sfrecap .entry-content {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.single-sfr figure.ecap-page-bg,
.single-sfrecap figure.ecap-page-bg {
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  pointer-events: none; }
  .single-sfr figure.ecap-page-bg figcaption,
  .single-sfrecap figure.ecap-page-bg figcaption {
    display: none; }

.single-sfr .ecap-page-bg img,
.single-sfr img.ecap-page-bg,
.single-sfrecap .ecap-page-bg img,
.single-sfrecap img.ecap-page-bg {
  display: none;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  left: calc(50vw - 340px);
  top: 0;
  width: calc(100vw - (50vw - 340px));
  max-width: none;
  min-width: 1000px;
  right: 0;
  height: 100vh;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 0.2s linear 0.1s;
  object-fit: cover;
  object-position: left center; }
  .single-sfr .ecap-page-bg img.repositioned,
  .single-sfr img.ecap-page-bg.repositioned,
  .single-sfrecap .ecap-page-bg img.repositioned,
  .single-sfrecap img.ecap-page-bg.repositioned {
    opacity: 1; }

@media screen and (min-width: 980px) {
  .single-sfr .ecap-page-bg img,
  .single-sfr img.ecap-page-bg,
  .single-sfrecap .ecap-page-bg img,
  .single-sfrecap img.ecap-page-bg {
    display: block; }
  .single-sfr.has-ecap-bg .sfr-footer p, .single-sfr.has-ecap-bg .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr.has-ecap-bg .sfr-footer .qmod-comp-desc,
  .single-sfr.has-ecap-bg .entry-content,
  .single-sfrecap.has-ecap-bg .sfr-footer p,
  .single-sfrecap.has-ecap-bg .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap.has-ecap-bg .sfr-footer .qmod-comp-desc,
  .single-sfrecap.has-ecap-bg .entry-content {
    max-width: 520px; }
  .single-sfr.has-ecap-bg #main-container .sfr-content-title,
  .single-sfrecap.has-ecap-bg #main-container .sfr-content-title {
    border-bottom-style: none !important; } }

.single-sfr .entry-content,
.single-sfrecap .entry-content {
  opacity: 0;
  transition: opacity 0.2s linear; }
  .single-sfr .entry-content b,
  .single-sfrecap .entry-content b {
    font-weight: 700; }
  .single-sfr .entry-content h2,
  .single-sfrecap .entry-content h2 {
    font-size: 24px;
    margin-bottom: 30px; }

.single-sfr.fouc-ready .entry-content,
.single-sfrecap.fouc-ready .entry-content {
  opacity: 1; }

.single-sfr #header,
.single-sfr .entry-content .free-stock-repot-grid,
.single-sfr .entry-content > header + hr,
.single-sfr .entry-content > .header,
.single-sfrecap #header,
.single-sfrecap .entry-content .free-stock-repot-grid,
.single-sfrecap .entry-content > header + hr,
.single-sfrecap .entry-content > .header {
  display: none; }

.single-sfr .sfr-footer,
.single-sfrecap .sfr-footer {
  font-size: 12px;
  color: black;
  background-color: #f2f2f2;
  padding: 20px 26px 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  .single-sfr .sfr-footer .textwidget,
  .single-sfrecap .sfr-footer .textwidget {
    width: 100%;
    max-width: 1270px;
    margin: auto;
    padding: 0; }
  .single-sfr .sfr-footer p, .single-sfr .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr .sfr-footer .qmod-comp-desc,
  .single-sfrecap .sfr-footer p,
  .single-sfrecap .sfr-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap .sfr-footer .qmod-comp-desc {
    font-size: 1em;
    color: inherit; }

.single-sfr.has-ecap-bg .sfr-footer,
.single-sfrecap.has-ecap-bg .sfr-footer {
  background-image: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, rgba(242, 242, 242, 0) 80%);
  background-color: transparent; }
  .single-sfr.has-ecap-bg .sfr-footer hr,
  .single-sfrecap.has-ecap-bg .sfr-footer hr {
    display: none; }

.single-sfr .advert-label,
.single-sfrecap .advert-label {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2000;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px; }
  @media screen and (min-width: 640px) {
    .single-sfr .advert-label,
    .single-sfrecap .advert-label {
      right: calc(50% - 310px); } }

.single-sfr.no-megamenu.sfrecap-template-ecap-sponsored #mega-menu-header-buttons-2020 .mega-header-logo,
.single-sfrecap.no-megamenu.sfrecap-template-ecap-sponsored #mega-menu-header-buttons-2020 .mega-header-logo {
  margin-right: 100px; }

.single-sfr #foolca,
.single-sfrecap #foolca {
  display: none; }

.single-sfr #main-container,
.single-sfrecap #main-container {
  padding-top: 60px; }
  .single-sfr #main-container article,
  .single-sfrecap #main-container article {
    background-color: transparent;
    padding: 0; }
  .single-sfr #main-container .entry-content,
  .single-sfrecap #main-container .entry-content {
    text-align: left; }
    .single-sfr #main-container .entry-content img[src*="Logo"],
    .single-sfrecap #main-container .entry-content img[src*="Logo"] {
      display: none; }
  .single-sfr #main-container .sfr-content-title,
  .single-sfrecap #main-container .sfr-content-title {
    display: none;
    font-size: 28px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 60px;
    margin-top: 60px; }
  .single-sfr #main-container .above-email:empty,
  .single-sfr #main-container .below-email:empty,
  .single-sfrecap #main-container .above-email:empty,
  .single-sfrecap #main-container .below-email:empty {
    display: none; }
  .single-sfr #main-container img,
  .single-sfrecap #main-container img {
    margin-top: 1em; }
  .single-sfr #main-container .eheader,
  .single-sfrecap #main-container .eheader {
    display: none; }
  .single-sfr #main-container label,
  .single-sfrecap #main-container label {
    text-align: left; }
  .single-sfr #main-container .fool-ecap,
  .single-sfrecap #main-container .fool-ecap {
    color: #000; }
    .single-sfr #main-container .fool-ecap input[type="submit"],
    .single-sfrecap #main-container .fool-ecap input[type="submit"] {
      border: 0.1rem solid #0c73b3;
      color: #0c73b3;
      font-size: 16px;
      background: none;
      border-radius: 0;
      line-height: 1;
      margin: 0;
      vertical-align: middle;
      padding: 0.6rem 1rem;
      display: inline-block;
      padding: 16px 24px !important;
      top: 0;
      left: 0;
      transition: none; }
      @media screen and (min-width: 1024px) {
        .single-sfr #main-container .fool-ecap input[type="submit"],
        .single-sfrecap #main-container .fool-ecap input[type="submit"] {
          padding: 1.2rem 2.5rem; } }
      .single-sfr #main-container .fool-ecap input[type="submit"]:hover,
      .single-sfrecap #main-container .fool-ecap input[type="submit"]:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0c73b3; }
      .single-sfr #main-container .fool-ecap input[type="submit"]:focus,
      .single-sfrecap #main-container .fool-ecap input[type="submit"]:focus {
        outline: thin dotted currentColor; }
  .single-sfr #main-container .tbo-disclosure,
  .single-sfrecap #main-container .tbo-disclosure {
    margin: auto;
    width: 50%; }
  .single-sfr #main-container .entry-content p, .single-sfr #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .entry-content .qmod-comp-desc,
  .single-sfrecap #main-container .entry-content p,
  .single-sfrecap #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .entry-content .qmod-comp-desc {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    margin-top: 0; }
  .single-sfr #main-container .entry-content small,
  .single-sfrecap #main-container .entry-content small {
    font-size: 14px; }
  .single-sfr #main-container .accept-terms,
  .single-sfrecap #main-container .accept-terms {
    font-size: 8px; }
  .single-sfr #main-container .green,
  .single-sfrecap #main-container .green {
    color: #20b720; }
  .single-sfr #main-container .tbo-header,
  .single-sfrecap #main-container .tbo-header {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    background: #43a9bd;
    background: linear-gradient(to bottom, #43a9bd 0%, #1279a9 100%); }
  .single-sfr #main-container form,
  .single-sfrecap #main-container form {
    border-style: none; }
  .single-sfr #main-container label small,
  .single-sfrecap #main-container label small {
    font-size: 0.6em; }
  .single-sfr #main-container input#acceptTerms,
  .single-sfrecap #main-container input#acceptTerms {
    margin-top: 1em; }
  .single-sfr #main-container .entry-content p.txtC, .single-sfr #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .txtC.qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .entry-content .txtC.qmod-comp-desc,
  .single-sfr #main-container .entry-content p.tac,
  .single-sfr #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .tac.qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .entry-content .tac.qmod-comp-desc,
  .single-sfrecap #main-container .entry-content p.txtC,
  .single-sfrecap #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .txtC.qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .entry-content .txtC.qmod-comp-desc,
  .single-sfrecap #main-container .entry-content p.tac,
  .single-sfrecap #main-container .entry-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .tac.qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .entry-content .tac.qmod-comp-desc {
    font-size: 0.7em; }
  .single-sfr #main-container .fool-ecap .ecap-form,
  .single-sfrecap #main-container .fool-ecap .ecap-form {
    margin: 50px 0 30px; }
    .single-sfr #main-container .fool-ecap .ecap-form input.email,
    .single-sfrecap #main-container .fool-ecap .ecap-form input.email {
      width: 100%;
      float: none;
      margin-bottom: 10px;
      border-style: solid;
      text-indent: 15px;
      padding: 10px 10px 10px 0; }
    .single-sfr #main-container .fool-ecap .ecap-form input[type="submit"],
    .single-sfrecap #main-container .fool-ecap .ecap-form input[type="submit"] {
      width: 100%;
      float: none;
      margin-left: 0%;
      font-size: 17px;
      margin-bottom: 8px; }
    @media (min-width: 600px) {
      .single-sfr #main-container .fool-ecap .ecap-form,
      .single-sfrecap #main-container .fool-ecap .ecap-form {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 15px; }
        .single-sfr #main-container .fool-ecap .ecap-form > p, .single-sfr #main-container .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .ecap-form > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .fool-ecap .ecap-form > .qmod-comp-desc,
        .single-sfr #main-container .fool-ecap .ecap-form > div,
        .single-sfr #main-container .fool-ecap .ecap-form > section,
        .single-sfrecap #main-container .fool-ecap .ecap-form > p,
        .single-sfrecap #main-container .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .ecap-form > .qmod-comp-desc,
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .fool-ecap .ecap-form > .qmod-comp-desc,
        .single-sfrecap #main-container .fool-ecap .ecap-form > div,
        .single-sfrecap #main-container .fool-ecap .ecap-form > section {
          grid-column: 1 / span 2; }
        .single-sfr #main-container .fool-ecap .ecap-form input.email,
        .single-sfrecap #main-container .fool-ecap .ecap-form input.email {
          display: inline-block;
          width: 100%;
          max-width: none;
          margin: 0;
          border-radius: 0;
          line-height: 2;
          height: auto;
          font-size: 15px; }
        .single-sfr #main-container .fool-ecap .ecap-form input[type="submit"],
        .single-sfrecap #main-container .fool-ecap .ecap-form input[type="submit"] {
          width: 100%;
          margin-top: 0;
          margin-bottom: 0;
          max-width: none;
          text-shadow: none; }
        .single-sfr #main-container .fool-ecap .ecap-form .ecap-error p, .single-sfr #main-container .fool-ecap .ecap-form .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .fool-ecap .ecap-form .ecap-error .qmod-comp-desc,
        .single-sfr #main-container .fool-ecap .ecap-form .ecap-success p,
        .single-sfr #main-container .fool-ecap .ecap-form .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .fool-ecap .ecap-form .ecap-success .qmod-comp-desc,
        .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-error p,
        .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-error .qmod-comp-desc,
        .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-success p,
        .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .fool-ecap .ecap-form .ecap-success .qmod-comp-desc {
          font-size: inherit; } }
  .single-sfr #main-container .ecap-below,
  .single-sfrecap #main-container .ecap-below {
    clear: both;
    font-weight: 300; }
    .single-sfr #main-container .ecap-below p, .single-sfr #main-container .ecap-below .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .ecap-below .qmod-comp-desc,
    .single-sfrecap #main-container .ecap-below p,
    .single-sfrecap #main-container .ecap-below .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .ecap-below .qmod-comp-desc {
      font-size: 12px;
      line-height: 16px; }
  .single-sfr #main-container h1,
  .single-sfrecap #main-container h1 {
    font-size: 36px;
    margin-top: 0; }
  .single-sfr #main-container p, .single-sfr #main-container .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .qmod-comp-desc,
  .single-sfr #main-container li,
  .single-sfrecap #main-container p,
  .single-sfrecap #main-container .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .qmod-comp-desc,
  .single-sfrecap #main-container li {
    font-size: 19px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.022em;
    color: #333; }
  .single-sfr #main-container li,
  .single-sfrecap #main-container li {
    margin-bottom: 2rem; }
  .single-sfr #main-container ul.blue_checkmarks li,
  .single-sfrecap #main-container ul.blue_checkmarks li {
    list-style-type: none;
    padding-left: 40px;
    background: transparent url(/wp-content/uploads/2018/11/checkmark-1.jpg) 0 3px no-repeat;
    background-size: 23px 23px; }
  .single-sfr #main-container .startnowsb,
  .single-sfrecap #main-container .startnowsb {
    background: #ffe722 none repeat scroll 0 0;
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
    height: auto;
    line-height: 1.2em;
    margin: 50px auto;
    max-width: 700px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.65);
    width: auto;
    border-style: none;
    box-shadow: none; }
  .single-sfr #main-container .single-tmfcommercepage .order-text,
  .single-sfrecap #main-container .single-tmfcommercepage .order-text {
    padding: 20px;
    padding-top: 0; }
  .single-sfr #main-container .startnowsb a,
  .single-sfrecap #main-container .startnowsb a {
    color: #000;
    display: block;
    padding: 18px;
    box-shadow: 3px 3px 5px #c8c8c8;
    border-radius: 5px; }
  .single-sfr #main-container div.tstandard,
  .single-sfrecap #main-container div.tstandard {
    margin-left: 30px; }
  .single-sfr #main-container h3,
  .single-sfrecap #main-container h3 {
    margin-bottom: 20px; }
  .single-sfr #main-container form,
  .single-sfrecap #main-container form {
    max-width: 100%;
    padding: 0; }
  .single-sfr #main-container .fool-ecap .ecap-disclaimer,
  .single-sfrecap #main-container .fool-ecap .ecap-disclaimer {
    clear: both;
    margin-top: 0 !important;
    font-size: 12px !important;
    color: inherit !important;
    margin-bottom: 0;
    margin-left: 0; }
    .single-sfr #main-container .fool-ecap .ecap-disclaimer label,
    .single-sfrecap #main-container .fool-ecap .ecap-disclaimer label {
      display: block;
      width: auto; }
  .single-sfr #main-container .ecap-error,
  .single-sfr #main-container .ecap-success,
  .single-sfrecap #main-container .ecap-error,
  .single-sfrecap #main-container .ecap-success {
    font-family: inherit;
    max-width: none;
    margin: 1em 0;
    padding: 20px; }
    .single-sfr #main-container .ecap-error p, .single-sfr #main-container .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .ecap-error .qmod-comp-desc,
    .single-sfr #main-container .ecap-success p,
    .single-sfr #main-container .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .ecap-success .qmod-comp-desc,
    .single-sfrecap #main-container .ecap-error p,
    .single-sfrecap #main-container .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .ecap-error .qmod-comp-desc,
    .single-sfrecap #main-container .ecap-success p,
    .single-sfrecap #main-container .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .ecap-success .qmod-comp-desc {
      font-family: inherit;
      color: inherit !important;
      margin: 0;
      text-align: left;
      font-size: 16px; }
  .single-sfr #main-container .ecap-error,
  .single-sfrecap #main-container .ecap-error {
    color: #e70000;
    border-color: currentColor !important;
    background-position: 20px 50%; }
    .single-sfr #main-container .ecap-error p, .single-sfr #main-container .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfr #main-container .ecap-error .qmod-comp-desc,
    .single-sfrecap #main-container .ecap-error p,
    .single-sfrecap #main-container .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-sfrecap #main-container .ecap-error .qmod-comp-desc {
      margin-left: 48px; }
  .single-sfr #main-container .ecap-success,
  .single-sfrecap #main-container .ecap-success {
    color: #20b720 !important; }

.single #secondary .fool-ecap button[type="submit"] {
  display: block;
  font-size: 16px;
  max-width: 100%;
  padding: 12px 0 10px;
  line-height: 1.2;
  text-align: center;
  transform: none;
  transition: none;
  font-weight: 700;
  color: #333;
  background-color: #fc3;
  border-color: currentColor; }

.single #secondary .fool-ecap .ecap-disclaimer label {
  color: white; }

.archive #secondary .ecap-widget {
  width: calc(100% + 52px);
  margin-left: -26px; }

#secondary.sidebar--single-bottom-2020 .ecap-widget {
  color: #fff;
  background-color: #485cc7;
  border-style: none;
  padding: 30px 26px; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget h3,
  #secondary.sidebar--single-bottom-2020 .ecap-widget h4 {
    letter-spacing: 1px; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget h3 {
    font-size: 24px;
    background-color: transparent;
    padding: 0;
    line-height: 1.8; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget figure,
  #secondary.sidebar--single-bottom-2020 .ecap-widget input[type="email"],
  #secondary.sidebar--single-bottom-2020 .ecap-widget .inner-container > div {
    margin: 30px 0 0; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget input[type="email"] {
    font-size: 18px; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget a {
    color: inherit;
    text-decoration: underline; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget figcaption {
    display: none; }
  #secondary.sidebar--single-bottom-2020 .ecap-widget .ecap-disclaimer {
    font-size: 12px;
    font-style: italic; }
  @media screen and (min-width: 480px) {
    #secondary.sidebar--single-bottom-2020 .ecap-widget {
      display: block; } }

tr.quoteapi-positive .change,
tr.quoteapi-positive .pctChange {
  color: #20b720; }

tr.quoteapi-negative .change,
tr.quoteapi-negative .pctChange {
  color: #e70000; }

.financial-page .arrow-up,
.financial-page .arrow-up > span,
.financial-page .arrow-up ~ span,
.financial-page .is-positive,
.financial-page .is-positive > span,
.financial-page .is-positive ~ span,
.financial-page .quoteapi-positive,
.financial-page .quoteapi-positive > span,
.financial-page .quoteapi-positive ~ span {
  color: #20b720; }

.financial-page .arrow-down,
.financial-page .arrow-down > span,
.financial-page .arrow-down ~ span,
.financial-page .is-negative,
.financial-page .is-negative > span,
.financial-page .is-negative ~ span,
.financial-page .quoteapi-negative,
.financial-page .quoteapi-negative > span,
.financial-page .quoteapi-negative ~ span {
  color: #e70000; }

.financial-page .is-positive::before,
.financial-page .is-negative::before {
  margin-right: 3px;
  font-size: 0.65em; }

.financial-page .is-positive::before {
  position: relative;
  bottom: 0.25em; }

.financial-page .single-accordion .single-accordion__toggler {
  pointer-events: all; }

.financial-page .single-accordion .single-accordion__toggler .dashicons {
  right: 0; }

.company-page-tooltip,
#main-container .quoteapi-zero > svg {
  display: none; }

.is-price-sensitive .yes {
  display: none;
  color: #20b720; }

.is-price-sensitive .no {
  color: #e70000; }

.is-price-sensitive.quoteapi-price-sensitive .yes {
  display: inline; }

.is-price-sensitive.quoteapi-price-sensitive .no {
  display: none; }

.dynamic-arrow,
span[data-quoteapi][class*="arrow"] {
  display: inline-block;
  position: relative; }
  .dynamic-arrow svg,
  span[data-quoteapi][class*="arrow"] svg {
    position: absolute;
    transform-origin: left top;
    top: 0;
    left: 0;
    overflow: visible;
    display: none; }
  .dynamic-arrow path,
  span[data-quoteapi][class*="arrow"] path {
    fill: currentColor;
    stroke: currentColor; }

#main-container.quoteapi-ready svg {
  display: block; }

.dynamic-arrow.arrow-up path,
span[data-quoteapi].arrow-up path {
  transform: translateY(11px) scale(0.015) rotate(-90deg); }

.dynamic-arrow.arrow-down path,
span[data-quoteapi].arrow-down path {
  transform: translateX(19px) translateY(-6px) scale(0.015) rotate(90deg); }

.js .data-provider-tooltip {
  display: none; }
  @media screen and (min-width: 843px) {
    .js .data-provider-tooltip {
      display: block; } }

.js .ticker-extra-info .data-provider-tooltip,
.single-accordion.expanded .data-provider-tooltip {
  display: inline-block; }

.data-provider-tooltip {
  font-size: 22px;
  color: #5c5c5c;
  opacity: 0.5;
  position: absolute;
  top: 11px;
  right: 28px;
  font-weight: 400; }
  .data-provider-tooltip .dashicons {
    visibility: visible;
    display: inline-block !important;
    border-style: none !important;
    padding: 0 !important;
    font-size: 1em !important;
    width: 1em !important;
    height: 1em !important; }
  .data-provider-tooltip .tooltip-text {
    position: absolute;
    visibility: hidden;
    right: -26px;
    top: 11px;
    white-space: nowrap;
    font-size: 14px; }
  .data-provider-tooltip:hover .tooltip-text {
    visibility: visible; }

.ticker-extra-info .data-provider-tooltip {
  font-size: 14px;
  right: 26px;
  top: 15px; }
  .ticker-extra-info .data-provider-tooltip .tooltip-text {
    font-size: 12px;
    right: 17px;
    top: 0; }

@media screen and (min-width: 700px) {
  .data-provider-tooltip {
    font-size: 24px;
    top: 17px;
    right: 0; }
    .data-provider-tooltip .tooltip-text {
      top: -9px;
      font-size: 16px;
      right: 28px; } }

body[data-market-status="positive"] .basic-financial-info.fool,
body[data-market-status="quoteapi-positive"] .basic-financial-info.fool {
  border-left-color: #20b720; }
  @media screen and (min-width: 1270px) {
    body[data-market-status="positive"] .basic-financial-info.fool,
    body[data-market-status="quoteapi-positive"] .basic-financial-info.fool {
      box-shadow: inset 12px 0 0 0 #20b720, inset -6px 0 0 0 #f2f2f2, inset 0 6px 0 0 #f2f2f2, inset 0 -6px 0 0 #f2f2f2; } }

body[data-market-status="negative"] .basic-financial-info.fool,
body[data-market-status="quoteapi-negative"] .basic-financial-info.fool {
  border-left-color: #e70000; }
  @media screen and (min-width: 1270px) {
    body[data-market-status="negative"] .basic-financial-info.fool,
    body[data-market-status="quoteapi-negative"] .basic-financial-info.fool {
      box-shadow: inset 12px 0 0 0 #e70000, inset -6px 0 0 0 #f2f2f2, inset 0 6px 0 0 #f2f2f2, inset 0 -6px 0 0 #f2f2f2; } }

.financial-page .basic-financial-info.fool {
  position: relative;
  min-height: 246px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  line-height: 1.5;
  border-left: 8px solid #000;
  width: calc(100% + 52px);
  right: 26px;
  padding: 0 26px 20px 18px; }
  .financial-page .basic-financial-info.fool .entry-title,
  .financial-page .basic-financial-info.fool .date {
    flex-basis: 100%; }
  .financial-page .basic-financial-info.fool .entry-title {
    margin-bottom: 0; }
  .financial-page .basic-financial-info.fool .company-name,
  .financial-page .basic-financial-info.fool .entry-headline {
    display: block; }
  .financial-page .basic-financial-info.fool .entry-headline {
    margin-bottom: 4px;
    font-size: 18px; }
  .financial-page .basic-financial-info.fool .price-change-arrow,
  .financial-page .basic-financial-info.fool .company-logo {
    display: none; }
  .financial-page .basic-financial-info.fool .quote-update-table span,
  .financial-page .basic-financial-info.fool h5,
  .financial-page .basic-financial-info.fool p,
  .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .qmod-comp-desc {
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    line-height: 1; }
  .financial-page .basic-financial-info.fool .quote-update-table .dynamic-arrow {
    margin-right: 10px;
    bottom: 4px; }
  .financial-page .basic-financial-info.fool .price-change-percent,
  .financial-page .basic-financial-info.fool .price-change-dollars {
    opacity: 0; }
  .financial-page .basic-financial-info.fool .dynamic-arrow ~ .price-change-percent,
  .financial-page .basic-financial-info.fool .dynamic-arrow ~ .price-change-dollars {
    opacity: 1; }
  .financial-page .basic-financial-info.fool .price-change-percent::before,
  .financial-page .basic-financial-info.fool .price-change-dollars::before {
    display: none; }
  .financial-page .basic-financial-info.fool h5 {
    font-size: 12px;
    margin-bottom: 7px;
    color: #5c5c5c;
    letter-spacing: 0; }
  .financial-page .basic-financial-info.fool .quote,
  .financial-page .basic-financial-info.fool .price,
  .financial-page .basic-financial-info.fool .movement {
    font-size: 27px;
    font-weight: 700;
    margin-top: 12px; }
    .financial-page .basic-financial-info.fool .quote h5,
    .financial-page .basic-financial-info.fool .price h5,
    .financial-page .basic-financial-info.fool .movement h5 {
      position: absolute;
      visibility: hidden; }
  .financial-page .basic-financial-info.fool .quote {
    width: 100%;
    position: relative; }
    .financial-page .basic-financial-info.fool .quote > .dynamic-arrow {
      display: none; }
    .financial-page .basic-financial-info.fool .quote .current-price {
      flex: 1 1 100px;
      max-width: 160px; }
    .financial-page .basic-financial-info.fool .quote .real-time-info {
      position: absolute;
      left: 0;
      bottom: -24px;
      font-weight: normal;
      margin: 0; }
  .financial-page .basic-financial-info.fool .blurb {
    display: none; }
  .financial-page .basic-financial-info.fool .dynamic-arrow,
  .financial-page .basic-financial-info.fool .dynamic-arrow svg,
  .financial-page .basic-financial-info.fool .movement .arrow-down,
  .financial-page .basic-financial-info.fool .movement .arrow-up,
  .financial-page .basic-financial-info.fool .movement svg {
    width: 16px;
    height: 12px; }
  .financial-page .basic-financial-info.fool .real-time-info,
  .financial-page .basic-financial-info.fool .date {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 30px; }
  .financial-page .basic-financial-info.fool .year,
  .financial-page .basic-financial-info.fool .return {
    font-size: 18px;
    letter-spacing: 1px; }
    .financial-page .basic-financial-info.fool .year p, .financial-page .basic-financial-info.fool .year .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .year .qmod-comp-desc,
    .financial-page .basic-financial-info.fool .return p,
    .financial-page .basic-financial-info.fool .return .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .return .qmod-comp-desc {
      font-weight: 700; }
  .financial-page .basic-financial-info.fool .year {
    max-width: 187px;
    flex-grow: 2; }
    .financial-page .basic-financial-info.fool .year > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .year > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .year > .qmod-comp-desc {
      display: flex;
      justify-content: space-between;
      font-weight: 400; }
    .financial-page .basic-financial-info.fool .year .range-bar {
      height: 4px;
      background-color: #5c5c5c;
      margin-top: 6px; }
      .financial-page .basic-financial-info.fool .year .range-bar > div {
        height: 4px;
        position: relative; }
        .financial-page .basic-financial-info.fool .year .range-bar > div::before, .financial-page .basic-financial-info.fool .year .range-bar > div::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: -8px;
          top: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 10px solid #485cc7;
          z-index: 3; }
        .financial-page .basic-financial-info.fool .year .range-bar > div::before {
          transform: scale(1.7);
          z-index: 2;
          border-bottom-color: #fff; }
  .financial-page .basic-financial-info.fool .return {
    flex-grow: 1;
    margin-left: 26px; }
  .financial-page .basic-financial-info.fool .price-quote {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    text-align: left; }
  @media screen and (min-width: 700px) {
    .financial-page .basic-financial-info.fool {
      min-height: 178px;
      padding: 0 calc((100vw - 52px - 562px) / 5) 20px;
      margin-top: 30px;
      align-items: flex-start;
      align-content: flex-start; }
      .financial-page .basic-financial-info.fool .entry-headline {
        border-bottom-style: none;
        margin-bottom: 0; }
      .financial-page .basic-financial-info.fool .company-name {
        max-width: calc(100% - 180px); }
      .financial-page .basic-financial-info.fool .company-logo {
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
        max-width: 150px;
        max-height: 90px;
        object-fit: contain;
        object-position: right top; }
        .financial-page .basic-financial-info.fool .company-logo:not(.loaded) {
          display: none; }
      .financial-page .basic-financial-info.fool .price-change-dollars,
      .financial-page .basic-financial-info.fool .price-quote {
        height: 53px; }
      .financial-page .basic-financial-info.fool .price,
      .financial-page .basic-financial-info.fool .movement {
        margin-top: 0; }
      .financial-page .basic-financial-info.fool .quote .real-time-info,
      .financial-page .basic-financial-info.fool .date {
        order: 2;
        margin: 20px 0 0;
        font-size: 14px; }
      .financial-page .basic-financial-info.fool .quote .real-time-info {
        bottom: -40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .financial-page .basic-financial-info.fool .price {
        padding-top: 13px; }
      .financial-page .basic-financial-info.fool .price > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .price > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .price > .qmod-comp-desc {
        margin-top: 13px; }
      .financial-page .basic-financial-info.fool .price-change-dollars > h5,
      .financial-page .basic-financial-info.fool .movement > h5 {
        position: static;
        visibility: visible;
        margin-bottom: 14px; }
      .financial-page .basic-financial-info.fool .price-change-dollars {
        text-align: left;
        margin-right: 4px; }
      .financial-page .basic-financial-info.fool .year > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .year > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .year > .qmod-comp-desc {
        font-size: 16px;
        margin-top: 10px; }
      .financial-page .basic-financial-info.fool .return > h5 {
        margin: 6px 0 10px; }
      .financial-page .basic-financial-info.fool .return {
        flex-grow: 0;
        margin-left: 0; }
      .financial-page .basic-financial-info.fool span[data-quoteapi].arrow-down path {
        transform: translateX(19px) translateY(-6px) scale(0.015) rotate(90deg); }
      .financial-page .basic-financial-info.fool span[data-quoteapi].arrow-up path {
        transform: translateX(1px) translateY(10px) scale(0.015) rotate(-90deg); } }
  @media screen and (min-width: 980px) {
    .financial-page .basic-financial-info.fool {
      min-height: 231px;
      padding: 0 calc((100vw - 52px - 762px) / 5) 20px; }
      .financial-page .basic-financial-info.fool .entry-headline {
        font-size: 28px; }
      .financial-page .basic-financial-info.fool .company-name {
        max-width: calc(100% - 230px); }
      .financial-page .basic-financial-info.fool .company-logo {
        max-width: 200px;
        max-height: 90px; }
      .financial-page .basic-financial-info.fool .price-change-dollars,
      .financial-page .basic-financial-info.fool .price-quote {
        height: 62px; }
      .financial-page .basic-financial-info.fool .quote .current-price {
        max-width: 260px; }
      .financial-page .basic-financial-info.fool .quote,
      .financial-page .basic-financial-info.fool .price,
      .financial-page .basic-financial-info.fool .movement {
        font-size: 42px; }
      .financial-page .basic-financial-info.fool .price {
        padding-top: 22px; }
      .financial-page .basic-financial-info.fool .return {
        font-size: 24px; }
      .financial-page .basic-financial-info.fool .price > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .price > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .price > .qmod-comp-desc {
        margin-top: 0; }
      .financial-page .basic-financial-info.fool .movement > h5 {
        margin-bottom: 8px; }
      .financial-page .basic-financial-info.fool .year > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .year > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .year > .qmod-comp-desc {
        font-size: 18px;
        margin-top: 16px; }
      .financial-page .basic-financial-info.fool .return > h5 {
        margin-top: 6px; }
      .financial-page .basic-financial-info.fool .return > p, .financial-page .basic-financial-info.fool .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .return > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .basic-financial-info.fool .return > .qmod-comp-desc {
        margin-top: 12px; }
      .financial-page .basic-financial-info.fool .dynamic-arrow.arrow-down path,
      .financial-page .basic-financial-info.fool span[data-quoteapi].arrow-down path {
        transform: translateX(22px) translateY(-12px) scale(0.02) rotate(90deg); }
      .financial-page .basic-financial-info.fool .dynamic-arrow.arrow-up path,
      .financial-page .basic-financial-info.fool span[data-quoteapi].arrow-up path {
        transform: translateX(-1px) translateY(8px) scale(0.02) rotate(-90deg); } }
  @media screen and (min-width: 1270px) {
    .financial-page .basic-financial-info.fool {
      min-height: 252px;
      padding: 0 104px 30px;
      width: auto;
      right: 0;
      border-left-style: none;
      box-shadow: inset 12px 0 0 0 #000, inset -6px 0 0 0 #f2f2f2, inset 0 6px 0 0 #f2f2f2, inset 0 -6px 0 0 #f2f2f2; } }
  .financial-page .basic-financial-info.fool.quotemediaapi {
    display: flex; }

.financial-page .basic-financial-info.quotemediaapi {
  font-family: inherit;
  min-height: 20rem; }
  @media screen and (min-width: 767px) {
    .financial-page .basic-financial-info.quotemediaapi {
      min-height: 16rem; } }
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput {
    flex-flow: column nowrap;
    font-family: "Roboto", sans-serif; }
    @media screen and (min-width: 767px) {
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput {
        flex-flow: row nowrap; } }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput h1 {
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 1rem;
      margin-top: 0; }
      @media screen and (min-width: 767px) {
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput h1 {
          font-size: 2.8rem;
          line-height: 3.7rem;
          margin-bottom: 0;
          margin-top: 0; } }
    @media screen and (min-width: 767px) {
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data {
        padding-right: 2.6rem; } }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div {
      align-items: baseline;
      display: flex;
      flex-flow: row nowrap;
      font-size: 2.6rem;
      font-weight: 500; }
      @media screen and (min-width: 767px) {
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div {
          font-size: 3.6rem; } }
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type {
        margin-left: auto; }
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type > span {
          margin-left: 0.5rem; }
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type .qm-number-positive {
          --border-color: $green;
          color: #20b720; }
          .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type .qm-number-positive::after {
            border-width: 0 0.7rem 1.1rem 0.7rem;
            border-bottom-color: var(--border-color); }
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type .qm-number-negative {
          --border-color: $red;
          color: #e70000; }
          .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div div:last-of-type .qm-number-negative::after {
            border-width: 1.1rem 0.7rem 0 0.7rem;
            border-top-color: var(--border-color); }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div [data-pricedata-last] {
      font-weight: 900; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > div [data-pricedata-change] span::after {
      border-style: solid;
      border-color: transparent;
      content: "";
      display: inline-block;
      height: 0;
      margin-left: 0.5rem;
      width: 0; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data [data-pricedata-changepercent] span::before {
      content: '('; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data [data-pricedata-changepercent] span::after {
      content: ')'; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-data > p, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .header-data > .qmod-comp-desc {
      font-size: 1.2rem;
      font-style: italic;
      line-height: 1.6rem;
      margin-bottom: 0.5rem; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary {
      display: none;
      font-family: inherit; }
      @media screen and (min-width: 767px) {
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary {
          display: block; } }
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary h2 {
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 3.7rem;
        margin-bottom: 0;
        margin-top: 0; }
        .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary h2 span {
          text-transform: uppercase; }
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc {
      font-family: inherit;
      font-size: 1.4rem;
      line-height: 2rem; }

#main-chart-range-selector {
  position: absolute;
  visibility: hidden; }

#financial-chart {
  height: 423px; }
  #financial-chart.fool-financial-chart {
    height: 436px; }
  #financial-chart .padded-container {
    margin-left: 0;
    max-width: calc(100vw - 52px); }
  #financial-chart .chart-ranges {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto; }
    #financial-chart .chart-ranges button {
      margin-bottom: 15px;
      font-size: 14px;
      color: #000;
      border-radius: 4px;
      border: 1px solid #f2f2f2;
      margin-right: 15px;
      padding: 6px 15px; }
      #financial-chart .chart-ranges button:last-child {
        margin-right: 0; }
    #financial-chart .chart-ranges button:hover,
    #financial-chart .chart-ranges button.selected {
      color: #fff;
      border-color: #485cc7;
      background-color: #485cc7; }
  #financial-chart .quoteapi-chart-yaxis-outside {
    font-size: 14px; }
  #financial-chart .quoteapi-chart-price,
  #financial-chart .quoteapi-chart-moving-average {
    stroke-width: 2px; }
  #financial-chart .quoteapi-chart-price {
    stroke: #0b7bc1; }
  #financial-chart .quoteapi-chart-moving-average {
    stroke: #20b720; }
  #financial-chart .financial-chart {
    overflow: hidden;
    font-size: 14px; }
  #financial-chart .main-chart {
    height: 236px;
    margin-bottom: 20px; }
  #financial-chart .quoteapi-chart-panel {
    width: 100%;
    height: 200px; }
  #financial-chart .financial-chart.nav-chart {
    height: 86px;
    margin: 0; }
  #financial-chart .nav-chart .quoteapi-chart-panel {
    height: 50px; }
  #financial-chart .nav-chart .quoteapi-chart-tooltip-container {
    display: none; }
  #financial-chart td.quoteapi-chart-tooltip-value {
    min-width: 0; }
  #financial-chart .quoteapi-nav-chart-gadget,
  #financial-chart .quoteapi-chart-panel-border,
  #financial-chart .quoteapi-chart-xaxis-gridline,
  #financial-chart .quoteapi-chart-yaxis-label-container,
  #financial-chart .quoteapi-chart-xaxis-label-container,
  #financial-chart .quoteapi-chart-xaxis-minor-gridline,
  #financial-chart .quoteapi-chart-yaxis-minor-gridline {
    visibility: hidden; }
  #financial-chart .main-chart .quoteapi-chart-yaxis-left .quoteapi-chart-yaxis-outside .quoteapi-chart-yaxis-label-container,
  #financial-chart .main-chart .quoteapi-chart-yaxis-left .quoteapi-chart-yaxis-outside .quoteapi-chart-xaxis-label-container,
  #financial-chart .quoteapi-chart-xaxis-bottom .quoteapi-chart-xaxis-outside .quoteapi-chart-yaxis-label-container,
  #financial-chart .quoteapi-chart-xaxis-bottom .quoteapi-chart-xaxis-outside .quoteapi-chart-xaxis-label-container {
    visibility: visible; }
  #financial-chart .quoteapi-chart-xaxis-label::before {
    content: "|";
    position: absolute;
    bottom: calc(100% - 5px);
    left: 50%;
    font-size: 10px;
    color: #5c5c5c; }
  #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick {
    padding-left: 32px; }
    #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick[data-quoteapi^="navChart"] {
      padding-left: 0; }
      #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick[data-quoteapi^="navChart"] .quoteapi-chart-price {
        stroke-width: 0.5px; }
      #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick[data-quoteapi^="navChart"] .quoteapi-chart-gridline {
        visibility: hidden; }
      #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick[data-quoteapi^="navChart"] .quoteapi-chart-panel-border {
        visibility: visible;
        stroke: #f2f2f2; }
      #financial-chart .quoteapi-chart-xaxis-labels-centered-with-tick[data-quoteapi^="navChart"] .quoteapi-chart-xaxis-label::before {
        color: #ccc;
        font-size: 5px;
        bottom: calc(100% + 1px); }
  #financial-chart .main-chart .quoteapi-chart-yaxis-left {
    display: block !important; }
  #financial-chart .quoteapi-chart-tooltip-container {
    top: auto !important;
    bottom: 0;
    left: auto !important;
    right: 0; }
  @media screen and (min-width: 980px) {
    #financial-chart {
      height: 573px; }
      #financial-chart.fool-financial-chart {
        height: 462px; }
      #financial-chart > .inner-container > header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 28px;
        align-items: flex-start; }
      #financial-chart .chart-ranges {
        margin: 0;
        padding-top: 5px;
        flex-grow: 1;
        flex-basis: 600px;
        max-width: 542px;
        justify-content: flex-end; }
      #financial-chart .chart-ranges button {
        border-color: #5c5c5c;
        padding: 8px 15px;
        margin-bottom: 0; }
      #financial-chart .main-chart {
        height: 354px;
        margin-bottom: 40px; }
      #financial-chart .quoteapi-chart-panel {
        width: 100%;
        height: 324px; }
      #financial-chart .financial-chart.nav-chart {
        height: 84px; }
      #financial-chart .nav-chart .quoteapi-chart-panel {
        width: 100%;
        height: 54px; }
      #financial-chart .quoteapi-chart-xaxis-label::before {
        display: none; } }

.financial-page .morningstar-table,
.financial-page .financial-table {
  white-space: nowrap;
  border-collapse: collapse;
  margin: 0; }
  .financial-page .morningstar-table td,
  .financial-page .morningstar-table th,
  .financial-page .financial-table td,
  .financial-page .financial-table th {
    border: 1px solid #f2f2f2;
    border-right-color: #ccc; }
    .financial-page .morningstar-table td:last-child,
    .financial-page .morningstar-table th:last-child,
    .financial-page .financial-table td:last-child,
    .financial-page .financial-table th:last-child {
      border-right-color: #f2f2f2; }
  .financial-page .morningstar-table th,
  .financial-page .financial-table th {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    padding: 10px 17px 9px 13px; }
  .financial-page .morningstar-table td,
  .financial-page .financial-table td {
    font-size: 14px;
    padding: 10px 14px 11px; }
  .financial-page .morningstar-table th,
  .financial-page .morningstar-table tbody tr:nth-child(odd) td,
  .financial-page .financial-table th,
  .financial-page .financial-table tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .financial-page .morningstar-table tbody tr:nth-child(even) td,
  .financial-page .financial-table tbody tr:nth-child(even) td {
    background-color: #f2f2f2; }
  .financial-page .morningstar-table .announcement,
  .financial-page .morningstar-table .name,
  .financial-page .financial-table .announcement,
  .financial-page .financial-table .name {
    overflow: hidden;
    text-overflow: ellipsis; }

.financial-page .morningstar-table.expandable-table tr {
  display: none; }
  .financial-page .morningstar-table.expandable-table tr:nth-child(1), .financial-page .morningstar-table.expandable-table tr:nth-child(2), .financial-page .morningstar-table.expandable-table tr:nth-child(3), .financial-page .morningstar-table.expandable-table tr:nth-child(4), .financial-page .morningstar-table.expandable-table tr:nth-child(5) {
    display: table-row; }

.financial-page .table-expanded .morningstar-table.expandable-table tr {
  display: table-row; }

.financial-page #main-container .expand-btn-container {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center; }
  .financial-page #main-container .expand-btn-container button {
    padding: 13px 26px 12px;
    width: auto; }

.financial-page .table-expanding main,
.financial-page .table-expanded main {
  height: auto !important; }

.financial-page .table-expanding .expand-btn-container {
  background-position: center center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 15"><circle fill="rgba(204, 204, 204, 0.95)" cx="6" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".1"/></circle><circle fill="rgba(204, 204, 204, 0.95)" cx="26" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".2"/></circle><circle fill="rgba(204, 204, 204, 0.95)" cx="46" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".3"/></circle></svg>');
  background-size: 60px 15px;
  background-repeat: no-repeat; }
  .financial-page .table-expanding .expand-btn-container button {
    visibility: hidden; }
  .financial-page .table-expanding .expand-btn-container .hide-when-loading {
    visibility: hidden; }

.financial-page #primary .table-expanded .expand-btn-container {
  display: none; }

.financial-page #primary .table-expanded .fixed-symbol-table__fixed-column {
  bottom: 0 !important; }

.financial-page .market-movers__listing main,
.financial-page .popular-stocks main,
.financial-page .recent-performance main {
  height: 512px; }

.financial-page #page #primary .major-stocks main {
  height: 980px; }

.financial-page #page #primary .major-stocks .fixed-symbol-table__fixed-column {
  bottom: 76px; }

.financial-page .major-stocks .name,
.financial-page .popular-stocks .name {
  max-width: 600px; }

.financial-page .quoteapi-empty-chart {
  visibility: hidden; }

.financial-page table {
  position: relative; }

.financial-page .fixed-symbol-table__fixed-column {
  display: none; }

.financial-page #primary .fixed-symbol-table-container {
  position: relative; }
  .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__table th:first-child,
  .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__table td.symbol {
    visibility: hidden; }
  .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column {
    display: table;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 2;
    pointer-events: none; }
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column th,
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column td {
      visibility: hidden; }
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column th:first-child,
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column tbody td:first-child {
      visibility: visible; }
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column tbody td:first-child {
      pointer-events: all; }
    .financial-page #primary .fixed-symbol-table-container .fixed-symbol-table__fixed-column .sortable-table__icons {
      display: none; }

.financial-page .market-movers__listing main,
.financial-page .financial-table-section main {
  max-width: calc(100vw - 52px);
  overflow-x: auto; }

.financial-page .single-accordion.enabled .single-accordion__toggler:not(.expanded) ~ .fixed-symbol-table__fixed-column {
  display: none !important; }

@media screen and (min-width: 700px) {
  .financial-page .expand-btn-container {
    margin-top: 45px; } }

@media screen and (min-width: 980px) {
  .financial-page .financial-table-section main {
    overflow: auto; }
  .financial-page .fixed-symbol-table__fixed-column {
    display: none !important; }
  .financial-page .fixed-symbol-table__table th:first-child,
  .financial-page .fixed-symbol-table__table td.symbol {
    visibility: visible !important; } }

.market-movers h2 {
  display: none; }

.market-movers .market-movers__listing header {
  margin-top: 60px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px; }

.market-movers .market-movers__listing h3 {
  font-size: 18px;
  margin-bottom: 15px; }

.market-movers .market-movers__listing .name {
  max-width: 300px; }

.market-movers .market-movers__listing.top-risers .change,
.market-movers .market-movers__listing.top-risers .pctChange {
  color: #20b720; }

.market-movers .market-movers__listing.top-risers .change::before {
  content: "+"; }

.market-movers .market-movers__listing.major-fallers .change,
.market-movers .market-movers__listing.major-fallers .pctChange {
  color: #e70000; }

.market-movers .market-movers__listing.major-fallers .change::before {
  content: "-"; }

@media screen and (min-width: 700px) {
  .market-movers h2 {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px; }
  .market-movers > main {
    display: flex;
    justify-content: space-between; }
  .market-movers .market-movers__listing {
    width: calc(50% - 15px); }
    .market-movers .market-movers__listing header {
      margin-top: 0;
      border-bottom-style: none; }
    .market-movers .market-movers__listing h3 {
      font-size: 24px; } }

.financial-page .announcements-filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  font-size: 14px; }
  .financial-page .announcements-filters .announcements-type {
    margin-bottom: 15px; }
  .financial-page .announcements-filters label {
    cursor: pointer; }
    @media screen and (min-width: 700px) {
      .financial-page .announcements-filters label {
        display: inline-flex;
        white-space: nowrap;
        align-items: center; } }
  .financial-page .announcements-filters .checkbox {
    display: grid;
    grid-template-columns: min-content auto;
    align-items: center;
    grid-gap: 8px;
    font-size: 1em; }
    .financial-page .announcements-filters .checkbox input {
      opacity: 0 !important;
      width: 1em;
      height: 1em; }
    .financial-page .announcements-filters .checkbox input:disabled + .checkbox__control {
      color: #f2f2f2; }
    .financial-page .announcements-filters .checkbox input:checked + .checkbox__control svg {
      transform: scale(1); }
    .financial-page .announcements-filters .checkbox input:focus + .checkbox__control {
      box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor; }
    .financial-page .announcements-filters .checkbox .radio__label {
      margin-left: 4px; }
  .financial-page .announcements-filters .checkbox__control,
  .financial-page .announcements-filters .announcements-type select {
    color: #5c5c5c;
    border-color: currentColor; }
  .financial-page .announcements-filters .checkbox__control {
    display: inline-grid;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid currentColor;
    padding: 4px; }
    .financial-page .announcements-filters .checkbox__control svg {
      color: #5c5c5c;
      transition: transform 0.1s ease-in 25ms;
      transform: scale(0);
      transform-origin: bottom left; }
  .financial-page .announcements-filters .checkbox__input {
    display: grid;
    grid-template-areas: "checkbox"; }
    .financial-page .announcements-filters .checkbox__input > * {
      grid-area: checkbox; }

.financial-page .announcements-type select {
  font-size: 1em;
  border-radius: 4px;
  line-height: 1.2;
  padding: 0 14px 0 7px;
  height: 30px; }

.financial-page .announcements-price {
  position: relative;
  cursor: pointer; }
  .financial-page .announcements-price label:focus ~ .tooltip,
  .financial-page .announcements-price:hover .tooltip {
    visibility: visible; }

.financial-page .tooltip {
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  width: 280px;
  font-size: 12px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .financial-page .tooltip span {
    white-space: nowrap; }

.financial-page .pagination {
  margin-top: 30px; }

.financial-page .market-announcements main {
  height: 774px; }

.financial-page .market-announcements .announcement {
  max-width: 500px; }

@media screen and (min-width: 700px) {
  .financial-page .announcements-filters {
    flex-direction: row;
    align-items: center;
    font-size: 16px; }
    .financial-page .announcements-filters .announcements-type {
      margin-bottom: 0;
      margin-right: 50px; }
      .financial-page .announcements-filters .announcements-type select {
        margin-left: 8px; }
    .financial-page .announcements-filters .tooltip {
      position: absolute;
      visibility: hidden;
      margin: 0 auto; }
  .financial-page .market-announcements main {
    height: 644px; } }

@media screen and (min-width: 980px) {
  .financial-page .tooltip {
    top: auto;
    bottom: calc(100% + 12px); } }

#morningstar-modals {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  visibility: hidden;
  max-width: 500px;
  font-size: 12px;
  z-index: 2; }
  #morningstar-modals .close-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px;
    color: #0c73b3; }
  #morningstar-modals > article {
    display: none;
    flex-direction: column;
    padding: 24px;
    border-radius: 5px;
    background-color: #fafafa;
    border: 1px solid #ccc; }
    #morningstar-modals > article.active {
      display: flex; }
  #morningstar-modals.active {
    visibility: visible; }
  #morningstar-modals h3 {
    display: none; }
  #morningstar-modals h4 {
    margin: 0;
    font-size: 16px; }
  #morningstar-modals h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0 18px; }
  #morningstar-modals p:last-child, #morningstar-modals .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #morningstar-modals .qmod-comp-desc:last-child {
    margin-bottom: 0; }

#profile-modal h3 {
  text-transform: capitalize; }

#profile-modal .profile-title > span:first-child::before {
  display: none; }

#profile-modal .profile-title > span::before {
  content: ', '; }

.financial-page .ticker-extra-info .inner-container > div {
  display: none;
  border-left: 3px solid transparent;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 12px; }
  .financial-page .ticker-extra-info .inner-container > div:nth-of-type(1), .financial-page .ticker-extra-info .inner-container > div:nth-of-type(2), .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3) {
    display: flex; }
  .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3n + 1) {
    border-left-color: #0c73b3; }
  .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3n + 2) {
    border-left-color: #b0660a; }
  .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3n) {
    border-left-color: #3dae2a; }

.financial-page .ticker-extra-info .core-figure-name {
  font-weight: 700; }

@media screen and (min-width: 980px) {
  .financial-page .ticker-extra-info {
    margin-bottom: 60px; }
    .financial-page .ticker-extra-info h2 {
      position: absolute;
      visibility: hidden;
      top: 52px; }
    .financial-page .ticker-extra-info .inner-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0 30px;
      grid-template-rows: repeat(3, auto); }
      .financial-page .ticker-extra-info .inner-container > div {
        position: relative;
        display: flex;
        background-color: #fafafa;
        border-left-width: 10px;
        padding: 0 15px;
        margin-bottom: 0;
        height: 51px; }
        .financial-page .ticker-extra-info .inner-container > div::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 2px;
          background-color: white;
          z-index: 2; }
        .financial-page .ticker-extra-info .inner-container > div:nth-of-type(1), .financial-page .ticker-extra-info .inner-container > div:nth-of-type(2), .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3) {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          margin-bottom: 30px;
          height: 96px; }
          .financial-page .ticker-extra-info .inner-container > div:nth-of-type(1)::after, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(2)::after, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3)::after {
            display: none; }
          .financial-page .ticker-extra-info .inner-container > div:nth-of-type(1) .core-figure-name, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(2) .core-figure-name, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3) .core-figure-name {
            font-weight: 400;
            margin-bottom: 6px; }
          .financial-page .ticker-extra-info .inner-container > div:nth-of-type(1) .core-figure-value, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(2) .core-figure-value, .financial-page .ticker-extra-info .inner-container > div:nth-of-type(3) .core-figure-value {
            font-weight: 700;
            font-size: 24px; } }

.chart-financial-info {
  height: 444px;
  visibility: hidden; }
  .chart-financial-info.fouc-ready {
    visibility: visible;
    height: auto !important; }
  .chart-financial-info h5,
  .chart-financial-info p,
  .chart-financial-info .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-financial-info .qmod-comp-desc {
    margin: 0;
    line-height: 1.4; }
  .chart-financial-info h5 {
    font-weight: 700;
    font-size: 18px; }
  .chart-financial-info > p, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-financial-info > .qmod-comp-desc,
  .chart-financial-info .financial-info-section {
    padding-top: 16px;
    margin-top: 18px; }
  .chart-financial-info .fundamentals-section:nth-of-type(1) .financial-info-item {
    border-left-color: #0c73b3; }
  .chart-financial-info .fundamentals-section:nth-of-type(2) .financial-info-item {
    border-left-color: #b0660a; }
  .chart-financial-info .fundamentals-section:nth-of-type(3) .financial-info-item {
    border-left-color: #3dae2a; }
  .chart-financial-info .financial-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid #f0f0f0;
    padding-left: 10px;
    margin-bottom: 12px; }
  @media screen and (min-width: 980px) {
    .chart-financial-info {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0 30px;
      margin-top: 60px;
      height: 193px;
      visibility: visible; }
      .chart-financial-info .fundamentals-section {
        display: none; }
      .chart-financial-info .financial-info-section {
        margin-top: 0;
        padding-top: 0; }
      .chart-financial-info .financial-info-item {
        height: 51px;
        background-color: #fafafa;
        padding: 0 15px;
        margin-bottom: 2px;
        border-left-style: none; }
      .chart-financial-info > p, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-financial-info > .qmod-comp-desc {
        grid-column: 1 / span 3;
        margin-top: 12px;
        padding-top: 0;
        text-align: right; } }

.chart-financial-info > p, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-financial-info > .qmod-comp-desc,
.chart-financial-info .financial-info-section,
.ticker-extra-info,
#financial-chart {
  border-top: 1px solid #f2f2f2; }
  @media screen and (min-width: 980px) {
    .chart-financial-info > p, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .chart-financial-info > .qmod-comp-desc,
    .chart-financial-info .financial-info-section,
    .ticker-extra-info,
    #financial-chart {
      border-top-style: none; } }

.ticker-extra-info,
#financial-chart {
  padding-left: 26px;
  position: relative; }
  .ticker-extra-info > .inner-container,
  #financial-chart > .inner-container {
    max-width: calc(100vw - 52px);
    margin-left: 0; }
  .ticker-extra-info h2,
  #financial-chart h2 {
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 400;
    margin: 15px 0; }
  @media screen and (min-width: 980px) {
    .ticker-extra-info,
    #financial-chart {
      padding-right: 26px; }
      .ticker-extra-info h2,
      #financial-chart h2 {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        margin: 0 !important;
        max-width: 600px;
        flex-shrink: 2; } }

.financial-page div[ng-app="companyPageApp"],
.financial-page .entry-content > h1,
.financial-page .entry-content > p,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc {
  display: none; }

.financial-page .ticker-extra-info h2 {
  margin-bottom: 6px; }

@media screen and (max-width: 843px) {
  .js .financial-page .market-movers__listing:not(.expanded) main,
  .js .financial-page .articles-listing:not(.expanded) main,
  .js .financial-page .financial-table-section:not(.expanded) main {
    position: absolute !important;
    visibility: hidden !important; }
  .js .financial-page #market-index-columns:not(.expanded) .entry-content {
    position: absolute !important;
    visibility: hidden !important; }
  .js .financial-page .financial-table-section:not(.expanded) .expand-btn-container,
  .js .financial-page .financial-table-section:not(.expanded) .fixed-symbol-table__fixed-column,
  .js .financial-page .dividend-history:not(.expanded) aside,
  .js .financial-page .articles-listing:not(.expanded) footer,
  .js .financial-page .articles-listing:not(.expanded) + #archive-pagination {
    display: none !important; } }

.financial-page .ticker-symbol {
  white-space: nowrap; }

.financial-page .single-accordion .single-accordion__toggler .dashicons {
  top: 30%; }

.financial-page #financial-chart {
  margin-bottom: 15px; }

.financial-page #financial-chart.quotemedia-financial-chart {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .financial-page #financial-chart.quotemedia-financial-chart .tabs [role="tabpanel"]:not([hidden]) {
    display: flex;
    flex-direction: column; }
  .financial-page #financial-chart.quotemedia-financial-chart .tabs [role="tabpanel"] {
    min-height: calc(100vh - 270px); }
  .financial-page #financial-chart.quotemedia-financial-chart .qmod-footer {
    font-size: 1.5rem;
    margin-top: auto;
    padding-bottom: 1.5rem;
    text-align: center; }
  @media screen and (min-width: 767px) {
    .financial-page #financial-chart.quotemedia-financial-chart {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
      .financial-page #financial-chart.quotemedia-financial-chart .tabs [role="tabpanel"] {
        min-height: 54rem; } }

.financial-page .page > .inner-container .financial-table-section,
.financial-page .page > .inner-container > header,
.financial-page .page > .inner-container > section,
.financial-page .page > .inner-container > div {
  margin-bottom: 60px; }

.financial-page #secondary {
  display: none; }

.financial-page #page #main-container {
  display: block;
  margin-bottom: 0;
  padding: 0; }
  .financial-page #page #main-container .padded-container {
    padding: 0 26px;
    max-width: 100vw;
    margin: 0; }
  .financial-page #page #main-container .entry-header {
    margin-bottom: 15px; }
  .financial-page #page #main-container .entry-content {
    grid-column: 1; }
  .financial-page #page #main-container.quotemediaapi-ready .entry-header {
    margin-bottom: 0; }
  .financial-page #page #main-container #secondary {
    grid-row: 1 / span 2;
    padding-top: 0; }
  .financial-page #page #main-container #market-index-columns {
    grid-gap: 12px 30px; }

.financial-page #market-index-columns {
  grid-template-rows: 30px auto; }

.financial-page #secondary > section:not(.fool-ecap) {
  display: none; }

.financial-page #main-container [data-quoteapi] {
  opacity: 0;
  transition: opacity 0.2s linear; }

.financial-page #main-container .financial-table-section,
.financial-page #main-container.quoteapi-ready [data-quoteapi] {
  opacity: 1; }

.financial-page #page #primary .entry-title {
  font-size: 24px;
  margin-top: 17px;
  position: relative; }

.financial-page #page #primary .quote-update-table span,
.financial-page #page #primary small.real-time-info {
  font-family: inherit; }

.financial-page .entry-headline,
.financial-page .financial-table-section h2,
.financial-page .content-header {
  font-size: 18px;
  margin: 5px 0 9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2; }

.financial-page .financial-table-section {
  position: relative; }
  .financial-page .financial-table-section h2 {
    margin-bottom: 17px; }

.financial-page .articles-listing h2 {
  font-size: 18px;
  margin-bottom: 15px; }

@media screen and (min-width: 700px) {
  .financial-page .financial-table-section h2,
  .financial-page .content-header {
    font-size: 28px;
    border-bottom-style: none;
    margin: 0;
    padding: 0; }
  .financial-page .financial-table-section h2 {
    margin-bottom: 30px; }
  .financial-page .articles-listing h2 {
    font-size: 24px;
    margin-bottom: 15px; } }

@media screen and (min-width: 700px) and (min-width: 480px) {
  .financial-page .articles-listing article {
    display: block;
    margin-top: 0; }
  .financial-page .articles-listing h3,
  .financial-page .articles-listing .category {
    margin-top: 15px; }
  .financial-page .articles-listing .article-meta {
    margin-top: 12px; }
  .financial-page .articles-listing .image,
  .financial-page .articles-listing img {
    height: 160px;
    max-width: calc((1270px - (30px * 3)) / 4); }
  .financial-page .articles-listing img {
    aspect-ratio: 1 / 1; }
  .financial-page .articles-listing > header,
  .financial-page .articles-listing article {
    border-bottom-style: none; }
  .financial-page .articles-listing main {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px; } }
  @media screen and (min-width: 700px) and (min-width: 480px) and (min-width: 768px) {
    .financial-page .articles-listing main {
      grid-template-columns: repeat(3, auto); } }
  @media screen and (min-width: 700px) and (min-width: 480px) and (min-width: 1024px) {
    .financial-page .articles-listing main {
      grid-template-columns: repeat(4, auto); }
      .financial-page .articles-listing main article:last-child:nth-child(5) {
        display: none; } }

@media screen and (min-width: 700px) {
  .financial-page .articles-listing h2 {
    margin-bottom: 30px; } }

@media screen and (min-width: 980px) {
  .financial-page #page #primary .entry-title {
    font-size: 42px;
    line-height: 1.1; }
  .financial-page #page #primary .articles-listing h2 {
    font-size: 28px; }
  .financial-page #page #main-container #primary .entry-header {
    margin-bottom: 30px; }
  .financial-page #page #main-container.quotemediaapi-ready #primary .entry-header {
    margin-bottom: 0; }
  .financial-page #financial-chart {
    margin-top: 60px;
    margin-bottom: 60px; }
  .financial-page .inner-container > .columns {
    display: flex;
    justify-content: space-between; }
    .financial-page .inner-container > .columns > section {
      width: calc(50% - 15px); }
    .financial-page .inner-container > .columns .financial-table-section {
      margin-bottom: 0; }
  .financial-page .ticker-extra-info,
  .financial-page .chart-financial-info,
  .financial-page .chart-financial-info h5 {
    font-size: 16px; }
  .financial-page .ticker-extra-info .data-provider-tooltip {
    top: -22px;
    left: 0; }
    .financial-page .ticker-extra-info .data-provider-tooltip .tooltip-text {
      right: auto;
      left: 16px; } }

@media screen and (min-width: 1270px) {
  .financial-page #page #primary .entry-title {
    margin-top: 28px; }
  .financial-page #primary .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px; }
    .financial-page #primary .two-columns > header {
      grid-column: 1 / span 2; }
    .financial-page #primary .two-columns > section:nth-of-type(1),
    .financial-page #primary .two-columns > main {
      margin-bottom: 0 !important; }
    .financial-page #primary .two-columns > aside {
      overflow: auto; }
  .financial-page #primary .financial-table-section.management td:nth-child(2) {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .financial-page .extra-info,
  .financial-page .chart-financial-info,
  .financial-page .chart-financial-info h5 {
    font-size: 18px; } }

.financial-page.page-template-company-announcements-page #page #main-container {
  margin-top: 60px;
  padding: 0 26px; }
  .financial-page.page-template-company-announcements-page #page #main-container h1 {
    margin-bottom: 60px; }

.tax-tickers #primary .articles-listing h2 span {
  font-size: 24px; }

.tax-tickers #primary .director-transactions,
.tax-tickers #primary #ticker-main > section,
.tax-tickers #primary #ticker-main > .two-columns,
.tax-tickers #primary #ticker-main > .inner-container > section,
.tax-tickers #primary #ticker-main > .inner-container > div {
  margin-bottom: 60px; }

.tax-tickers #primary #ticker-main > .inner-container:last-child > section:last-child,
.tax-tickers #primary #ticker-main > section:last-child {
  margin-bottom: 0; }

.tax-tickers #primary #ticker-main .chart-financial-info > div:not(.financial-info-section) {
  display: none; }

.tax-tickers #primary .dividend-history > main {
  margin-bottom: 86px; }

.tax-tickers #primary #yearly-dividend-chart {
  border-style: none; }

.tax-tickers #primary #yearly-dividend-chart,
.tax-tickers #primary .highcharts-container svg,
.tax-tickers #primary .highcharts-container {
  overflow: visible !important; }

.tax-tickers #primary .highcharts-figure {
  margin: 0; }

.tax-tickers #primary .financial-table-section.management td:nth-child(2) span {
  display: block; }

.tax-tickers #primary .financial-table-section.director-transactions td:nth-child(6),
.tax-tickers #primary .financial-table-section.management td:nth-child(4) {
  text-align: center;
  color: #0c73b3; }
  .tax-tickers #primary .financial-table-section.director-transactions td:nth-child(6) button,
  .tax-tickers #primary .financial-table-section.management td:nth-child(4) button {
    font-size: 21px; }

.tax-tickers #primary .financial-table-section.director-transactions td:nth-child(3) {
  font-weight: 700;
  font-size: 12px; }

@media screen and (min-width: 700px) {
  .tax-tickers #primary .articles-listing h2 span {
    font-size: 1em; }
  .tax-tickers #primary .articles-listing h2 br {
    display: none; } }

.evergreen__sources {
  margin: 3rem 0;
  position: relative;
  background: #f2f2f2; }
  .evergreen__sources .evergreen__sources__title {
    margin: 0;
    padding: 18px 50px 18px 15px;
    font-size: 16px;
    cursor: pointer; }
    .evergreen__sources .evergreen__sources__title:hover {
      background-color: #d7d6d64f; }
    .evergreen__sources .evergreen__sources__title::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
      height: 16px;
      width: 16px;
      position: absolute;
      right: 1.5em; }
  .evergreen__sources .evergreen__sources__body {
    padding: 12px 17px 30px 12px; }
    .evergreen__sources .evergreen__sources__body ol {
      font-size: 0.75em;
      line-height: 1.3;
      margin-bottom: 0; }
    .evergreen__sources .evergreen__sources__body li {
      margin-bottom: 0.3em; }
      .evergreen__sources .evergreen__sources__body li:last-child {
        margin-bottom: 0; }
  .evergreen__sources[data-state="expanded"] .evergreen__sources__title::after {
    transform: rotate(180deg); }
  @media screen and (min-width: 540px) {
    .evergreen__sources .evergreen__sources__body {
      padding: 12px 37px 30px 22px; }
      .evergreen__sources .evergreen__sources__body ol {
        font-size: 0.85em; }
      .evergreen__sources .evergreen__sources__body li {
        margin-bottom: 0.4em; } }
  @media screen and (min-width: 768px) {
    .evergreen__sources .evergreen__sources__body {
      padding: 12px 77px 30px 39px; }
      .evergreen__sources .evergreen__sources__body ol {
        font-size: 1em; }
      .evergreen__sources .evergreen__sources__body li {
        margin-bottom: 0.5em; } }

.evergreen__secondary__authors {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .evergreen__secondary__authors {
      flex-direction: row; } }

.evergreen__author__card {
  display: flex;
  flex-basis: 100%;
  margin: 0.5em 0; }
  .evergreen__author__card .evergreen__author {
    margin: 3rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
    .evergreen__author__card .evergreen__author--editor, .evergreen__author__card .evergreen__author--reviewer {
      width: 100%;
      padding-top: 1rem;
      margin-top: -2rem;
      border-top: 0; }
  .evergreen__author__card .evergreen__author__title {
    font-size: 1.25rem;
    margin: 0.75rem 0 0; }
  .evergreen__author__card .evergreen__author__name {
    font-size: 2rem;
    font-weight: 500;
    margin: 0.25rem 0 1rem; }
    .evergreen__author--editor .evergreen__author__card .evergreen__author__name,
    .evergreen__author--reviewer .evergreen__author__card .evergreen__author__name {
      font-size: 1.75rem; }
  .evergreen__author__card .evergreen__author__image {
    width: 60px;
    min-width: 60px;
    margin-right: 2rem; }
    .evergreen__author__card .evergreen__author__image img {
      width: 100%;
      border-radius: 50%; }
    .evergreen__author--editor .evergreen__author__card .evergreen__author__image,
    .evergreen__author--reviewer .evergreen__author__card .evergreen__author__image {
      width: 50px;
      min-width: 50px; }
  .evergreen__author__card .evergreen__author__desc {
    font-size: 12px;
    line-height: 1.25;
    padding-right: 1em;
    margin-bottom: 0.5em; }
    .evergreen__author--editor .evergreen__author__card .evergreen__author__desc,
    .evergreen__author--reviewer .evergreen__author__card .evergreen__author__desc {
      font-size: 1.25rem; }
    .evergreen__author__card .evergreen__author__desc p, .evergreen__author__card .evergreen__author__desc .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .evergreen__author__card .evergreen__author__desc .qmod-comp-desc {
      font-size: 1.5rem;
      margin-bottom: 0.5em; }
      .evergreen__author--editor .evergreen__author__card .evergreen__author__desc p, .evergreen__author--editor .evergreen__author__card .evergreen__author__desc .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .evergreen__author--editor .evergreen__author__card .evergreen__author__desc .qmod-comp-desc,
      .evergreen__author--reviewer .evergreen__author__card .evergreen__author__desc p,
      .evergreen__author--reviewer .evergreen__author__card .evergreen__author__desc .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
      .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .evergreen__author--reviewer .evergreen__author__card .evergreen__author__desc .qmod-comp-desc {
        font-size: 1.25rem; }

@media screen and (min-width: 600px) {
  .evergreen__author__wrap {
    display: flex; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .evergreen__author__wrap {
    display: block; } }

.evergreen__toc--container {
  margin: 1em 0;
  background: #e9e9e9;
  padding: 1em; }
  .evergreen__toc--container .evergreen__toc {
    margin: 0.5em; }
    .evergreen__toc--container .evergreen__toc .evergreen__toc__item {
      font-size: 0.9em;
      font-weight: 500;
      line-height: 1.25;
      margin: 0.5em 0;
      list-style: none; }
    .evergreen__toc--container .evergreen__toc .evergreen__toc__item--h3 {
      font-size: 0.75em;
      margin-left: 0.5em; }

.evergreen-disclaimer {
  margin: 1.5em 0 1em;
  font-style: italic; }

#main-container .announcements-pagination,
#main-container .pagination {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin-top: 30px;
  opacity: 0; }
  #main-container .announcements-pagination.fouc-ready,
  #main-container .pagination.fouc-ready {
    opacity: 1; }
  #main-container .announcements-pagination.busy,
  #main-container .pagination.busy {
    pointer-events: none;
    opacity: 0.5; }
  #main-container .announcements-pagination > span,
  #main-container .announcements-pagination > button,
  #main-container .announcements-pagination > a,
  #main-container .pagination > span,
  #main-container .pagination > button,
  #main-container .pagination > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 15px;
    background-color: #f2f2f2;
    color: #000;
    order: 3;
    border-style: none;
    padding: 0; }
    #main-container .announcements-pagination > span:hover, #main-container .announcements-pagination > span.current,
    #main-container .announcements-pagination > button:hover,
    #main-container .announcements-pagination > button.current,
    #main-container .announcements-pagination > a:hover,
    #main-container .announcements-pagination > a.current,
    #main-container .pagination > span:hover,
    #main-container .pagination > span.current,
    #main-container .pagination > button:hover,
    #main-container .pagination > button.current,
    #main-container .pagination > a:hover,
    #main-container .pagination > a.current {
      background-color: #0c73b3;
      color: #fff; }
    #main-container .announcements-pagination > span:last-child,
    #main-container .announcements-pagination > button:last-child,
    #main-container .announcements-pagination > a:last-child,
    #main-container .pagination > span:last-child,
    #main-container .pagination > button:last-child,
    #main-container .pagination > a:last-child {
      margin-right: 0; }
  #main-container .announcements-pagination > .prev,
  #main-container .pagination > .prev {
    order: 2; }
    #main-container .announcements-pagination > .prev + a,
    #main-container .pagination > .prev + a {
      font-size: 0;
      order: 1; }
      #main-container .announcements-pagination > .prev + a::after,
      #main-container .pagination > .prev + a::after {
        font-size: 10px;
        content: '❮❮'; }
  #main-container .announcements-pagination > .next,
  #main-container .pagination > .next {
    order: 4; }
  #main-container .announcements-pagination .dots,
  #main-container .pagination .dots {
    display: none; }

#page #account-management {
  margin: 0 auto;
  width: 100%;
  padding: 0 26px;
  max-width: 1270px;
  margin-bottom: 60px;
  float: none; }
  #page #account-management h1 {
    margin-top: 60px; }
  #page #account-management nav .logout {
    margin-top: -10px;
    padding: 8px 30px; }
  #page #account-management form label {
    font-size: 1em; }
  #page #account-management form select {
    width: 100%;
    height: 2.6em;
    max-width: 480px;
    min-width: 180px;
    padding: 0 26px 0 10px; }
  #page #account-management form fieldset {
    padding: 0; }
  #page #account-management form .form-button,
  #page #account-management form input.button {
    border: 0.1rem solid #0c73b3;
    color: #0c73b3;
    font-size: 16px;
    background: none;
    border-radius: 0;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    padding: 0.6rem 1rem;
    display: inline-block;
    font-size: 1em;
    padding: 16px 30px !important; }
    @media screen and (min-width: 1024px) {
      #page #account-management form .form-button,
      #page #account-management form input.button {
        padding: 1.2rem 2.5rem; } }
    #page #account-management form .form-button:hover,
    #page #account-management form input.button:hover {
      cursor: pointer;
      color: #fff;
      background-color: #0c73b3; }
    #page #account-management form .form-button:focus,
    #page #account-management form input.button:focus {
      outline: thin dotted currentColor; }

.page-template-account-management #wrapper {
  width: auto; }

#fool-registration-form {
  max-width: 480px;
  font-size: 0.9em; }
  #fool-registration-form input:not([type='button']) {
    width: 100%;
    line-height: 2;
    height: 2em;
    font-size: 1.1em;
    border-radius: 0;
    box-shadow: none; }
  #fool-registration-form input + p[class*="instructions"], #fool-registration-form .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary input + .qmod-comp-desc[class*="instructions"], .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #fool-registration-form input + .qmod-comp-desc[class*="instructions"] {
    font-size: 0.9em;
    line-height: 1.4; }
  #fool-registration-form label {
    text-shadow: none; }
  #fool-registration-form input[type="button"] {
    width: auto;
    box-shadow: none;
    font-weight: normal;
    padding: 0.6em 1em; }
  #fool-registration-form .slider-checkbox label {
    font-size: 0.9em; }

#fool-one-form input + p[class*="instructions"], #fool-one-form .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary input + .qmod-comp-desc[class*="instructions"], .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #fool-one-form input + .qmod-comp-desc[class*="instructions"] {
  color: #5c5c5c; }

body.commerce-page:not(.template--nocss) {
  font-size: 1.6rem; }
  body.commerce-page:not(.template--nocss) p, body.commerce-page:not(.template--nocss) .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary body.commerce-page:not(.template--nocss) .qmod-comp-desc {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem; }
  body.commerce-page:not(.template--nocss) hr {
    height: 1px; }
  body.commerce-page:not(.template--nocss) .float-right {
    margin: 0 0 10px 10px;
    border: 1px solid #eee; }

body.commerce-page.template--nocss {
  font-size: 16px; }
  body.commerce-page.template--nocss .row {
    max-width: none; }
  body.commerce-page.template--nocss .content {
    width: auto; }

body.commerce-page .outerdiv1_topmargin {
  margin-top: 0; }

body.commerce-page .callout {
  margin: 0;
  z-index: 2; }

body.commerce-page .top-banner {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1200; }

body.commerce-page tr.portfolio-returns-header td {
  font-size: 1.4rem;
  line-height: 1; }

body.commerce-page .portfolio-returns-table ~ .caption_1 {
  margin-top: 1em !important;
  opacity: 0.5; }

body.commerce-page .bodycontent {
  max-width: 100vw;
  overflow-x: hidden; }
  body.commerce-page .bodycontent .grid-x {
    flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    body.commerce-page .bodycontent .scaled {
      overflow-x: auto; }
    body.commerce-page .bodycontent .grid-x {
      margin: 0 !important; } }

@media screen and (max-width: 767px) {
  body.commerce-page .first_body_container_blue1 .caption_1 {
    color: white !important; } }

body.commerce-page .dynamic-rec-returns {
  margin: 0; }
  body.commerce-page .dynamic-rec-returns li {
    display: flex;
    align-items: center;
    justify-content: center; }
  body.commerce-page .dynamic-rec-returns .dynamic-rec-percentage {
    padding-left: 0;
    margin-left: 24px;
    width: auto;
    white-space: nowrap;
    text-align: center; }
  body.commerce-page .dynamic-rec-returns .dynamic-rec-value {
    display: inline-block; }

.single-specialoffers.template--fancy #marketing-page-container {
  width: calc(100vw - 60px);
  margin: 30px auto;
  padding: 16px 30px;
  background-color: white;
  font-size: 14px;
  max-width: 900px; }
  @media screen and (min-width: 768px) {
    .single-specialoffers.template--fancy #marketing-page-container {
      width: calc(100vw - 120px);
      margin: 60px auto;
      padding: 30px 60px; } }
  .single-specialoffers.template--fancy #marketing-page-container h1 {
    line-height: 1;
    margin-bottom: 45px; }
  .single-specialoffers.template--fancy #marketing-page-container hr {
    margin: 2rem 0; }
  .single-specialoffers.template--fancy #marketing-page-container .article-disclosure {
    color: #777;
    border-top: 1px solid currentColor;
    padding-top: 2rem;
    margin-top: 2.5rem; }
  .single-specialoffers.template--fancy #marketing-page-container table.responsive {
    margin: 2rem 0 1rem; }

.single-tmfcommercepage #main-container .row {
  max-width: none; }

.single-tmfcommercepage #main-container article {
  margin: 0 auto 30px; }

.single-tmfcommercepage #main-container .select-subscription label {
  font-size: 1em;
  padding: 0; }

.single-tmfcommercepage #main-container p, .single-tmfcommercepage #main-container .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-tmfcommercepage #main-container .qmod-comp-desc {
  margin-bottom: 1em; }
  .single-tmfcommercepage #main-container p:last-child, .single-tmfcommercepage #main-container .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-tmfcommercepage #main-container .qmod-comp-desc:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .single-tmfcommercepage #main-container h3 {
    margin-bottom: 0; } }

.single-tmfcommercepage #main-container hr {
  max-width: none; }

.single-tmfcommercepage #main-container .tos ~ .textwidget {
  padding: 0;
  font-size: 14px; }

.single-tmfcommercepage #main-container .order-text small {
  font-size: 0.7em; }
  .single-tmfcommercepage #main-container .order-text small a {
    font-size: 1em; }

.single-tmfcommercepage #main-container .ribbon .secure {
  top: 0;
  bottom: 0;
  margin: auto; }

.single-tmfcommercepage #main-container .clockcontainer2 {
  display: flex;
  justify-content: center;
  padding-bottom: 15px; }

.single-tmfcommercepage #main-container .flip-clock-wrapper {
  width: auto;
  display: flex; }

.single-tmfcommercepage #main-container .flip-clock-label {
  right: -70px;
  top: auto;
  font-size: 12px;
  bottom: -24px;
  text-transform: uppercase; }

.single-tmfcommercepage #main-container .flip-clock-divider:first-child .flip-clock-dot {
  display: none; }

@media screen and (max-width: 480px) {
  .single-tmfcommercepage #main-container .flip-clock-wrapper ul {
    width: 33px;
    margin: 3px; }
  .single-tmfcommercepage #main-container .flip-clock-divider {
    width: 14px;
    margin-left: -5px; } }

@media screen and (min-width: 768px) {
  .single-tmfcommercepage #main-container .flip-clock-label {
    right: -100px;
    font-size: 14px; } }

.single-tmfcommercepage #main-container .cta-link {
  font-size: 1em; }

.single-tmfcommercepage #main-container h4,
.single-tmfcommercepage #main-container .h4 {
  font-size: 20px;
  line-height: 1.6; }

.single-tmfcommercepage #main-container .pricing-table {
  float: none; }

.single-tmfcommercepage #main-container .cta-button {
  padding: 30px 0; }
  .single-tmfcommercepage #main-container .cta-button label:empty {
    display: none !important; }
  .single-tmfcommercepage #main-container .cta-button .radio-container {
    display: block;
    width: auto; }
  .single-tmfcommercepage #main-container .cta-button input + span {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center; }
    .single-tmfcommercepage #main-container .cta-button input + span::before {
      width: 38px;
      height: 38px; }

.single-tmfcommercepage #main-container p:empty, .single-tmfcommercepage #main-container .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:empty, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-tmfcommercepage #main-container .qmod-comp-desc:empty,
.single-tmfcommercepage #main-container .order-page-disclaimer:empty {
  display: none; }

.single-tmfcommercepage #main-container .commerce-form dd {
  margin: 0; }

.single-tmfcommercepage #main-container .commerce-form label {
  font-weight: 700;
  font-size: 1em; }

.single-tmfcommercepage #main-container .commerce-form input,
.single-tmfcommercepage #main-container .commerce-form select {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
  height: 40px;
  text-indent: 4px; }

.single-tmfcommercepage #main-container .commerce-form select {
  padding-right: 26px; }

.single-tmfcommercepage #main-container .commerce-form input[type="checkbox"] {
  height: auto;
  margin-bottom: 0;
  vertical-align: middle; }

.single-tmfcommercepage #main-container .commerce-form dd + dd input,
.single-tmfcommercepage #main-container .commerce-form dd + dd select {
  margin-top: 5px; }

.single-tmfcommercepage #main-container #order-submit {
  margin: 24px 0 0;
  padding: 14px 0 12px;
  height: auto; }

.single-tmfcommercepage #main-container #colophon {
  min-height: 0; }
  .single-tmfcommercepage #main-container #colophon > .inner-container {
    display: block; }
  .single-tmfcommercepage #main-container #colophon .fool-ecap {
    margin: auto;
    max-width: 640px; }
    .single-tmfcommercepage #main-container #colophon .fool-ecap input[type="email"] {
      max-width: 640px;
      height: auto;
      margin: 1em 0;
      line-height: 1.6; }
    .single-tmfcommercepage #main-container #colophon .fool-ecap input[type="submit"] {
      border: 0.1rem solid #0c73b3;
      color: #0c73b3;
      font-size: 16px;
      background: none;
      border-radius: 0;
      line-height: 1;
      margin: 0;
      vertical-align: middle;
      padding: 0.6rem 1rem;
      display: inline-block;
      color: #fff;
      border-color: #fff; }
      @media screen and (min-width: 1024px) {
        .single-tmfcommercepage #main-container #colophon .fool-ecap input[type="submit"] {
          padding: 1.2rem 2.5rem; } }
      .single-tmfcommercepage #main-container #colophon .fool-ecap input[type="submit"]:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0c73b3; }
      .single-tmfcommercepage #main-container #colophon .fool-ecap input[type="submit"]:focus {
        outline: thin dotted currentColor; }
    .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-success:empty,
    .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-error > p:empty,
    .single-tmfcommercepage #main-container #colophon .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .ecap-error > .qmod-comp-desc:empty,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-error > .qmod-comp-desc:empty,
    .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-error:empty {
      display: none; }
    .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-error {
      display: none; }
    .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-disclaimer {
      color: #fff; }
      .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-disclaimer,
      .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-disclaimer label {
        font-size: 13px;
        line-height: 1.4; }
      .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-disclaimer label {
        color: inherit; }
      .single-tmfcommercepage #main-container #colophon .fool-ecap .ecap-disclaimer a {
        font-size: 1em; }

.single-tmfcommercepage #main-container .fool-registration-above {
  margin-top: 60px; }

.single-tmfcommercepage #main-container #fool-registration-form label {
  text-shadow: none;
  font-weight: 400; }

.single-tmfcommercepage #main-container #fool-registration-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 24px;
  line-height: 1;
  height: auto; }
  .single-tmfcommercepage #main-container #fool-registration-form input:focus {
    outline: thin dotted currentColor; }

.single-tmfcommercepage #main-container #fool-registration-form input[type="button"] {
  border-color: currentColor;
  line-height: 1.6;
  font-weight: 400; }
  .single-tmfcommercepage #main-container #fool-registration-form input[type="button"][disabled] {
    opacity: 0.5;
    pointer-events: none; }

.single-tmfcommercepage #main-container #fool-registration-form .fool-registration-form-fields > div {
  margin-bottom: 42px; }

.single-tmfcommercepage #main-container #fool-registration-form .fool-registration-form-error-message {
  background-color: #e70000;
  bottom: 10px; }

.single-tmfcommercepage #main-container #fool-registration-form .slider-checkbox label::before {
  content: "\00d7";
  font-family: inherit;
  background-color: #e70000;
  font-size: 18px; }

.single-tmfcommercepage #main-container #fool-registration-form .slider-checkbox input:checked + .label::before {
  content: "\2713";
  background-color: #20b720; }

#order-form-container {
  padding: 0; }
  #order-form-container #test-mode {
    right: 60px; }
  #order-form-container .form-field-container section {
    width: 100%;
    margin: auto;
    padding: 25px 30px 40px; }
    #order-form-container .form-field-container section h3 {
      padding: 30px 0; }
    #order-form-container .form-field-container section > h3 {
      padding-top: 0; }
  #order-form-container .price-table-container section,
  #order-form-container .form-options-container {
    padding-top: 0;
    padding-bottom: 0; }
  #order-form-container label {
    display: block;
    margin-top: 1rem; }
  #order-form-container dt,
  #order-form-container dd {
    margin: 0;
    padding: 0;
    width: 100%; }
  #order-form-container .form-options-container label {
    display: inline-block; }
  #order-form-container .order-now-header {
    margin: 1rem 0; }
  #order-form-container .ribbon .secure {
    top: 0;
    bottom: 0;
    margin: auto; }
  #order-form-container .pricing-table {
    padding: 0; }
  #order-form-container #PayPalContainer small {
    font-size: 12px; }
  #order-form-container select,
  #order-form-container input[type="text"],
  #order-form-container input[type="email"],
  #order-form-container input[type="url"],
  #order-form-container input[type="password"],
  #order-form-container input[type="search"],
  #order-form-container input[type="number"],
  #order-form-container input[type="tel"] {
    line-height: 40px;
    height: 40px;
    text-indent: 8px;
    font-size: 16px;
    margin-bottom: 0; }
  #order-form-container #district,
  #order-form-container .select-year {
    margin-top: 1.5rem; }
  #order-form-container #order-total {
    width: auto;
    margin-top: 10px; }
    #order-form-container #order-total dl {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      max-width: 300px;
      margin: 15px auto; }
    #order-form-container #order-total dt,
    #order-form-container #order-total dd {
      margin: 0;
      padding: 0;
      float: none;
      width: auto; }
    #order-form-container #order-total dt {
      grid-column: 1;
      text-align: left; }
    #order-form-container #order-total dd {
      grid-column: 2;
      text-align: right; }
    #order-form-container #order-total hr {
      grid-column: 1 / span 2; }

.single-tmfcommercepage.step--paypalLanding,
.single-tmfcommercepage.step--registerForm {
  background-color: white !important; }
  .single-tmfcommercepage.step--paypalLanding #colophon,
  .single-tmfcommercepage.step--registerForm #colophon {
    display: none; }
  .single-tmfcommercepage.step--paypalLanding .order-text a,
  .single-tmfcommercepage.step--registerForm .order-text a {
    transition: none; }
    .single-tmfcommercepage.step--paypalLanding .order-text a:hover,
    .single-tmfcommercepage.step--registerForm .order-text a:hover {
      text-decoration: underline; }

#paypal-finalization {
  height: 98vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #paypal-finalization .ribbon {
    background-color: transparent;
    background-image: none;
    color: #0c73b3;
    border: 1px solid currentColor;
    padding: 20px 40px;
    text-align: center;
    margin: 0 0 60px !important; }

.single-tmfcommercepage.freeform #main-container article {
  margin: 0 auto; }

.commerce-page #main-footer,
.commerce-page .order-page-bottom {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 768px) {
    .commerce-page #main-footer,
    .commerce-page .order-page-bottom {
      font-size: 16px; } }
  .commerce-page #main-footer:not(.first-order-footer),
  .commerce-page .order-page-bottom:not(.first-order-footer) {
    padding-top: 0; }
  .commerce-page #main-footer .textwidget,
  .commerce-page .order-page-bottom .textwidget {
    max-width: 980px;
    padding-left: 0;
    margin: auto; }
  .commerce-page #main-footer a,
  .commerce-page .order-page-bottom a {
    color: #f9e6a4; }
  .commerce-page #main-footer p, .commerce-page #main-footer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .commerce-page #main-footer .qmod-comp-desc,
  .commerce-page .order-page-bottom p,
  .commerce-page .order-page-bottom .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .commerce-page .order-page-bottom .qmod-comp-desc {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem; }

.order-page-bottom + .order-page-bottom {
  display: none; }

.row {
  max-width: 100%; }

.callout p, .callout .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .callout .qmod-comp-desc {
  text-align: center; }

.top-banner {
  text-align: center;
  width: 100%; }

.intro-video-container--above-video,
.intro-video-container--below-video,
.top-banner {
  position: relative;
  z-index: 1100; }

.intro-video-container + .intro-video-container--below-video {
  margin-top: 2rem; }

.top-banner .image-container {
  margin: 0 auto;
  padding-left: 20px; }

.top-banner .image-container img {
  margin: 0 auto; }

.commerce-page .page-background {
  min-height: calc(100vh - 1px);
  max-width: none !important; }

.commerce-page .top-banner + .page-background {
  min-height: calc(100vh - 92px);
  padding-top: 90px; }

#marketing-page-container {
  float: none !important; }

.intro-video-container {
  position: relative;
  z-index: 1002;
  padding: 40px 0; }

.has-intro-video {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: opacity 2.5s ease-in; }

.has-intro-video.marketing-page-visible {
  margin-top: 0;
  opacity: 1; }

.wistia_embed {
  margin: 0 auto; }

.intro-video-container--disclaimer {
  margin: 0 auto;
  padding: 1rem;
  text-align: center; }

.intro-video-container--disclaimer p, .intro-video-container--disclaimer .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .intro-video-container--disclaimer .qmod-comp-desc,
.intro-video-container--disclaimer li {
  padding: 0 2rem 0.5rem; }

.page-template-full-width-page.fl-builder #page > #main-container,
.page-template-full-width-page.fl-builder #main-container + #colophon {
  margin: 0; }

#main-container h1.fl-heading {
  font-size: 40px;
  line-height: 1.1; }

#main-container h2.fl-heading {
  font-size: 24px;
  line-height: 32px; }

#main-container h3.fl-callout-title {
  font-size: 21px;
  line-height: 1;
  margin: 1em 0; }

#main-container .fl-rich-text p, #main-container .fl-rich-text .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .fl-rich-text .qmod-comp-desc {
  font-size: 18px;
  line-height: 26px;
  margin: 18px 0; }

#main-container h2.fl-cta-title {
  font-size: 24px;
  line-height: 32px; }

#main-container .fl-cta-text-content p, #main-container .fl-cta-text-content .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-container .fl-cta-text-content .qmod-comp-desc {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 1em; }

#main-container .fl-cta-button .fl-button {
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400; }

#disclosures .values-list {
  font-size: 14px; }

#disclosures .table-fixed {
  table-layout: fixed; }

#disclosures .border-collapse {
  border-collapse: collapse; }

#disclosures table td {
  border: none;
  display: table-cell;
  white-space: break-spaces; }

#disclosures .panel-radios {
  display: none; }

#disclosures ul#tabs-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }

#disclosures label.panel-label {
  user-select: none;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #ecf0f1;
  transition-property: background-color, color;
  transition-duration: 200ms; }
  #disclosures label.panel-label:hover {
    color: #773cbd; }

#disclosures #panels {
  background-color: white; }
  #disclosures #panels .container {
    margin: 0 auto;
    width: 90%; }
  #disclosures #panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box; }
  #disclosures #panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    transition: opacity 600ms;
    overflow-y: hidden; }

#disclosures #panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1; }

#disclosures #panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1; }

#disclosures #panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1; }

#disclosures #panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1; }

@media all and (max-width: 767px) {
  #disclosures #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1; }
  #disclosures #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1; }
  #disclosures #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1; }
  #disclosures #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1; }
  #disclosures #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
  #disclosures #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none; }
  #disclosures #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444;
    color: #ecf0f1;
    padding: 0;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px; }
  #disclosures #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px; }
  #disclosures #tabs-list {
    position: relative; }
    #disclosures #tabs-list label.panel-label {
      line-height: 1.4em;
      padding: 12px 0; }
    #disclosures #tabs-list #li-for-panel-1 {
      max-height: 0;
      overflow-y: hidden;
      transition: max-height 200ms; }
    #disclosures #tabs-list #li-for-panel-2 {
      max-height: 0;
      overflow-y: hidden;
      transition: max-height 200ms; }
    #disclosures #tabs-list #li-for-panel-3 {
      max-height: 0;
      overflow-y: hidden;
      transition: max-height 200ms; }
    #disclosures #tabs-list #li-for-panel-4 {
      max-height: 0;
      overflow-y: hidden;
      transition: max-height 200ms; }
  #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1; }
    #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
      background-color: white;
      color: #773cbd;
      background-color: #773cbd;
      color: white; }
  #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1; }
    #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
      background-color: white;
      color: #773cbd;
      background-color: #773cbd;
      color: white; }
  #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1; }
    #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
      background-color: white;
      color: #773cbd;
      background-color: #773cbd;
      color: white; }
  #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1; }
    #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
      background-color: white;
      color: #773cbd;
      background-color: #773cbd;
      color: white; }
  #disclosures #panels .container {
    width: 100%; }
  #disclosures #panels section header {
    display: block; } }

@media all and (min-width: 768px) {
  #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
      border-right: 1px solid transparent; }
    #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
      border-left: 1px solid #dfdfdf; }
    #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
      background-color: white;
      color: #773cbd;
      padding-top: 26px; }
      #disclosures #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
        height: 6px; }
  #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
      border-right: 1px solid transparent; }
    #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
      border-left: 1px solid #dfdfdf; }
    #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
      background-color: white;
      color: #773cbd;
      padding-top: 26px; }
      #disclosures #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
        height: 6px; }
  #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
      border-right: 1px solid transparent; }
    #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
      border-left: 1px solid #dfdfdf; }
    #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
      background-color: white;
      color: #773cbd;
      padding-top: 26px; }
      #disclosures #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
        height: 6px; }
  #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
      border-right: 1px solid transparent; }
    #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
      border-left: 1px solid #dfdfdf; }
    #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
      background-color: white;
      color: #773cbd;
      padding-top: 26px; }
      #disclosures #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
        height: 6px; }
  #disclosures ul#tabs-list {
    text-align: center; }
    #disclosures ul#tabs-list li {
      display: inline-block;
      text-align: center;
      font-size: 0.875em;
      width: 23%;
      box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
      border-right: 1px solid #dfdfdf;
      position: relative; }
      #disclosures ul#tabs-list li:hover {
        transition: none;
        border-right: none; }
        #disclosures ul#tabs-list li:hover.last {
          border-right: 1px solid transparent; }
        #disclosures ul#tabs-list li:hover + li {
          border-left: 1px solid #dfdfdf; }
      #disclosures ul#tabs-list li label.panel-label {
        position: relative;
        padding: 24px 0; }
        #disclosures ul#tabs-list li label.panel-label::after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 100%;
          background-color: #773cbd;
          height: 0;
          transition-property: height;
          transition-duration: 200ms; }
        #disclosures ul#tabs-list li label.panel-label:hover {
          padding-top: 25px; }
          #disclosures ul#tabs-list li label.panel-label:hover::after {
            height: 6px; }
  #disclosures #open-nav-label,
  #disclosures #close-nav-label {
    display: none; }
  #disclosures #nav-ctrl {
    display: none; } }

.products-grid-wrapper {
  background: #d1ebf5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTguNTkgNzQuMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZiNzFiO30uY2xzLTEsLmNscy0yLC5jbHMtM3tvcGFjaXR5OjAuMjM7fS5jbHMtMntmaWxsOiMwMDkzYzk7fS5jbHMtM3tmaWxsOiM2M2NmZTM7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTUyLjE3IiBjeT0iNjEuNzUiIHI9IjYuNDIiPjwvY2lyY2xlPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExMy43MSwwQzEzMi4zNCwwLDE0OCwyMC45MywxNTIuNCw0OS4yNGExLDEsMCwwLDEtLjgxLDEuMTFoMGExLDEsMCwwLDEtMS4wNi0uNmMtNC40MS0xMC44Mi0xMi0xOC0yMC42Mi0xOC0xMi4zNiwwLTIzLjIxLDE1LjExLTI0LjQyLDM1Ljg5aDBjLTEuNjEsMy40NS0xNC40LDYuMDktMjYuMiw2LjU0VjI0LjU0Qzg2LjYxLDkuNTgsMTAxLjExLDAsMTEzLjcxLDBaIj48L3BhdGg+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI2LjQyIiBjeT0iNjEuNzUiIHI9IjYuNDIiPjwvY2lyY2xlPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTQ0Ljg4LDBDMjYuMjUsMCwxMC42MSwyMC45Myw2LjE5LDQ5LjI0QTEsMSwwLDAsMCw3LDUwLjM1SDdhMSwxLDAsMCwwLDEuMDYtLjZjNC40Mi0xMC44MiwxMi0xOCwyMC42My0xOEM0MSwzMS43OSw1MS44OCw0Ni45LDUzLjEsNjcuNjhoMGMxLjYsMy40NSwxNC40LDYuMDksMjYuMTksNi41NFYyNC41NEM3Miw5LjU4LDU3LjQ4LDAsNDQuODgsMFoiPjwvcGF0aD48L2c+PC9zdmc+IA==);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 60px; }
  .products-grid-wrapper.single-product .product-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem 0; }
  .products-grid-wrapper.single-product img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 3rem; }
  .products-grid-wrapper.single-product p, .products-grid-wrapper.single-product .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .products-grid-wrapper.single-product .qmod-comp-desc {
    font-size: 26px; }
  .products-grid-wrapper.single-product a {
    color: #0082b5; }
  .products-grid-wrapper.single-product .button {
    background: #0095c8;
    padding: 1rem 3rem;
    border-radius: 8px;
    font-size: 26px;
    color: #fff;
    transition: all 0.2s; }
    .products-grid-wrapper.single-product .button:hover {
      background: #006ba6;
      transform: scale(1.05); }

/* Product Category Labels */
.product-grid__category {
  background: #0093c9;
  padding: 20px 120px 20px 40px;
  display: inline-block;
  border-radius: 0 50px 50px 0;
  margin: 20px 0; }
  .product-grid__category h2 {
    margin: 0;
    padding: 0;
    font-family: bold 1.5em/1.7em "Roboto", sans-serif;
    color: white;
    text-shadow: 1px 1px rgba(90, 90, 90, 0.7); }
  .product-grid__category p, .product-grid__category .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .product-grid__category .qmod-comp-desc {
    margin: 0;
    padding: 0;
    font: 1.2em/1.4em "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px rgba(90, 90, 90, 0.7); }

/* CTA Buttons */
#page .product-grid__button {
  margin: auto;
  padding: 1.2rem 1.5rem;
  width: 100%;
  background: #393;
  color: #fff;
  font: bold 1.2em/1.4em "Roboto", sans-serif;
  text-align: center;
  border-radius: 6px;
  border-style: none;
  transition: all 0.2s ease-in-out; }
  #page .product-grid__button:hover {
    transform: scale(1.05); }

.product-grid__main {
  display: grid;
  grid-gap: 60px 20px;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 980px) {
    .product-grid__main {
      grid-gap: 20px;
      grid-template-columns: 1fr 1fr; } }
  .product-grid__main--card {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column-reverse; }
    .product-grid__main--card .left-column {
      display: flex;
      flex-direction: column;
      background: #2a2a2a;
      padding: 20px;
      border-radius: 0 0 6px 6px; }
      @media screen and (min-width: 768px) {
        .product-grid__main--card .left-column {
          border-radius: 6px 0 0 6px; } }
    .product-grid__main--card .right-column {
      padding: 40px; }
    @media screen and (min-width: 768px) {
      .product-grid__main--card {
        display: grid;
        grid-template-columns: 4fr 6fr; } }
  .product-grid__main--image {
    flex-grow: 1;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .product-grid__main--image {
        width: 100%; } }
  .product-grid__main--price {
    flex-grow: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 40px 0; }
  .product-grid__main--description {
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em; }
    .product-grid__main--description p, .product-grid__main--description .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .product-grid__main--description .qmod-comp-desc {
      line-height: 1.3em; }
  .product-grid__main--description-list {
    margin-top: 2em;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    list-style-type: none;
    margin-left: 0; }
    .product-grid__main--description-list li {
      line-height: 1.3em;
      position: relative;
      margin-bottom: 16px; }
      .product-grid__main--description-list li .fa-check-circle {
        position: absolute;
        left: 11px;
        top: -7px; }
      .product-grid__main--description-list li i::before {
        display: inline-flex;
        margin-top: -5px;
        content: '\2714';
        font-style: normal;
        font-size: 18px;
        background-color: #43b02b;
        color: white;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center; }

/* Secondary Grid */
.product-grid__secondary {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 620px) {
    .product-grid__secondary {
      grid-template-columns: repeat(2, calc(50% - 10px)); } }
  @media screen and (min-width: 980px) {
    .product-grid__secondary {
      grid-gap: 21px;
      grid-template-columns: repeat(3, calc(33.33% - 14px)); } }
  .product-grid__secondary--card {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }
    .product-grid__secondary--card .top-row {
      background: #2a2a2a;
      padding: 20px;
      border-radius: 6px 6px 0 0; }
    .product-grid__secondary--card .bottom-row {
      display: flex;
      flex-direction: column;
      padding: 40px;
      height: 100%; }
  .product-grid__secondary--image {
    height: 42px; }
  .product-grid__secondary--price {
    flex-grow: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin: auto 0 40px 0; }
  .product-grid__secondary--description {
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em; }
  .product-grid__secondary--description-list {
    font-family: "Roboto", sans-serif;
    font-size: 1.1em; }

.page-template-product-landing p, .page-template-product-landing .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page-template-product-landing .qmod-comp-desc {
  font-size: 1.2em !important;
  max-width: 800px;
  margin: 1em 0 0; }
  .page-template-product-landing p:first-child, .page-template-product-landing .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .page-template-product-landing .qmod-comp-desc:first-child {
    font-weight: bold !important; }

.page-template-product-landing .product-grid img {
  padding: 2rem 0;
  margin: 0 !important; }

.page-template-product-landing a.button {
  margin-top: 2.5rem !important; }

.page-template-product-landing-all .products-grid-wrapper {
  margin-bottom: 60px;
  background: #d1ebf5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTguNTkgNzQuMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZiNzFiO30uY2xzLTEsLmNscy0yLC5jbHMtM3tvcGFjaXR5OjAuMjM7fS5jbHMtMntmaWxsOiMwMDkzYzk7fS5jbHMtM3tmaWxsOiM2M2NmZTM7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTUyLjE3IiBjeT0iNjEuNzUiIHI9IjYuNDIiPjwvY2lyY2xlPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExMy43MSwwQzEzMi4zNCwwLDE0OCwyMC45MywxNTIuNCw0OS4yNGExLDEsMCwwLDEtLjgxLDEuMTFoMGExLDEsMCwwLDEtMS4wNi0uNmMtNC40MS0xMC44Mi0xMi0xOC0yMC42Mi0xOC0xMi4zNiwwLTIzLjIxLDE1LjExLTI0LjQyLDM1Ljg5aDBjLTEuNjEsMy40NS0xNC40LDYuMDktMjYuMiw2LjU0VjI0LjU0Qzg2LjYxLDkuNTgsMTAxLjExLDAsMTEzLjcxLDBaIj48L3BhdGg+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI2LjQyIiBjeT0iNjEuNzUiIHI9IjYuNDIiPjwvY2lyY2xlPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTQ0Ljg4LDBDMjYuMjUsMCwxMC42MSwyMC45Myw2LjE5LDQ5LjI0QTEsMSwwLDAsMCw3LDUwLjM1SDdhMSwxLDAsMCwwLDEuMDYtLjZjNC40Mi0xMC44MiwxMi0xOCwyMC42My0xOEM0MSwzMS43OSw1MS44OCw0Ni45LDUzLjEsNjcuNjhoMGMxLjYsMy40NSwxNC40LDYuMDksMjYuMTksNi41NFYyNC41NEM3Miw5LjU4LDU3LjQ4LDAsNDQuODgsMFoiPjwvcGF0aD48L2c+PC9zdmc+IA==);
  background-position: center;
  background-attachment: fixed; }

.error404 .entry-header {
  margin-top: 30px; }

/* Widgets
--------------------------------------------- */
.home-aside .related-articles,
.home-aside .widget-area > section,
.home-aside .aside-widget,
.home-aside .widget,
#secondary .related-articles,
#secondary .widget-area > section,
#secondary .aside-widget,
#secondary .widget {
  margin: 0 0 60px; }
  .home-aside .related-articles select,
  .home-aside .widget-area > section select,
  .home-aside .aside-widget select,
  .home-aside .widget select,
  #secondary .related-articles select,
  #secondary .widget-area > section select,
  #secondary .aside-widget select,
  #secondary .widget select {
    max-width: 100%; }
  .home-aside .related-articles:last-child,
  .home-aside .widget-area > section:last-child,
  .home-aside .aside-widget:last-child,
  .home-aside .widget:last-child,
  #secondary .related-articles:last-child,
  #secondary .widget-area > section:last-child,
  #secondary .aside-widget:last-child,
  #secondary .widget:last-child {
    margin-bottom: 0; }

.home-aside #returns-chart-heading,
.home-aside .widget:not(.fool-ecap) > h3,
#secondary #returns-chart-heading,
#secondary .widget:not(.fool-ecap) > h3 {
  font-size: 18px;
  padding: 15px 30px;
  background-color: #f2f2f2;
  margin: 0;
  color: #fff; }

.home-aside .returns-chart,
.home-aside .widget:not(.fool-ecap),
#secondary .returns-chart,
#secondary .widget:not(.fool-ecap) {
  border: 1px solid #f2f2f2; }
  .home-aside .returns-chart .textwidget,
  .home-aside .widget:not(.fool-ecap) .textwidget,
  #secondary .returns-chart .textwidget,
  #secondary .widget:not(.fool-ecap) .textwidget {
    padding: 30px; }

.home-aside .advert-widget,
#secondary .advert-widget {
  border-style: none !important;
  text-align: center; }
  .home-aside .advert-widget .textwidget,
  #secondary .advert-widget .textwidget {
    padding: 0 !important; }
  .home-aside .advert-widget iframe,
  #secondary .advert-widget iframe {
    width: 100%; }

.home-aside .sidebar-code,
#secondary .sidebar-code {
  margin: 0 !important; }

#top-banner {
  margin: 1rem;
  padding: 1.3rem 1rem;
  border-radius: 5px;
  background: #753bbc;
  color: white;
  text-align: center;
  line-height: 1.3em; }
  #top-banner a {
    color: #ffcc33;
    text-decoration: underline; }
    #top-banner a:hover {
      color: white; }

.textwidget ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside; }

.textwidget li {
  margin-bottom: 1em; }

.textwidget br {
  margin-bottom: 0.7em; }

.fool-ecap {
  color: #fff; }
  .fool-ecap p:empty, .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:empty, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .fool-ecap .qmod-comp-desc:empty {
    display: none; }
  .fool-ecap .title,
  .fool-ecap .ecap-form p,
  .fool-ecap .ecap-form .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .fool-ecap .ecap-form .qmod-comp-desc {
    color: inherit;
    font-family: inherit; }
  .fool-ecap .title {
    text-align: left;
    padding: 0;
    margin: 0 0 2rem;
    font-weight: 700;
    letter-spacing: 1px; }
  .fool-ecap .ecap-form {
    position: relative;
    margin: 0; }
    .fool-ecap .ecap-form.loading {
      visibility: hidden; }
      .fool-ecap .ecap-form.loading .loading-spinner {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, opacity 0.2s; }
    
    .fool-ecap .ecap-form p,
    .fool-ecap .ecap-form .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .fool-ecap .ecap-form .qmod-comp-desc {
      margin-bottom: 1.5rem; }
    .fool-ecap .ecap-form > p:first-child, .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .ecap-form > .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .fool-ecap .ecap-form > .qmod-comp-desc:first-child {
      margin-top: 0; }
    .fool-ecap .ecap-form > p:last-child, .fool-ecap .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .ecap-form > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .fool-ecap .ecap-form > .qmod-comp-desc:last-child {
      margin-bottom: 0; }
    .fool-ecap .ecap-form input[type="email"] {
      display: block;
      width: 100%;
      height: 4.2rem;
      line-height: 1;
      font-size: 15px;
      padding-left: 1em;
      border-radius: 0;
      border-style: none;
      box-shadow: none; }
      .fool-ecap .ecap-form input[type="email"]::placeholder {
        color: #616161; }
  .fool-ecap .ecap-disclaimer {
    color: inherit;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 12px; }
    .fool-ecap .ecap-disclaimer a {
      color: inherit;
      text-decoration: underline; }
  .fool-ecap .accept-terms-checkbox {
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 0; }

.home-aside .ecap-widget .ecap-success,
.home-aside .ecap-widget .ecap-error,
#secondary .ecap-widget .ecap-success,
#secondary .ecap-widget .ecap-error,
#colophon .fool-ecap .ecap-success,
#colophon .fool-ecap .ecap-error {
  color: #e70000;
  background-color: white;
  padding: 8px 14px 9px;
  border: 1px solid currentColor;
  margin-top: 15px;
  font-size: 16px; }
  .home-aside .ecap-widget .ecap-success:empty,
  .home-aside .ecap-widget .ecap-error:empty,
  #secondary .ecap-widget .ecap-success:empty,
  #secondary .ecap-widget .ecap-error:empty,
  #colophon .fool-ecap .ecap-success:empty,
  #colophon .fool-ecap .ecap-error:empty {
    display: none; }
  .home-aside .ecap-widget .ecap-success p, .home-aside .ecap-widget .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .home-aside .ecap-widget .ecap-success .qmod-comp-desc,
  .home-aside .ecap-widget .ecap-error p,
  .home-aside .ecap-widget .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .home-aside .ecap-widget .ecap-error .qmod-comp-desc,
  #secondary .ecap-widget .ecap-success p,
  #secondary .ecap-widget .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #secondary .ecap-widget .ecap-success .qmod-comp-desc,
  #secondary .ecap-widget .ecap-error p,
  #secondary .ecap-widget .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #secondary .ecap-widget .ecap-error .qmod-comp-desc,
  #colophon .fool-ecap .ecap-success p,
  #colophon .fool-ecap .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .fool-ecap .ecap-success .qmod-comp-desc,
  #colophon .fool-ecap .ecap-error p,
  #colophon .fool-ecap .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
  .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .fool-ecap .ecap-error .qmod-comp-desc {
    margin-bottom: 0 0 8px;
    color: inherit;
    margin-top: 8px; }
    .home-aside .ecap-widget .ecap-success p:last-child, .home-aside .ecap-widget .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .home-aside .ecap-widget .ecap-success .qmod-comp-desc:last-child,
    .home-aside .ecap-widget .ecap-error p:last-child,
    .home-aside .ecap-widget .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .home-aside .ecap-widget .ecap-error .qmod-comp-desc:last-child,
    #secondary .ecap-widget .ecap-success p:last-child,
    #secondary .ecap-widget .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #secondary .ecap-widget .ecap-success .qmod-comp-desc:last-child,
    #secondary .ecap-widget .ecap-error p:last-child,
    #secondary .ecap-widget .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #secondary .ecap-widget .ecap-error .qmod-comp-desc:last-child,
    #colophon .fool-ecap .ecap-success p:last-child,
    #colophon .fool-ecap .ecap-success .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .fool-ecap .ecap-success .qmod-comp-desc:last-child,
    #colophon .fool-ecap .ecap-error p:last-child,
    #colophon .fool-ecap .ecap-error .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .fool-ecap .ecap-error .qmod-comp-desc:last-child {
      margin-bottom: 0; }

.home-aside .ecap-widget .ecap-success,
#secondary .ecap-widget .ecap-success,
#colophon .fool-ecap .ecap-success {
  color: #20b720; }

#secondary .ecap-widget,
.home-aside .ecap-widget {
  background-color: #485cc7;
  padding: 30px; }

#social-tools > div {
  display: flex;
  justify-content: flex-start;
  padding-left: 2em; }

#social-tools a {
  margin-right: 1em; }

.sidebar-widget .sidebar-socials {
  float: none;
  overflow: auto;
  margin-bottom: 26px; }

#secondary .social-icons div[data-is-using-dashicons="yes"] {
  font-size: 32px;
  padding: 10px 30px 16px; }

.tabs__tab {
  display: none; }
  .tabs__tab:first-of-type {
    display: initial; }

#secondary.sidebar--single-bottom-2020 .textwidget {
  padding-left: 2em; }
  #secondary.sidebar--single-bottom-2020 .textwidget br {
    display: none; }
  #secondary.sidebar--single-bottom-2020 .textwidget strong > a {
    display: block;
    margin-bottom: 15px;
    line-height: 1.3; }

.home-aside .returns-chart,
#secondary .returns-chart {
  position: static;
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  text-align: left; }
  .home-aside .returns-chart figure,
  #secondary .returns-chart figure {
    margin: 0 18px 20px; }
  .home-aside .returns-chart img,
  #secondary .returns-chart img {
    border: 1px solid #f2f2f2;
    padding: 0 5px 10px; }
  .home-aside .returns-chart figcaption,
  #secondary .returns-chart figcaption {
    text-align: right;
    font-size: 11px;
    margin-top: 8px;
    font-style: italic;
    color: #5c5c5c; }
  .home-aside .returns-chart #returns-chart-heading,
  #secondary .returns-chart #returns-chart-heading {
    border-style: none;
    background-image: none;
    box-shadow: none;
    text-transform: none;
    border-radius: 0;
    margin: 0; }
  .home-aside .returns-chart .returns-chart__button,
  #secondary .returns-chart .returns-chart__button {
    margin: 25px auto 30px;
    display: block;
    font-size: 16px;
    max-width: calc(100% - 60px);
    padding: 12px 0 10px;
    line-height: 1.2;
    text-align: center;
    transform: none;
    transition: none;
    font-weight: 700;
    color: #333;
    background-color: #fc3;
    border-color: currentColor; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Jetpack infinite scroll
--------------------------------------------- */
img[src*="dianomi"] {
  position: absolute; }

#page .home-aside .ecap-widget,
#page #secondary .ecap-widget {
  display: block; }

#page .home-aside #returns-chart-heading,
#page .home-aside .widget:not(.fool-ecap) > h3,
#page #secondary #returns-chart-heading,
#page #secondary .widget:not(.fool-ecap) > h3 {
  color: #000; }

#tickerTape,
#tickerTapeLoader {
  visibility: hidden; }

.site-header {
  position: relative; }
  .site-header #tickerTape,
  .site-header #tickerTapeLoader {
    visibility: visible; }

.header-bar {
  position: relative;
  z-index: 5; }
  .header-bar,
  .header-bar a {
    color: #fff; }
  .header-bar::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #485cc7;
    z-index: 7; }

.header-bar,
#mega-menu-header-buttons-2020 {
  height: 65px; }

#mega-menu-header-buttons-2020 {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #mega-menu-header-buttons-2020 > li {
    position: relative;
    flex-shrink: 0;
    z-index: 10; }
  #mega-menu-header-buttons-2020 img,
  #mega-menu-header-buttons-2020 svg {
    width: auto; }
  #mega-menu-header-buttons-2020 path {
    fill: #fff; }
  #mega-menu-header-buttons-2020 .mega-header-login,
  #mega-menu-header-buttons-2020 .mega-header-logout {
    display: none; }
  #mega-menu-header-buttons-2020 .mega-header-login,
  #mega-menu-header-buttons-2020 .mega-header-logout,
  #mega-menu-header-buttons-2020 .mega-toggle-menu,
  #mega-menu-header-buttons-2020 .mega-toggle-search {
    margin-right: 15px; }
    #mega-menu-header-buttons-2020 .mega-header-login:last-child,
    #mega-menu-header-buttons-2020 .mega-header-logout:last-child,
    #mega-menu-header-buttons-2020 .mega-toggle-menu:last-child,
    #mega-menu-header-buttons-2020 .mega-toggle-search:last-child {
      margin-right: 0; }
    #mega-menu-header-buttons-2020 .mega-header-login,
    #mega-menu-header-buttons-2020 .mega-header-login > a,
    #mega-menu-header-buttons-2020 .mega-header-logout,
    #mega-menu-header-buttons-2020 .mega-header-logout > a,
    #mega-menu-header-buttons-2020 .mega-toggle-menu,
    #mega-menu-header-buttons-2020 .mega-toggle-menu > a,
    #mega-menu-header-buttons-2020 .mega-toggle-search,
    #mega-menu-header-buttons-2020 .mega-toggle-search > a {
      min-width: 24px;
      height: 24px;
      line-height: 24px; }
  #mega-menu-header-buttons-2020 .mega-menu-link:not(.mega-menu-logo) {
    display: flex;
    justify-content: center;
    align-items: center; }
    #mega-menu-header-buttons-2020 .mega-menu-link:not(.mega-menu-logo) .dashicons::before {
      color: #fff; }
  #mega-menu-header-buttons-2020 .mega-header-logo {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 15px; }
    #mega-menu-header-buttons-2020 .mega-header-logo h1 {
      margin: 0;
      font-size: 1em; }
    #mega-menu-header-buttons-2020 .mega-header-logo a {
      display: block;
      line-height: 0.7; }
    #mega-menu-header-buttons-2020 .mega-header-logo img {
      width: 100%;
      max-width: 187px;
      image-rendering: -webkit-optimize-contrast; }
  #mega-menu-header-buttons-2020 .mega-header-logo a,
  #mega-menu-header-buttons-2020 .mega-toggle-search a {
    display: block; }
  #mega-menu-header-buttons-2020 .mega-header-search {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    right: 0;
    z-index: 1; }
    #mega-menu-header-buttons-2020 .mega-header-search[aria-expanded="true"], #mega-menu-header-buttons-2020 .mega-header-search.visible {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      transition: visibility 0s 0s, opacity 0.2s, transform 0.2s; }
    #mega-menu-header-buttons-2020 .mega-header-search ::placeholder {
      color: #5c5c5c;
      opacity: 1; }
  #mega-menu-header-buttons-2020 .mega-search {
    position: relative; }
    #mega-menu-header-buttons-2020 .mega-search .dashicons-search {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 35px;
      width: 35px;
      line-height: 35px;
      margin: auto;
      z-index: 2;
      font-size: 18px;
      color: #5c5c5c; }
    #mega-menu-header-buttons-2020 .mega-search input[type="submit"] {
      position: absolute;
      width: 35px;
      height: 35px;
      right: 0;
      border-style: none;
      background-color: transparent;
      overflow: hidden;
      text-indent: 45px;
      padding: 0;
      z-index: 3;
      cursor: pointer; }
    #mega-menu-header-buttons-2020 .mega-search .awesomplete,
    #mega-menu-header-buttons-2020 .mega-search input[type="text"] {
      display: block;
      width: 100%;
      height: 45px;
      border-style: none; }
    #mega-menu-header-buttons-2020 .mega-search input[type="text"] {
      font-size: 14px;
      padding: 15px 32px 15px 15px;
      background-color: #fafafa;
      margin-bottom: 0; }
    #mega-menu-header-buttons-2020 .mega-search .awesomplete {
      padding: 0; }
  #mega-menu-header-buttons-2020 .mega-toggle-search svg {
    height: 10px; }
  #mega-menu-header-buttons-2020 .mega-menu-link {
    font-size: 24px;
    padding: 2px 7px 0 8px; }
  #mega-menu-header-buttons-2020 .mega-header-logo a,
  #mega-menu-header-buttons-2020 .mega-toggle-search a {
    padding: 0; }
  @media screen and (min-width: 768px) {
    #mega-menu-header-buttons-2020 .mega-menu-link {
      font-size: 18px; }
    #mega-menu-header-buttons-2020 .mega-menu-link:not(.mega-menu-logo) {
      border: 1px solid #fff;
      color: #fff;
      transition: transform 200ms ease-in-out; }
      #mega-menu-header-buttons-2020 .mega-menu-link:not(.mega-menu-logo):hover {
        transform: scale(1.1); }
    #mega-menu-header-buttons-2020 .mega-header-logo {
      flex-grow: 0; }
    #mega-menu-header-buttons-2020 .mega-toggle-search {
      display: none; }
    #mega-menu-header-buttons-2020 .mega-header-search {
      position: static;
      visibility: visible;
      opacity: 1;
      transform: none;
      transition: none;
      background-color: transparent;
      flex-grow: 1;
      margin: 0 30px;
      max-width: 1270px;
      z-index: 10; }
      #mega-menu-header-buttons-2020 .mega-header-search input[type="text"] {
        background-color: #fff;
        border-style: solid; }
    #mega-menu-header-buttons-2020 .mega-header-login,
    #mega-menu-header-buttons-2020 .mega-header-logout {
      display: block; }
    #mega-menu-header-buttons-2020 .mega-header-login,
    #mega-menu-header-buttons-2020 .mega-header-login > a,
    #mega-menu-header-buttons-2020 .mega-header-logout,
    #mega-menu-header-buttons-2020 .mega-header-logout > a,
    #mega-menu-header-buttons-2020 .mega-toggle-menu,
    #mega-menu-header-buttons-2020 .mega-toggle-menu > a,
    #mega-menu-header-buttons-2020 .mega-toggle-search,
    #mega-menu-header-buttons-2020 .mega-toggle-search > a {
      min-width: 45px;
      height: 45px;
      line-height: 45px; }
    #mega-menu-header-buttons-2020 .mega-menu-link {
      padding-left: 27px;
      padding-right: 28px; } }

body[data-has-main-nav="false"] #mega-menu-header-buttons-2020 {
  justify-content: center; }
  body[data-has-main-nav="false"] #mega-menu-header-buttons-2020 > li:not(.mega-header-logo) {
    display: none; }

.mega-search .awesomplete li.selected {
  outline: 2px solid rgba(231, 0, 0, 0.28); }

#main-menu .mega-sub-menu a:active, #main-menu .mega-sub-menu a:focus {
  box-shadow: 0 -2px 0 0 inset #485c08; }

#mega-menu-header-buttons-2020 .mega-menu-link:not(.mega-menu-logo) {
  color: #fff; }

.mega-menu-toggle {
  display: none; }

.mega-sub-menu,
.mega-sub-menu ul,
.mega-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.mega-menu {
  display: flex; }

#main-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  opacity: 1; }
  #main-menu[aria-expanded="true"], #main-menu.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: visibility 0s 0s, opacity 0.2s, transform 0.2s; }
  #main-menu[aria-expanded="true"] {
    display: block; }
  #main-menu .inner-container {
    padding: 0; }
  #main-menu .mega-menu {
    display: block; }

#mega-menu-main-menu-2020.no-outline a {
  outline: none; }

#mega-menu-main-menu-2020 .premium .mega-sub-menu li:empty,
#mega-menu-main-menu-2020 .mega-menu-link + .mega-sub-menu {
  display: none; }

#mega-menu-main-menu-2020 .mega-menu-link[aria-expanded="true"] + .mega-sub-menu {
  display: block; }

#mega-menu-main-menu-2020 .mega-indicator {
  position: absolute;
  width: 5px;
  height: 7px;
  background-color: currentColor;
  top: 31px;
  right: 11px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%); }

#mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > a,
#mega-menu-main-menu-2020 .mega-block-title,
#mega-menu-main-menu-2020 .textwidget li {
  position: relative;
  display: block;
  padding: 24px 0 27px 14px;
  margin: 0;
  border: 1px solid #ccc;
  border-top-style: none; }
  #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > a[aria-expanded="true"],
  #mega-menu-main-menu-2020 .mega-block-title[aria-expanded="true"],
  #mega-menu-main-menu-2020 .textwidget li[aria-expanded="true"] {
    color: #000; }
    #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > a[aria-expanded="true"] .mega-indicator,
    #mega-menu-main-menu-2020 .mega-block-title[aria-expanded="true"] .mega-indicator,
    #mega-menu-main-menu-2020 .textwidget li[aria-expanded="true"] .mega-indicator {
      transform: rotate(90deg); }

#mega-menu-main-menu-2020 > .mega-menu-item > a {
  box-shadow: none; }

#mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a {
  width: auto; }

#mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a {
  border: 0.1rem solid #0c73b3;
  color: #0c73b3;
  font-size: 16px;
  background: none;
  border-radius: 0;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
  padding: 0.6rem 1rem;
  display: inline-block;
  margin-top: -9px; }
  @media screen and (min-width: 1024px) {
    #mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a {
      padding: 1.2rem 2.5rem; } }
  #mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0c73b3; }
  #mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a:focus {
    outline: thin dotted currentColor; }
  @media screen and (max-width: 899px) {
    #mega-menu-main-menu-2020 > .mega-menu-item.btn-item > a {
      width: 100%;
      text-align: center;
      line-height: 2;
      padding-top: 17px; } }

#mega-menu-main-menu-2020 .mega-block-title {
  color: #0c73b3;
  padding-left: 28px; }
  #mega-menu-main-menu-2020 .mega-block-title + .textwidget {
    display: none; }

#mega-menu-main-menu-2020 .textwidget {
  padding: 0; }
  #mega-menu-main-menu-2020 .textwidget li {
    padding: 24px 42px 27px; }
  #mega-menu-main-menu-2020 .textwidget > p, #mega-menu-main-menu-2020 .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .textwidget > .qmod-comp-desc {
    padding: 0 42px; }
  #mega-menu-main-menu-2020 .textwidget > p:last-child, #mega-menu-main-menu-2020 .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .textwidget > .qmod-comp-desc:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-bottom: 30px; }

#mega-menu-main-menu-2020 .stock-index p, #mega-menu-main-menu-2020 .stock-index .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .stock-index .qmod-comp-desc {
  word-spacing: 25px;
  line-height: 2.5; }

#mega-menu-main-menu-2020 .stock-index a:first-child {
  display: block;
  word-spacing: 0; }

#mega-menu-main-menu-2020 .stock-index .separator {
  display: none; }

#mega-menu-main-menu-2020 .stock-index br {
  display: none; }

#mega-menu-main-menu-2020 .our-purpose .textwidget p:first-child, #mega-menu-main-menu-2020 .our-purpose .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .our-purpose .textwidget .qmod-comp-desc:first-child {
  padding: 10px 0 10px 17px;
  margin-left: 42px;
  border-left: 2px solid #485cc7;
  margin-top: 32px; }

#mega-menu-main-menu-2020 .mega-block-title[aria-expanded="true"] + .textwidget {
  display: block; }

@media screen and (min-width: 900px) {
  .mega-menu .mega-sub-menu {
    display: flex; }
  .mega-menu .mega-menu-column {
    margin-right: 30px; }
    .mega-menu .mega-menu-column:last-child {
      margin-right: 0 !important; }
    .mega-menu .mega-menu-column .mega-sub-menu {
      flex-direction: column; }
  .mega-menu .mega-menu-columns-6-of-12,
  .mega-menu .mega-menu-columns-1-of-2 {
    max-width: calc((100% / 2) - (30px / 2)); }
  .mega-menu .mega-menu-columns-4-of-12,
  .mega-menu .mega-menu-columns-1-of-3 {
    max-width: calc((100% / 3) - (60px / 3)); }
  .mega-menu .mega-menu-columns-3-of-12,
  .mega-menu .mega-menu-columns-1-of-4 {
    max-width: calc((100% / 4) - (90px / 4)); }
  .mega-menu .mega-menu-columns-1-of-5 {
    max-width: calc((100% / 5) - (120px / 5)); }
  .mega-menu .mega-menu-columns-2-of-12,
  .mega-menu .mega-menu-columns-1-of-6 {
    max-width: calc((100% / 6) - (150px / 6)); }
  .mega-menu .mega-menu-columns-1-of-1,
  .mega-menu .mega-menu-columns-1-of-2:nth-child(2),
  .mega-menu .mega-menu-columns-1-of-3:nth-child(3),
  .mega-menu .mega-menu-columns-1-of-4:nth-child(4) {
    margin-right: 0; }
  #mega-menu-header-buttons-2020 .mega-toggle-menu {
    display: none; }
  .header-bar {
    position: relative;
    z-index: 2; }
  #main-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
    width: auto;
    padding-top: 1.3em;
    font-size: 16px;
    position: relative;
    z-index: 1; }
    #main-menu::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background-color: #fff;
      z-index: 3;
      border-bottom: 1px solid #f2f2f2; } }
    @media screen and (min-width: 900px) and (min-width: 1218px) {
      #main-menu::after {
        margin: 0 calc(((100% - 1270px) / 2) + 26px); } }

@media screen and (min-width: 900px) {
    #main-menu .inner-container {
      padding: 0 26px; }
    #main-menu .mega-menu {
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
  #mega-menu-main-menu-2020 .mega-indicator {
    display: none; }
  #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > a,
  #mega-menu-main-menu-2020 .mega-block-title,
  #mega-menu-main-menu-2020 .textwidget li {
    padding: 0;
    display: block;
    border-style: none; }
  #mega-menu-main-menu-2020 > .mega-menu-item {
    margin-right: 32px;
    max-height: 4rem; }
    #mega-menu-main-menu-2020 > .mega-menu-item > .mega-menu-link {
      position: relative;
      z-index: 4; }
    #mega-menu-main-menu-2020 > .mega-menu-item .mega-menu-row .mega-sub-menu {
      padding-top: 6px; }
    #mega-menu-main-menu-2020 > .mega-menu-item .mega-menu-row.vertical-submenus .mega-menu-column .mega-sub-menu {
      flex-direction: column; }
      #mega-menu-main-menu-2020 > .mega-menu-item .mega-menu-row.vertical-submenus .mega-menu-column .mega-sub-menu > li {
        margin: 10px 0; }
    #mega-menu-main-menu-2020 > .mega-menu-item.premium .mega-sub-menu .textwidget,
    #mega-menu-main-menu-2020 > .mega-menu-item.premium .mega-sub-menu .widget-button {
      margin-top: 0 !important; }
    #mega-menu-main-menu-2020 > .mega-menu-item.premium .mega-sub-menu .btn {
      width: 100%;
      text-align: center;
      font-size: 28px;
      padding: 18px; }
    #mega-menu-main-menu-2020 > .mega-menu-item .mega-menu-row.justified .mega-sub-menu {
      justify-content: space-between; }
    #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu {
      visibility: hidden;
      opacity: 0;
      transform: translateY(-100%);
      transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
      display: block;
      position: absolute;
      opacity: 1;
      top: 51px;
      background-color: #fff;
      z-index: 1;
      left: 0;
      width: 100%;
      padding: 0 26px; }
      #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu[aria-expanded="true"], #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu.visible {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: visibility 0s 0s, opacity 0.2s, transform 0.2s; } }
    @media screen and (min-width: 900px) and (min-width: 1270px) {
      #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu {
        padding: 0 calc(((100% - 1270px) / 2) + 26px); } }

@media screen and (min-width: 900px) {
  #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) {
    border-bottom: 2px solid #fff; }
    #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item).last-desktop-item, #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):last-child {
      margin-right: 0; }
    #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):hover, #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):focus-within, #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item)[data-is-expanded="true"] {
      border-color: #0b7bc1; }
      #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):hover > .mega-sub-menu, #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):focus-within > .mega-sub-menu, #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item)[data-is-expanded="true"] > .mega-sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: visibility 0s 0s, opacity 0.2s, transform 0.2s;
        z-index: 2; }
    #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item):hover > .mega-sub-menu {
      z-index: 3; }
    #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > .mega-menu-link {
      padding-bottom: 2px; }
  #mega-menu-main-menu-2020 .mega-menu-row {
    width: 100%; }
    #mega-menu-main-menu-2020 .mega-menu-row h4 {
      font-weight: 700;
      font-size: 1em;
      color: inherit; }
    #mega-menu-main-menu-2020 .mega-menu-row:not(.no-border) h4,
    #mega-menu-main-menu-2020 .mega-menu-row:not(.no-border) .textwidget {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 0.2em; }
    #mega-menu-main-menu-2020 .mega-menu-row:last-of-type {
      padding-bottom: 30px; }
      #mega-menu-main-menu-2020 .mega-menu-row:last-of-type .textwidget {
        border-bottom-style: none; }
  #mega-menu-main-menu-2020 .textwidget li {
    line-height: 1.3;
    margin-bottom: 0.7em; }
    #mega-menu-main-menu-2020 .textwidget li strong {
      border-top: 1px solid #f2f2f2;
      padding-top: 15px;
      display: block;
      margin-top: 20px; }
    #mega-menu-main-menu-2020 .textwidget li:first-child strong {
      border-top-style: none;
      padding-top: 0;
      display: inline;
      margin-top: 0; }
  #mega-menu-main-menu-2020 .textwidget a {
    color: inherit; }
  #mega-menu-main-menu-2020 .textwidget > p, #mega-menu-main-menu-2020 .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .textwidget > .qmod-comp-desc {
    padding: 0; }
  #mega-menu-main-menu-2020 .textwidget > p:last-child, #mega-menu-main-menu-2020 .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .textwidget > .qmod-comp-desc:last-child {
    border-bottom-style: none; }
  #mega-menu-main-menu-2020 .stock-index a {
    color: #0c73b3;
    padding: 0.2em;
    white-space: nowrap; }
  #mega-menu-main-menu-2020 .stock-index p, #mega-menu-main-menu-2020 .stock-index .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .stock-index .qmod-comp-desc {
    display: flex;
    align-items: center;
    margin-top: 4px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2; }
  #mega-menu-main-menu-2020 .stock-index h4 {
    border-bottom-style: none;
    font-size: 0.8em;
    margin-top: 1.2em;
    margin-bottom: 0; }
  #mega-menu-main-menu-2020 .stock-index .separator {
    display: inline;
    margin: 0 0.7em; }
  #mega-menu-main-menu-2020 .stock-index br {
    display: none; }
  #mega-menu-main-menu-2020 .service {
    display: flex; }
  #mega-menu-main-menu-2020 .no-columns .textwidget p, #mega-menu-main-menu-2020 .no-columns .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .no-columns .textwidget .qmod-comp-desc {
    margin: 0 0 1.6em; }
  #mega-menu-main-menu-2020 .our-purpose .textwidget p:first-child, #mega-menu-main-menu-2020 .our-purpose .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #mega-menu-main-menu-2020 .our-purpose .textwidget .qmod-comp-desc:first-child {
    padding: 0;
    margin-left: 0;
    border-left-style: none;
    margin-top: 0; }
  #mega-menu-main-menu-2020 .mega-header-login,
  #mega-menu-main-menu-2020 .mega-header-logout {
    display: none; }
  #mega-menu-main-menu-2020 .premium-compare {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 32px;
    margin: 12px auto 4px; }
    #mega-menu-main-menu-2020 .premium-compare .mega-sub-menu {
      flex-direction: column;
      align-items: center; }
    #mega-menu-main-menu-2020 .premium-compare .mega-block-title {
      margin-bottom: 20px; }
    #mega-menu-main-menu-2020 .premium-compare .textwidget {
      display: none; }
  #main-menu #mega-menu-main-menu-2020 > .mega-menu-item:not(.btn-item) > .mega-menu-link {
    border-style: none; }
  #main-menu #mega-menu-main-menu-2020 .textwidget {
    display: flex;
    margin-top: 16px; }
    #main-menu #mega-menu-main-menu-2020 .textwidget > p:last-child, #main-menu #mega-menu-main-menu-2020 .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-menu #mega-menu-main-menu-2020 .textwidget > .qmod-comp-desc:last-child {
      padding-bottom: 0; }
    #main-menu #mega-menu-main-menu-2020 .textwidget > ul {
      margin-left: 30px; }
    #main-menu #mega-menu-main-menu-2020 .textwidget > ul:first-child {
      margin-left: 0; }
  #main-menu #mega-menu-main-menu-2020 .title-row .textwidget {
    display: none; }
  #main-menu #mega-menu-main-menu-2020 .stock-index .textwidget {
    margin-top: 0; }
  #main-menu #mega-menu-main-menu-2020 .no-columns .textwidget {
    display: block; }
  #main-menu #mega-menu-main-menu-2020 .textwidget p:last-of-type, #main-menu #mega-menu-main-menu-2020 .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-of-type, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #main-menu #mega-menu-main-menu-2020 .textwidget .qmod-comp-desc:last-of-type {
    margin-bottom: 0.4em; } }

#mega-menu-footer-2020 {
  margin-bottom: 30px; }
  #mega-menu-footer-2020 .mega-menu-column {
    margin-right: 60px; }
    #mega-menu-footer-2020 .mega-menu-column .mega-sub-menu {
      align-items: flex-start;
      text-align: left; }
  #mega-menu-footer-2020,
  #mega-menu-footer-2020 > li > ul {
    justify-content: center; }
  @media screen and (max-width: 900px) {
    #mega-menu-footer-2020 .mega-sub-menu {
      text-align: left; }
      #mega-menu-footer-2020 .mega-sub-menu h4 {
        margin: 3rem 0 1rem;
        font-size: 1.2em; }
      #mega-menu-footer-2020 .mega-sub-menu .dashicons,
      #mega-menu-footer-2020 .mega-sub-menu .dashicons-before::before {
        font-size: 1.6em;
        width: 1.6em;
        height: 1.6em; } }

@media screen and (min-width: 940px) {
  #main-menu {
    font-size: 17px; }
  #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu {
    top: 54px;
    border-bottom: 1px solid #f2f2f2; } }

@media screen and (min-width: 980px) {
  #main-menu {
    font-size: 18px; }
  #mega-menu-main-menu-2020 > .mega-menu-item > .mega-sub-menu {
    top: 57px; } }

#main-container + #colophon {
  margin-top: 60px; }

#colophon {
  clear: both;
  font-size: 14px;
  min-height: 400px;
  margin-bottom: 0; }
  #colophon > .inner-container {
    display: grid;
    padding: 0;
    max-width: 1270px; }
    #colophon > .inner-container > section {
      padding-left: 26px;
      padding-right: 26px; }
    #colophon > .inner-container > section:nth-child(1),
    #colophon > .inner-container > section:nth-child(2) .textwidget {
      padding-top: 30px; }
    #colophon > .inner-container > section:nth-child(1) {
      padding-bottom: 30px;
      justify-self: center; }
    #colophon > .inner-container > section:nth-child(2),
    #colophon > .inner-container > section:nth-child(3),
    #colophon > .inner-container > section:nth-child(4) {
      background-color: #485cc7;
      color: #fff; }
    #colophon > .inner-container > section:nth-child(3) {
      padding-top: 24px;
      grid-row: 1; }
    #colophon > .inner-container > section:nth-child(4) {
      grid-row: 2; }
    #colophon > .inner-container > section:nth-child(2) .textwidget img {
      height: auto;
      width: 100%; }
    #colophon > .inner-container .fool-ecap > .inner-container,
    #colophon > .inner-container .fool-ecap > header,
    #colophon > .inner-container .fool-ecap input[type="email"],
    #colophon > .inner-container > section:nth-child(2) .textwidget,
    #colophon > .inner-container .social-icons > div {
      max-width: 386px;
      margin: 0 auto; }
    #colophon > .inner-container > section:nth-child(2) .textwidget p:first-child, #colophon > .inner-container > section:nth-child(2) .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon > .inner-container > section:nth-child(2) .textwidget .qmod-comp-desc:first-child {
      line-height: 0;
      margin-bottom: 40px; }
    #colophon > .inner-container > section:nth-child(2) .textwidget li:last-child {
      margin-bottom: 0; }
    #colophon > .inner-container > section:nth-child(2) .textwidget ul {
      margin-bottom: 20px; }
      #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child {
        position: relative;
        width: calc(100% + 52px);
        display: block;
        right: 26px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 15px 0 30px 60px;
        max-height: none; }
        @media screen and (min-width: 438px) {
          #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child {
            width: calc(100% + 52px + (100vw - 438px));
            right: calc(26px + ((100vw - 438px) / 2)); } }
        #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child li {
          display: block;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; }
        #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child a {
          color: #0c73b3; }
    #colophon > .inner-container > section:nth-child(2) .textwidget a {
      color: inherit; }
  #colophon .fool-ecap .loading-spinner {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 15"><circle fill="rgba(255, 255, 255, 0.95)" cx="6" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".1"/></circle><circle fill="rgba(255, 255, 255, 0.95)" cx="26" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".2"/></circle><circle fill="rgba(255, 255, 255, 0.95)" cx="46" cy="6" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" repeatCount="indefinite" begin=".3"/></circle></svg>');
    background-size: 60px 15px;
    background-repeat: no-repeat; }
    #colophon .fool-ecap .loading-spinner .hide-when-loading {
      visibility: hidden; }
  #colophon .fool-ecap .ecap-disclaimer {
    margin-top: 15px; }
    #colophon .fool-ecap .ecap-disclaimer,
    #colophon .fool-ecap .ecap-disclaimer label {
      font-size: 12px;
      line-height: 1.5; }
  #colophon .fool-ecap .ecap-success,
  #colophon .fool-ecap .ecap-error {
    margin-top: 15px; }
  #colophon .fool-ecap input[type="submit"] {
    box-shadow: none; }
  #colophon p, #colophon .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .qmod-comp-desc {
    font-size: 18px;
    line-height: 1.9; }
  #colophon blockquote {
    padding: 15px 0 15px 17px;
    font-size: 18px;
    font-weight: 600;
    max-width: 280px;
    margin-bottom: 1rem; }
    #colophon blockquote,
    #colophon blockquote p,
    #colophon blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon blockquote .qmod-comp-desc {
      color: inherit; }
    
    #colophon blockquote p,
    #colophon blockquote .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc,
    .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon blockquote .qmod-comp-desc {
      margin: 0;
      line-height: 1.4; }
  #colophon ul {
    width: 276px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 190px;
    align-content: space-between;
    list-style-type: none;
    font-size: 18px; }
    #colophon ul li {
      margin-bottom: 8px; }
  #colophon h3 {
    margin-bottom: 2rem; }
  #colophon .fool-ecap {
    border-style: none;
    background-color: transparent; }
    #colophon .fool-ecap > .inner-container {
      padding: 0; }
    #colophon .fool-ecap .above-email {
      font-size: 14px; }
    #colophon .fool-ecap input[type="email"] {
      width: calc(100vw - (26px * 2));
      max-width: 333px; }
  #colophon .widget:nth-of-type(2) .textwidget > p:first-child, #colophon .widget:nth-of-type(2) .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .textwidget > .qmod-comp-desc:first-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .widget:nth-of-type(2) .textwidget > .qmod-comp-desc:first-child {
    margin-top: 1px; }
  #colophon .textwidget {
    padding-left: 0; }
    #colophon .textwidget h3 {
      font-size: 1.8rem;
      font-weight: 400;
      margin: 15px 0 18px; }
    #colophon .textwidget p:last-child, #colophon .textwidget .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .textwidget .qmod-comp-desc:last-child {
      margin-bottom: 0; }
  #colophon .social-icons {
    padding: 14px 0 24px;
    position: relative;
    bottom: 1px; }
    #colophon .social-icons h3 {
      display: none; }
    #colophon .social-icons div[data-is-using-dashicons="yes"] a {
      padding: 5px;
      background-color: #fff;
      border-radius: 50%; }
    #colophon .social-icons a {
      display: inline-block;
      margin-right: 1em;
      color: #485cc7; }
    #colophon .social-icons .dashicons {
      font-size: 18px;
      display: block; }
    #colophon .social-icons .dashicons-video-alt3 {
      position: relative;
      right: 1px; }
    #colophon .social-icons .dashicons-rss {
      position: relative;
      left: 1px; }
    #colophon .social-icons img {
      width: 24px; }

@media screen and (min-width: 670px) {
  #colophon {
    padding: 25px 0;
    background-color: #485cc7;
    color: #fff; }
    #colophon > .inner-container {
      padding: 0 26px;
      grid-gap: 0 30px;
      grid-template-columns: auto 276px;
      grid-template-rows: repeat(3, auto);
      justify-content: center; }
      #colophon > .inner-container > section {
        padding-left: 0;
        padding-right: 0; }
      #colophon > .inner-container > section:nth-child(1),
      #colophon > .inner-container > section:nth-child(2) .textwidget,
      #colophon > .inner-container > section:nth-child(3) {
        padding-top: 0; }
      #colophon > .inner-container > section:nth-child(4) {
        padding-bottom: 0; }
      #colophon > .inner-container > section:nth-child(3),
      #colophon > .inner-container > section:nth-child(4) {
        grid-column: 1;
        grid-row: auto; }
      #colophon > .inner-container > section:nth-child(1) > h3 {
        margin-bottom: 26px; }
      #colophon > .inner-container > section:nth-child(1) .textwidget {
        max-width: 386px;
        min-width: 336px; }
      #colophon > .inner-container > section:nth-child(2) .textwidget {
        width: 276px; }
        #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child {
          width: auto;
          padding: 0;
          position: static;
          background-color: transparent; }
          #colophon > .inner-container > section:nth-child(2) .textwidget ul:last-child a {
            color: inherit; }
      #colophon > .inner-container .fool-ecap > header,
      #colophon > .inner-container .fool-ecap > .inner-container,
      #colophon > .inner-container .fool-ecap input[type="email"],
      #colophon > .inner-container .social-icons > div {
        max-width: 333px;
        margin-left: 0; }
      #colophon > .inner-container > section:nth-child(1) a {
        color: inherit; }
    #colophon ul {
      max-height: 150px;
      width: 256px;
      font-size: 14px; }
    #colophon p, #colophon .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #colophon .qmod-comp-desc {
      font-size: 14px; }
    #colophon blockquote {
      border-left-color: #fff;
      padding: 0.2em 1em; } }

@media screen and (min-width: 980px) {
  #colophon > .inner-container {
    grid-gap: 0 30px;
    grid-template-columns: auto 276px 1fr;
    grid-template-rows: auto 1fr; }
    #colophon > .inner-container > section:nth-child(1),
    #colophon > .inner-container > section:nth-child(2) {
      grid-row: 1 / span 2; }
    #colophon > .inner-container > section:nth-child(3),
    #colophon > .inner-container > section:nth-child(4) {
      grid-column: 3; }
    #colophon > .inner-container > section:nth-child(1) .textwidget {
      max-width: 386px;
      min-width: 336px; }
    #colophon > .inner-container > section:nth-child(2) .textwidget {
      width: 276px; }
    #colophon > .inner-container .fool-ecap input[type="email"],
    #colophon > .inner-container .social-icons > div,
    #colophon > .inner-container .fool-ecap {
      max-width: 329px;
      width: 270px;
      margin-left: auto;
      margin-right: 0; } }

@media (min-width: 1040px) {
  #colophon > .inner-container .fool-ecap input[type="email"],
  #colophon > .inner-container .social-icons > div,
  #colophon > .inner-container .fool-ecap {
    width: calc(100vw - (336px + 276px + 2 * (30px + 26px))); } }

#page-foot {
  text-align: left;
  min-height: 345px;
  padding-top: 0;
  background-color: transparent; }
  #page-foot a {
    color: #0c73b3; }
  #page-foot .foot-widget:nth-child(1) {
    padding-bottom: 20px; }
  #page-foot .foot-widget:nth-child(2) {
    padding-top: 20px;
    background-color: #fff; }
  #page-foot .textwidget {
    color: #000;
    padding: 30px 34px 0; }
  #page-foot ul:not(#footer-nav-menu) {
    padding-top: 20px;
    list-style-type: none;
    line-height: 1.8;
    margin-bottom: 0; }
  @media screen and (min-width: 980px) {
    #page-foot {
      background-color: #fafafa; }
      #page-foot .inner-container {
        padding: 0 26px; }
        #page-foot .inner-container .textwidget {
          padding: 30px 0 0; } }

@media (max-width: 500px) {
  #colophon .fool-ecap .above-email {
    white-space: normal !important; } }

#primary .article-pitch p:last-child a, #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .article-pitch .qmod-comp-desc:last-child a,
#primary .cta_pitch_link a {
  display: block;
  width: fit-content;
  padding: 5px 35px 5px 35px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  background-color: #5fa85d;
  border: solid 1px #43a24a;
  font-size: 20px;
  text-align: center; }
  #primary .article-pitch p:last-child a:hover, #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a:hover, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .article-pitch .qmod-comp-desc:last-child a:hover, #primary .article-pitch p:last-child a:focus, #primary .article-pitch .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .qmod-comp-desc:last-child a:focus, .financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary #primary .article-pitch .qmod-comp-desc:last-child a:focus,
  #primary .cta_pitch_link a:hover,
  #primary .cta_pitch_link a:focus {
    background-color: #1b9b1b; }

#main-container .chicklets {
  margin-bottom: 16px;
  flex-wrap: wrap; }

#main-container .chicklets strong {
  margin-bottom: 16px; }

#ticker-widget-area {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0 0 !important; }
  #ticker-widget-area .cta_pitch_link a {
    display: inline-block;
    color: #fff;
    background-color: #21b820;
    padding: 9px 18px;
    text-align: center;
    line-height: 1.4; }
  #ticker-widget-area .pitch-returns,
  #ticker-widget-area .pitch-returns span {
    color: #767676;
    font-weight: 400;
    font-style: italic;
    font-size: 0.9em; }

#announcement-document {
  min-height: 800px; }


.financial-page .entry-content > p,
.financial-page .basic-financial-info.quotemediaapi #jsvarsheaderoutput .header-summary .entry-content > .qmod-comp-desc {
  display: revert; }

.home .site-header {
  padding-bottom: 47px; }

.home-grid .market-movers .market-movers__listing {
  overflow-x: auto; }

#home-services-tabs .tabs__tab > aside figcaption {
  position: absolute;
  top: -3.6em;
  right: 0;
  font-size: 10px;
  margin-top: 0; }

#secondary .fool-ecap button[type="submit"] > span,
#colophon .fool-ecap button[type="submit"] > span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  #secondary .fool-ecap button[type="submit"] > span:focus,
  #colophon .fool-ecap button[type="submit"] > span:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

#secondary .fool-ecap button[type="submit"],
#secondary .fool-ecap input[type="submit"][value=""],
#colophon .fool-ecap button[type="submit"],
#colophon .fool-ecap input[type="submit"][value=""] {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-style: none;
  z-index: 2;
  background: transparent url(/wp-content/themes/freesite-2020-theme/assets/dist/images/send.png) center/50% no-repeat; }

.single #secondary .fool-ecap button[type="submit"] {
  background-color: transparent; }

.single-sfr #main-container,
.single-sfrecap #main-container {
  padding-bottom: 60px; }
  .single-sfr #main-container .entry-content,
  .single-sfrecap #main-container .entry-content {
    opacity: 1; }

.single-sfr .fool-ecap .ecap-form input.email,
.single-sfrecap .fool-ecap .ecap-form input.email {
  display: inline-block;
  width: 100%;
  text-indent: 15px;
  margin: 0 0 32px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 0;
  line-height: 2;
  height: auto;
  padding: 10px 10px 10px 0;
  font-size: 15px; }
  @media (min-width: 600px) {
    .single-sfr .fool-ecap .ecap-form input.email,
    .single-sfrecap .fool-ecap .ecap-form input.email {
      margin: 0; } }

.single-sfr.has-ecap-bg #main-container,
.single-sfr.has-ecap-bg .sfr-footer,
.single-sfrecap.has-ecap-bg #main-container,
.single-sfrecap.has-ecap-bg .sfr-footer {
  max-width: 600px;
  margin: 0 auto; }

.single-sfr.has-ecap-bg .textwidget,
.single-sfrecap.has-ecap-bg .textwidget {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.advert-label {
  position: absolute;
  top: 0;
  right: calc(50% - 320px);
  background: #eee;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 2000;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px; }

.single-tmfcommercepage #main-container .cta-link {
  display: inline-block; }

@media (max-width: 760px) {
  #order-form-container {
    padding: 0; }
  .single-tmfcommercepage #main-container article {
    width: auto !important; } }

/*# sourceMappingURL=aumf.css.map */