@charset "UTF-8";
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* @2x Images (Pixel Ratio of 1.25+) */
/* @3x Images (Pixel Ratio of 2.25+) */
/* @4x Images (Pixel Ratio of 3.25+) */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.body-fancybox-active {
  overflow-x: hidden;
  max-width: 100vw;
}

html, body {
  min-height: 100%;
}
html.mobile-menu-show, body.mobile-menu-show {
  overflow: hidden;
  max-height: 100vh;
}

body {
  min-height: 99.9%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #fff;
}
.mobile-menu-show body {
  overflow: hidden;
  max-height: 100vh;
}
@media print {
  body {
    display: block;
    float: none;
  }
}

/* Scroller */
/* Scroller */
/* Screen Reader */
.skip-link {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.skip-link:focus {
  color: #fff;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

/* Screen Reader */
.wrapper {
  max-width: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-areas: "header" "content" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  min-height: 100vh;
}
@media print {
  .wrapper {
    display: block;
    float: none;
  }
}

.content-wrap {
  max-width: 100vw;
  grid-area: content;
}

.container {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1110px + 30px);
  margin: 0 auto;
}
.login-box .container {
  max-width: calc(940px + 30px);
}

.checkout-page .main_content .container {
  max-width: calc(940px + 30px);
}

.create-account-page .main_content .container {
  max-width: calc(680px + 30px);
}

#lm-page-settings-bar {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1112px + 30px);
  margin-left: auto;
  margin-right: auto;
}
.content-box #lm-page-settings-bar {
  max-width: 100%;
  padding: 0;
}

.site-header {
  grid-area: header;
  background-color: #FBFBFB;
  box-shadow: 0 1px 0 0 #D8D8D8;
  padding: 19px 0 18px;
  position: relative;
}
.site-header .container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.site-header.full-header .container {
  max-width: 100%;
}
.site-header .logo {
  padding: 0;
  text-align: center;
}
.site-header .logo-portfolio {
  padding: 17px 24px 16px;
  color: #052334;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}
.site-header .logo-portfolio img {
  margin-right: 20px;
}
.site-header .right-part {
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.site-header .right-part .save-back {
  margin-top: 19px;
  margin-right: 24px;
  display: inline-block;
}
.site-header [class*=-navigation] ul {
  margin: 0;
  padding: 0;
}
.site-header [class*=-navigation] ul li {
  list-style: none;
  margin: 0;
}
.site-header [class*=-navigation] ul li a {
  display: block;
  color: #052334;
  text-decoration: none;
  line-height: 1.875;
}
.site-header [class*=-navigation].full > ul {
  display: flex;
  align-items: center;
}
.site-header [class*=-navigation].full > ul > li {
  margin: -19px 0 -18px;
}
.site-header [class*=-navigation].full > ul > li > a {
  padding: 25px 20px 22px;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.site-header [class*=-navigation].full > ul > li > a.user-drop {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-activeitem > a {
  border-bottom-color: #42bbff;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem {
  position: relative;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: solid 1px #d8d8d8;
  min-width: 330px;
  display: none;
  z-index: 9999;
  text-align: left;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul li {
  border-top: 1px solid #d8d8d8;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul li.lm-nav-firstitem {
  border-top: none;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul li a {
  padding: 19px 23px 17px;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul li a:hover {
  background: #f7f9fa;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem ul li.lm-nav-activeitem a {
  background: #f7f9fa;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem.lm-nav-lastitem ul {
  left: auto;
  right: 0;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-width: 5px 4px 0 4px;
  border-color: rgba(5, 35, 52, 0.6) transparent transparent transparent;
  border-style: solid;
  margin-left: 12px;
}
.site-header [class*=-navigation].full > ul > li.lm-nav-parentitem:hover ul {
  display: block;
}
.site-header [class*=-navigation].collapsed {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  overflow: auto;
  min-width: 200px;
  background-color: #fbfbfb;
  box-shadow: -1px 0 0 0 #d8d8d8, -3px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.5s;
  text-align: left;
  z-index: 9999;
}
.site-header [class*=-navigation].collapsed ul li a {
  padding: 5px 10px;
}
.site-header [class*=-navigation].collapsed ul li.lm-nav-activeitem > a {
  color: #42bbff;
}
.site-header [class*=-navigation].collapsed.show {
  right: 0;
}
.site-header .user-navigation.full > ul > li > a.user-drop {
  border: none;
}
.site-header .user-navigation.full > ul > li .btn-blue {
  font-size: 1rem;
  line-height: 1.375;
  padding: 10px 24px;
  margin: 0 0 0 9px;
  border: none;
  color: #ffffff;
}
.site-header .user-navigation.collapsed > ul > li.lm-nav-parentitem > a {
  display: none;
}
@media (max-width: 420px) {
  .site-header .user-navigation .button-item {
    display: none;
  }
}
.site-header .main-toggle {
  color: #052334;
  padding: 5px 7px 0;
  text-decoration: none;
}
.site-header .user-toggle {
  color: #052334;
  text-decoration: none;
  padding: 0 7px;
}
.site-header .user-toggle .user-avatar {
  margin: 0;
}
.site-header .company-search {
  margin: 0;
  width: 98%;
  max-width: 500px;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
}
@media (min-width: 1260px) {
  .site-header .company-search {
    margin: 0 10px;
    width: 32%;
    max-width: 431px;
    display: block;
    position: static;
  }
}
.site-header .company-search form input[type=text] {
  height: 42px;
  padding: 10px 16px;
}
.site-header .company-search form input[type=submit] {
  padding: 10px 24px;
}
.site-header .search-toggle {
  margin: 0 0 0 15px;
  font-size: 1.25rem;
  color: #052334;
}
@media (min-width: 1260px) {
  .site-header .search-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .logo, .site-header .right-part, .site-header .main-toggle {
    float: none;
    text-align: center;
  }
  .site-header .main-toggle {
    display: block !important;
  }
  .site-header .logo {
    margin-right: 15px;
  }
  .site-header .user-navigation.full > ul > li > a {
    padding-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 0;
    border-bottom: unset;
  }
  .site-header .user-navigation.full > ul > li > a.btn-blue {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-header [class*=-navigation].full {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .site-header .main-navigation.full {
    display: none;
  }
}
@media print {
  .site-header {
    box-shadow: none;
    margin-bottom: 15px;
    background: transparent;
  }
  .site-header .logo {
    float: none;
    width: 100%;
  }
  .site-header .logo img {
    image-rendering: crisp-edges;
    margin: 0 auto;
  }
}

.site-footer {
  grid-area: footer;
  background: url("images/footer-photo@3x.png") no-repeat #052334;
  background-size: cover;
  position: relative;
  font-size: 1rem;
  line-height: 1.6875;
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 57px;
  overflow: hidden;
}
.site-footer .container {
  max-width: calc(940px + (15px * 2));
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer hr {
  border: none;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  margin: 0;
}
.site-footer .text {
  text-align: center;
}
.site-footer .text p {
  margin: 0 0 24px;
}
.site-footer .footer-widgets {
  max-width: 612px;
  margin: 68px auto 0;
}
.site-footer .footer-widgets a {
  text-decoration: none;
}
.site-footer .footer-widgets ul {
  margin: 0;
  padding: 0;
}
.site-footer .footer-widgets ul li {
  margin-left: 0;
  list-style: none;
}
.site-footer .footer-widgets > ul > li {
  margin-bottom: 20px;
}
.site-footer .footer-widgets > ul > li.lm-nav-heading > .lm-nav-label {
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 640px) {
  .site-footer .footer-widgets {
    display: table;
    width: 100%;
  }
  .site-footer .footer-widgets > ul > li {
    display: table-cell;
    vertical-align: top;
    padding-left: 33px;
  }
  .site-footer .footer-widgets > ul > li:first-child {
    padding-left: 0;
  }
}
.site-footer .icon-set {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.site-footer .icon-set span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.site-footer .icon-set span.icon {
  width: 99px;
}
.site-footer .soc {
  margin-left: -12px;
  margin-right: -12px;
}
.site-footer .soc a {
  text-decoration: none;
}
.site-footer .soc > span {
  padding: 0 12px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #cdd5d9;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1;
  padding: 13px 16px;
  color: #052334;
  box-shadow: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: none;
  border-color: #42bbff;
  box-shadow: 0 0 1px #42bbff;
}
input[type=text].lm-field-error,
input[type=email].lm-field-error,
input[type=tel].lm-field-error,
input[type=password].lm-field-error,
input[type=number].lm-field-error,
textarea.lm-field-error {
  border-color: #d0011b;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #cdd5d9;
  transition: all 0.3s;
  font-size: 0.762em;
  padding: 15px;
  color: #052334;
  box-shadow: none;
}
select:focus {
  outline: none;
  border-color: #42bbff;
  box-shadow: 0 0 1px #42bbff;
}

.form-group {
  position: relative;
  margin-bottom: 32px;
}
.form-group label {
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s;
}
.form-group label .lm-field-required-star {
  display: none;
}
.form-group input, .form-group textarea {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
}
.form-group.required:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background-color: #d0011b;
  border-radius: 50%;
}
.form-group.focus label, .form-group.filled label {
  top: 0;
  left: 3px;
  font-size: 0.675em;
}
.form-group .note {
  font-size: 0.571em;
  margin: 0;
}

.form-group2 {
  position: relative;
  margin-bottom: 24px;
}
.form-group2 label {
  margin-left: 16px;
  margin-bottom: 7px;
  font-size: 0.762em;
  line-height: 1;
  display: block;
}
.form-group2 input, .form-group2 textarea, .form-group2 select {
  display: block;
  width: 100%;
}
.form-group2 input:focus, .form-group2 textarea:focus, .form-group2 select:focus {
  outline: none;
}
.form-group2 .reset {
  float: right;
  margin-top: -43px;
  margin-right: 14px;
  font-size: 0.762em;
  position: relative;
}
.form-group2 .note {
  font-size: 0.75rem;
  line-height: 1.67;
  margin: 0;
}

select {
  cursor: pointer;
}

label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5625;
  color: #5C707B;
}
label .req {
  color: #d0011b;
  font-size: 0.762em;
}

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

fieldset {
  margin-top: 16px;
  padding: 0;
  border: none;
}
fieldset legend {
  border-top: 1px solid #eaeff2;
  font-size: 1.238em;
  margin: 0 0 27px;
  display: block;
  width: 100%;
  padding-top: 38px;
  line-height: 1;
}
fieldset:first-child {
  margin-top: 0;
}
fieldset:first-child legend {
  border-top: none;
  padding-top: 0;
}

.checkbox {
  margin-bottom: 24px;
}

.checkbox-group label,
.radio-group label {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #5C707B;
}
.checkbox-group label a,
.radio-group label a {
  color: #5C707B;
  text-decoration-color: #5C707B;
  text-decoration-width: 1px;
}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  border: solid 1px #D8D8D8;
  background: #ffffff;
  color: #ffffff;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
}
.checkbox-group input,
.radio-group input {
  opacity: 0;
  position: absolute;
}
.checkbox-group input:checked + label:before,
.radio-group input:checked + label:before {
  background: #1a78c0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.checkbox-group input:focus + label:before,
.radio-group input:focus + label:before {
  box-shadow: 0 0 3px #4D90FE;
}
.checkbox-group input:disabled + label:before,
.radio-group input:disabled + label:before {
  background-position: 0 66%;
}
.checkbox-group input:checked:disabled + label:before,
.radio-group input:checked:disabled + label:before {
  background-position: 0 100%;
}

.checkbox-group label {
  min-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkbox-group label:before {
  content: "";
  border-radius: 6px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  top: 50%;
  transform: translate(0, -50%);
}

.radio-group label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: -2px;
  line-height: 22px;
  font-size: 0.65em;
}

.slide-checkbox {
  position: relative;
  float: right;
  height: 22px;
  overflow: hidden;
}
.slide-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transform: translate(-50%, 4px) scale(2.9, 1.7);
  width: 38px;
  height: 22px;
}
.slide-checkbox .slide-toggle {
  display: block;
  position: relative;
  flex: none;
  width: 38px;
  height: 22px;
  border-radius: 23px;
  background-color: #42bbff;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}
.slide-checkbox .slide-toggle::before, .slide-checkbox .slide-toggle::after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 20px;
  height: 20px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
}
.slide-checkbox .slide-toggle::before {
  z-index: -1;
  width: 36px;
  right: 1px;
  transform: scale(1);
}
.slide-checkbox .slide-toggle::after {
  z-index: 1;
  width: 20px;
  left: 1px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
.slide-checkbox input:checked + .slide-toggle {
  background-color: #42bbff;
}
.slide-checkbox input:checked + .slide-toggle::before {
  transform: scale(0);
}
.slide-checkbox input:checked + .slide-toggle::after {
  transform: translate3d(16px, 0, 0);
}

.form-group2 .tagit {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #cdd5d9;
  width: 100%;
  padding: 10px 12px 9px;
  transition: all 0.3s;
  font-size: 0.762em;
  display: block;
}
.form-group2 .tagit li {
  padding: 2px 18px 2px 2px;
}

.ui-autocomplete {
  max-height: 80vh;
  max-width: 1011px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #FBFBFB !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15) !important;
  border-radius: 6px;
  margin-top: 7px;
}
.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #F1F1F1;
}
.ui-autocomplete .ui-menu-item:last-child {
  border: none;
}
.ui-autocomplete .ui-menu-item-wrapper {
  font-size: 1rem;
  padding: 17px 16px 14px !important;
}
.ui-autocomplete .ui-menu-item-wrapper span + span {
  margin-left: 10px;
}
.ui-autocomplete .ui-menu-item-wrapper span + span:empty {
  margin-left: 0;
}
@media (max-width: 600px) {
  .ui-autocomplete {
    max-width: 90vw;
  }
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.small {
  font-size: 0.667em;
}

.hidden {
  display: none !important;
}

.visible-print {
  display: none;
}

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.05);
  visibility: hidden;
}
.nav-overlay.open {
  visibility: visible;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: -5px;
  background: #ffffff;
  border: solid 1px #cdd5d9;
  line-height: 1.875;
  padding: 5px 0 !important;
  margin: -3px 0 0 !important;
  min-width: 256px;
  border-radius: 3px;
  display: none;
  z-index: 9999;
  font-size: 0.762em;
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
}
.dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #cdd5d9;
  border-width: 11px;
  right: 17px;
}
.dropdown-menu.dark-arrow:after {
  border-bottom-color: #CDD5D9;
}
.dropdown-menu li {
  margin: 1px -1px !important;
  padding: 0;
  list-style: none;
}
.dropdown-menu li.no-margin {
  margin: 0 !important;
}
.dropdown-menu a {
  color: #052334;
  display: block;
  text-decoration: none;
  padding: 4px 16px;
}
.dropdown-menu a:hover {
  background: #1a78c0;
  color: #ffffff;
}
.dropdown-menu span {
  color: #052334;
  background: #CDD5D9;
  padding: 4px 16px;
  margin: -5px 0 0;
  display: block;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
}

.custom-dropdown {
  position: relative;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 21px;
}
.custom-dropdown a {
  color: #052334;
  display: block;
  text-decoration: none;
}
.custom-dropdown .dropdown {
  border-radius: 6px;
  background-color: #f7f9fa;
  border: solid 1px #cdd5d9;
  padding: 10px 17px 10px 10px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.762em;
  min-width: 256px;
  font-weight: bold;
}
.custom-dropdown .dropdown:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 5px 4px;
  margin-left: auto;
  margin-bottom: -7px;
}
.custom-dropdown .dropdown img, .custom-dropdown .dropdown svg {
  margin-right: 8px;
  width: 17px;
  min-width: 17px;
}
.custom-dropdown .dropdown span {
  margin-right: 14px;
}
.custom-dropdown:hover .dropdown-menu {
  display: block;
}
@media print {
  .custom-dropdown {
    max-width: 100%;
  }
  .custom-dropdown .dropdown {
    border: none;
    padding-right: 0;
    padding-left: 0;
    min-width: 1px !important;
  }
  .custom-dropdown .dropdown:after {
    display: none;
  }
  .custom-dropdown .dropdown img {
    display: none;
  }
}

.promo-section,
.promo-section2 {
  background-image: url("images/graph_v1.png"), linear-gradient(to bottom, #0471b7, #0fb9f3);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  color: #ffffff;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .promo-section,
.promo-section2 {
    background-image: url("images/graph_v1@2x.png"), linear-gradient(to bottom, #0471b7, #0fb9f3);
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .promo-section,
.promo-section2 {
    background-image: url("images/graph_v1@3x.png"), linear-gradient(to bottom, #0471b7, #0fb9f3);
  }
}
.promo-section h1, .promo-section .h1, .promo-section h2, .promo-section .h2, .promo-section h3, .promo-section .h3, .promo-section h4, .promo-section .h4, .promo-section h5, .promo-section .h5, .promo-section h6, .promo-section .h6,
.promo-section strong,
.promo-section2 h1,
.promo-section2 .h1,
.promo-section2 h2,
.promo-section2 .h2,
.promo-section2 h3,
.promo-section2 .h3,
.promo-section2 h4,
.promo-section2 .h4,
.promo-section2 h5,
.promo-section2 .h5,
.promo-section2 h6,
.promo-section2 .h6,
.promo-section2 strong {
  color: #ffffff;
}
.promo-section [class*=btn-],
.promo-section2 [class*=btn-] {
  min-width: 240px;
}

.promo-section {
  padding: 55px 0 32px;
}
.promo-section.promo_v7 {
  padding-top: 47px;
}
.promo-section.promo_v7 .h4 {
  margin-top: 0;
}
.promo-section.promo_v7 h2 {
  margin-top: 0;
}
.promo-section.promo_v7 .embed-video {
  margin-bottom: 50px;
}

.promo-section2 {
  padding: 80px 0 33px;
}
.promo-section2 .h4 {
  margin-bottom: 8px;
}
.promo-section2 .h1 {
  line-height: 1;
  margin-bottom: 32px;
}
.promo-section2 [class*=btn-] {
  margin: 0;
}

.header-banner {
  background: #052334;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 5px 0 4px;
}
.header-banner img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ads_block {
  margin: 24px 0;
  text-align: center;
}

.three-ads-box {
  margin: 18px -10px 70px;
}
.three-ads-box .ads_block {
  float: left;
  width: calc(33.333% - 20px);
  margin: 10px;
}

.about-text-section {
  padding: 65px 0 49px;
}
.about-text-section .container {
  max-width: 920px;
}
.about-text-section .narrow-text {
  max-width: 600px;
  margin: 0 auto;
}
.about-text-section strong {
  color: #052334;
}

.about-text-section2 {
  padding: 80px 0 0;
}
.about-text-section2 .narrow-text {
  max-width: 750px;
  margin: 0 auto;
}
.about-text-section2 .narrow-text-sm {
  max-width: 711px;
  margin: 0 auto;
}
.about-text-section2 .narrow-text-lg {
  max-width: 809px;
  margin: 0 auto;
}
.about-text-section2 .image {
  padding: 16px 10px 35px;
}
.about-text-section2 hr {
  margin: 56px 0 80px;
}

.about-tabs {
  padding: 40px 0 80px;
  background: #1a78c0;
}
.about-tabs .narrow-text {
  max-width: 750px;
  margin: 0 auto 16px;
  color: #ffffff;
}
.about-tabs .narrow-text h1, .about-tabs .narrow-text .h1, .about-tabs .narrow-text h2, .about-tabs .narrow-text .h2, .about-tabs .narrow-text h3, .about-tabs .narrow-text .h3, .about-tabs .narrow-text h4, .about-tabs .narrow-text .h4, .about-tabs .narrow-text h5, .about-tabs .narrow-text .h5, .about-tabs .narrow-text h6, .about-tabs .narrow-text .h6 {
  color: #ffffff;
}
.about-tabs .tabs {
  display: none;
}
.about-tabs .tabs-list {
  margin: 0;
  padding: 0;
  font-size: 0.762em;
  position: relative;
  z-index: 2;
}
.about-tabs .tabs-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-tabs .tabs-list li a {
  color: #ffffff;
  border-radius: 5px 0 0 5px;
  padding: 25px;
  display: block;
  text-decoration: none;
}
.about-tabs .tabs-list li.active {
  color: rgba(5, 35, 52, 0.65);
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.2);
}
.about-tabs .tabs-list li.active a {
  background: #ffffff;
  color: rgba(5, 35, 52, 0.65);
}
.about-tabs .tabs-content {
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.2);
}
.about-tabs .tabs-content .content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 15px 10px 11px;
  margin-bottom: 10px;
}
.about-tabs .tabs-content .content h1 {
  margin-top: 0;
  margin-bottom: 17px;
  line-height: 1;
  position: relative;
}
.about-tabs .tabs-content .content h1:after {
  content: "";
  display: block;
  width: 36.6px;
  height: 2.1px;
  background-color: #ec8303;
  margin-top: 22px;
}
.about-tabs .tabs-content .content h1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #1a78c0 transparent transparent transparent;
  position: absolute;
  right: -5px;
  top: 32%;
  transform: translate(0, -50%);
}
.about-tabs .tabs-content .content h1 a {
  text-decoration: none;
  cursor: text;
  color: rgba(5, 35, 52, 0.65);
}
.about-tabs .tabs-content .content .text {
  display: none;
}
.about-tabs .tabs-content .content.active h1:before {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #1a78c0 transparent;
}
.about-tabs .tabs-content .content.active .text {
  display: block;
}
@media (min-width: 768px) {
  .about-tabs .tabs {
    display: block;
    float: left;
    margin-left: -25px;
    width: 290px;
  }
  .about-tabs .tabs-content {
    float: left;
    width: calc(100% - 290px);
  }
  .about-tabs .tabs-content .content {
    display: none;
    padding: 35px 40px 11px;
    margin-bottom: 0;
  }
  .about-tabs .tabs-content .content.active {
    display: block;
  }
  .about-tabs .tabs-content .content h1:before {
    display: none;
  }
  .about-tabs .tabs-content .content .text {
    display: block;
  }
}

/*Join*/
.join-quote {
  background: #01cda6;
  color: #ffffff;
  max-width: 1191px;
  padding: 106px 0 24px 0;
  margin: 0 auto;
  position: relative;
}
.join-quote:before, .join-quote:after {
  display: none;
}
.join-quote.pink {
  background: #fe7676;
}
.join-quote.purple {
  background: #c47ce4;
}
.join-quote.blue {
  background: #1a78c0;
}
.join-quote .text {
  padding-left: 129px;
  max-width: 860px;
}
.join-quote .quote-icon {
  width: 89px;
  position: absolute;
  top: 50px;
  left: 9.22%;
  text-align: center;
}
.join-quote cite {
  font-size: 0.952em;
  font-weight: 800;
}
@media (max-width: 550px) {
  .join-quote {
    padding: 55px 0 24px 0;
  }
  .join-quote .text {
    padding-left: 49px;
  }
  .join-quote .quote-icon {
    top: 20px;
    left: 10px;
  }
}

.join-bottom {
  padding: 32px 0 28px;
  background: url("images/graph.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .join-bottom {
    background-image: url("images/graph@2x.jpg");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .join-bottom {
    background-image: url("images/graph@3x.jpg");
  }
}
.join-bottom [class*=btn-] {
  min-width: 240px;
}

.faq-section {
  max-width: 800px;
  padding: 64px 0 56px;
}
.faq-section strong {
  color: rgba(5, 35, 52, 0.65);
}

.join-compare {
  max-width: 800px;
  padding: 56px 0 56px;
}
.join-compare strong {
  color: rgba(5, 35, 52, 0.65);
}
.join-compare [class*=btn-] {
  min-width: 180px;
}

.join-money-back {
  background-image: linear-gradient(to bottom, #0471b7, #0fb9f3);
  color: #ffffff;
  padding: 80px 0 16px;
  position: relative;
}
.join-money-back:after {
  content: "";
  position: absolute;
  height: 68%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: url("images/graph.png") no-repeat center bottom;
  background-size: cover;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .join-money-back:after {
    background-image: url("images/graph@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .join-money-back:after {
    background-image: url("images/graph@3x.png");
  }
}
.join-money-back h1, .join-money-back .h1, .join-money-back h2, .join-money-back .h2, .join-money-back h3, .join-money-back .h3, .join-money-back h4, .join-money-back .h4, .join-money-back h5, .join-money-back .h5, .join-money-back h6, .join-money-back .h6 {
  color: #ffffff;
}
.join-money-back strong {
  color: #ffffff;
}
.join-money-back h2 {
  margin-bottom: 32px;
}
.join-money-back img {
  margin-top: 12px;
}
.join-money-back .money-back {
  background: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.2);
  max-width: 744px;
  margin: 16px auto 0;
  padding: 76px 66px 52px;
  color: #052334;
  position: relative;
  z-index: 1;
}
.join-money-back .money-back h1, .join-money-back .money-back .h1, .join-money-back .money-back h2, .join-money-back .money-back .h2, .join-money-back .money-back h3, .join-money-back .money-back .h3, .join-money-back .money-back h4, .join-money-back .money-back .h4, .join-money-back .money-back h5, .join-money-back .money-back .h5, .join-money-back .money-back h6, .join-money-back .money-back .h6 {
  color: #ffffff;
}
.join-money-back .money-back h1 {
  line-height: 1;
}
.join-money-back .money-back h1:after {
  content: "";
  width: 36.6px;
  height: 2px;
  background-color: #ec8303;
  display: block;
  margin: 29px auto 0;
}
.join-money-back [class*=btn-] {
  min-width: 240px;
}
.join-money-back .rte {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media (max-width: 550px) {
  .join-money-back .money-back {
    padding: 26px 15px 22px;
  }
}
.analytics-upgrade .join-money-back .rte {
  padding-top: 40px;
  padding-bottom: 20px;
}
.analytics-upgrade .join-money-back .rte h1 {
  font-size: 2rem;
  margin: 0 0 24px;
}
.analytics-upgrade .join-money-back .rte p {
  font-size: 1.625rem;
  line-height: 1.35;
  margin: 0 0 8px;
}
.analytics-upgrade .join-money-back .rte hr {
  border-top: 2px solid #fff;
  max-width: 37px;
  margin-left: auto;
  margin-right: auto;
}
.analytics-upgrade .join-money-back .rte [class*=btn-] {
  margin-top: 32px;
  margin-bottom: 20px;
}

.join-discount {
  padding: 48px 0 41px;
}

.responsive-video {
  position: relative;
}
.responsive-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.model-portfolio {
  padding: 64px 0 58px;
  background-color: #fbfbfb;
}
.model-portfolio strong {
  color: rgba(5, 35, 52, 0.65);
}
.model-portfolio .image p {
  margin-bottom: 8px;
}
.model-portfolio .image img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .model-portfolio .text {
    float: left;
    width: 41.9%;
  }
  .model-portfolio .image {
    float: right;
    width: 54.2%;
    max-width: 540px;
  }
}

.get-updates {
  background: url("images/older-man-image.jpg") no-repeat center center #000000;
  background-size: cover;
  color: #ffffff;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .get-updates {
    background-image: url("images/older-man-image@2x.jpg");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .get-updates {
    background-image: url("images/older-man-image@3x.jpg");
  }
}
.get-updates h1, .get-updates .h1, .get-updates h2, .get-updates .h2, .get-updates h3, .get-updates .h3, .get-updates h4, .get-updates .h4, .get-updates h5, .get-updates .h5, .get-updates h6, .get-updates .h6 {
  color: #ffffff;
}
.get-updates .text {
  float: right;
  max-width: 517px;
  padding: 157px 0 149px;
}
.get-updates .text ul {
  max-width: 488px;
}
@media (max-width: 550px) {
  .get-updates .text {
    padding: 57px 0 49px;
  }
}

.join-answers {
  padding: 48px 0 40px;
}
.join-answers h1.h4 {
  line-height: 1;
  margin-top: 0;
}
.join-answers ul {
  padding-top: 0;
}
.join-answers strong {
  color: rgba(5, 35, 52, 0.65);
}
@media (min-width: 768px) {
  .join-answers {
    padding-top: 80px;
  }
  .join-answers .text {
    float: right;
    width: 49%;
    max-width: 480px;
  }
  .join-answers .image {
    float: left;
    width: 50.5%;
    padding-top: 20px;
  }
}

.join-receive {
  padding: 64px 0 56px;
}
.join-receive .h4 {
  line-height: 1;
}
.join-receive ul {
  padding-top: 0;
}
.join-receive strong {
  color: rgba(5, 35, 52, 0.65);
}
.join-receive .text2 {
  max-width: 740px;
}
.join-receive .text2 .h3 {
  color: rgba(5, 35, 52, 0.65);
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.71;
  margin-top: 16px;
}
.join-receive .text2 ul {
  max-width: 690px;
  margin: 0;
  padding: 0;
}
.join-receive .text2 ul li {
  list-style: none;
  margin: 0 0 24px;
  font-size: 1.3125rem;
  color: rgba(5, 35, 52, 0.65);
  position: relative;
  padding-left: 40px;
}
.join-receive .text2 ul li:before {
  position: absolute;
  left: 19px;
  top: 13px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #0A8900 transparent;
}
.analytics-upgrade .join-receive {
  padding: 80px 0 0;
}
.analytics-upgrade .join-receive h1 {
  font-size: 2rem;
  line-height: 1.34;
  margin: 0 0 24px;
}
.analytics-upgrade .join-receive .image p {
  margin: 0;
}
@media (min-width: 768px) {
  .join-receive .text {
    float: left;
    width: 45.93%;
  }
  .join-receive .image {
    float: right;
    width: 57.07%;
    margin-right: -3%;
    padding-left: 11px;
    padding-top: 44px;
  }
}

.join-works {
  padding: 64px 0 56px;
}
.join-works .image {
  max-width: 348px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.join-works .image p {
  margin: 0;
}
.join-works .image figcaption {
  background-color: #eaeff2;
  font-size: 0.667em;
  padding: 23px 7px 20px 20px;
  color: #052334;
}
.join-works strong {
  color: rgba(5, 35, 52, 0.65);
}
@media (min-width: 768px) {
  .join-works .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .join-works .text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 59.14%;
    -ms-flex: 0 1 59.14%;
    flex: 0 1 59.14%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .join-works .image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 36.17%;
    -ms-flex: 0 1 36.17%;
    flex: 0 1 36.17%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

.top-header-blog-search {
  padding: 16px 0;
  background-color: #052334;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
}
.top-header-blog-search form {
  display: flex;
  align-items: stretch;
  max-width: 431px;
  margin: 0 auto;
  width: 100%;
}
.top-header-blog-search form input {
  flex: 1;
  border-radius: 21px 0 0 21px;
  border: none;
  padding: 10px 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: calc(22 / 16);
}
.top-header-blog-search form button {
  border-radius: 0 21px 21px 0;
  padding: 10px 25px;
  margin: 0;
}
.top-header-blog-search form button svg {
  display: block;
  width: 16px;
}
.top-header-blog-search form button .desktop {
  display: none;
}
@media (min-width: 768px) {
  .top-header-blog-search form button {
    padding: 3px 16px 1px 8px;
  }
  .top-header-blog-search form button .desktop {
    display: block;
  }
  .top-header-blog-search form button .mobile {
    display: none;
  }
}

.view-all-blog {
  padding-top: 21px;
}
.view-all-blog .btn-lg-blue {
  margin: 0;
  width: 100%;
  border-radius: 60px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 768px) {
  .blog-default-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.blog-default-section .blog-page-title {
  margin: 0 0 24px;
  color: #052334;
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  min-width: 100%;
}
@media (min-width: 768px) {
  .blog-default-section .content-part {
    padding-bottom: 40px;
  }
  .blog-default-section .content-part.short-content {
    max-width: 728px;
    width: calc(100% - 374px - 8px);
  }
}
.blog-default-section .blog-aside .widget-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 16px;
}
.blog-default-section .blog-aside .list-post-small {
  border: 1px solid #D8D8D8;
  padding: 16px;
}
@media (min-width: 768px) {
  .blog-default-section .blog-aside {
    width: 374px;
    margin-left: 40px;
    margin-right: -32px;
  }
}
.blog-default-section .lm-page-control {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .blog-default-section .lm-page-control {
    margin: 80px 0 0;
  }
}

.blog-post-list .item {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .blog-post-list .item {
    display: flex;
  }
  .blog-post-list .item .post-image {
    margin-right: 40px;
    flex-basis: 47.25%;
    background: #FBFBFB;
    max-width: 344px;
  }
  .blog-post-list .item .post-image a {
    display: block;
  }
  .blog-post-list .item .post-image img {
    vertical-align: top;
  }
  .blog-post-list .item .post-info {
    flex: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
}
.blog-post-list .item .post-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
}
.blog-post-list .item .post-title a {
  color: #052334;
  text-decoration: none;
}
.blog-post-list .item .post-rte {
  color: #5C707B;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 16px;
}
.blog-post-list .item .post-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #5C707B;
  font-size: 0.875rem;
  line-height: 1.36;
}
.blog-post-list .item .post-author img {
  width: 41px;
  height: 41px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.blog-post-list .item .post-author strong {
  color: #052334;
  font-family: Poppins;
  font-weight: 500;
  display: block;
}

.single-blog-page .lm-nav-breadcrumbs {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-section {
  max-width: 680px;
  margin: 0 auto;
}
.single-post-section .single-post .post-title {
  margin: 0 0 24px;
  color: #052334;
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.single-post-section .single-post .post-author {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  color: #5C707B;
  font-size: 0.875rem;
  line-height: 1.36;
}
.single-post-section .single-post .post-author img {
  width: 41px;
  height: 41px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.single-post-section .single-post .post-author strong {
  color: #052334;
  font-family: Poppins;
  font-weight: 500;
  display: block;
}
.single-post-section .single-post .post-image {
  margin: 0 0 40px;
}
.single-post-section .single-post .post-body {
  color: #5C707B;
  font-size: 1.25rem;
  line-height: 1.35;
  padding-bottom: 24px;
}
.single-post-section .single-post .post-body .preview {
  position: relative;
  overflow: hidden;
}
.single-post-section .single-post .post-body .preview .preview-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.single-post-section .single-post .post-tags {
  margin: 0 -2px -4px;
  display: flex;
  flex-wrap: wrap;
}
.single-post-section .single-post .post-tags, .single-post-section .single-post .post-tags a {
  color: #052334;
}
.single-post-section .single-post .post-tags a {
  border-radius: 16px;
  background-color: rgba(26, 120, 192, 0.05);
  margin: 0 2px 4px;
  color: #1A78C0;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  padding: 0 16px;
}
.single-post-section .single-post .post-comments {
  margin-bottom: 25px;
}
.single-post-section .single-post .post-comments .toggle-comment {
  color: #1A78C0;
  font-size: 1rem;
  line-height: 1.375;
  text-decoration: none;
  padding-left: 32px;
  background: url("images/v3/iconfinder_comments@2x.png") no-repeat center left;
  background-size: 24px 20px;
}
.single-post-section .single-post .post-comments .post-comment-expanded {
  display: none;
}
.single-post-section .single-post .comments-list .no-comments {
  padding: 40px 0;
}
.single-post-section .single-post .comments-list .comment-row {
  border-bottom: 1px solid #F1F1F1;
  padding: 40px 0;
}
.single-post-section .single-post .comments-list .comment-meta {
  display: flex;
  margin-bottom: 18px;
}
.single-post-section .single-post .comments-list .comment-meta .profile-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 9px;
}
.single-post-section .single-post .comments-list .comment-meta .profile-image .user-avatar {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.single-post-section .single-post .comments-list .comment-meta .profile-info {
  padding-top: 8px;
}
.single-post-section .single-post .comments-list .comment-meta .profile-info .name {
  color: #052334;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.single-post-section .single-post .comments-list .comment-meta .profile-info .date {
  color: #5C707B;
  font-size: 0.75rem;
  line-height: 1.33;
}
.single-post-section .single-post .comments-list .comment-rte {
  word-break: break-word;
  color: #5C707B;
  font-size: 1.25rem;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .single-post-section .single-post .post-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single-post-section .blog-comments-section {
  padding-bottom: 40px;
}
.single-post-section .blog-comments-section .h4 {
  margin-bottom: 0;
}
.single-post-section .comments-table {
  width: 100%;
  font-size: 1em;
  margin: 0;
}
.single-post-section .comments-table tr {
  background: transparent;
}
.single-post-section .comments-table td {
  padding: 32px 0 40px;
}
.single-post-section .comments-table .profile-image {
  vertical-align: top;
  width: 60px;
}
.single-post-section .comments-table .comment-meta {
  font-size: 0.762em;
  margin-bottom: 16px;
}
.single-post-section .comments-table .comment-meta span {
  color: rgba(5, 35, 52, 0.65);
  margin-left: 16px;
}
.single-post-section .comments-table textarea {
  display: block;
  width: 100%;
  padding-bottom: 53px;
}
.single-post-section .comments-table .btn-sm-blue {
  margin: -52px 16px 0 0;
  position: relative;
  float: right;
}
@media (min-width: 550px) {
  .single-post-section .comments-table .profile-image {
    width: 80px;
  }
  .single-post-section .comments-table .profile-image .user-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/*Blog*/
.blog {
  margin-top: 24px;
}
.blog .lm-nav-breadcrumbs {
  margin-top: 0;
}
.blog .blog-page-title {
  font-size: 1.238em;
  margin-bottom: 20px;
  line-height: 1;
}
.blog .blog-page-title [class*=btn-] {
  min-width: 120px;
  margin: -2px 0 0;
  font-size: 0.538em;
}
@media (min-width: 500px) {
  .blog .blog-page-title [class*=btn-] {
    float: right;
  }
}
.blog .blog-banner {
  background: url("images/blue-bg-subscribe.jpg") no-repeat center bottom #1a78c0;
  position: relative;
  color: #ffffff;
  background-size: cover;
  padding: 12px 24.89% 20px 20px;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .blog .blog-banner {
    background-image: url("images/blue-bg-subscribe@2x.jpg");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .blog .blog-banner {
    background-image: url("images/blue-bg-subscribe@3x.jpg");
  }
}
.blog .blog-banner:after {
  content: "";
  background: url("images/peter-subscribe.png") no-repeat right bottom;
  background-size: 100% auto;
  width: 24.89%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .blog .blog-banner:after {
    background-image: url("images/peter-subscribe@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .blog .blog-banner:after {
    background-image: url("images/peter-subscribe@3x.png");
  }
}
.blog .blog-banner h1, .blog .blog-banner .h1, .blog .blog-banner h2, .blog .blog-banner .h2, .blog .blog-banner h3, .blog .blog-banner .h3, .blog .blog-banner h4, .blog .blog-banner .h4, .blog .blog-banner h5, .blog .blog-banner .h5, .blog .blog-banner h6, .blog .blog-banner .h6 {
  color: #ffffff;
}
.blog .blog-banner .h4 {
  line-height: 1;
}
.blog .blog-banner .blog-subscribe-big {
  max-width: 580px;
}
.blog .blog-banner .btn-green {
  line-height: 1.4;
  height: 50px;
}
.blog .blog-banner input[type=email] {
  width: 100%;
  line-height: 1.1;
  height: 50px;
}
@media (min-width: 630px) {
  .blog .blog-banner {
    padding: 24px 24.89% 40px 40px;
  }
  .blog .blog-banner input {
    float: left;
  }
  .blog .blog-banner .btn-green {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 180px;
    margin: 0;
  }
  .blog .blog-banner input[type=email] {
    border-radius: 60px 0 0 60px;
    width: calc(100% - 180px);
  }
}
@media (max-width: 960px) {
  .blog .blog-banner {
    margin: 0 -10px;
  }
}
.blog .Blog_Comments h2 {
  display: none;
}
.blog__slider__wrapper .block-title {
  margin: 0;
  font-size: 2rem;
  text-align: left;
}
.blog__slider__block {
  padding: 36px 0 40px;
  border-bottom: 1px solid #EAEEF1;
}
.blog__slider__block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog__slider__block h3 {
  margin: 0 0 26px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
}
.blog__slider__block .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: transparent;
  height: 12px;
  border-radius: 0;
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
}
.blog__slider__block .swiper-scrollbar.swiper-scrollbar-horizontal:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.blog__slider__block .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #1A78C0;
  border-radius: 0;
}
.blog__slider__posts {
  padding-bottom: 20px !important;
}
.blog__slider__posts .swiper-button-prev {
  left: 0;
}
.blog__slider__posts .swiper-button-prev:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"><path d="M0.292892 7.29289C-0.0976315 7.68342 -0.0976314 8.31658 0.292893 8.70711L6.65686 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538409 7.04738 0.538409 6.65685 0.928933L0.292892 7.29289ZM19 7L1 7L1 9L19 9L19 7Z" fill="%231A78C0"/></svg>') no-repeat center;
}
.blog__slider__posts .swiper-button-next {
  right: 0;
}
.blog__slider__posts .swiper-button-next:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3431 0.92888L18.7071 7.29284C19.0976 7.68336 19.0976 8.31653 18.7071 8.70705L12.3431 15.071C11.9526 15.4615 11.3195 15.4615 10.9289 15.071C10.5384 14.6805 10.5384 14.0473 10.9289 13.6568L15.5858 8.99995L0 8.99995L0 6.99995L15.5858 6.99995L10.9289 2.34309C10.5384 1.95257 10.5384 1.3194 10.9289 0.92888C11.3195 0.538355 11.9526 0.538355 12.3431 0.92888Z" fill="%231A78C0"/></svg>') no-repeat center;
}
.blog__slider__posts .swiper-button-next,
.blog__slider__posts .swiper-button-prev {
  top: unset;
  bottom: 0;
  transform: none;
  width: 19px;
  height: 16px;
}
.blog__slider__posts .swiper-button-next:after,
.blog__slider__posts .swiper-button-prev:after {
  width: 19px;
  height: 16px;
}
.blog__slider__posts .swiper-button-next.swiper-button-disabled,
.blog__slider__posts .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.blog__slider__posts .swiper-button-next.swiper-button-disabled:after,
.blog__slider__posts .swiper-button-prev.swiper-button-disabled:after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(1352%) hue-rotate(138deg) brightness(89%) contrast(80%);
}
@media (min-width: 840px) {
  .blog__slider__posts .shadow {
    position: absolute;
    top: 0;
    width: 86px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .blog__slider__posts .shadow--left {
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.88%, #FFF 65.31%);
    opacity: 0;
  }
  .blog__slider__posts .shadow--right {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.88%, #FFF 65.31%);
    opacity: 1;
  }
}
.blog__slider__view-post {
  max-width: 346px;
  flex-direction: column;
  margin-bottom: 26px;
}
.blog__slider__view-post a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #1A78C0 0%, #1A78C0 100%), #FFF;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.52;
  text-decoration-thickness: 1px;
}
.blog__slider__view-post.swiper-slide {
  display: flex;
  height: unset;
}
.blog__slider__post {
  max-width: 346px;
  flex-direction: column;
  margin-bottom: 26px;
}
.blog__slider__post.swiper-slide {
  display: flex;
  height: unset;
}
.blog__slider__post .post-image {
  margin-bottom: 17px;
}
.blog__slider__post .post-image a {
  display: block;
  height: 189px;
  background: #CDD5D9;
}
.blog__slider__post .post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__slider__post .post-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.blog__slider__post .post-title a {
  color: #052334;
  text-decoration: none;
}
.blog__slider__post .post-title a:hover {
  text-decoration: underline;
}
.blog__slider__post .post-rte {
  color: #5C707B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.875rem;
}
.blog__slider__post .post-meta {
  font-size: 0.875rem;
  font-family: Poppins;
  margin-top: auto;
}
.blog__slider__post .post-meta strong {
  font-weight: 500;
}
.blog__colummns__wrapper {
  padding: 20px 0 40px;
}
.blog__colummns__wrapper .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .blog__colummns__wrapper .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog__colummns__wrapper .container .block-title {
  margin: 0 0 34px;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 990px) {
  .blog__colummns__wrapper .block-popular-post,
.blog__colummns__wrapper .block-form {
    width: 48.19%;
  }
}
.blog__colummns__wrapper .block-optins {
  padding-bottom: 0;
}
@media (min-width: 990px) {
  .blog__colummns__wrapper .block-optins {
    padding-top: 0;
  }
}
.blog__colummns__wrapper .block-optins .box {
  border-radius: 20px;
  border: 1px solid #FBFBFB;
  background: #FBFBFB;
  box-shadow: none;
}
.blog__colummns__wrapper .block-optins .checkbox-group {
  min-width: 100%;
}
.blog__colummns__wrapper .block-optins .btn-lg-blue {
  margin-right: auto !important;
}
.blog__colummns__wrapper .block-optins .box-rte {
  text-align: left;
}

.company-bg {
  background: #f7f9fa;
}

.company-page {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1110px + 30px);
  margin: 0 auto;
}
.company-page .company-search {
  margin: 25px 0;
  position: relative;
}
.company-page .company-search input {
  float: left;
  height: 50px;
}
.company-page .company-search .btn-blue {
  width: 150px;
  border-radius: 0 60px 60px 0;
  margin: 0;
}
.company-page .company-search input[type=text] {
  width: calc(100% - 150px);
  border-radius: 60px 0 0 60px;
  border-right: none;
  line-height: 1;
}
.company-page .company-search .fa {
  position: absolute;
  color: #052334;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.company-page .company-meta, .company-page .right-ads {
  margin-bottom: 25px;
}
.company-page .right-ads {
  margin: 0 auto 25px;
}
.company-page .right-ads .ads_block {
  margin: 0;
  float: right;
}
.company-page .widget {
  background: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  margin-bottom: 34px;
}
.company-page .widget .widget-title {
  border-bottom: 1px solid #eaeff2;
  font-weight: 800;
  color: #052334;
  padding: 11px 24px 10px;
  font-size: 0.571em;
  text-transform: uppercase;
}
.company-page .widget .widget-content {
  padding: 20px 24px 17px;
}
.company-page .widget .empty-list {
  padding: 72px 10px;
  background: url("images/bg-empty-company.jpg") no-repeat center bottom;
  background-size: auto 80%;
  overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 5/4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .company-page .widget .empty-list {
    background-image: url("images/bg-empty-company@2x.jpg");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 9/4), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .company-page .widget .empty-list {
    background-image: url("images/bg-empty-company@3x.jpg");
  }
}
.company-page .widget .empty-list .h4 {
  line-height: 1;
  margin-top: 0;
}
.company-page .company-description {
  margin-bottom: 40px;
}
.company-page .company-description .widget-content {
  font-size: 0.762em;
  color: #052334;
  line-height: 1.875;
}
.company-page .report-item {
  margin-left: -24px;
}
@media (min-width: 768px) {
  .company-page .company-meta {
    float: left;
    width: calc(100% - 336px);
    padding-right: 15px;
  }
  .company-page .right-ads {
    float: right;
    width: 336px;
  }
  .company-page .left-part {
    float: left;
    width: 48.3%;
  }
  .company-page .right-part {
    float: right;
    width: 48.3%;
  }
  .company-page .key-ratios .qmod-keyratios {
    margin-left: -93px;
  }
  .company-page .key-ratios .qmod-keyratios .qmod-block-wrapper {
    float: left;
    width: calc(50% - 93px);
    margin-left: 93px;
  }
  .company-page .earnings .qmod-tool-wrap {
    margin-left: -62px;
  }
  .company-page .earnings .qmod-etph, .company-page .earnings .qmod-ecest {
    float: left;
    width: calc(50% - 62px);
  }
  .company-page .earnings .qmod-block-wrapper {
    margin-left: 62px;
  }
  .company-page .company-description .widget-title,
.company-page .company-description .widget-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.company-news__wrapper .qmod-heading.qmod-hbg {
  display: none;
}
.company-news__wrapper .qmod-more-news-btn {
  border-radius: 21px;
  background: #1A78C0;
  padding: 10px 46px !important;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  border: none;
  margin: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.company-news__wrapper .qmod-more-news-btn:hover {
  background: #176aaa;
}
.company-news__tabs {
  display: flex;
  margin-bottom: 20px !important;
}
.company-news__tabs button {
  border: none;
  background: transparent;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375;
  padding: 11px 40px 9px;
  border-radius: 6px;
  text-decoration: none;
  color: #052334;
}
.company-news__tabs button[aria-selected=true] {
  background-color: #EAEEF1;
}
@media (max-width: 768px) {
  .company-news__tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .company-news__tabs button {
    padding: 11px 7px 9px;
    font-size: 13px;
  }
}
.company-news__content .qmod-litenews .qmod-news-list li {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .company-news__content .qmod-litenews .qmod-news-list li {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.company-news__content .qmod-litenews .qmod-news-list li .qmod-news-date {
  order: 0;
  min-width: 75px;
}
.company-news__content .qmod-litenews .qmod-news-list li .qmod-link {
  order: 2;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .company-news__content .qmod-litenews .qmod-news-list li .qmod-link {
    order: 1;
    margin-top: 0;
  }
}
.company-news__content .qmod-litenews .qmod-news-list li .qmod-news-source {
  order: 1;
  margin-left: auto;
  float: unset;
  min-width: 20%;
  text-align: right;
}
@media (min-width: 768px) {
  .company-news__content .qmod-litenews .qmod-news-list li .qmod-news-source {
    order: 2;
  }
}
.company-news__content .cont:not(.active) {
  display: none;
}

.stock-picks-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 36px;
  margin-top: 0;
}
.stock-picks-title .title {
  display: block;
  position: relative;
  padding-left: 67px;
  font-size: 1.625rem;
}
.stock-picks-title .title img {
  position: absolute;
  left: 0;
  top: 11px;
}
@media (min-width: 600px) {
  .stock-picks-title .company-list {
    padding-top: 0;
  }
  .stock-picks-title .custom-dropdown {
    margin-bottom: 0;
  }
}
.stock-picks-item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EAEEF1;
}
.stock-picks-item:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}
.stock-picks-item .text {
  font-size: 1.3125rem;
  color: #052334;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-heading {
  display: none;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-fullscreen-btn {
  margin-top: 4px;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-btn-text {
  margin: 0;
  padding: 0 0 0 5px;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-chart-js {
  margin-left: 0;
  margin-right: 0;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-a11y-dropdown2 {
  min-width: 110px;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-chips > li {
  margin: 0;
  padding-top: 4.5px !important;
  padding-bottom: 4.5px !important;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-chips > li.qmod-input {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-group-btn-ul {
  padding: 0 !important;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-group-btn-ul .qmod-group-btn {
  padding-top: 2px;
  padding-bottom: 3px;
}
.stock-picks-item [data-qmod-tool=interactivechart] .qmod-group-btn-ul .qmod-btn-text {
  font-size: 0.75rem;
}
.stock-picks-list.show-paywall {
  position: relative;
  overflow: hidden;
}
.stock-picks-list.show-paywall:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.88%, #FFF 65.31%);
  z-index: 5;
  height: 611px;
}
.stock-picks-list.show-paywall .paywall-banner {
  position: absolute;
  z-index: 6;
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  max-width: 979px;
  width: 90%;
  bottom: 98px;
  transform: translate(-50%, 0);
}
.stock-picks-list.show-paywall .paywall-banner .block-optins .box {
  padding: 60px 38px;
}
.stock-picks-list.show-paywall .paywall-banner .block-optins .box .btn-lg-blue {
  margin-bottom: 0;
}
.stock-picks-list.show-paywall .stock-picks-item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 344px;
}
.stock-picks-disclaimer {
  padding-bottom: 24px;
  font-size: 0.875rem;
}

.page-title-section {
  background-color: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(8, 33, 47, 0.1), inset 0 -1px 0 0 #d8d8d8;
  padding: 15px 24px;
  margin-bottom: 24px;
}
.page-title-section h1 {
  font-size: 1em;
  padding: 7px 0;
  margin: 0;
}
.page-title-section .humburger {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.page-title-section .title-right {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-title-section .title-right .title-btns {
  display: inline-block;
  color: #000;
  margin: 0 10px;
}
.page-title-section .search-box {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  border-radius: 60px;
  border: solid 1px #cdd5d9;
}
.page-title-section .search-box form {
  display: flex;
}
.page-title-section .search-box ul {
  margin: 0;
  padding: 0;
}
.page-title-section .search-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-title-section .search-box input[type=text] {
  height: 41px;
  border-radius: 60px 0 0 60px;
  border: none;
  line-height: 1;
  margin: 0;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 9px;
  display: block;
  width: 100%;
}
.page-title-section .search-box .search-inputs {
  float: left;
  width: calc(100% - 110px - 145px);
  position: relative;
}
.page-title-section .search-box .search-inputs:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -7px;
  color: #052334;
}
.page-title-section .search-box input[type=submit] {
  float: left;
  border-radius: 0 60px 60px 0;
  margin: -1px;
  width: 117px;
}
.page-title-section .search-box .search-by-select {
  float: left;
  height: 32px;
  border-left: solid 1px #cdd5d9;
  margin: 4px 0 4px;
  padding: 7px 0;
  position: relative;
  width: 145px;
}
.page-title-section .search-box .search-by-select span {
  color: #052334;
  display: block;
  font-size: 0.762em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-right: 12.5px;
  padding-top: 1px;
}
.page-title-section .search-box .search-by-select span:after {
  margin-top: 5.5px;
  margin-left: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 7px 4.5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 19px;
}
.page-title-section .search-box .search-by-select .dropdown-menu {
  margin-top: 0;
}
.page-title-section .search-box .search-by-select.hover .dropdown-menu {
  display: block;
  text-align: left;
}
.page-title-section .export-btns-wrapper {
  position: relative;
  margin-right: 20px;
  padding-bottom: 13px;
  margin-bottom: -13px;
}
.page-title-section .export-btns-wrapper .export-btns {
  position: absolute;
  top: 100%;
  border: 1px solid #FBFBFB;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
  width: 335px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s 0.25s;
  /* delay of 250 milliseconds on hover off */
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}
.page-title-section .export-btns-wrapper .export-btns a {
  display: block;
  padding: 20px;
  color: #052334;
  border-bottom: 1px solid #F1F1F1;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.page-title-section .export-btns-wrapper .export-btns a:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.page-title-section .export-btns-wrapper .export-btns a:first-child {
  border-radius: 5px 5px 0 0;
}
.page-title-section .export-btns-wrapper .export-btns a:hover {
  background-color: #5C707B;
  color: #fff;
  text-decoration: underline;
}
.page-title-section .export-btns-wrapper .btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title-section .export-btns-wrapper .btn-blue:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  margin-left: 12px;
}
.page-title-section .export-btns-wrapper .btn-blue:hover {
  background: #42BBFF;
}
.page-title-section .export-btns-wrapper:hover .export-btns {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media (max-width: 500px) {
  .page-title-section .search-box {
    border-radius: 6px;
    height: auto;
  }
  .page-title-section .search-box form {
    flex-wrap: wrap;
  }
  .page-title-section .search-box .search-by-select {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    height: auto;
    border-left: none;
    border-top: solid 1px #cdd5d9;
  }
  .page-title-section .search-box .search-inputs {
    width: calc(100% - 112px);
  }
  .page-title-section .search-box input[type=submit] {
    clear: both;
    display: block;
    width: calc(100% + 2px);
    border-radius: 0 0 6px 6px;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  .page-title-section .humburger {
    display: none;
  }
  .page-title-section .search-box {
    margin: 5px 0;
  }
  .page-title-section .search-box .search-inputs {
    width: calc(100% - 170px - 117px);
  }
  .page-title-section .search-box .search-by-select {
    width: 170px;
  }
  .page-title-section .export-btns-wrapper .export-btns {
    left: 0;
    transform: translate(0, 0);
  }
}
@media (min-width: 870px) {
  .page-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-title-section h1 {
    padding: 0;
  }
  .page-title-section .title-right {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .page-title-section .clearfix {
    display: none;
  }
  .page-title-section .btn-blue {
    margin: 0;
  }
}
@media print {
  .page-title-section {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .body-portfolio-analysis .page-title-section, .body-suggested-portfolio .page-title-section {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .body-portfolio-analysis .page-title-section h1, .body-suggested-portfolio .page-title-section h1 {
    font-size: 3rem;
  }
}

.form-rev {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.featured-in {
  background: #052334;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.46;
  padding: 27px 0 25px;
  font-family: Poppins;
  font-weight: 500;
}
.featured-in p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.featured-in p span {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-in p {
    flex-direction: row;
  }
  .featured-in p span {
    padding-bottom: 0;
  }
}

.block-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1.5rem;
  line-height: 1.46;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.block-lgtitle {
  color: #052334;
  font-family: Poppins;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-lgtitle {
    font-size: 2.5rem;
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-pretitle {
  color: #052334;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
.block-latest-post {
  color: #323232;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .block-latest-post {
    padding: 40px 0;
  }
  .home-page .block-latest-post {
    padding: 142px 0 0;
  }
}
.block-latest-post hr {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .block-latest-post hr {
    margin: 80px 0 0;
  }
}
.container .block-latest-post {
  margin: 0 -15px;
}
.block-latest-reports {
  color: #323232;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .block-latest-reports {
    padding: 40px 0;
  }
}
.block-optins {
  color: #323232;
  padding: 40px 0;
}
.block-optins label {
  font-family: Poppins;
}
.block-optins .box {
  border: 1px solid #FBFBFB;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
  padding: 23px 20px 40px;
  min-width: 100%;
}
.block-optins .box-image {
  margin: 0;
  text-align: center;
}
.block-optins .box-image img {
  margin-left: auto;
  margin-right: auto;
}
.block-optins .box-image + .box-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46;
  margin-bottom: 16px;
}
.block-optins .box-title {
  color: #052334;
  font-family: Poppins;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
  margin: 23px 0 21px;
  text-align: center;
}
.block-optins .box-rte {
  max-width: 824px;
  margin: 0 auto 24px;
  color: #5C707B;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
}
.block-optins .box-form {
  max-width: 512px;
  margin: 0 auto;
}
.block-optins .box-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .block-optins .box-form form {
    margin: 0 -4px;
  }
}
.block-optins .box-form .form-group {
  margin: 0 0 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .block-optins .box-form .form-group {
    margin: 0 4px 8px;
    width: calc(50% - 8px);
  }
}
.block-optins .box-form .checkbox-group {
  font-size: 0.875rem;
  line-height: 1.36;
}
@media (min-width: 768px) {
  .block-optins .box-form .checkbox-group {
    margin: 16px 4px 0;
  }
}
.block-optins .box-form .btn-lg-blue {
  margin-top: 16px;
}
.block-optins .box-form.fields-count-0 .btn-lg-blue {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-left: 35px;
  padding-right: 35px;
}
.block-optins .box-form.fields-count-3 .form-group.email {
  min-width: calc(100% - 8px);
}
.block-optins .box-form.fields-count-3 .btn-lg-blue {
  margin-left: auto;
  margin-right: auto;
}
.block-optins .box-form.fields-count-4 .btn-lg-blue {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .block-optins .box-form.fields-count-4 .btn-lg-blue {
    margin-right: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .block-optins .box-form.fields-count-1 .form-group {
    width: calc(100% - 8px);
  }
}
.block-optins .box-form.fields-count-1 .btn-lg-blue {
  margin-left: auto;
  margin-right: auto;
}
.block-optins .box-form.fields-count-2 .btn-lg-blue {
  margin-left: auto;
  margin-right: auto;
}
.block-optins.footer {
  margin-bottom: -90px;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}
.widget-optins .block-optins {
  padding: 0;
}
.widget-optins .block-optins .box {
  border-radius: 20px;
  background-color: #FBFBFB;
  box-shadow: none;
  padding: 58px 15px;
}
.widget-optins .block-optins .box .box-image {
  margin-bottom: 24px;
}
.widget-optins .block-optins .box .box-image img {
  max-width: 100px;
}
.widget-optins .block-optins .box .box-title {
  max-width: 375px;
  margin: 0 auto 24px;
  font-size: 2rem;
  color: #052334;
}
.widget-optins .block-optins .box .box-rte {
  max-width: 390px;
  margin: 0 auto 24px;
}
.widget-optins .block-optins .box .fields-count-1 {
  max-width: 431px;
}
.widget-optins .block-optins .box .fields-count-1 form {
  flex-wrap: nowrap;
}
.widget-optins .block-optins .box .fields-count-1 .form-group {
  width: unset;
  flex: 1 0 auto;
  margin: 0;
}
.widget-optins .block-optins .box .fields-count-1 .form-group input {
  border-radius: 21px 0 0 21px;
  padding: 9px 16px;
  line-height: 1.375;
  font-size: 1rem;
  font-family: Nunito;
}
.widget-optins .block-optins .box .fields-count-1 .form-group label {
  line-height: 1.375;
  font-size: 1rem;
  font-family: Nunito;
  top: 11px;
  left: 16px;
}
.widget-optins .block-optins .box .fields-count-1 .form-group.focus label, .widget-optins .block-optins .box .fields-count-1 .form-group.filled label {
  top: -2px;
  left: 16px;
}
.widget-optins .block-optins .box .fields-count-1 .btn-lg-blue {
  margin: 0;
  border-radius: 0 21px 21px 0;
}
@media (max-width: 600px) {
  .widget-optins .block-optins .box .fields-count-1 .btn-lg-blue {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container .block-optins .container {
  padding: 0;
}
.block-recent-questions {
  color: #323232;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .block-recent-questions {
    padding: 40px 0;
  }
}
.block-source-membership {
  color: #323232;
  padding: 40px 0 60px;
}
.block-media-text {
  color: #323232;
  padding: 20px 0;
}
.block-media-text.color1 .box {
  background: rgba(66, 187, 255, 0.05);
}
.block-media-text.color2 .box {
  background: #FBFBFB;
}
@media (min-width: 768px) {
  .block-media-text.image-on-right .box {
    flex-direction: row-reverse;
  }
}
.block-media-text .box {
  padding: 22px 0 25px;
}
.block-media-text .box .box-content {
  color: #5C707B;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
.block-media-text .box .box-content h4 {
  margin: 0 0 16px;
  color: #052334;
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.block-media-text .box .box-image {
  margin-bottom: 25px;
  text-align: center;
}
.block-media-text .box .box-image p {
  margin: 0;
}
@media (min-width: 768px) {
  .block-media-text .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 509px;
    padding-top: 52px;
    padding-bottom: 55px;
  }
  .block-media-text .box .box-content {
    flex-basis: 51.06%;
    text-align: left;
  }
  .block-media-text .box .box-image {
    flex-basis: 43.16%;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .block-media-text .box {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.block-source-membership {
  color: #323232;
}
.block-categories {
  color: #323232;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .block-categories {
    padding: 40px 0;
  }
}
.block-categories hr {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .block-categories hr {
    margin: 80px 0 0;
  }
}
.container .block-categories {
  margin: 0 -15px;
}
.block-blog-main {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .block-blog-main {
    padding: 0 0 40px;
  }
}
.block-blog-main .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
}
@media (min-width: 768px) {
  .block-blog-main .container {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .block-blog-main .list-post-small {
    width: 342px;
    min-width: 342px;
  }
}
.block-blog-main .featured-post {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-blog-main .featured-post {
    margin-right: 40px;
    margin-bottom: 0;
    flex: 1;
  }
}
.block-post-form {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .block-post-form {
    padding: 40px 0;
  }
}
.container .block-post-form {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .block-post-form .container {
    display: flex;
    justify-content: space-between;
  }
  .block-post-form .post-section {
    flex-basis: 48.18%;
  }
  .block-post-form .widget-optins {
    flex-basis: 48.18%;
  }
}
.block-post-form .block-title {
  text-align: left;
  margin: 0 0 35px;
  color: #052334;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
}
.block-blog-search {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 30px;
  padding-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .block-blog-search {
    padding-bottom: 80px;
    margin: 0 0 40px;
  }
}
.block-blog-search-inner {
  background: linear-gradient(135deg, #0471B7 0%, #0FB9F3 100%);
  padding: 16px 15px 16px;
}
@media (min-width: 768px) {
  .block-blog-search-inner {
    border-radius: 6px;
    background: url("images/blog-graph@2x.png") no-repeat bottom center, linear-gradient(135deg, #0471B7 0%, #0FB9F3 100%);
    background-size: 100% auto, 100% 100%;
    padding: 50px 15px;
    box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
  }
}
.block-blog-search .block-title {
  color: #fff;
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 768px) {
  .block-blog-search .block-title {
    display: block;
    font-size: 2rem;
  }
}
.block-blog-search form {
  display: flex;
  align-items: stretch;
  max-width: 431px;
  margin: 0 auto;
  width: 100%;
}
.block-blog-search form input {
  flex: 1;
  border-radius: 21px 0 0 21px;
  border: none;
  padding: 10px 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: calc(22/16);
}
.block-blog-search form button {
  border-radius: 0 21px 21px 0;
  padding: 10px 25px;
  margin: 0;
}
.block-blog-search form button .desktop {
  display: none;
}
@media (min-width: 768px) {
  .block-blog-search form button .desktop {
    display: block;
  }
  .block-blog-search form button .mobile {
    display: none;
  }
}

.latest-post-grid {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .latest-post-grid {
    display: flex;
    gap: 36px;
  }
}
.latest-post-grid .blog__slider__post {
  margin: 0 0 32px;
  flex: 1;
}
.latest-post-grid .item {
  margin: 0 0 32px;
  flex: 1;
}
.latest-post-grid .item .post-image {
  margin-bottom: 16px;
  background: #FBFBFB;
}
.latest-post-grid .item .post-image a {
  display: block;
}
.latest-post-grid .item .post-image img {
  vertical-align: top;
}
@media (max-width: 767px) and (orientation: landscape) {
  .latest-post-grid .item .post-image a {
    display: block;
    max-width: 75%;
  }
  .latest-post-grid .item .post-image a img {
    min-width: 100%;
  }
}
.latest-post-grid .item .post-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
}
.latest-post-grid .item .post-title a {
  color: #052334;
  text-decoration: none;
}
.latest-post-grid .item .post-title a:hover {
  text-decoration: underline;
}
.latest-post-grid .item .post-rte {
  color: #5C707B;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 16px;
}
.latest-post-grid .item .post-author {
  display: flex;
  align-items: center;
  color: #5C707B;
  font-size: 0.875rem;
  line-height: 1.36;
}
.latest-post-grid .item .post-author img {
  width: 41px;
  height: 41px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.latest-post-grid .item .post-author strong {
  color: #052334;
  font-family: Poppins;
  font-weight: 500;
  display: block;
}

.latest-reports-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 20px;
}
@media (min-width: 768px) {
  .latest-reports-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.latest-reports-grid .item {
  display: flex;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .latest-reports-grid .item {
    flex-basis: calc(100% / 3 - 40px);
    margin: 20px;
  }
}
.latest-reports-grid .item .rating {
  margin-right: 16px;
  margin-top: 4px;
}
.latest-reports-grid .item .rating .title {
  color: #5C707B;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.latest-reports-grid .item .rating span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.latest-reports-grid .item .item-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.latest-reports-grid .item .item-title a {
  text-decoration: none;
  color: #052334;
}
.latest-reports-grid .item .item-title a:hover {
  text-decoration: underline;
}
.latest-reports-grid .item .item-meta {
  color: #5C707B;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.38;
  margin-bottom: 14px;
}
.latest-reports-grid .item .item-rte {
  color: #5C707B;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 19px;
}
.latest-reports-grid .item .item-link a {
  color: #1A78C0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  text-decoration: underline;
  text-decoration-color: #1A78C0;
}

.list-post-small .item {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}
.list-post-small .item:last-child {
  margin-bottom: 0;
}
.list-post-small .item .post-image {
  margin-right: 16px;
  width: 114px;
  min-width: 114px;
  height: 62px;
  background: #FBFBFB;
}
.list-post-small .item .post-image a {
  display: block;
}
.list-post-small .item .post-image img {
  vertical-align: top;
}
.list-post-small .item .post-title {
  color: #1A78C0;
  font-family: Poppins;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-transform: uppercase;
}
.list-post-small .item .post-title a {
  color: #1A78C0;
  text-decoration: none;
}
.list-post-small .item .post-rte {
  color: #052334;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
}
.list-post-small .item .post-rte a {
  color: #052334;
  text-decoration: none;
}

.featured-post .post-image {
  margin-bottom: 16px;
}
.featured-post .post-title {
  color: #052334;
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
}
.featured-post .post-title a {
  color: #052334;
  text-decoration: none;
}
.featured-post .post-rte {
  color: #5C707B;
  font-family: Nunito;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 16px;
}
.featured-post .post-author {
  display: flex;
  align-items: center;
  color: #5C707B;
  font-size: 0.875rem;
  line-height: 1.36;
}
.featured-post .post-author img {
  width: 41px;
  height: 41px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.featured-post .post-author strong {
  color: #052334;
  font-family: Poppins;
  font-weight: 500;
  display: block;
}

.question-list .question-item {
  padding: 0 0 29px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeff2;
  border-top: none;
}
.question-list .question-item:last-child {
  padding: 0;
  border-bottom: none;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.source-list .item {
  text-decoration: none;
}
.source-list .item-icon {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  background: #FBFBFB;
}
@media (min-width: 991px) {
  .source-list .item-icon {
    width: 190px;
    height: 190px;
  }
}
.source-list .item-title {
  color: #052334;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .source-list .item-title {
    font-size: 1.25rem;
  }
}

.home-promo {
  background-image: url("images/v3/promo-graph@2x.png"), linear-gradient(135deg, #0471B7 0%, #0FB9F3 100%);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center;
  background-size: 100% 445px, cover;
  color: #ffffff;
  padding: 59px 0 60px;
  line-height: 1.75;
  font-size: 1rem;
}
.home-promo h1 {
  color: #ffffff;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  max-width: 445px;
}
.home-promo p {
  margin-bottom: 8px;
}
.home-promo .btn-lg-green {
  margin-top: 16px;
  margin-bottom: 8px;
}
.home-promo .button-row {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.33;
}
.home-promo .text {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .home-promo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-promo .image {
    max-width: 52.88%;
    margin-right: -46px;
  }
  .home-promo .text {
    width: 47%;
    margin-bottom: 0;
  }
}
.home-promo .image {
  text-align: center;
}
.home-promo .image p {
  margin-bottom: 42px;
}
.home-promo .image img {
  margin-left: auto;
  margin-right: auto;
}
.home-promo .image .testimonial-list {
  margin: 15px auto 0;
  max-width: 356px;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5625;
}

.fancybox-block-popup {
  width: 98% !important;
  max-width: 980px;
  padding: 0 !important;
  height: auto !important;
}
@media (max-width: 979px) {
  .fancybox-block-popup {
    left: 1% !important;
  }
}
@media (min-width: 980px) {
  .fancybox-block-popup {
    width: 80% !important;
  }
}
.fancybox-block-popup #fancybox-outer {
  border: 1px solid #FBFBFB;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
}
.fancybox-block-popup #fancybox-content {
  width: 100% !important;
}
.fancybox-block-popup #fancybox-content > div {
  overflow: visible;
}
.fancybox-block-popup #fancybox-content .block-optins {
  padding: 27px 15px 30px;
  max-width: 760px;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 980px) {
  .fancybox-block-popup #fancybox-content .block-optins {
    padding: 57px 30px 80px;
  }
}
.fancybox-block-popup #fancybox-close {
  display: block !important;
  background: url("images/v3/icon_close@2x.png") no-repeat;
  background-size: 14px 14px;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
}
.fancybox-block-popup .lm-instant-edit {
  margin: 2px;
}

.fancybox-watchlist-popup {
  padding: 0 !important;
  height: auto !important;
}
.fancybox-watchlist-popup #fancybox-outer {
  border: 1px solid #E5E8F3;
  border-radius: 12px;
  background-color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto;
}
.fancybox-watchlist-popup #fancybox-content {
  width: 100% !important;
}
.fancybox-watchlist-popup #fancybox-content > div {
  overflow: visible;
}
.fancybox-watchlist-popup #fancybox-content .block-optins {
  padding: 15px;
  overflow: visible;
}
@media (min-width: 980px) {
  .fancybox-watchlist-popup #fancybox-content .block-optins {
    padding: 40px;
  }
}
.fancybox-watchlist-popup #fancybox-close {
  display: block !important;
  background: url("images/v3/icon_close@2x.png") no-repeat;
  background-size: 14px 14px;
  top: 24px;
  right: 5px;
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .fancybox-watchlist-popup #fancybox-close {
    top: 24px;
    right: 24px;
  }
}
.fancybox-watchlist-popup .box-title {
  margin-top: 0;
  color: #052334;
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 400;
}
.fancybox-watchlist-popup .box-rte {
  text-align: left;
  color: rgba(5, 35, 52, 0.65);
  font-size: 1rem;
}
.fancybox-watchlist-popup .box-rte strong {
  color: rgba(5, 35, 52, 0.65);
}
.fancybox-watchlist-popup .box-rte ul {
  padding-top: 0;
}
.fancybox-watchlist-popup .box-rte ul li {
  list-style: none;
  background: url("images/checkmark.png") no-repeat 10px 11px;
  background-size: 17px 12px;
  padding-left: 40px;
  margin-left: 0;
}

.login-box {
  background: url("images/blue-bg-login@3x.jpg") no-repeat center bottom #1a78c0;
  background-size: cover;
  padding: 67px 0 63px;
  font-size: 1.3125rem;
}
.login-box .join {
  background: #ffffff;
  padding: 24px 12px 0;
}
.login-box .join li {
  margin-bottom: 16px;
  list-style: none;
  position: relative;
  line-height: 1.71;
}
.login-box .join li:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -23px;
  top: 10px;
  color: #b8e986;
}
.login-box .login {
  color: #ffffff;
  max-width: 415px;
  margin: 0 auto 15px;
}
.login-box .login .h4 {
  margin-top: 0;
  color: #ffffff;
}
.login-box .login label {
  color: #ffffff;
}
.login-box .login .form-group2 label {
  margin-left: 16px;
  margin-bottom: 7px;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.login-box .login .form-group2 .reset {
  margin-top: -36px;
}
.login-box .login .checkbox-group input:checked + label:before,
.login-box .login .radio-group input:checked + label:before {
  background: #ffffff;
  color: #1a78c0;
  line-height: 1.5;
}
.login-box .login [class*=btn-] {
  width: 180px;
  margin-top: 40px;
}
.login-box .login input[type=password] {
  padding-right: 150px;
}
.login-box .h4 {
  font-size: 1.625rem;
}
@media (min-width: 550px) {
  .login-box .join {
    padding: 24px 42px 0;
  }
}
@media (min-width: 768px) {
  .login-box .login {
    float: right;
    width: 44.15%;
    padding-left: 35px;
    padding-top: 98px;
  }
  .login-box .join {
    float: left;
    width: 55.85%;
  }
}

.team-list {
  max-width: 938px;
  padding-bottom: 56px;
  padding-top: 15px;
}
.team-list hr {
  margin: 56px 0 80px;
}
@media (max-width: 589px) {
  .team-list hr {
    display: none;
  }
}
.team-list .team-item {
  width: 100%;
}
.team-list .team-item strong, .team-list .team-item em {
  color: #052334;
}
.team-list .team-item figure {
  text-align: center;
  overflow: hidden;
  margin-top: 2px;
}
.team-list .team-item figure img {
  border-radius: 50%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 589px) {
  .team-list .team-item figure {
    margin-bottom: 24px;
  }
  .team-list .team-item .name {
    text-align: center;
  }
}
@media (min-width: 590px) {
  .team-list .team-item figure {
    float: left;
    width: 26.65%;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .team-list .team-item .content {
    width: calc(100% - 26.65% - 40px);
    float: left;
  }
}
.team-list .slick-prev,
.team-list .slick-next {
  background: none;
  position: absolute;
  top: 0;
  font-size: 2em;
  color: rgba(5, 35, 52, 0.65);
}
.team-list .slick-prev.slick-disabled,
.team-list .slick-next.slick-disabled {
  opacity: 0.5;
}
.team-list .slick-prev:focus,
.team-list .slick-next:focus {
  outline: none;
}
.team-list .slick-prev {
  left: 5px;
}
.team-list .slick-next {
  right: 5px;
}

.question-item {
  padding: 24px 0 29px;
  border-top: 1px solid #eaeff2;
}
.question-item:first-child {
  border-top: none;
}
.question-item .meta {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(5, 35, 52, 0.65);
  font-family: Nunito;
}
.question-item .question {
  color: #052334;
  word-break: break-word;
  margin-bottom: 0;
}
.question-item .question-item-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 29px;
}
.question-item .favorite-icon {
  min-width: fit-content;
  line-height: 1;
}
.question-item .favorite-icon .remove {
  display: none;
}
.question-item .favorite-icon a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.question-item .favorite-icon a[data-favourited="1"] .remove {
  display: block;
}
.question-item .favorite-icon a[data-favourited="1"] .add {
  display: none;
}
.question-item .upvote-icon {
  border-radius: 260px;
  background: #F5F5F5;
  color: #052334;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  min-width: fit-content;
}
.question-item .upvote-icon a {
  color: #052334;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  white-space: nowrap;
}
.question-item .upvote-icon a[data-readonly="1"] {
  touch-action: none;
  cursor: auto;
}
.question-item .upvote-icon a .undo {
  display: none;
}
.question-item .upvote-icon a[data-upvoted="1"] .undo {
  display: block;
}
.question-item .upvote-icon a[data-upvoted="1"] .add {
  display: none;
}
.question-item .upvote-icon a .upvote-count {
  display: block;
}
.question-item [class*=btn-] {
  margin: 0 26px 0 0;
}
.question-item .btn-sm-blue {
  font-family: Nunito;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 11px 16px;
}
.question-item .text {
  float: none;
  width: unset;
}
.question-item .meta-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.question-item .company-list {
  margin: 0;
  padding: 0;
}
.question-item .company-list > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.question-item .question-answer {
  display: none;
  padding-top: 22px;
  color: #052334;
}
.question-item .question-answer .answer-title {
  color: #1a78c0;
  font-size: 0.667em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2.3px;
  margin-bottom: 15px;
}
.question-item .question-answer .note {
  font-size: 0.667em;
  padding-top: 24px;
}
.question-item .question, .question-item .question-answer {
  font-size: 1.3125rem;
  line-height: 1.7;
}
@media (max-width: 450px) {
  .question-item .meta {
    display: block;
    margin: 10px 0 0;
  }
}

.checkout-section {
  padding: 0 0 70px;
  max-width: 940px;
  margin: 0 auto;
}
.checkout-section .h4 {
  margin-top: 0;
  line-height: 1.2;
}
.checkout-section .form-group2 {
  max-width: 460px;
}
.checkout-section .card-info .secure-header span {
  display: inline-block;
  vertical-align: middle;
  color: #052334;
  margin: 5px 21px 0 16px;
}
.checkout-section .card-info .three-column {
  max-width: 809px;
}
.checkout-section .card-info .three-column .note {
  font-size: 0.762em;
}
.checkout-section .card-info .three-column .note img, .checkout-section .card-info .three-column .note div {
  float: left;
}
.checkout-section .card-info .three-column .note div {
  padding-left: 16px;
  width: 184px;
}
@media (min-width: 768px) {
  .checkout-section .card-info .three-column .date {
    width: calc(30.903% - 20px);
    margin-right: 20px;
    float: left;
  }
  .checkout-section .card-info .three-column .cvc {
    width: calc(100% - 30.903% - 20px);
    margin-left: 20px;
    float: left;
  }
}
@media (min-width: 600px) {
  .checkout-section .card-info .three-column .cvc .form-group2 {
    float: left;
    width: 42.675%;
  }
  .checkout-section .card-info .three-column .cvc .note {
    float: left;
    margin-left: 28px;
    width: calc(100% - 42.675% - 28px);
    padding-top: 23px;
  }
}
.checkout-section .card-info .two-column {
  max-width: 832px;
}
.checkout-section .card-info .two-column .note {
  font-size: 1rem;
  margin-bottom: 24px;
  margin-top: -10px;
}
.checkout-section .card-info .two-column .note .media-left, .checkout-section .card-info .two-column .note .media-body {
  float: left;
}
.checkout-section .card-info .two-column .note .media-body {
  margin-left: 16px;
  width: calc(100% - 112px - 16px);
}
@media (min-width: 768px) {
  .checkout-section .card-info .two-column .form-group2 {
    float: left;
    width: 60.097%;
    max-width: 100%;
  }
  .checkout-section .card-info .two-column .note {
    float: left;
    width: calc(100% - 60.097% - 28px);
    padding-top: 23px;
    margin: 0 0 0 28px;
  }
}
.checkout-section .collect-giftee-details .ui-datepicker-trigger {
  float: right;
  margin-top: -45px;
}
.checkout-section .checkout-cart-table table {
  width: 100%;
  margin: 0;
  max-width: 590px;
  font-size: 0.762em;
}
.checkout-section .checkout-cart-table table tr, .checkout-section .checkout-cart-table table td {
  border: none;
  background: transparent;
}
.checkout-section .checkout-cart-table table tfoot {
  border-top: 1px solid #eaeff2;
}
.checkout-section .checkout-cart-table table td:first-child {
  padding-left: 0;
}
.checkout-section .checkout-cart-table table td:last-child {
  padding-right: 0;
}
.checkout-section .checkout-cart-table table.checkout-total tbody tr:last-child td {
  padding-bottom: 22px;
}
.checkout-section .checkout-cart-table table.checkout-total tfoot tr td {
  padding-top: 16px;
  line-height: 1.7;
}
.checkout-section .checkout-cart-table table.checkout-total tfoot tr td strong {
  font-size: 1.313em;
}
.checkout-section .select-product-list .note {
  font-size: 0.762em;
}
.checkout-section .select-product-list .select-products {
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #CDD5D9;
  border-radius: 12px;
}
.checkout-section .select-product-list .select-products .radio-product {
  position: relative;
  border-top: 1px solid #CDD5D9;
}
.checkout-section .select-product-list .select-products .radio-product:first-child {
  border-top: none;
}
.checkout-section .select-product-list .select-products .radio-product label {
  font-family: "Nunito", sans-serif;
  width: 100%;
  display: block;
  padding: 24px 24px 24px 70px;
}
.checkout-section .select-product-list .select-products .radio-product label:before {
  top: calc(50% - 12px);
  left: 24px;
}
.checkout-section .select-product-list .select-products .radio-product .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1A78C0;
  margin-bottom: 8px;
}
.checkout-section .select-product-list .select-products .radio-product .title strong {
  color: #C77A1C;
}
.checkout-section .select-product-list .select-products .radio-product .desc {
  font-size: 1rem;
  line-height: 1.625;
  color: rgba(5, 35, 52, 0.65);
  margin-bottom: 8px;
}
.checkout-section .select-product-list .select-products .radio-product .desc p {
  margin: 0;
}
.checkout-section .select-product-list .select-products .radio-product .price {
  font-size: 2rem;
  display: block;
  line-height: 1.87;
  color: #052334;
  letter-spacing: 2px;
  font-weight: 800;
}
.checkout-section .select-product-list .select-products .radio-product .price small {
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
  letter-spacing: normal;
}
.checkout-section .select-product-list .select-products .radio-product .price sup {
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 7px;
  top: -1.3em;
  letter-spacing: normal;
}
.checkout-section .select-product-list .select-products .best-product {
  color: #178800;
  font-size: 0.571em;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 19px;
}

.bundle-section {
  border: 1px solid #CDD5D9;
  border-radius: 12px;
  background-color: #F7F9FA;
  margin-bottom: 36px;
}
.bundle-section label {
  font-family: "Nunito", sans-serif;
  padding: 24px 21px 21px 67px;
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  color: #052334;
}
.bundle-section label:before {
  left: 21px;
}
.bundle-section .text {
  max-width: 564px;
}
.bundle-section p {
  margin-bottom: 2px;
  max-width: 490px;
}
.bundle-section h4 {
  margin: 0 0 8px;
  font-size: 1.3125rem;
}
.bundle-section .price {
  font-size: 1rem;
  line-height: 1.875;
}
.bundle-section .price small {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 2.33px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.36;
  margin-top: 12px;
  margin-right: 10px;
}
.bundle-section .price sup {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  top: -1.3em;
  margin-right: 3px;
}
.bundle-section .price strong {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.34;
}

.create-account-page .content-wrap {
  background-image: url("images/v3/create-account-graph@2x.png"), linear-gradient(135deg, #0471B7 0%, #0FB9F3 100%);
  background-repeat: no-repeat;
  background-size: auto 445px, 100% 100%;
  background-position: center bottom, center center;
  color: #fff;
  padding: 67px 0 0;
  font-size: 1rem;
  line-height: 1.6875;
}
.create-account-page .content-wrap strong {
  color: #fff;
}
.create-account-page .lm-nav-breadcrumbs {
  display: none;
}
.create-account-page h1 {
  margin: 0 0 24px;
  text-align: center;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.create-account-page .redeem-new {
  max-width: 300px;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
.create-account-page .redeem-new .btn-lg-green {
  margin-left: auto;
  margin-right: auto;
}
.create-account-page .form-group2 {
  margin-bottom: 16px;
}
.create-account-page .checkbox-group {
  margin-bottom: 18px;
}
.create-account-page .checkbox-group label {
  color: #fff;
}
.create-account-page .checkbox-group label a {
  color: #fff;
  text-decoration-color: #fff;
}
.create-account-page .checkbox-group input:focus + label:before {
  box-shadow: 0 0 3px #052334;
}

.switch-login {
  text-align: center;
  font-size: 1rem;
  margin: 0 -15px;
  color: #fff;
}
.question-answer .switch-login {
  margin: 0;
}
.switch-login .bg-box {
  background-color: #1A78C0;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw;
  width: 100vw;
  padding: 17px 15px 16px;
}
.question-answer .switch-login .bg-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.switch-login a {
  color: #fff;
}

.company-search-section {
  background: linear-gradient(135deg, #0471B7 0%, #0FB9F3 100%);
  padding: 24px 0 97px;
  margin: 0 0 35px;
}
.company-search-section .lm-nav-breadcrumbs {
  margin: 0 0 55px;
  color: #fff;
}
.company-search-section .lm-nav-breadcrumbs a {
  color: #fff;
}
.company-search-section input[type=submit] {
  width: 100px;
}
.company-search-section input[type=text] {
  width: calc(100% - 100px);
}

.company-search .fa-search {
  display: none;
}
.company-search form {
  display: flex;
  align-items: center;
}
.company-search form input[type=text] {
  border: 1px solid #D8D8D8;
  border-radius: 21px 0 0 21px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 14px 24px;
  flex: 1;
}
.company-search form input[type=submit] {
  border-radius: 0 21px 21px 0;
  padding: 14px 24px;
  margin: 0;
}

.company-block {
  padding-bottom: 80px;
}
.company-block .container {
  padding: 0;
  max-width: 1110px;
}
.company-block .company-block-section {
  margin: 0;
}
.company-block .company-block-section:not(:last-child) {
  margin: 0 0 40px;
}
.company-block .qmod-ui-tool {
  font-size: 1rem;
}
.company-block .qmod-heading {
  background: #ffffff;
  border-bottom: 1px solid #eaeff2;
  font-weight: 800;
  color: #052334;
  padding: 11px 24px 10px;
  font-size: 0.75rem !important;
  text-transform: uppercase;
}
.company-block .qmod-block-wrapper {
  padding: 30px 15px 0;
  margin: 0;
  color: #000000;
  max-width: 100vw;
}
.company-block .qmod-block-wrapper table {
  font-size: 0.875rem;
  margin: 0;
}
.company-block .qtool {
  padding-bottom: 40px;
}
.company-block .qmod-marketindices h2.qmod-heading {
  font-size: 0.75rem;
}
.company-block .qmod-marketindices h2.qmod-heading .qmod-toolname {
  position: relative;
}
.company-block .qmod-marketindices h2.qmod-heading .qmod-toolname:after {
  content: "Market Overview";
  position: absolute;
  left: 0;
  min-width: 130px;
  background: #ffffff;
  font-size: 0.75rem;
}
.company-block .qmod-marketindices .qmod-tab-row {
  margin: 0;
  padding: 0;
}
.company-block .qmod-marketindices .qmod-tab-header .qmod-tab {
  margin: 0;
}
.company-block .qmod-marketindices .qmod-mm-dropdowns label {
  margin-left: 0;
}
.company-block .qmod-marketindices .qmod-block-wrapper-body.qmod-mrktcharts {
  padding-left: 0;
  padding-right: 0;
}
.company-block .qmod-marketindices .slick-slide .qmod-panel-chart {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.company-block .qmod-marketindices .slick-slide:first-of-type .qmod-panel-chart {
  padding-left: 0;
}
.company-block .qmod-marketindices .slick-slide:last-of-type .qmod-panel-chart {
  padding-right: 0;
}
.company-block .qmod-marketindices table.dataTable.qmod-table tbody tr:nth-child(even) {
  background: #f7f9fa;
}
.company-block .qmod-marketindices table.dataTable.qmod-table tbody tr td:nth-child(2) {
  padding-left: 10px;
}
.company-block .qmod-topChart-head {
  color: #000 !important;
}
.company-block .qmod-marketmovers .qmod-panel {
  padding: 8px 0 !important;
}
.company-block .qmod-marketmovers .qmod-panel table {
  margin: 0;
}
.company-block .qmod-marketmovers table.dataTable.qmod-table tbody tr td {
  padding: 5px;
}
.company-block .qmod-marketmovers table.dataTable.nowrap thead tr th.sorting::before,
.company-block .qmod-marketmovers table.dataTable.nowrap thead tr th.sorting::after {
  opacity: 0.125;
}
@media (max-width: 768px) {
  .company-block .qmod-marketmovers .qmod-block-wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .company-block .qmod-marketmovers .pure-u-1-1 {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
  }
  .company-block .qmod-marketmovers .pure-u-1-1 .qmod-table-container {
    width: calc(50% - 22px);
  }
}
.company-block .slick-slider {
  max-width: calc(100vw - 80px);
  margin-left: 0;
  margin-right: 0;
}
.company-block .qmod-marketindices-table-con,
.company-block .qmod-table-con {
  max-width: calc(100vw - 30px);
}
.company-block .qmod-marketmovers table.qmod-table.dataTable.dtr-column > tbody > tr > td.control:before, .company-block .qmod-marketmovers table.qmod-table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: transparent;
}

.digest-rte {
  max-width: 896px;
  font-size: 1rem;
  line-height: 1.875;
  color: #052334;
}
.digest-form {
  max-width: 760px;
  font-size: 1rem;
  margin-left: -24px;
  margin-top: 15px;
  padding-bottom: 32px;
  border-top: 1px solid #EAEEF1;
}
.digest-form .row {
  border-bottom: 1px solid #EAEEF1;
  padding: 15px 15px 11px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.digest-form .row label {
  color: #052334;
}
.digest-form .row select {
  padding: 0 14px 0 0;
  margin: 5px 0 5px auto;
  border: none;
  box-shadow: none;
  text-align-last: right;
  font-size: 1rem;
  color: #052334;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='292.362px' height='292.362px' viewBox='0 0 292.362 292.362' style='enable-background:new 0 0 292.362 292.362;' xml:space='preserve'><path d='M286.935,69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952,0-9.233,1.807-12.85,5.424C1.807,72.998,0,77.279,0,82.228c0,4.948,1.807,9.229,5.424,12.847l127.907,127.907c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428L286.935,95.074c3.613-3.617,5.427-7.898,5.427-12.847C292.362,77.279,290.548,72.998,286.935,69.377z'/></svg>") no-repeat center right #fff;
  background-size: 6px 6px;
}
.digest-form .row select:focus {
  outline: none;
}
.digest-form .row .info-tooltip {
  transform: translateY(-5px);
  position: absolute;
  right: 5px;
}
.digest-form .row > span {
  position: relative;
  padding-right: 26px;
}
.digest-form .btn-sm-blue {
  margin: 24px 0 0;
  padding: 12px 10px 10px;
  min-width: 120px;
}
.digest-form .btn-lg-blue {
  margin-top: 24px;
}

.paywall-banner {
  text-align: center;
  padding: 0;
  background: transparent;
}
.paywall-banner .block-optins {
  padding: 0;
  margin: 0;
}
.paywall-banner .block-optins .box {
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 20px 0 80px;
}
.paywall-banner .block-optins .box .box-title {
  font-size: 1.5rem;
  line-height: 1.46;
  margin: 0 0 21px;
}

.watchlist {
  padding-bottom: 24px;
}
.watchlist .add-company {
  padding: 24px 0;
}
@media (min-width: 550px) {
  .watchlist .add-company form {
    display: flex;
  }
}
.watchlist .add-company .tagit, .watchlist .add-company #add_company_list {
  margin: 0 0 10px;
  border-radius: 3px;
}
@media (min-width: 550px) {
  .watchlist .add-company .tagit, .watchlist .add-company #add_company_list {
    flex: 1 0 auto;
    border-radius: 3px 0 0 3px;
    border-right: none;
    margin: 0;
  }
}
.watchlist .add-company .tagit {
  padding: 9px 5px 9px 16px;
}
.watchlist .add-company .btn-blue {
  border-radius: 3px;
  margin: 0;
  min-width: 180px;
  width: 100%;
}
@media (min-width: 550px) {
  .watchlist .add-company .btn-blue {
    border-radius: 0 3px 3px 0;
    width: unset;
  }
}
.watchlist .add-company .ui-widget {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}
.watchlist .add-company .ui-widget input {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.watchlist .add-company .ui-widget .ui-state-default {
  border: none;
}
.watchlist .upgrade-trial {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  margin-bottom: 24px;
  padding: 16px 24px;
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
}
@media (min-width: 650px) {
  .watchlist .upgrade-trial {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.watchlist .upgrade-trial .box-title {
  font-weight: bold;
}
.watchlist .upgrade-trial .box-title + p {
  max-width: 770px;
}
.watchlist .upgrade-trial .btn-blue {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.36;
}

[name=qfilter] {
  align-self: flex-start;
  display: flex;
  align-items: center;
}
@media (min-width: 1120px) {
  [name=qfilter] {
    align-self: center;
  }
}
[name=qfilter] select {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
[name=qfilter] .styled-select {
  position: relative;
  padding-right: 12.5px;
}
[name=qfilter] .styled-select:after {
  margin-top: 3.5px;
  margin-left: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 7px 4.5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 19px;
}
[name=qfilter] label {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-flex;
  line-height: 1;
  vertical-align: unset;
  padding-top: 2px;
}
[name=qfilter] .choices {
  margin: 0 0 0 5px;
}
[name=qfilter] .choices[data-type*=select-one]:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 7px 4.5px;
  right: 0;
  margin-top: -2px !important;
}
[name=qfilter] .choices[data-type*=select-one].is-open:after {
  margin-top: -2px !important;
  border: solid transparent;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 7px 4.5px;
}
[name=qfilter] .choices .choices__inner {
  background: transparent;
  border: none;
  padding: 0 !important;
  min-height: 1px;
}
[name=qfilter] .choices .choices__inner .choices__list--single {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  color: #052334;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
[name=qfilter] .choices .choices__inner .choices__placeholder {
  opacity: 1;
  color: #052334;
}
[name=qfilter] .choices .choices__list--dropdown {
  padding: 11px 0 0;
  background: transparent;
  border: none;
  min-width: 175px;
  right: -15px;
}
[name=qfilter] .choices .choices__list--dropdown .choices__list {
  background: #ffffff;
  border: solid 1px #cdd5d9;
  line-height: 1.875;
  padding: 5px 0 !important;
  border-radius: 3px;
}
[name=qfilter] .choices .choices__list--dropdown:after, [name=qfilter] .choices .choices__list--dropdown:before {
  top: -7px;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
[name=qfilter] .choices .choices__list--dropdown:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
}
[name=qfilter] .choices .choices__list--dropdown:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #cdd5d9;
  border-width: 11px;
  right: 9px;
  top: -9px;
}
[name=qfilter] .choices .choices__list--dropdown .choices__item--selectable {
  color: #052334;
  display: block;
  text-decoration: none;
  padding: 4px 16px;
}
[name=qfilter] .choices .choices__list--dropdown .choices__item {
  font-size: 0.9375rem;
  color: #052334;
}
[name=qfilter] .choices .choices__list--dropdown .choices__item.is-highlighted {
  background: #1a78c0;
  color: #ffffff;
}
[name=qfilter] .choices .choices__list--dropdown .choices__placeholder {
  opacity: 1;
  color: #052334;
}

.question-public .main_content > .container {
  max-width: calc(1242px + 30px);
}
.question-public .content-back {
  padding: 24px 0 0;
  font-size: 1rem;
}
.question-public .content-back a {
  text-decoration: none;
}
.question-public .search-box {
  border-radius: 60px;
  border: solid 1px #cdd5d9;
}
@media (min-width: 1120px) {
  .question-public .search-box {
    margin-right: 24px;
    max-width: 620px;
  }
}
.question-public .search-box form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .question-public .search-box form {
    flex-wrap: nowrap;
  }
}
.question-public .search-box ul {
  margin: 0;
  padding: 0;
}
.question-public .search-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.question-public .search-box input[type=text] {
  height: 41px;
  border-radius: 60px 0 0 60px;
  border: none;
  line-height: 1;
  margin: 0;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 9px;
  display: block;
  width: 100%;
}
.question-public .search-box .search-inputs {
  position: relative;
  flex: 1;
}
.question-public .search-box .search-inputs:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -7px;
  color: #052334;
}
.question-public .search-box input[type=submit] {
  border-radius: 0 60px 60px 0;
  padding-left: 5px;
  padding-right: 5px;
  margin: -1px;
  width: 110px;
}
.question-public .search-box .search-by-select {
  float: left;
  height: 32px;
  border-left: solid 1px #cdd5d9;
  margin: 6px 0 4px;
  padding: 7px 0;
  position: relative;
  width: 153px;
}
@media (min-width: 768px) {
  .question-public .search-box .search-by-select {
    width: 183px;
  }
}
.question-public .search-box .search-by-select span {
  color: #052334;
  display: block;
  font-size: 0.762em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-right: 12.5px;
  padding-top: 1px;
}
.question-public .search-box .search-by-select span:after {
  margin-top: 3.5px;
  margin-left: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: rgba(5, 35, 52, 0.6);
  border-width: 7px 4.5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 19px;
}
.question-public .search-box .search-by-select .dropdown-menu {
  margin-top: 0;
}
.question-public .search-box .search-by-select.hover .dropdown-menu {
  display: block;
  text-align: left;
}
.question-public .right-aside {
  padding: 40px 40px 24px;
  background: #F9F9F9;
  border-radius: 6px;
  margin: 0;
}
.question-public .right-aside .widget {
  margin: 0;
}
@media (min-width: 991px) {
  .question-public .right-aside {
    margin-top: -16px;
    width: 338px;
    float: right;
  }
}
@media (min-width: 991px) {
  .question-public .cont {
    float: left;
    width: calc(100% - 338px - 20px);
  }
}
.question-public .article > h1 {
  margin: 0 0 8px;
  color: #052334;
  font-size: 1.625rem;
  line-height: 1.35;
}
.question-public .question-filter-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.question-public .question-filter-box .title-right {
  flex: 1 0 auto;
  margin-bottom: 24px;
  min-width: 100%;
}
@media (min-width: 1120px) {
  .question-public .question-filter-box {
    flex-direction: row;
  }
  .question-public .question-filter-box .title-right {
    margin-bottom: 0;
    min-width: unset;
  }
}
@media (max-width: 500px) {
  .question-public .search-box {
    border-radius: 6px;
    height: auto;
  }
  .question-public .search-box .search-inputs {
    width: calc(100% - 112px);
  }
  .question-public .search-box input[type=submit] {
    clear: both;
    display: block;
    width: calc(100% + 2px);
    border-radius: 0 0 6px 6px;
    position: relative;
    z-index: 9;
  }
}
.question-public .paywall .fade {
  position: relative;
  overflow: hidden;
}
.question-public .paywall .fade:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.question-public .paywall + .note {
  padding-top: 24px;
}

.alert-notice {
  border: 1px solid #F8CE1C;
  border-radius: 6px;
  background-color: #FDFCEF;
  text-align: center;
  padding: 16px;
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 24px;
}

.new-comments-form {
  border-bottom: 1px solid #F1F1F1;
  padding: 24px 0 29px;
}
.new-comments-form .author {
  display: flex;
  margin-bottom: 16px;
  color: #052334;
}
.new-comments-form .author .profile-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 9px;
}
.new-comments-form .author .profile-image .user-avatar {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.new-comments-form .author .profile-info {
  padding-top: 8px;
}
.new-comments-form .author .profile-info .name {
  color: #052334;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.new-comments-form textarea {
  width: 100%;
  border: 1px solid #C1C1C1;
  padding: 16px;
  font-size: 1.25rem;
  line-height: 1.35;
  border-radius: 3px;
  margin-bottom: 16px;
}
.new-comments-form .btn-blue {
  margin: 0;
}

.question-disclosure-text {
  font-size: 0.875rem;
  line-height: 1.36;
  margin-bottom: 24px;
  color: #052334;
}

.complete-order .access-button {
  padding: 19px 0 0;
}
.complete-order .access-button .btn-blue {
  margin: 0;
}
.complete-order hr {
  margin-bottom: 40px;
}

.set-password-block {
  border: 1px solid #FBFBFB;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(5, 35, 52, 0.15);
  width: 100%;
  max-width: 941px;
  margin: 0 auto;
  padding: 40px 10px;
}
.set-password-block-text {
  max-width: 586px;
  margin: 0 auto;
}
.set-password-block-text h1 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 20px;
  text-align: center;
}
.set-password-block .lm-form-area {
  max-width: 300px;
  margin: 0 auto;
  font-family: Poppins;
  color: #5C707B;
}
.set-password-block .lm-form-area .lm-form-group {
  margin-bottom: 20px;
}
.set-password-block .lm-form-area .lm-form-group label {
  margin-left: 0;
  margin-bottom: 13px;
}
.set-password-block .lm-form-area .lm-form-group input[type=text], .set-password-block .lm-form-area .lm-form-group input[type=email], .set-password-block .lm-form-area .lm-form-group input[type=tel], .set-password-block .lm-form-area .lm-form-group input[type=password], .set-password-block .lm-form-area .lm-form-group textarea {
  color: #5C707B;
}
.set-password-block .lm-form-area .lm-buttons {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.set-password-block .lm-form-area .lm-buttons .lm-btn-submit {
  margin: 0;
  font-weight: bold;
  padding: 9px 24px;
  font-family: "Nunito", sans-serif;
}
.set-password-block .password-note {
  font-size: 1rem;
  text-align: center;
  line-height: 1.625;
  color: #5C707B;
}
.set-password-block .password-note p {
  margin-bottom: 30px;
}
.set-password-block .lm-form-note {
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 15.5px;
}
.set-password-block .lm_error {
  border: 1px solid #FF5A5A;
  background-color: #FFEDE9;
  padding: 14px 17px;
  color: #052334;
  text-align: center;
  margin-bottom: 30px;
}

.lm-form-area [action*=edit-password] .lm-buttons {
  text-align: center;
  padding-bottom: 32px;
}
.lm-form-area [action*=edit-password] .lm-buttons .lm-btn-submit {
  border-radius: 21px;
  background: #1A78C0;
  padding: 10px 46px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  border: none;
  margin: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.edit-profile [class*=btn-] {
  margin-bottom: 32px;
}

.member-aside .member-navigation .tier_heading a {
  color: #43BAFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  position: relative;
  padding-top: 32px;
  display: block;
}
.member-aside .member-navigation .tier_heading a:before {
  content: "";
  height: 2px;
  background-color: #EAEEF1;
  position: absolute;
  top: 0;
  left: 32px;
  right: 17px;
}
.member-aside .member-navigation .tier_heading a u {
  border-radius: 3px;
  background-color: #D0021B;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px 0;
  margin-left: 5px;
}
.member-aside .member-navigation .tier_heading a em {
  border-radius: 3px;
  background-color: #28A745;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  padding: 2px 5px 0;
  margin-left: 5px;
}
.member-aside .member-navigation .tier_heading a:hover {
  color: #fff;
  background: transparent;
}
.member-aside .member-navigation .tier_heading a.lm-nav-activeitem {
  color: #fff;
  background: transparent;
  font-weight: 900;
}
.member-aside .member-navigation li a u {
  border-radius: 3px;
  background-color: #D0021B;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px 0;
  margin-left: 5px;
}
.member-aside .member-navigation li a em {
  border-radius: 3px;
  background-color: #28A745;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  padding: 2px 5px 0;
  margin-left: 5px;
}

.analytics-home-page .video-section {
  padding: 40px 0;
}
@media (min-width: 991px) {
  .analytics-home-page .video-section {
    padding: 80px 0;
  }
}
.analytics-home-page .video-section iframe {
  border-radius: 6px;
}
.analytics-home-page .two-column-section {
  border-top: 1px solid #EAEEF1;
  padding: 40px 0;
}
@media (min-width: 991px) {
  .analytics-home-page .two-column-section {
    padding: 80px 0;
  }
  .analytics-home-page .two-column-section:nth-child(odd) .two-column-section--container {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .analytics-home-page .two-column-section:nth-child(odd) .two-column-section--img {
    margin-left: 40px;
  }
}
@media (min-width: 1240px) {
  .analytics-home-page .two-column-section {
    margin: 0 65px 0 25px;
  }
  .analytics-home-page .two-column-section:nth-child(odd) .two-column-section--content {
    margin-left: 8.77%;
  }
}
@media (min-width: 991px) {
  .analytics-home-page .two-column-section--container {
    display: flex;
  }
}
.analytics-home-page .two-column-section--img {
  width: 282px;
  min-width: 282px;
  margin: 0 auto 20px;
}
@media (min-width: 1240px) {
  .analytics-home-page .two-column-section--img {
    margin: 0 0 0 8.77%;
  }
}
.analytics-home-page .two-column-section--content {
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
}
@media (min-width: 991px) {
  .analytics-home-page .two-column-section--content {
    margin-left: 40px;
  }
}
@media (min-width: 991px) {
  .analytics-home-page .two-column-section--content .text {
    max-width: 477px;
  }
}
.analytics-home-page .two-column-section--content h2 {
  font-size: 1.625rem;
  font-weight: normal;
  color: #052334;
  margin: 0 0 12px;
  line-height: 1.35;
}
.analytics-home-page .two-column-section--content .prog-block {
  padding-top: 40px;
}
.analytics-home-page .two-column-section--content .prog-block.space-small {
  padding-top: 12px;
}
.analytics-home-page .two-column-section--content .prog-block p {
  margin-bottom: 12px;
}
.analytics-home-page .two-column-section--content .prog-block .status {
  display: flex;
  margin-bottom: 30px;
}
.analytics-home-page .two-column-section--content .prog-block .status .fa {
  font-size: 1.875rem;
  margin-right: 12px;
}
.analytics-home-page .two-column-section--content .prog-block .status .fa-check-square {
  color: #1A78C0;
}
.analytics-home-page .two-column-section--content .prog-block .status .fa-square-o {
  color: #CDD5D9;
}
.analytics-home-page .two-column-section--content .prog-block .status-style {
  border: 1px solid #7B7B7B;
  background-color: #EAEEF1;
  padding: 10px 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.analytics-home-page .two-column-section--content .prog-block .btn-lg-blue {
  font-size: 0.875rem;
  padding: 9px 37px 8px;
  margin-right: 23px;
}
.analytics-home-page .two-column-section--content .prog-block .links-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.analytics-home-page .two-column-section--content .holdings-list {
  display: flex;
  margin-bottom: 12px;
}
.analytics-home-page .two-column-section--content .holdings-list--item + .holdings-list--item {
  margin-left: 38px;
}
.analytics-home-page .two-column-section--content .links-list {
  max-width: 400px;
}
.analytics-home-page .two-column-section--content .links-list p {
  margin: 0 0 12px;
  line-height: 1.875;
}
.analytics-home-page .two-column-section--content .notification {
  border: 1px solid #F8CE1C;
  background-color: #FDFCEF;
  padding: 24px;
  max-width: 477px;
}

#portfolio-tracking-and-analysis-section .prog-block {
  max-width: 466px;
}

.investor-suite-home-page {
  padding: 22px 30px;
  max-width: 990px;
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
}
.investor-suite-home-page h1 {
  font-size: 1.625rem;
  margin: 0 0 40px;
}
.investor-suite-home-page p {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .investor-suite-home-page .btn-lg-blue {
    margin-left: 161px;
  }
}
.investor-suite-home-page .is-list .is-list-item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .investor-suite-home-page .is-list .is-list-item {
    flex-wrap: nowrap;
  }
}
.investor-suite-home-page .is-list .is-list-item .img {
  text-align: center;
  margin: 0 auto 10px;
  min-width: 95px;
  width: 95px;
}
@media (min-width: 768px) {
  .investor-suite-home-page .is-list .is-list-item .img {
    margin: 9px 66px 0 0;
  }
}
.investor-suite-home-page .is-list .is-list-item .text {
  min-width: 100%;
}
@media (min-width: 768px) {
  .investor-suite-home-page .is-list .is-list-item .text {
    min-width: calc(100% - 95px - 66px);
  }
}
.investor-suite-home-page .is-buttons-row {
  margin-bottom: 10px;
}
.investor-suite-home-page .is-buttons-row p {
  margin-bottom: 0;
}

.customize-portfolio {
  font-size: 1rem;
  line-height: 1.875;
  padding: 24px 0 32px;
}
.customize-portfolio .text-block {
  max-width: 865px;
  color: #052334;
}
.customize-portfolio .text-block p {
  margin-bottom: 38px;
}
.customize-portfolio .cta-section--block {
  border-bottom: 1px solid #CDD5D9;
  margin-bottom: 40px;
  max-width: 986px;
}
.customize-portfolio .cta-section--block p {
  margin-bottom: 20px;
}
.customize-portfolio .cta-section--block .fs-formfield-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding-bottom: 20px;
}
@media (min-width: 551px) and (max-width: 990px) {
  .customize-portfolio .cta-section--block .fs-formfield-row {
    margin: 0 -5px;
  }
}
.customize-portfolio .cta-section--block .fs-formfield-item {
  margin: 0 16px 20px;
  min-width: 180px;
  max-width: 220px;
}
@media (min-width: 551px) and (max-width: 990px) {
  .customize-portfolio .cta-section--block .fs-formfield-item {
    margin: 0 7px 20px;
    width: 185px;
    min-width: 185px;
    max-width: 185px;
  }
}
@media (max-width: 550px) {
  .customize-portfolio .cta-section--block .fs-formfield-item {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
  }
}
.customize-portfolio .cta-section--block .fs-formfield-item input {
  width: 100%;
  padding-right: 30px;
}
.customize-portfolio .cta-section--block .fs-formfield-item input:disabled {
  background: #F7F9FA;
  touch-action: none;
}
.customize-portfolio .cta-section--block .fs-formfield-item .tooltip {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #052334;
}
.customize-portfolio .cta-section--block .fs-formfield-multichecksingleline-label {
  display: block;
  position: relative;
}
.customize-portfolio .cta-section--block .fs-formfield-multichecksingleline-label:after {
  content: "%";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
.customize-portfolio .cta-section--block label {
  margin: 0 0 8px 16px;
  font-weight: bold;
}
.customize-portfolio .cta-buttons-row {
  text-align: center;
  max-width: 986px;
}

.report-section .section-title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.report-section .section-title-block h2 {
  margin: 0 14px 0 0;
}
.report-section .section-title-block .changeclassification-block {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.report-section .section-title-block .changeclassification-block a {
  margin-left: 16px;
}
.report-section .section-title-block .changeclassification-block .btn-blue {
  font-size: 0.875rem;
  padding: 8px 20px 9px;
}
@media print {
  .report-section .section-title-block .changeclassification-block {
    display: none;
  }
}
.report-section .section-title-block select {
  padding: 0 30px 0 10px !important;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background-color: #FFFFFF;
  min-width: 115px;
}
.report-section .section-title-block .choices {
  color: #052334;
}
.report-section .section-title-block .choices .choices__inner {
  padding: 0;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background-color: #FFFFFF;
  min-height: unset;
  min-width: 115px;
}
.report-section .section-title-block .choices .choices__list--single {
  padding: 0 30px 0 10px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}
.report-section .section-title-block .choices .choices__list--dropdown {
  min-width: 215px;
  margin-top: 6px;
  border: 1px solid #CDD5D9;
  border-radius: 9px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 0 15px;
}
.report-section .section-title-block .choices .choices__list--dropdown .choices__list {
  max-height: 358px;
}
.report-section .section-title-block .choices .choices__list--dropdown .is-highlighted {
  background: transparent;
  text-decoration: underline;
  color: #1A78C0;
}
.report-section .section-title-block .choices .choices__list--dropdown .choices__item {
  padding: 0 14px !important;
  font-size: 1rem;
  line-height: 1.875;
}
.report-section .section-title-block .choices .choices__placeholder {
  opacity: 1;
}

.body-customize-portfolio .lm_error {
  margin-top: 24px;
}

.portfolio-settings {
  max-width: 619px;
}
.portfolio-settings .text {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 -24px 16px;
  padding: 0 24px 60px;
  border-bottom: 1px solid #EAEEF1;
}
.portfolio-settings .account-name-block {
  padding-bottom: 20px;
}
.portfolio-settings .account-name-block > p {
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 20px;
}
.portfolio-settings .account-name-block label {
  font-weight: 600;
}
.portfolio-settings .action-row {
  text-align: center;
  padding-bottom: 32px;
}

.ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
}

.ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0;
}
.js .ProductNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}
.js .ProductNav::-webkit-scrollbar {
  display: none;
}

.ProductNav_Contents {
  float: left;
  transition: transform 0.2s ease-in-out;
  position: relative;
}

.ProductNav_Contents-no-transition {
  transition: none;
}

.ProductNav_Link {
  text-decoration: none;
  color: #7f868b;
  font-size: 0.85rem;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1.35;
}
.ProductNav_Link[aria-selected=true] {
  color: #6a2c79;
}

.Advancer {
  /* Reset the button */
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity 0.3s;
}
.Advancer:focus {
  outline: 0;
}
.Advancer:hover {
  cursor: pointer;
}

.Advancer_Left {
  left: 0;
}
[data-overflowing=both] ~ .Advancer_Left, [data-overflowing=left] ~ .Advancer_Left {
  opacity: 1;
}

.Advancer_Right {
  right: 0;
}
[data-overflowing=both] ~ .Advancer_Right, [data-overflowing=right] ~ .Advancer_Right {
  opacity: 1;
}

.Advancer_Icon {
  width: 12px;
  height: 44px;
  fill: #bbb;
}

.ProductNav_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: transparent;
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.company-page .qmod-ui-tool,
.company-page .pure-g [class*=pure-u] {
  font: 1rem "Nunito", sans-serif;
}
.company-page .qtool h3.qmod-heading {
  background: transparent;
  padding: 0;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: bold;
}
.company-page .qtool table.dataTable tbody tr {
  border-bottom: none;
}
.company-page .qtool table.dataTable.no-footer {
  border-bottom: none;
}
.company-page .company-meta .qmod-block-wrapper,
.company-page .company-meta .qmod-hbg {
  background: transparent;
}
.company-page .company-meta .qmod-heading {
  padding: 0 0 9px;
  color: #052334;
  font-size: 1.5625rem;
  font-weight: 500;
}
.company-page .company-meta .qmod-quotehead .qmod-mkt-hours .qmod-last,
.company-page .company-meta .qmod-quotehead .qmod-mkt-hours .qmod-change {
  color: #052334;
  font-size: 1.524em;
}
.company-page .company-meta .qmod-quotehead .qmod-ch-down .qmod-change-icon {
  color: #d0011b;
}
.company-page .company-meta .qmod-quotehead .qmod-ch-up .qmod-change-icon {
  color: #00a31e;
}
.company-page .company-meta .qmod-quotehead .qmod-head-left {
  margin: 0;
}
.company-page .company-meta .qmod-quotehead .qmod-mkt-top {
  margin-bottom: 9px;
  color: #052334;
  font-size: 0.9375rem;
}
.company-page .company-meta .qmod-quotehead .qmod-mkt-mid, .company-page .company-meta .qmod-quotehead .qmod-mkt-btm {
  color: #052334;
  font-size: 0.9375rem;
}
.company-page .company-meta .qmod-quotehead .qmod-bid,
.company-page .company-meta .qmod-quotehead .qmod-datetime,
.company-page .company-meta .qmod-quotehead .qmod-afh {
  margin-right: 3px;
}
.company-page .company-meta .qmod-quotehead .qmod-ask > .qmod-dp,
.company-page .company-meta .qmod-quotehead .qmod-bid > .qmod-dp {
  color: #052334;
}
.company-page .company-meta .qmod-quotehead .qmod-entline {
  font-size: 0.8125rem;
  color: #052334;
  margin-top: 4px;
}
.company-page .company-meta .company-list .custom-dropdown {
  display: inline-block;
  vertical-align: middle;
  min-width: 280px;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotehead,
.company-page .detailed-quote .qmod-detailedquote .qmod-heading.qmod-hbg {
  display: none;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid {
  margin: 0;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-label,
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-data-point {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  line-height: 1.875;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-label {
  color: rgba(5, 35, 52, 0.65);
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-data-point {
  color: #052334;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-line-sep {
  border: none;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-r {
  margin-left: 7%;
}
.company-page .detailed-quote .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-l {
  margin-right: 7%;
}
.company-page .company-profile .qmod-quotehead,
.company-page .company-profile h2.qmod-heading {
  display: none;
}
.company-page .company-profile .qmod-label {
  color: rgba(5, 35, 52, 0.65);
  font-size: 0.9375rem;
  padding: 0 !important;
  margin-bottom: 5px;
}
.company-page .company-profile .qmod-desc {
  font-size: 0.9375rem;
  color: #052334;
  line-height: 1.875;
  padding: 0 !important;
  margin-bottom: 13px;
}
.company-page .company-profile h3.qmod-heading {
  margin-bottom: 13px;
}
.company-page .interactive-chart .qmod-heading.qmod-hbg {
  display: none;
}
.company-page .interactive-chart .qmod-chart-js {
  padding: 0;
  margin: 0;
}
.company-page .interactive-chart .qmod-chart-display,
.company-page .interactive-chart .qmod-chart-buttons-rs {
  font-size: 0.8125rem;
}
.company-page .interactive-chart ul, .company-page .interactive-chart ul li {
  margin: 0;
  padding: 0;
}
.company-page .interactive-chart .qmod-btn-icon {
  margin: 0;
  padding: 0;
}
.company-page .interactive-chart .qmod-btn-icon .qmod-dd-more, .company-page .interactive-chart .qmod-btn-icon .fa {
  height: 23px;
  line-height: 14px;
}
.company-page .interactive-chart .qmod-group-btn-ul {
  padding: 0 !important;
}
.company-page .interactive-chart .qmod-group-btn-ul .qmod-group-btn {
  padding-top: 2px;
  padding-bottom: 3px;
}
.company-page .interactive-chart .qmod-group-btn-ul .qmod-btn-text {
  font-size: 0.75rem;
}
.company-page .interactive-chart .qmod-btn-text {
  margin: 0;
  padding: 4px 5px;
  height: 24px;
  line-height: 19px;
}
.company-page .interactive-chart .qmod-btn-text .fa-hourglass-o {
  margin-top: -3px;
}
.company-page .interactive-chart .qmod-lnd-time .qmod-btn-text {
  line-height: 17px;
}
.company-page .interactive-chart .qmod-lnd-time .qmod-dd-more .fa {
  padding-top: 6px;
}
.company-page .interactive-chart .qmod-chart-display .qmod-chips > li {
  padding-top: 1px;
  padding-bottom: 1px;
}
.company-page .key-ratios .qmod-quotehead,
.company-page .key-ratios h2.qmod-heading {
  display: none;
}
.company-page .key-ratios h3.qmod-heading {
  margin: 0 0 13px;
}
.company-page .key-ratios .qmod-block-wrapper {
  font-size: 0.9375rem;
  line-height: normal;
}
.company-page .key-ratios .qmod-block-wrapper .pure-u-1.pure-u-sm-1-2 {
  float: none;
  width: 100%;
}
.company-page .key-ratios .qmod-block-wrapper .qmod-label {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.company-page .key-ratios .qmod-block-wrapper .qmod-desc {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #052334;
}
.company-page .key-ratios .qmod-block-wrapper .qmod-heading {
  font-size: 1em;
}
.company-page .earnings .qmod-quotehead,
.company-page .earnings h2.qmod-heading {
  display: none;
}
.company-page .earnings .qmod-ectp {
  display: none;
}
.company-page .earnings .qmod-eeh {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.company-page .analystrecommendations .qmod-analyst-ar {
  display: none;
}
.company-page .analystrecommendations h3.qmod-heading {
  margin: 0 0 16px;
}
.company-page .analystrecommendations .qmod-broker-desc {
  display: none;
}
.company-page .shareinfoperformance .qmod-quotehead,
.company-page .shareinfoperformance .qmod-si-annualinfo,
.company-page .shareinfoperformance h2.qmod-heading,
.company-page .shareinfoperformance .qmod-si-priceinfo,
.company-page .shareinfoperformance .qmod-si-pricechange {
  display: none;
}
.company-page .shareinfoperformance .pure-u-1.pure-u-md-1-2 {
  float: none;
  width: 100%;
}
.company-page .shareinfoperformance .qmod-shareinfo {
  display: flex;
  flex-direction: column-reverse;
}
.company-page .shareinfoperformance .qmod-shareinfo .qmod-chart-js > div {
  margin: 0;
  border: none;
  padding: 0;
  max-width: 100%;
}
.company-page .shareinfoperformance .qmod-shareinfo .pure-u-md-1-2:first-child .qmod-chart-js > div {
  border-bottom: 1px solid #052334;
  padding-bottom: 5px;
}
.company-page .shareinfoperformance .qmod-shareinfo .pure-u-md-1-2:last-child .qmod-chart-js > div {
  border-top: 1px solid #052334;
  margin-top: 5px;
  padding-top: 5px;
}
.company-page .shareinfoperformance .qmod-shareinfo .pure-u-md-1-2:last-child .pure-g {
  display: none;
}
.company-page .shareinfoperformance .qmod-label, .company-page .shareinfoperformance .qmod-desc {
  font-size: 0.8125rem;
  color: #052334;
}
.company-page .shareinfoperformance .qmod-label {
  padding-left: 0;
}
.company-page .shareinfoperformance .qmod-desc {
  padding-right: 0;
}
.company-page .insiders .qmod-quotehead,
.company-page .insiders h2.qmod-heading {
  display: none;
}
.company-page .insiders .widget-content {
  padding-left: 20px;
  padding-right: 20px;
}
.company-page .insiders .qmod-modifiers {
  font-size: 0.667em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.company-page .insiders .qmod-table-con {
  padding-left: 0;
  padding-right: 0;
}
.company-page .litenews h2.qmod-heading {
  display: none;
}
.company-page .litenews h4 {
  font-size: 1em;
}
.company-page .litenews .qmod-news-list li {
  border: none;
  margin: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #052334;
  background-color: #f1f1f1;
  display: flex;
  align-items: flex-start;
}
.company-page .litenews .qmod-news-list li:nth-child(2n+0) {
  background: #fff;
}
.company-page .litenews .qmod-news-list li > * {
  float: none;
}
.company-page .litenews .qmod-news-list li .qmod-news-date {
  order: 0;
  font-size: 0.75rem;
  width: 75px;
}
.company-page .litenews .qmod-news-list li .qmod-headline {
  order: 1;
  font-size: 0.8125rem;
  flex: 1;
}
.company-page .litenews .qmod-news-list li .qmod-news-source {
  order: 2;
  font-size: 0.75rem;
}
.company-page .litenews .qmod-news-list li a h4 {
  color: #052334;
}
.company-page .filings .qmod-quotehead,
.company-page .filings h2.qmod-heading {
  display: none;
}
.company-page .filings .qmod-sec-filings .qmod-modifiers {
  padding: 0;
  margin-left: -20px;
  margin-top: -10px;
  font-size: 0.8125rem;
}
.company-page .filings .qmod-sec-filings .dataTables_wrapper {
  margin-left: 0;
  margin-right: 0;
}
.company-page .filings .qmod-dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate {
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
  float: none;
  font-size: 0.8125rem;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate > span {
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  display: inline-block;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #052334;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  height: 38px;
  min-width: 40px;
  line-height: 38px;
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.current, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #42bbff;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: inline-block;
  opacity: 0.2;
  cursor: default;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border: solid 1px #d8d8d8;
  padding: 0 5px;
  height: 40px;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus {
  border: solid 1px #d8d8d8;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-radius: 60px 0 0 60px;
}
.company-page .qmod-ui-tool .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-radius: 0 60px 60px 0;
}
.company-page .qmod-analyst-recommendations tr.child table,
.company-page .qmod-insiders tr.child table,
.company-page .qmod-earnings tr.child table {
  max-width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #EAEEF1;
  margin-bottom: 15px;
}
.company-page .qmod-analyst-recommendations tr.child table tr, .company-page .qmod-analyst-recommendations tr.child table td,
.company-page .qmod-insiders tr.child table tr,
.company-page .qmod-insiders tr.child table td,
.company-page .qmod-earnings tr.child table tr,
.company-page .qmod-earnings tr.child table td {
  border: none !important;
}
.company-page .qmod-analyst-recommendations tr.child table td,
.company-page .qmod-insiders tr.child table td,
.company-page .qmod-earnings tr.child table td {
  padding: 8px 14px 8px 14px !important;
}
.company-page .qmod-analyst-recommendations .dt-hasChild.parent,
.company-page .qmod-insiders .dt-hasChild.parent,
.company-page .qmod-earnings .dt-hasChild.parent {
  border-bottom: none !important;
}
.company-page .qmod-analyst-recommendations .dt-hasChild.parent td,
.company-page .qmod-insiders .dt-hasChild.parent td,
.company-page .qmod-earnings .dt-hasChild.parent td {
  border-bottom: none !important;
}
.company-page .qmod-analyst-recommendations .dataTables_paginate,
.company-page .qmod-insiders .dataTables_paginate,
.company-page .qmod-earnings .dataTables_paginate {
  justify-content: center;
}

.company-block .qmod-marketmovers .qmod-marketmovers-table td.child td {
  border-bottom: 1px solid grey;
  padding: 5px;
}
.company-block .qmod-marketmovers .qmod-marketmovers-table td.child .qmod-resp-title {
  font-weight: 700;
  min-width: 30%;
}
.company-block .qmod-marketmovers .qmod-marketmovers-table td.child :last-child {
  text-align: left !important;
}

.heatmap-iframe-v1 {
  height: 360px;
}
@media (min-width: 1050px) {
  .heatmap-iframe-v1 {
    height: 260px;
  }
}
@media (min-width: 1600px) {
  .heatmap-iframe-v1 {
    height: 180px;
  }
}

.heatmap-iframe-v2 {
  height: 860px;
}

[data-qmod-tool=heatmapmodule] .qmod-heading {
  display: none;
}

.qmod-heatmap-module .qmod-heatmap-nav {
  margin: 0 10px 20px 0;
}

.qmod-heatmap-module .qmod-heatmap-single {
  margin: 0;
}

.qmod-heatmap-module .qmod-heatmap-con {
  margin: 0;
  padding: 0;
}

.qmod-heatmap-module .qmod-heatmap-con .qmod-heatmap-block,
.qmod-heatmap-module .qmod-sector-title-con {
  margin: 0;
}

.qmod-sector-grid.qmod-sector-performance {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

@media screen and (min-width: 48em) {
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: calc(50% - 10px);
  }
}
.qmod-heatmap-module .qmod-industry-select .qmod-industry-body .qmod-sector-item-sector,
.qmod-ui-tool .qmod-dropdown-menu li {
  margin: 0;
  list-style: none;
}

.qmod-heatmap-module .qmod-industry-select .qmod-industry-body .qmod-sector-item-group,
.qmod-heatmap-module .qmod-industry-select .qmod-industry-body .qmod-sector-item-industry {
  margin-bottom: 0;
}

.qmod-heatmap-module .qmod-drop-wrap .qmod-drop-items ul li {
  margin: 0;
}

.qmod-heatmap-module .qmod-disclaimer {
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.qmod-heatmap-module .qmod-heatmap-con {
  min-width: 100%;
}

.member-welcome {
  padding: 0 0 60px;
}
.member-welcome .btn-blue {
  padding: 9px 40px 8px;
  font-size: 0.875rem;
}
.member-welcome .company-block {
  padding-bottom: 0;
}
.member-welcome .company-block .container {
  max-width: unset;
}
.member-welcome .company-block .qmod-heading {
  display: none;
}
.member-welcome .company-block .qmod-block-wrapper {
  max-width: unset;
  padding: 0;
}
.member-welcome .company-block .qmod-marketindices .qmod-marketindices-table-con {
  display: none;
}
.member-welcome .market-update {
  background: rgba(217, 217, 217, 0.1);
  padding: 0 12px;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .member-welcome .market-update {
    padding: 0 40px 0 24px;
    margin: 0 -40px 0 -24px;
  }
}
.member-welcome .market-update--content {
  border-top: 1px solid #CDD5D9;
  border-bottom: 1px solid #CDD5D9;
  padding: 44px 0 50px;
}
.member-welcome .market-update--content--text h2:first-child {
  display: none;
}
.member-welcome .top-questions {
  padding: 44px 0 50px;
}
.member-welcome .latest-blog-post {
  background: rgba(217, 217, 217, 0.1);
  padding: 44px 12px 50px;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .member-welcome .latest-blog-post {
    padding: 44px 40px 50px 24px;
    margin: 0 -40px 0 -24px;
  }
}
.member-welcome .latest-blog-post--footer {
  border-top: 1px solid #CDD5D9;
}
.member-welcome .latest-blog-post .latest-post-grid {
  margin-bottom: 0;
}
.member-welcome .latest-blog-post .latest-post-grid .item .post-image {
  margin-bottom: 33px;
}
.member-welcome .latest-blog-post .latest-post-grid .item .post-title {
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-family: Nunito;
  font-weight: 700;
}
.member-welcome .latest-blog-post .latest-post-grid .item .post-rte {
  color: rgba(5, 35, 52, 0.65);
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  padding-bottom: 20px;
}
.member-welcome .latest-blog-post .latest-post-grid .item .post-author img {
  display: none;
}
.member-welcome .latest-blog-post .latest-post-grid .item .post-author .date {
  color: rgba(5, 35, 52, 0.65);
}

.content-tabs li:hover .question-popular-subnav {
  display: flex !important;
}

.question-popular-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.02);
  padding: 20px 27px 20px 20px;
}
.question-popular-subnav a {
  color: rgba(5, 35, 52, 0.65);
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.question-popular-subnav a.active {
  color: #1A78C0;
  text-decoration: underline;
}
.question-popular-subnav a:hover {
  color: #1A78C0;
}
.question-popular-subnav + .question-item {
  border-top: none;
}

.question-no-found {
  padding: 40px 0 29px;
}

.questions-top-padding {
  padding: 20px 0 29px;
}
.questions-top-padding.more-space {
  padding-top: 44px;
}

/*# sourceMappingURL=layout-new.css.map */
