/*Family*/
/*Font Size*/
/*Line Height*/
/*Colors*/
/*Spaces*/
/* @2x Images (Pixel Ratio of 1.25+) */
/* @3x Images (Pixel Ratio of 2.25+) */
/* @4x Images (Pixel Ratio of 3.25+) */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.user-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.stacktable td.st-key {
  width: 49%;
  text-align: right;
  padding: 6px 3% 6px 0;
  font-weight: 700;
}
.stacktable td.st-val {
  width: 49%;
  padding: 6px 0 6px 1%;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
  border-bottom: 1px solid #cdd5d9;
}
.stacktable.small-only tr {
  border: none;
}
@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .stacktable.small-only {
    display: table;
  }
}
@media print {
  .stacktable.large-only {
    max-width: 100%;
    width: 100%;
  }
}
.lm_error,
.lm_notice,
.lm_success {
  font-size: 0.762em;
}
.lm_error,
.lm_notice,
.lm_success,
.lm_error a,
.lm_notice a,
.lm_success a {
  color: #052334;
}
ol.lm-nav-breadcrumbs {
  font-size: 0.875rem;
  margin: 24px 0 27px;
}
ol.lm-nav-breadcrumbs li {
  list-style: none;
  margin: 0 12.2px 0 0;
  padding: 0;
}
#page_edit_tabs {
  font-size: 14px;
}
#page_edit_tabs .lm-tab-selector {
  padding-top: 1px;
}
#page_edit_tabs h2 {
  margin: 0 0 15px;
}
#page_edit_tabs p {
  margin-bottom: 15px;
}
.about-team-section .narrow-text {
  max-width: 750px;
  margin: 0 auto;
}
.about-team-section .h4 {
  margin-top: 0;
}
/*Home*/
.question-item {
  padding: 24px 0 40px;
  border-top: 1px solid #eaeff2;
}
.question-item:first-child {
  border-top: none;
}
.question-item .meta {
  font-size: 0.667em;
  font-weight: bold;
}
.question-item .question {
  margin-bottom: 33px;
  color: #052334;
  word-break: break-word;
}
.question-item .favorite-icon {
  float: left;
  margin-right: 8px;
}
.question-item .favorite-icon .fa {
  font-size: 0.675em;
}
.question-item .favorite-icon .fa-heart {
  color: #d0011b;
}
.question-item .favorite-icon .fa-heart-o {
  color: #cdd5d9;
}
.question-item [class*="btn-"] {
  margin: 0 26px 0 0;
}
.question-item .text {
  float: left;
  width: calc(100% - 23px);
}
.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;
}
.question-item .question-answer .note {
  font-size: 0.667em;
}
@media (max-width: 450px) {
  .question-item .meta {
    display: block;
    margin: 10px 0 0;
  }
}
.report-item {
  padding: 40px 0 40px 7px;
  border-top: 1px solid #eaeff2;
}
.report-item:first-child {
  border-top: none;
}
.report-item h1.h4 {
  margin: 0 0 11px;
  line-height: 1;
}
.report-item .rating {
  float: left;
  width: 59px;
  margin-right: 7px;
  text-align: center;
}
.report-item .rating .title {
  font-size: 0.571em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.report-item .rating span {
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.report-item .text p {
  font-size: 0.762em;
  line-height: 1.875;
}
@media (min-width: 550px) {
  .report-item .rating {
    margin-top: 19px;
  }
  .report-item .text {
    float: left;
    width: calc(100% - 73px);
  }
}
@media (min-width: 768px) {
  .report-item {
    padding-left: 28px;
  }
  .report-item .rating {
    margin-right: 29px;
  }
  .report-item .text {
    width: calc(100% - 116px);
  }
}
/*Forum*/
.forum {
  margin-top: 24px;
}
.forum .lm-nav-breadcrumbs {
  margin-top: 0;
}
.forum .forum-page-title {
  font-size: 1.238em;
  margin-bottom: 20px;
  line-height: 1;
}
.forum .forum-page-title [class*="btn-"] {
  min-width: 120px;
  margin: -2px 0 0;
  font-size: 0.538em;
}
@media (min-width: 500px) {
  .forum .forum-page-title [class*="btn-"] {
    float: right;
  }
}
.forum .forum-page-description {
  font-size: 0.762em;
  margin-bottom: 20px;
}
.forum .forum-page-description div {
  margin-bottom: 8px;
  color: #052334;
}
.forum .forum-page-description p {
  margin-bottom: 8px;
}
.forum table {
  width: 100%;
  font-size: 0.762em;
  margin-bottom: 10px;
}
.forum table thead th,
.forum table thead td {
  font-size: 0.75em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.forum table th:first-child,
.forum table td:first-child {
  padding-left: 0;
}
.forum table th:last-child,
.forum table td:last-child {
  padding-right: 0;
}
.forum table tbody tr:nth-child(even) {
  background: transparent;
}
.forum table tbody tr:last-child {
  border-bottom: none;
}
.forum table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.forum table .forum-title,
.forum table .thread-title a {
  font-size: 1.188em;
  line-height: 1.2;
}
.forum table .forum-description {
  margin-top: 8px;
  display: block;
}
.forum table .thread-meta {
  color: rgba(5, 35, 52, 0.65);
}
.forum .ForumList .forum-table-value-number {
  width: 80px;
  text-align: center;
  padding-left: 0;
}
.forum .ThreadList td.st-key {
  width: 29%;
}
.forum .ThreadList td.st-val {
  width: 69%;
}
.forum .PostList {
  font-size: 1em;
  line-height: 1.71;
}
.forum .PostList tbody td {
  padding-top: 32px;
  padding-bottom: 8px;
}
.forum .PostList .PostMeta {
  font-size: 0.762em;
  margin: 0;
}
.forum .PostList .PostMeta .user-avatar {
  display: none;
}
.forum .PostList .PostMeta a.pull-right {
  text-decoration: none;
}
.forum .PostList .PostMeta strong {
  margin-right: 16px;
}
.forum .PostList .PostMeta .date {
  color: rgba(5, 35, 52, 0.65);
}
.forum .PostList .forum-post-column-author {
  vertical-align: top;
}
.forum .PostList .forum-form .form-group label {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .forum .PostList .forum-post-column-author {
    display: none;
  }
  .forum .PostList .forum-post-column-message {
    padding-left: 0;
  }
  .forum .PostList .PostMeta .user-avatar {
    display: inline-block;
  }
}
@media (min-width: 500px) {
  .forum table tbody td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .forum table .forum-title,
  .forum table .thread-title a {
    font-size: 1.313em;
    line-height: 1.71;
  }
  .forum .ForumList .forum-table-value-number {
    width: 124px;
  }
}
.member-aside {
  background-image: linear-gradient(184deg, #052334, #021622);
  width: 230px;
  float: left;
  position: relative;
  z-index: 3;
  padding-bottom: 182px;
  overflow-y: auto;
}
.member-aside .member-hello {
  color: #ffffff;
  margin: 24px 17px 30px 32px;
}
.member-aside .member-hello:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #c77a1c;
  display: block;
  margin-top: 24px;
}
.member-aside .member-navigation {
  font-size: 0.762em;
}
.member-aside .member-navigation ul,
.member-aside .member-navigation ul li {
  margin: 0;
  padding: 0;
}
.member-aside .member-navigation ul li {
  margin-bottom: 14px;
}
.member-aside .member-navigation a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-decoration: none;
  padding: 10px 17px 8px 32px;
}
.member-aside .member-navigation a:hover {
  color: #ffffff;
}
.member-aside .member-navigation .lm-nav-heading .lm-nav-label {
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.83px;
  line-height: 1.4;
  padding: 0 17px 0 32px;
  text-transform: uppercase;
}
.member-aside .member-navigation .lm-nav-heading .lm-nav-label 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 .lm-nav-heading .lm-nav-label 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 .lm-nav-activeitem a {
  background: #42bbff;
  color: #ffffff;
}
.member-aside .member-navigation 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 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 .renew-box {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0.667em;
  padding: 30px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
}
.member-aside .renew-box strong {
  color: #ffffff;
}
.member-aside .renew-box p {
  margin-bottom: 30px;
}
.member-aside .renew-box .btn-sm-blue {
  display: block;
  margin: 0 auto;
  width: 120px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .member-aside {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250%;
    transition: all 0.3s;
    z-index: 9999;
    padding: 0;
  }
  .member-aside.open {
    display: block;
    left: 0;
  }
  .member-aside .renew-box {
    position: static;
  }
}
@media (min-width: 768px) {
  .member-aside + .main_block {
    float: left;
    width: calc(100% - 230px);
    background-color: #f7f9fa;
  }
}
@media print {
  .member-aside {
    display: none;
  }
  .member-aside + .main_block {
    background-color: transparent;
  }
}
@media print {
  .main_block {
    height: 100% !important;
  }
}
.announcement-box {
  border-radius: 6px;
  background-color: #fefdf0;
  border: solid 1px #f8ce1c;
  color: #052334;
  font-size: 0.762em;
  line-height: 1.875;
  padding: 17px 24px 15px;
  margin: 0 24px 24px;
}
.announcement-box [class*="btn-"] {
  font-size: 1em;
}
.announcement-box p {
  margin: 0;
}
@media print {
  .announcement-box {
    display: none;
  }
}
.content-box {
  background: #ffffff;
  border: 1px solid #eaeff2;
  margin: 0 0 25px;
  padding: 0 12px;
}
.content-box.bg-suggested {
  background-image: url('images/bg-suggested-graph.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.content-box .content-tabs {
  margin: 0 -12px 16px;
  border-bottom: 1px solid #eaeff2;
  font-size: 1rem;
  min-height: 55px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .content-box .content-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-box .content-tabs .scroller {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 11px 7px 7px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  z-index: 1;
}
.content-box .content-tabs .scroller:focus {
  outline: none;
}
.content-box .content-tabs .scroller-right {
  right: 0;
}
.content-box .content-tabs .scroller-left {
  left: 0;
}
.content-box .content-tabs .timeline {
  overflow: hidden;
  margin-bottom: -1px;
  width: 100%;
}
.content-box .content-tabs ul {
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
  display: table-row;
  vertical-align: middle;
  height: auto;
}
.content-box .content-tabs ul li {
  display: table-cell;
  cursor: grab;
  cursor: -webkit-grab;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.content-box .content-tabs ul li .link,
.content-box .content-tabs ul li .lm-tab-option,
.content-box .content-tabs ul li .lm-nav-label {
  color: rgba(5, 35, 52, 0.65);
  text-decoration: none;
  padding: 17px 24px 14px;
  display: block;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  height: auto;
}
.content-box .content-tabs ul li .link:hover,
.content-box .content-tabs ul li .lm-tab-option:hover,
.content-box .content-tabs ul li .lm-nav-label:hover {
  color: #052334;
}
.content-box .content-tabs ul li .link:focus,
.content-box .content-tabs ul li .lm-tab-option:focus,
.content-box .content-tabs ul li .lm-nav-label:focus {
  outline: none;
}
.content-box .content-tabs ul li .link.lm-tab-option-active,
.content-box .content-tabs ul li .lm-tab-option.lm-tab-option-active,
.content-box .content-tabs ul li .lm-nav-label.lm-tab-option-active {
  color: #052334;
  border-bottom-color: #42bbff;
  font-weight: bold;
}
.content-box .content-tabs ul li.active .link,
.content-box .content-tabs ul li.lm-nav-activeitem .link,
.content-box .content-tabs ul li.active .lm-nav-label,
.content-box .content-tabs ul li.lm-nav-activeitem .lm-nav-label {
  color: #052334;
  border-bottom-color: #42bbff;
  font-weight: bold;
}
.content-box .content-tabs .right-filter {
  padding-right: 16px;
  padding-left: 5px;
}
.content-box .content-tabs .right-filter label {
  font-size: 12px;
  text-transform: uppercase;
}
.content-box .content-tabs .right-filter select {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .content-box .content-tabs .right-filter {
    align-self: flex-end;
  }
}
@media print {
  .content-box .content-tabs {
    display: none;
  }
}
.content-box .content-back {
  margin: 0 -12px 16px;
  border-bottom: 1px solid #eaeff2;
  font-size: 1rem;
  height: 55px;
}
.content-box .content-back a {
  padding: 14px 24px 13px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.content-box .content-back a:hover {
  color: #052334;
}
.content-box .subtitle {
  margin: 0 -12px 0;
  padding: 22px 12px 16px;
  border-bottom: 1px solid #eaeff2;
}
.content-box .subtitle h1,
.content-box .subtitle h2,
.content-box .subtitle h3,
.content-box .subtitle h4 {
  margin: 0;
}
.content-box.no-padding {
  padding: 0;
}
.content-box.no-padding .subtitle {
  margin: 0;
}
.analytics-upgrade .content-box {
  border: none;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 768px) {
  .analytics-upgrade .content-box {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .content-box {
    margin: 0 25px 25px;
    padding: 0 40px 0 24px;
  }
  .content-box .content-tabs,
  .content-box .content-back {
    margin: 0 -40px 16px -24px;
  }
  .content-box .subtitle {
    margin: 0 -40px 0 -24px;
    padding: 22px 40px 16px 24px;
  }
}
@media (min-width: 991px) {
  .content-box.with-right-side {
    float: left;
    width: calc(100% - 258px - 75px);
  }
}
@media print {
  .content-box {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    page-break-before: always;
  }
}
.right-aside {
  margin: 25px 25px 0;
}
.right-aside .widget {
  color: #052334;
  font-size: 0.762em;
  margin-bottom: 24px;
}
.right-aside .widget a {
  color: #052334;
  text-decoration: none;
}
.right-aside .widget a:hover {
  color: #1a78c0;
}
.right-aside .widget .title {
  font-size: 0.75em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.right-aside .widget ul {
  line-height: 1.875;
  margin: 0;
  padding: 0;
}
.right-aside .widget ul li {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #eaeff2;
}
@media (min-width: 991px) {
  .right-aside {
    float: right;
    width: 258px;
    margin: 0 25px 0 0;
  }
}
.add-question {
  color: #052334;
}
.add-question .h4 {
  margin-bottom: 19px;
  line-height: 1;
}
.add-question .rule-part {
  padding: 22px 0 5px;
  font-size: 1rem;
}
.add-question .rule-part .h4 {
  font-size: 1.625em;
}
.add-question .rule-part ul {
  padding-top: 0;
}
.add-question .ask-part {
  padding: 22px 0 5px;
}
.add-question .ask-part .meta {
  font-size: 1rem;
}
.add-question .ask-part .form-group2 label {
  color: rgba(5, 35, 52, 0.65);
  font-weight: bold;
}
.add-question .ask-part input::-moz-placeholder,
.add-question .ask-part textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.add-question .ask-part input:-ms-input-placeholder,
.add-question .ask-part textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.add-question .ask-part input::-webkit-input-placeholder,
.add-question .ask-part textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.add-question .h4 {
  margin-top: 0;
}
.add-question .radio-group label strong {
  display: block;
  color: rgba(5, 35, 52, 0.65);
  font-size: 1.313em;
  margin-bottom: 10px;
}
.add-question .form-group2 {
  max-width: 660px;
}
@media (min-width: 991px) {
  .add-question .ask-part {
    float: left;
    width: 65%;
    padding-right: 32px;
  }
  .add-question .rule-part {
    float: right;
    width: 35%;
    border-left: 1px solid #eaeff2;
    padding-left: 32px;
  }
}
.pagination {
  text-align: center;
  padding: 32px 0;
}
.pagination ul {
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #d8d8d8;
  overflow: hidden;
}
.pagination ul,
.pagination ul li {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style: none;
  float: left;
  font-size: 0.667em;
}
.pagination ul li:first-child {
  border-right: solid 1px #d8d8d8;
}
.pagination ul li:last-child {
  border-left: solid 1px #d8d8d8;
}
.pagination ul li a {
  color: #052334;
  display: block;
  text-decoration: none;
  height: 38px;
  width: 40px;
  line-height: 38px;
}
.pagination ul li a:hover {
  background: #42bbff;
  color: #ffffff;
}
.pagination ul li.active a {
  background: #42bbff;
  color: #ffffff;
}
.horizontal-tabs .tabs-content {
  display: none;
}
.horizontal-tabs .tabs-content.active {
  display: block;
}
.portfolios-page {
  color: #052334;
}
.portfolios-page .content-tabs .tabs-list li .link {
  color: #052334;
}
.portfolios-page .content-tabs .tabs-list .active {
  font-weight: bold;
}
.portfolios-page .tabs-content {
  font-size: 1rem;
}
.portfolios-page .tabs-content ul,
.portfolios-page .tabs-content ol {
  padding-top: 0;
}
.portfolios-page .btn-blue,
.portfolios-page .btn-green {
  font-size: 1em;
}
.reports-filter {
  margin-top: 53px;
  margin-left: 24px;
  float: right;
}
.reports-filter .form-group {
  float: left;
  margin: 13px 32px 0 0;
}
.reports-filter .form-group label {
  position: static;
}
.reports-filter .field-select {
  position: relative;
  display: inline-block;
}
.reports-filter .field-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.reports-filter .field-select select {
  padding: 0 10px 0 0;
  background: transparent;
  position: relative;
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reports-filter input[type=submit] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media (min-width: 1115px) {
  .reports-filter {
    margin-top: 0;
  }
}
.reports-page {
  margin: 0 -12px;
}
.reports-page .company-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
@media (min-width: 768px) {
  .reports-page {
    margin: 0 -40px 0 -24px;
  }
}
.lm-page-control {
  text-align: center;
  margin: 0 0 32px;
}
.lm-page-control ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  border: solid 1px #d8d8d8;
}
.lm-page-control ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  font-size: 0.667em;
  line-height: 1.4;
}
.lm-page-control ul li:first-child {
  border-right: solid 1px #d8d8d8;
}
.lm-page-control ul li:first-child a {
  border-radius: 30px 0 0 30px;
}
.lm-page-control ul li:last-child {
  border-left: solid 1px #d8d8d8;
}
.lm-page-control ul li:last-child a {
  border-radius: 0 30px 30px 0;
}
.lm-page-control ul li a {
  display: block;
  padding: 11px 14px 10px;
  color: #052334;
  text-decoration: none;
  min-width: 40px;
}
.lm-page-control ul li a:hover {
  background-color: #42bbff;
  color: #fff;
}
.lm-page-control ul li.lm-page-disabled {
  padding: 11px 14px 10px;
}
.lm-page-control ul li.lm-page-active a {
  background-color: #42bbff;
  color: #fff;
}
.member-start-page {
  font-size: 1rem;
  color: #052334;
}
.member-start-page .btn-blue {
  font-size: 1em;
}
.member-start-page h1,
.member-start-page h2,
.member-start-page h3 {
  margin: 0;
}
.member-start-page h1 {
  font-size: 1.625em;
  margin-bottom: 9px;
}
.member-start-page h2 {
  font-size: 1.313em;
  margin-bottom: 8px;
}
.member-start-page .start-bottom-text {
  max-width: 730px;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 16px;
}
.member-start-page hr {
  margin: 0;
}
.member-start-page .text-with-image {
  padding: 40px 0 25px;
  max-width: 1162px;
  width: 100%;
  margin: 0 auto;
}
.member-start-page .text-with-image:first-child {
  padding-top: 20px;
}
.member-start-page .text-with-image .image {
  text-align: center;
}
.member-start-page .text-with-image .image p {
  margin: 0;
}
.member-start-page .text-with-image .text {
  max-width: 480px;
  padding: 0 12px;
}
.member-start-page .text-with-image .text p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .member-start-page .text-with-image {
    padding: 80px 0 65px;
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member-start-page .text-with-image:first-child {
    padding-top: 40px;
  }
  .member-start-page .text-with-image.left-image .image {
    padding-right: 35px;
  }
  .member-start-page .text-with-image.left-image .text {
    padding-left: 35px;
  }
  .member-start-page .text-with-image.right-image .image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 35px;
  }
  .member-start-page .text-with-image.right-image .text {
    margin-left: 20px;
    padding-right: 35px;
  }
  .member-start-page .text-with-image .text {
    padding: 0;
  }
  .member-start-page .text-with-image > div,
  .member-start-page .text-with-image .image {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .member-start-page .text-with-image.right-image .text {
    margin-left: 80px;
  }
}
.member-welcome {
  font-size: 1rem;
  color: #052334;
}
.member-welcome h2 {
  font-size: 1.625em;
}
.member-welcome .read-more {
  margin: 0 -12px;
  border-top: 1px solid #eaeff2;
  text-align: center;
  padding: 24px;
}
@media (min-width: 768px) {
  .member-welcome .read-more {
    margin: 0 -40px 0 -24px;
  }
}
.refer-friend {
  font-size: 1rem;
  color: #052334;
  max-width: 700px;
}
.refer-friend h2 {
  font-size: 1.625em;
  margin-top: 8px;
}
.refer-friend .copy-link-group {
  max-width: 660px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #cdd5d9;
  margin-bottom: 26px;
}
.refer-friend .copy-link-group input {
  float: left;
}
.refer-friend .copy-link-group input[type=url] {
  border: none;
  box-shadow: none;
  width: calc(100% - 110px);
  padding: 14px 17px;
  color: #1a78c0;
  text-decoration: underline;
  line-height: 1;
  height: 50px;
}
.refer-friend .copy-link-group input[type=button] {
  width: 110px;
  border-radius: 0 3px 3px 0;
  margin: 0;
  font-size: 1em;
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
}
@media (min-width: 550px) {
  .refer-friend .copy-link-group input[type=url] {
    width: calc(100% - 180px);
  }
  .refer-friend .copy-link-group input[type=button] {
    width: 180px;
  }
}
.submit-waitlist .btn-lg-blue {
  width: 240px;
}
.submit-waitlist .form-group2 {
  max-width: 460px;
}
@media (min-width: 768px) {
  .edit-profile .two-column {
    margin-left: -40px;
  }
  .edit-profile .two-column .form-group2 {
    width: calc(50% - 40px);
    margin-left: 40px;
    float: left;
  }
}
.submit-review {
  padding-top: 30px;
}
.submit-review .form-group2 {
  max-width: 600px;
  margin-bottom: 30px;
}
.custom-upload {
  max-width: 600px;
}
.custom-upload span {
  padding: 10px 16px;
  border: solid 1px #cdd5d9;
  border-radius: 3px;
}
.custom-upload input,
.custom-upload button {
  float: left;
}
.custom-upload .btn-blue {
  height: 40px;
  border-radius: 3px;
  margin: 0;
  width: 180px;
  padding: 9px 5px;
}
.custom-upload input[type=text] {
  float: left;
  width: calc(100% - 180px);
  padding: 7px 0 6px;
  border: none;
  height: 40px;
}
.watchlist h2 {
  font-size: 1.625em;
  line-height: 1;
  margin-top: 22px;
}
.watchlist .digest-form {
  margin: 0 -12px 34px;
}
.watchlist .digest-form form {
  max-width: 660px;
}
.watchlist .digest-form .btn-sm-blue {
  width: 120px;
  margin-bottom: 0;
  margin-top: 32px;
  line-height: 1.4;
}
.watchlist .digest-form .row {
  border-top: 1px solid #eaeff2;
  border-bottom: 1px solid #eaeff2;
  margin: 0 0 -1px;
  padding: 16px 12px 24px;
}
.watchlist .digest-form .row label {
  font-size: 1rem;
  float: left;
  line-height: 1.875;
}
.watchlist .digest-form .row input,
.watchlist .digest-form .row select {
  float: right;
}
.watchlist .digest-form .row select {
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .watchlist .digest-form {
    margin: 0 -40px 0 -24px;
  }
  .watchlist .digest-form .row {
    padding-right: 40px;
    padding-left: 24px;
  }
}
.my-watchlist {
  border-radius: 6px;
  border: solid 1px #eaeff2;
  margin-bottom: 40px;
}
.my-watchlist legend {
  font-size: 1em;
  color: #052334;
  padding: 0 39px 0 15px;
  display: inline-block;
  width: auto;
  border-top: none;
  margin: 0 0 0 9px;
}
.my-watchlist .company-list {
  padding: 0;
  margin: 0 24px;
}
.my-watchlist .company-list .custom-dropdown {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.my-watchlist .company-list .custom-dropdown .dropdown {
  max-width: inherit;
}
.my-watchlist .button {
  position: relative;
  margin: 0 0 21px;
  list-style: none;
  text-align: center;
}
.my-watchlist .button:after {
  content: '';
  background: #eaeff2;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.my-watchlist .button a {
  display: inline-block;
  background: #ffffff;
  padding: 0 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.my-watchlist .add-company {
  border-top: solid 1px #eaeff2;
}
.my-watchlist .add-company input[type=submit] {
  width: 100px;
  float: left;
  margin: 0;
  border-radius: 0 0 6px 0;
}
.my-watchlist .add-company .tagit {
  float: left;
  width: calc(100% - 100px);
  border-radius: 0 0 0 6px;
  padding: 0 15px;
  border: none;
}
.my-watchlist .add-company .tagit li {
  font-size: 0.762em;
  line-height: 1.4;
  margin: 5px;
  padding: 9px 20px 7px 5px;
}
.my-watchlist .add-company .tagit li.tagit-new {
  padding: 10px 5px 8px;
}
.my-watchlist .add-company input[type=text] {
  border-radius: 0 0 0 6px;
  border: none;
  font-weight: bold;
}
@media (min-width: 550px) {
  .my-watchlist .add-company input[type=submit] {
    width: 180px;
  }
  .my-watchlist .add-company .tagit {
    width: calc(100% - 180px);
  }
}
.cost-content {
  padding: 80px 0 59px;
}
.cost-content .h4 {
  margin: 0 0 21px;
  padding-top: 19px;
}
.cost-content ul {
  padding: 0;
}
.service-suitable {
  padding: 80px 0 25px;
}
.service-suitable .h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 16px;
}
.service-suitable p {
  line-height: 2.19;
  margin-bottom: 40px;
}
.service-suitable .btn-lg-blue {
  width: 240px;
  margin: 0;
}
.portfolio-include {
  padding-top: 39px;
}
.portfolio-include h1 {
  margin-bottom: 16px;
}
.portfolio-include .h4 {
  margin: 0 0 24px;
}
.portfolio-include ul {
  padding: 0 0 14px;
  margin-left: 15px;
}
.portfolio-include ul li {
  margin-bottom: 10px;
}
.portfolio-include p + ul {
  margin-top: -24px;
}
.portfolio-include .btn-lg-blue {
  width: 240px;
}
.portfolio-include .right-image p {
  margin: 0;
}
@media (min-width: 768px) {
  .portfolio-include .flex-content {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }
  .portfolio-include .flex-content .left-text {
    width: 50%;
    padding-bottom: 36px;
  }
  .portfolio-include .flex-content .right-image {
    padding-right: 23px;
    width: 50%;
  }
}
.complete-order .text-size16 {
  max-width: 585px;
}
.receipt-box {
  max-width: 700px;
  color: #052334;
}
@media print {
  .receipt-box {
    border: none;
  }
}
.receipt-box .h4 {
  margin: 0;
  line-height: 1;
}
.receipt-box .btn-sm-blue {
  margin: 0;
  min-width: 120px;
}
.receipt-box .checkout-final-info {
  margin-top: 42px;
  font-size: 1rem;
  line-height: 1.875;
}
.receipt-box .checkout-final-info .item {
  margin-bottom: 16px;
}
.receipt-box .checkout-final-info .title {
  font-weight: 700;
  color: rgba(5, 35, 52, 0.65);
}
@media print {
  .receipt-box .checkout-final-info {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .receipt-box .checkout-final-info .item {
    float: left;
  }
  .receipt-box .checkout-final-info .item + .item {
    margin-left: 50px;
  }
}
@media print {
  .receipt-box .checkout-final-info .item {
    float: left;
  }
  .receipt-box .checkout-final-info .item + .item {
    margin-left: 50px;
  }
}
.receipt-box .checkout-cart-table table {
  font-size: 1rem;
  line-height: 1.875;
  width: 100%;
  margin-bottom: 24px;
}
.receipt-box .checkout-cart-table table tbody tr {
  background: transparent;
  border: none;
}
.receipt-box .checkout-cart-table table tfoot tr:last-child {
  border-bottom: none;
  border-top: 1px solid #cdd5d9;
}
.receipt-box .checkout-cart-table table tfoot td:last-child {
  text-align: right;
}
.receipt-box .checkout-cart-table table tfoot strong {
  font-size: 1.3125rem;
  line-height: 1.7;
}
.receipt-box .checkout-cart-table table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.receipt-box .checkout-cart-table table tr td:first-child {
  padding-left: 0;
}
.receipt-box .checkout-cart-table table tr td:last-child {
  padding-right: 33px;
}
@media print {
  .receipt-box .checkout-cart-table table {
    margin-bottom: 0;
  }
}
.main_content {
  page-break-after: auto;
}
@media (min-width: 768px) {
  .main_content.left-side {
    -ms-display: flex;
    display: flex;
    align-content: stretch;
  }
  .main_content.left-side .member-aside {
    float: none;
    min-width: 230px;
    width: unset;
  }
  .main_content.left-side .main_block {
    float: none;
    width: unset;
    flex: 1;
  }
}
@media print {
  .main_content.left-side {
    display: block;
  }
  .main_content.left-side .member-aside {
    display: none;
  }
  .main_content.left-side .main_block {
    width: 100%;
    display: block;
  }
}
.humburger {
  border: none;
  background: rgba(0, 0, 0, 0.01);
  height: 38px;
  width: 38px;
  position: relative;
}
.humburger .l1,
.humburger .l2,
.humburger .l3 {
  position: absolute;
  display: block;
  margin: auto;
  top: 48%;
  left: 15%;
  height: 3px;
  width: 70%;
  background-color: black;
  transition: all 0.2s ease-out;
}
.humburger .l1 {
  top: 23%;
}
.humburger .l3 {
  top: 73%;
}
.humburger.active .l1 {
  transform: rotate(45deg);
  top: 48%;
}
.humburger.active .l2 {
  opacity: 0;
}
.humburger.active .l3 {
  transform: rotate(-45deg);
  top: 48%;
}
.lm-form-area .lm-form-group {
  position: relative;
  margin-bottom: 24px;
}
.lm-form-area .lm-form-group label {
  margin-left: 16px;
  margin-bottom: 7px;
  font-size: 0.762em;
  line-height: 1;
  display: block;
  width: auto;
}
.lm-form-area .lm-form-group input,
.lm-form-area .lm-form-group textarea,
.lm-form-area .lm-form-group select {
  display: block;
  width: 100%;
}
.lm-form-area .lm-form-group input:focus,
.lm-form-area .lm-form-group textarea:focus,
.lm-form-area .lm-form-group select:focus {
  outline: none;
}
.lm-form-area .lm-buttons {
  text-align: left;
  padding-bottom: 30px;
}
.lm-form-area .lm-buttons .lm-btn-submit {
  border-radius: 60px;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  padding: 14px 33px 14px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #1a78c0;
  background-image: linear-gradient(to bottom, #1a78c0, #1a78c0);
  color: #ffffff;
}
.lm-form-area .lm-buttons .lm-btn-submit:hover,
.lm-form-area .lm-buttons .lm-btn-submit:focus,
.lm-form-area .lm-buttons .lm-btn-submit:active {
  text-decoration: none;
  background-color: #054f79;
  background-image: linear-gradient(to bottom, #054f79, #054f79);
  color: #ffffff;
}
.lm-form-area .lm-buttons .lm-btn-submit:focus {
  outline: none;
  box-shadow: 0 0 1px #42bbff;
}
.redeem-existing {
  max-width: 700px;
}
.redeem-new .form-group2 {
  max-width: 460px;
}
.join-landing .promo-section h1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}
.join-landing .promo-section p.h4 {
  line-height: 1.69;
  margin-top: 0;
}
.join-landing .join-bottom {
  padding: 45px 0 28px;
}
.join-landing .join-bottom .h4,
.join-landing .join-bottom .h2,
.join-landing .join-bottom h2 {
  line-height: 1.2;
}
.my-payments-section {
  max-width: 940px;
}
.my-payments-section .my-payments-item {
  border-top: 1px solid #EAEEF1;
  font-size: 1rem;
  padding-top: 40px;
  padding-bottom: 32px;
}
.my-payments-section .my-payments-item:first-child {
  border-top: none;
  padding-top: 0;
}
.my-payments-section p {
  margin-bottom: 8px;
}
.my-payments-section .title {
  font-size: 1.625rem;
  margin-bottom: 24px;
}
.my-payments-section table {
  width: 100%;
  max-width: 693px;
  font-size: 1rem;
  margin-bottom: 0;
}
.my-payments-section table th {
  text-align: left;
}
.my-payments-section table th a {
  color: rgba(5, 35, 52, 0.65);
  text-decoration: none;
  font-weight: bold;
}
.my-payments-section table tr td:last-child,
.my-payments-section table tr th:last-child {
  width: 137px;
}
.my-payments-section .hidden-payment-history {
  display: none;
  padding: 24px 0 0;
}
.my-payments-section .lm-form-group {
  max-width: 460px;
  margin-bottom: 32px;
}
.my-payments-section .lm-form-group input,
.my-payments-section .lm-form-group select,
.my-payments-section .lm-form-group textarea {
  display: block;
  width: 100%;
}
.my-payments-section .lm-form-group label {
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 8px;
}
.my-payments-section .lm-form-group.full {
  max-width: 100%;
}
.my-payments-section [type="submit"] {
  float: right;
  width: 180px;
  font-size: 1rem;
  margin: 0;
}
.my-payments-section .cancel {
  margin-top: 10px;
  display: inline-block;
}
.my-payments-section .desc {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .my-payments-section .lm-form-group .field {
    float: left;
    width: 48%;
    margin-right: 40px;
  }
  .my-payments-section .lm-form-group .desc {
    float: left;
    width: calc(100% - 48% - 40px);
  }
}
@media (min-width: 768px) {
  .my-payments-section .two-column .item {
    float: left;
    width: calc(50% - 20px);
  }
  .my-payments-section .two-column .item:first-child {
    margin-right: 40px;
  }
  .my-payments-section .desc {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
  }
  .my-payments-section .desc .media-left {
    margin-right: 1rem;
  }
  .my-payments-section .desc .media-left.top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .my-payments-section .desc .media-body {
    max-width: 176px;
  }
}
@media (max-width: 1024px) {
  .my-payments-section table tr td,
  .my-payments-section table tr th {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .my-payments-section table tr td,
  .my-payments-section table tr th {
    padding: 6px 7px 8px;
  }
  .my-payments-section table tr td:last-child,
  .my-payments-section table tr th:last-child {
    width: 60px;
  }
}
.my-subscription {
  color: rgba(5, 35, 52, 0.65);
  max-width: 940px;
}
.my-subscription .info {
  border-top: 1px solid #EAEEF1;
  font-size: 1rem;
  padding-top: 40px;
  padding-bottom: 32px;
}
.my-subscription .info:first-child {
  border-top: none;
  padding-top: 0;
}
.my-subscription .title {
  font-size: 1.625rem;
  margin-bottom: 24px;
  color: #052334;
}
.my-subscription .subtitle {
  font-size: 1.3125rem;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  color: #052334;
}
.my-subscription .plans-list {
  margin: 0 0 16px;
  text-align: center;
}
.my-subscription .plans-list li {
  list-style: none;
  margin: 0;
}
.my-subscription .plans-list > li {
  border: 1px solid #CDD5D9;
  padding: 24px 0 0;
}
.my-subscription .plans-list > li:first-child {
  box-shadow: 1px 3px 3px 0 rgba(205, 213, 217, 0.5);
}
.my-subscription .plans-list > li li {
  padding: 24px 10px;
  outline: 1px solid #CDD5D9;
  position: relative;
  background: #ffffff;
  z-index: 0;
}
.my-subscription .plans-list > li li.best {
  box-shadow: 0 7px 20px #CDD5D9;
  z-index: 1;
  width: calc(100%  +  10px);
  margin: -7px -5px;
  padding: 18px 15px 19px;
}
.my-subscription .plans-list > li li.best .callout {
  color: #1A78C0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 0.75rem;
  margin-bottom: 6px;
  line-height: 1.66;
}
.my-subscription .plans-list > li li:first-child.best {
  box-shadow: 0 7px 20px #CDD5D9;
}
.my-subscription .plans-list .text {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 12px;
}
.my-subscription .plans-list h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1A78C0;
  margin-bottom: 16px;
}
.my-subscription .plans-list h3 strong {
  color: #C77A1C;
}
.my-subscription .plans-list .plan-name {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #052334;
  margin-bottom: 8px;
}
.my-subscription .plans-list .plan-price {
  font-size: 2rem;
  font-weight: 800;
  color: #052334;
  line-height: 1.34;
  margin-bottom: 10px;
}
.my-subscription .plans-list .plan-price small {
  font-weight: bold;
  letter-spacing: 0.75px;
  font-size: 0.75rem;
  margin-left: 5px;
  display: inline-block;
}
.my-subscription .plans-list .btn-lg-blue {
  margin: 0 auto;
  display: block;
  max-width: 180px;
}
.my-subscription .plans-list .btn-current {
  font-size: 1rem;
  line-height: 1.52;
  padding: 10px 16px;
  background: #EAEEF1;
  color: #052334;
  border-radius: 21px;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  max-width: 180px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.my-subscription .plans-list .btn-current:hover,
.my-subscription .plans-list .btn-current:focus,
.my-subscription .plans-list .btn-current:active {
  text-decoration: none;
}
.my-subscription .plans-list .btn-current.disabled {
  pointer-events: none;
}
@media (min-width: 550px) and (max-width: 767px) {
  .my-subscription .plans-list li li {
    float: left;
    width: 50%;
  }
  .my-subscription .plans-list li li.best {
    width: calc(50% + 10px);
  }
  .my-subscription .plans-list ul:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (min-width: 1100px) {
  .my-subscription .plans-list li li {
    float: left;
    width: 50%;
  }
  .my-subscription .plans-list li li.best {
    width: calc(50% + 10px);
  }
  .my-subscription .plans-list ul:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .my-subscription .plans-list > li:last-child li {
    box-shadow: 4px 0px 3px -1px rgba(205, 213, 217, 0.5) inset;
  }
}
@media (min-width: 992px) {
  .my-subscription .plans-list > li {
    float: left;
    width: 50%;
  }
  .my-subscription .plans-list > li + li {
    margin-left: -1px;
  }
  .my-subscription .plans-list > li:first-child {
    box-shadow: 3px 1px 3px 0 rgba(205, 213, 217, 0.5);
  }
  .my-subscription .plans-list > li:last-child li:first-child {
    box-shadow: 4px 0px 3px -1px rgba(205, 213, 217, 0.5) inset;
  }
  .my-subscription .plans-list:after {
    content: '';
    display: block;
    clear: both;
  }
}
.confirm-box {
  max-width: 700px;
  font-size: 1rem;
  color: #052334;
  padding-top: 8px;
  padding-bottom: 30px;
}
.confirm-box h4 {
  font-size: 1.625rem;
  margin: 0 0 16px;
}
.confirm-box hr {
  margin: 16px 0 30px;
}
.confirm-box [class*="btn"] {
  font-size: 16px;
}
.confirm-box .btn-link {
  color: #1a78c0;
  text-decoration: underline;
  background: transparent;
  padding-left: 0;
  font-weight: normal;
}
.confirm-box .btn-link:hover {
  text-decoration: none;
}
.confirm-box .btn-blue {
  min-width: 180px;
}
.back-link {
  font-size: 1rem;
  line-height: 1.375;
}
.back-link a {
  text-decoration: none;
}
.back-link a:hover {
  text-decoration: underline;
}
@media print {
  .back-link {
    display: none;
  }
}
.portfolio-analysis {
  padding-top: 40px;
  padding-bottom: 49px;
  background: #F7F9FA;
}
.portfolio-analysis .lm_notice {
  max-width: 943px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-analysis .container.bg-grey {
  max-width: 943px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
}
.portfolio-analysis .container.bottom {
  max-width: 1020px;
  padding: 39px 10px 0;
}
.portfolio-analysis .container.bottom .links {
  display: flex;
  justify-content: space-between;
}
.portfolio-analysis .container.bottom .links .btn-light {
  min-width: 140px;
}
.portfolio-analysis .title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.34;
  color: #052334;
  margin-bottom: 22px;
}
.portfolio-analysis .rte {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.375;
  padding-bottom: 8px;
}
.portfolio-analysis .encrypt-notice {
  color: #052334;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.23;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.portfolio-analysis .encrypt-notice img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 7px;
}
.portfolio-analysis .notice {
  font-size: 1rem;
  line-height: 1.875;
}
.portfolio-analysis .fixed-income .field-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 10px 0 5px;
}
.portfolio-analysis .fixed-income .field-group .field {
  margin: 0 12px;
}
.portfolio-analysis .fixed-income .field-group .small input {
  padding-left: 16px;
}
@media (min-width: 630px) {
  .portfolio-analysis .fixed-income .field-group .small {
    width: 160px;
  }
}
.portfolio-analysis .fixed-income label {
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 6px;
}
.portfolio-analysis .fixed-income label.large-label {
  font-size: 1.625rem;
  line-height: 1.35;
}
.portfolio-analysis .fixed-income input {
  border-radius: 3px 3px 0 0;
  background-color: #F7F9FA;
  border: none;
  border-bottom: 2px solid #43BAFF;
  color: #052334;
  font-size: 2rem;
  line-height: 1.34;
  padding: 16px 16px 8px 36px;
  width: 100%;
}
.portfolio-analysis .fixed-income button {
  padding-top: 11px;
  padding-bottom: 10px;
  width: 90px;
}
.portfolio-analysis .fixed-income .input-wrap {
  position: relative;
  margin-bottom: 7px;
  max-width: 400px;
}
.portfolio-analysis .fixed-income .input-wrap .currency {
  position: absolute;
  color: #052334;
  font-size: 2rem;
  line-height: 1.34;
  left: 16px;
  top: 50%;
  transform: translate(0, calc(-50% + 3px));
}
.portfolio-analysis .fixed-income .input-wrap .percent {
  position: absolute;
  color: #052334;
  font-size: 2rem;
  line-height: 1.34;
  top: 50%;
  transform: translate(0, calc(-50% + 3px));
}
.portfolio-analysis .section-title {
  color: #052334;
  font-size: 1.625rem;
  line-height: 1.35;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.portfolio-analysis .section-title a {
  font-size: 1rem;
  font-weight: normal;
}
.portfolio-analysis .holdings-table,
.portfolio-analysis .holdings-table table {
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
}
.portfolio-analysis .holdings-table th {
  white-space: nowrap;
}
.portfolio-analysis .holdings-table th .tooltip-inner {
  white-space: normal;
}
.portfolio-analysis .holdings-table th,
.portfolio-analysis .holdings-table td {
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio-analysis .holdings-table th:first-child,
.portfolio-analysis .holdings-table td:first-child {
  padding-left: 0;
}
.portfolio-analysis .holdings-table th:last-child,
.portfolio-analysis .holdings-table td:last-child {
  padding-right: 0;
}
.portfolio-analysis .holdings-table tr {
  background: #fff;
}
.portfolio-analysis .holdings-table .fa-check {
  color: #1a78c0;
}
.portfolio-analysis .holdings-table .actions a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.portfolio-analysis .holdings-table .actions.show a,
.touch .portfolio-analysis .holdings-table .actions a {
  opacity: 1;
  visibility: visible;
}
.portfolio-analysis .holdings-table .actions .remove {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  font-size: 0.875rem;
  line-height: 19px;
  color: #052334;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(0, 16px);
  width: 203px;
  z-index: 9;
  padding: 16px;
}
@media (min-width: 1200px) {
  .portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm {
    right: auto;
    left: -51px;
  }
}
.portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm .buttons a {
  font-size: 1rem;
  opacity: 1;
  visibility: visible;
}
.portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm .buttons .btn-sm-blue {
  font-size: 0.875rem;
  line-height: 19px;
  margin: 0;
  width: 93px;
}
.portfolio-analysis .holdings-table .actions .remove #portfolioDeleteForm p {
  margin-bottom: 19px;
}
.portfolio-analysis .holdings-table .actions .fa {
  font-size: 1.625rem;
}
.portfolio-analysis .holdings-table .actions .fa-edit {
  line-height: 0.8;
  margin-top: 4px;
}
.portfolio-analysis .holdings-table tr:hover .actions a {
  opacity: 1;
  visibility: visible;
}
.portfolio-analysis .holdings-table table {
  margin: 0;
  font-size: 1rem;
}
.portfolio-analysis .holdings-table table tr {
  border: none;
}
.portfolio-analysis .holdings-table table tr:first-child td {
  padding-top: 0;
}
.portfolio-analysis .holdings-table table tr:last-child td {
  padding-bottom: 0;
}
.portfolio-analysis .portfolio-form {
  display: flex;
  margin: 0 -5px;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 5px);
}
.portfolio-analysis .portfolio-form .notice {
  margin-left: 10px;
}
.portfolio-analysis .portfolio-form .field-group {
  margin: 0 5px 8px;
  width: -moz-min-content;
  width: min-content;
}
.portfolio-analysis .portfolio-form .field-group.buttons {
  width: 160px;
  font-size: 1rem;
  align-self: flex-end;
  margin-left: auto;
  text-align: right;
  position: relative;
  z-index: 1;
}
.portfolio-analysis .portfolio-form label {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 4px;
  color: #052334;
}
.portfolio-analysis .portfolio-form .holding-field {
  display: block;
  border: 1px solid #CDD5D9;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.875;
  padding: 1px 10px 2px;
  min-width: 100px;
}
.portfolio-analysis .portfolio-form .holding-field:disabled {
  background-color: #EAEEF1;
}
.portfolio-analysis .portfolio-form .holding-field[name="shares"],
.portfolio-analysis .portfolio-form .holding-field[name="add_shares"] {
  width: 80px;
  min-width: 80px;
}
.portfolio-analysis .portfolio-form .holding-field[name="add_symbol"] {
  width: 100px;
}
.portfolio-analysis .portfolio-form .holding-field[name="data_1yr_return"] {
  min-width: 120px;
}
.portfolio-analysis .portfolio-form .holding-field[name="symbol"],
.portfolio-analysis .portfolio-form .holding-field[name="exchange_id"] {
  max-width: 250px;
}
.portfolio-analysis .portfolio-form .holding-field[name="add_cost_basis_native"],
.portfolio-analysis .portfolio-form .holding-field[name="cost_basis_native"] {
  width: 138px;
}
.portfolio-analysis .portfolio-form select.holding-field {
  padding: 4px 10px 5px;
}
.portfolio-analysis .portfolio-form .btn-sm-blue {
  font-size: 0.875rem;
  margin: 0 0 0 12px;
  min-width: 90px;
}
.portfolio-analysis .portfolio-form .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.portfolio-analysis .portfolio-form .custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.portfolio-analysis .portfolio-form .custom-checkbox label {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 0;
  min-height: 64px;
  white-space: nowrap;
}
.portfolio-analysis .portfolio-form .custom-checkbox label:before,
.portfolio-analysis .portfolio-form .custom-checkbox label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}
.portfolio-analysis .portfolio-form .custom-checkbox label:before {
  border: 1px solid #CDD5D9;
  border-radius: 3px;
}
.portfolio-analysis .portfolio-form .custom-checkbox label:after {
  content: "\f00c";
  font: normal normal normal 1.3125rem/1.43 FontAwesome;
  color: #1a78c0;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
}
.portfolio-analysis .portfolio-form .extra-info {
  display: inline-flex;
  flex-wrap: wrap;
}
.portfolio-analysis .portfolio-form .add-more-info-notice {
  font-size: 1rem;
  line-height: 1.375;
  padding: 24px 10px;
}
@media (max-width: 425px) {
  .portfolio-analysis > .container.bottom .links {
    display: block;
  }
  .portfolio-analysis > .container.bottom .links a {
    display: block;
  }
}
@media (max-width: 767px) {
  .portfolio-analysis .holdings-table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
  .portfolio-analysis .holdings-table thead {
    display: none;
  }
  .portfolio-analysis .holdings-table tbody tr {
    background: #fff;
    border-radius: 3px;
    border: solid 1px #cdd5d9;
    cursor: pointer;
    display: block;
    padding: 16px 9px;
    margin: 0 0 16px 0;
  }
  .portfolio-analysis .holdings-table tbody tr:empty {
    display: none;
  }
  .portfolio-analysis .holdings-table tbody td {
    border: 0;
    display: block;
    padding: 5px 0 5px 40%;
    position: relative;
    min-height: 37px;
  }
  .portfolio-analysis .holdings-table tbody td:first-child {
    padding-left: 40%;
  }
  .portfolio-analysis .holdings-table tbody td.full-cell {
    padding-left: 0;
  }
  .portfolio-analysis .holdings-table tbody td.full-cell:before {
    display: none;
  }
  .portfolio-analysis .holdings-table tbody td:before {
    content: attr(data-title);
    display: table-cell;
    font-weight: 500;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    width: 40%;
    padding-right: 16px;
    text-align: right;
    opacity: 0.8;
  }
  .portfolio-analysis .holdings-table tbody td.actions {
    height: 37px;
  }
  .portfolio-analysis .holdings-table tbody td.actions a {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .portfolio-analysis .holdings-table .custom-checkbox {
    margin-right: -70px;
  }
  .portfolio-analysis .encrypt-notice {
    font-size: 0.8125rem;
  }
}
@media (min-width: 991px) {
  .portfolio-analysis > .container.bg-grey {
    padding: 80px 4.6875vw;
  }
}
.questionnaire-page {
  padding-top: 40px;
  padding-bottom: 49px;
  background: #F7F9FA;
}
.questionnaire-page .lm_notice,
.questionnaire-page .lm_error {
  max-width: 1000px;
  margin: 15px auto 41px;
}
.questionnaire-page .container.bg-grey {
  max-width: 795px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
}
.questionnaire-page .container.bottom {
  max-width: 1020px;
  padding: 39px 10px 0;
}
.questionnaire-page .container.bottom .links {
  display: flex;
  justify-content: space-between;
}
.questionnaire-page .container.bottom .links [class*="btn-"] {
  min-width: 140px;
}
.questionnaire-page .article {
  max-width: 583px;
  margin: 0 auto;
}
.questionnaire-page .visual-steps {
  padding: 0 0 26px;
  position: relative;
}
.questionnaire-page .visual-steps:after {
  content: '';
  height: 2px;
  width: calc((100% - 1000px) / 2);
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #F7F9FA;
  transform: translate(0, -50%);
  z-index: 2;
  margin-top: -13px;
}
.questionnaire-page .visual-steps:before {
  content: '';
  height: 2px;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #CDD5D9;
  transform: translate(-50%, -50%);
  margin-top: -13px;
  z-index: 0;
}
.questionnaire-page .visual-steps ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}
.questionnaire-page .visual-steps ul li {
  height: 26px;
  width: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.questionnaire-page .visual-steps ul li span,
.questionnaire-page .visual-steps ul li a {
  height: 26px;
  width: 26px;
  display: block;
  position: relative;
  border-radius: 50%;
  text-decoration: none;
}
.questionnaire-page .visual-steps ul li span {
  border: 2px solid #CDD5D9;
  background-color: #F7F9FA;
}
.questionnaire-page .visual-steps ul li.active span {
  background-color: #FFFFFF;
  border-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
}
.questionnaire-page .visual-steps ul li.active span:after {
  content: '';
  height: 8px;
  width: 8px;
  background-color: #01CDA6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.questionnaire-page .visual-steps ul li.active:before {
  content: '';
  height: 2px;
  width: 100vw;
  position: absolute;
  top: 50%;
  right: 100%;
  background-color: #01CDA6;
  transform: translate(0, -50%);
  z-index: 1;
}
.questionnaire-page .visual-steps ul li.passed a {
  background: #01CDA6;
  border-color: #01CDA6;
}
.questionnaire-page .visual-steps ul li.passed a:after {
  content: '\f00c';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.questionnaire-page .visual-steps ul li.passed:before {
  content: '';
  height: 2px;
  width: 100vw;
  position: absolute;
  top: 50%;
  right: 100%;
  background-color: #01CDA6;
  transform: translate(0, -50%);
  z-index: 1;
}
.questionnaire-page .encrypt-notice {
  color: #052334;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.23;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.questionnaire-page .encrypt-notice img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 7px;
}
.questionnaire-page .title {
  max-width: 525px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.34;
  color: #052334;
  margin-bottom: 22px;
}
.questionnaire-page .rte {
  max-width: 525px;
  font-size: 1rem;
  line-height: 1.375;
  padding-bottom: 8px;
}
.questionnaire-page .lm-form-group {
  margin-bottom: 40px;
}
.questionnaire-page .lm-form-group:before {
  content: '';
  display: block;
  clear: both;
}
.questionnaire-page .lm-form-group label {
  color: #052334;
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 20px;
  display: block;
}
.questionnaire-page .lm-form-group input {
  border-radius: 3px 3px 0 0;
  background-color: #F7F9FA;
  border: none;
  border-bottom: 2px solid #43BAFF;
  color: #052334;
  font-size: 2rem;
  line-height: 1.34;
  padding: 16px 16px 8px;
  width: 100%;
  max-width: 400px;
}
.questionnaire-page .lm-form-group input[type=radio] {
  padding: 0;
  width: 24px;
  height: 24px;
}
.questionnaire-page .lm-form-group .custom-select {
  max-width: 400px;
  position: relative;
}
.questionnaire-page .lm-form-group .custom-select:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #052334;
  font-size: 0.875rem;
  line-height: 1;
  z-index: 0;
}
.questionnaire-page .lm-form-group .custom-select select {
  width: 100%;
  font-size: 1.3125rem;
  line-height: 1.71;
  padding: 13px 34px 11px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: transparent;
  z-index: 1;
}
.questionnaire-page .lm-form-group .custom-select select::-ms-expand {
  display: none;
}
.questionnaire-page .lm-form-group button {
  padding-top: 9px;
  padding-bottom: 8px;
  width: 90px;
}
.questionnaire-page .lm-form-group .notice {
  font-size: 1rem;
  line-height: 1.875;
}
.questionnaire-page .lm-form-group .input-wrap {
  position: relative;
  margin-bottom: 7px;
  max-width: 400px;
}
.questionnaire-page .lm-form-group .input-wrap .currency {
  position: absolute;
  color: #052334;
  font-size: 2rem;
  line-height: 1.34;
  left: 16px;
  top: 50%;
  transform: translate(0, calc(-50% + 3px));
}
.questionnaire-page .radio-group {
  float: left;
  margin-right: 40px;
  margin-bottom: 36px;
}
.questionnaire-page .radio-group label {
  padding-left: 32px;
}
.questionnaire-page .radio-group + br {
  display: none;
}
.questionnaire-page .checkbox-group {
  margin-bottom: 32px;
}
.questionnaire-page .checkbox-group label {
  padding: 0 0 0 36px;
  font-size: 1.3125rem;
  line-height: 1.71;
}
.questionnaire-page .checkbox-group label:before {
  width: 17px;
  height: 17px;
  border-radius: 0;
  border-color: #979797;
  line-height: 15px;
  font-size: 0.8125rem;
  top: 9px;
  margin-top: 0;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .questionnaire-page .encrypt-notice {
    font-size: 0.8125rem;
    margin-right: -48px;
  }
}
@media (min-width: 991px) {
  .questionnaire-page .container.bg-grey {
    padding: 80px 15px;
  }
}
.tooltip {
  position: absolute;
  background: #fff;
  min-width: 150px;
  max-width: 300px;
  border-radius: 6px;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  padding: 9px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  z-index: 999;
}
.tooltip strong {
  display: block;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #fff;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 13px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 13px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 7px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 13px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip .tooltip-list {
  margin: -9px;
  min-width: 260px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.357;
}
.tooltip .tooltip-list td {
  padding: 7px 12px 9px;
  border: none;
}
.tooltip .tooltip-list td:first-child {
  padding-left: 18px;
  text-align: right;
}
.tooltip .tooltip-list td:last-child {
  padding-right: 20px;
  text-align: left;
  width: 50px;
}
.tooltip .tooltip-list tr {
  border-top: 1px solid #EAEEF1;
  background: transparent;
}
.tooltip .tooltip-list tr:first-child {
  border-top: none;
}
.info-tooltip {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1A78C0;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  transform: translateY(-10px);
  position: relative;
  z-index: 999;
}
.info-tooltip:hover {
  color: #FFFFFF;
}
.info-tooltip.table-tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background: transparent;
  border: 1px solid #1A78C0;
  color: #1A78C0;
}
@media print {
  .info-tooltip {
    display: none;
  }
}
.chart-sector-tooltip {
  opacity: 0;
  position: absolute;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  padding: 1px 17px;
  text-align: center;
  font-size: 1rem;
  color: #052334;
  line-height: 1.875;
}
.chart-sector-tooltip:after {
  content: '';
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}
.chart-sector-tooltip p {
  margin-bottom: 0;
}
.report-section {
  margin: 0;
}
.report-section:first-child {
  padding-top: 64px;
}
.report-section .section-title {
  color: #052334;
  font-size: 1.625rem;
  line-height: 1.35;
  max-width: 833px;
}
.report-section .rte {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.875;
  color: #052334;
}
@media print {
  .report-section .rte {
    max-width: unset;
  }
}
.report-section .chart-bar-container {
  position: relative;
  max-width: 800px;
  height: 38px;
  margin-bottom: 15px;
  color: #fff;
}
@media print {
  .report-section .chart-bar-container {
    margin-bottom: 5px;
  }
}
.report-section .chart-bar-container .value-counter {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1rem;
  display: flex;
  transform: translateY(-50%);
  color: #fff;
}
.report-section .chart-bar-container .value-counter span {
  padding-left: 8px;
  color: #fff !important;
  --webkit-print-color-adjust: exact;
}
.report-section .chart-bar-container .value-counter span em {
  font-style: normal;
}
.report-section .chart-bar-container .value-counter span em.invisible {
  opacity: 0;
  visibility: hidden;
}
.report-section .chart-bar-legend {
  display: flex;
  flex-wrap: wrap;
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
  max-width: 800px;
  margin-left: -32px;
}
.report-section .chart-bar-legend div {
  padding-left: 32px;
  padding-top: 7px;
  display: inline-flex;
  align-items: center;
}
@media print {
  .report-section .chart-bar-legend div {
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.report-section .chart-bar-legend div svg {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  display: block;
}
@media print {
  .report-section .chart-bar-legend div svg {
    width: 25px;
    height: 25px;
  }
  .report-section .chart-bar-legend div svg rect {
    width: 25px;
    height: 25px;
  }
}
@media print {
  .report-section .chart-bar-wrapper {
    page-break-inside: avoid;
  }
}
.report-section + hr {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media print {
  .report-section + hr {
    display: none;
  }
}
.report-section .legend-ad {
  display: flex;
  margin-bottom: 85px;
  width: auto;
}
.report-section .legend-ad .table-legend {
  margin: 0;
  font-size: 0.875rem;
  flex: 1;
  max-width: 440px;
}
.report-section .legend-ad .table-legend td {
  line-height: 1.875;
}
.report-section .legend-ad .table-legend td:first-child,
.report-section .legend-ad .table-legend th:first-child {
  padding-left: 0;
}
.report-section .legend-ad .table-legend td {
  padding-top: 15px;
  padding-bottom: 11px;
}
@media print {
  .report-section .legend-ad .table-legend td {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.report-section .legend-ad .table-legend tr {
  background: #fff;
}
.report-section .legend-ad .compares-ads {
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  max-width: 360px;
  font-size: 1rem;
  text-align: center;
  padding: 15px 43px 28px;
  line-height: 1.875;
  color: #052334;
  margin: 37px 0 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.report-section .legend-ad .compares-ads p {
  margin-bottom: 6px;
}
.report-section .legend-ad .compares-ads .btn-blue {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media print {
  .report-section .legend-ad .compares-ads {
    display: none;
  }
}
.report-section .legend-ad2 {
  display: flex;
  margin-bottom: 85px;
  width: 100%;
  max-width: 800px;
}
@media print {
  .report-section .legend-ad2 {
    margin-bottom: 15px;
  }
}
.report-section .legend-ad2 .table-legend {
  margin: 0 -25.88vw 0 0;
  font-size: 0.875rem;
  flex: 1;
  width: 100%;
  max-width: 100%;
}
@media print {
  .report-section .legend-ad2 .table-legend {
    font-size: 0.75rem;
  }
}
.report-section .legend-ad2 .table-legend td {
  line-height: 1.875;
}
@media print {
  .report-section .legend-ad2 .table-legend td {
    line-height: 1.175;
  }
}
.report-section .legend-ad2 .table-legend td:first-child,
.report-section .legend-ad2 .table-legend th:first-child {
  padding-left: 0;
}
.report-section .legend-ad2 .table-legend th.disabled {
  color: rgba(0, 0, 0, 0.2);
}
.report-section .legend-ad2 .table-legend td {
  padding-top: 15px;
  padding-bottom: 11px;
}
@media print {
  .report-section .legend-ad2 .table-legend td {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.report-section .legend-ad2 .table-legend tr {
  background: #fff;
}
@media (min-width: 1140px) {
  .report-section .legend-ad2 .table-legend {
    margin: 0 -360px 0 0;
  }
}
.report-section .legend-ad2 .compares-ads {
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.1);
  max-width: 25.88vw;
  font-size: 1rem;
  text-align: center;
  padding: 15px 43px 28px;
  line-height: 1.875;
  color: #052334;
  margin: 37px 0 -1px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.report-section .legend-ad2 .compares-ads p {
  margin-bottom: 6px;
}
.report-section .legend-ad2 .compares-ads .btn-blue {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media print {
  .report-section .legend-ad2 .compares-ads {
    display: none;
  }
}
@media (min-width: 1140px) {
  .report-section .legend-ad2 .compares-ads {
    max-width: 360px;
  }
}
.report-section .chart-region-tooltip,
.report-section canvas {
  max-width: 100%;
}
@media print {
  .report-section .chart-region-tooltip,
  .report-section canvas {
    width: auto !important;
    max-height: 250px;
  }
}
@media (max-width: 500px) {
  .report-section canvas {
    zoom: 0.9;
  }
}
.report-section .legend {
  font-size: 1rem;
  line-height: 1.875;
  color: #052334;
  display: flex;
  justify-content: center;
}
@media print {
  .report-section .legend {
    font-size: 0.875rem;
  }
}
.report-section .legend div {
  display: flex;
  margin-bottom: 8px;
  margin-right: 20px;
}
.report-section .legend div:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.report-section .legend div svg {
  display: block;
  margin-right: 8px;
}
@media print {
  .report-section .legend div svg {
    width: 25px;
    height: 25px;
  }
  .report-section .legend div svg rect {
    width: 25px;
    height: 25px;
  }
}
.report-section .chart-region-container {
  max-width: 800px;
  position: relative;
}
.report-section .chart-sector-container {
  margin-left: -13.5%;
  max-width: 1114px;
  position: relative;
}
.report-section .allocation-tabs {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 1px solid #eaeff2;
}
.report-section .allocation-tabs li {
  list-style: none;
  margin: 0;
}
.report-section .allocation-tabs li a {
  color: #052334;
  padding: 6px 26px 4px 27px;
  text-decoration: none;
  display: block;
  position: relative;
}
.report-section .allocation-tabs li a:after {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.report-section .allocation-tabs li a.active:after {
  background: #43BAFF;
}
.report-section .allocation-tabs-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -2000%;
}
@media print {
  .report-section .allocation-tabs-content {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
.report-section .allocation-tabs-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.report-section .allocation-tabs-content .print-title {
  font-size: 1.375rem;
  margin: 0;
}
.report-section .allocation-tabs-content h4.print-title {
  font-size: 1.175rem;
}
.report-section .allocation-tabs-content .allocation-tabs {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 0 18px;
  padding: 0;
  border: none;
}
.report-section .allocation-tabs-content .allocation-tabs li {
  list-style: none;
  margin: 0;
}
.report-section .allocation-tabs-content .allocation-tabs li a {
  color: #052334;
  padding: 6px 26px 4px 27px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
}
.report-section .allocation-tabs-content .allocation-tabs li a:after {
  display: none;
}
.report-section .allocation-tabs-content .allocation-tabs li a.active {
  border-color: #EAEEF1;
  background-color: #EAEEF1;
}
@media print {
  .report-section .allocation-tabs-content {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .report-section .allocation-tabs-content:not(.not-break-print) {
    page-break-inside: avoid;
  }
}
.report-section .toggleOpport {
  float: right;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 2px;
}
.report-section .opportunities-content {
  font-size: 1rem;
  line-height: 1.875;
  color: #052334;
  padding-top: 10px;
  max-width: 833px;
}
@media print {
  .report-section .opportunities-content {
    max-width: unset;
  }
}
.report-section .opportunities-content h3 {
  font-size: 1rem;
  line-height: 1.875;
  margin: 18px 0 10px;
  font-weight: bold;
}
.report-section .opportunities-content h3:first-child {
  margin-top: 0;
}
.report-section .recommendation {
  border: 1px solid #F8CE1C;
  background-color: #FDFCEF;
  box-shadow: 0 2px 6px 0 rgba(67, 186, 255, 0.25);
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
  max-width: 25.88vw;
  padding: 5px 45px;
  margin: 37px 0 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1140px) {
  .report-section .recommendation {
    max-width: 409px;
  }
}
.report-section .arrow-up {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #178800 transparent;
  margin-right: 3px;
}
.report-section .arrow-down {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #D0021B transparent transparent transparent;
  margin-right: 3px;
}
.report-section .summary-statistics-table {
  width: 100%;
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}
@media print {
  .report-section .summary-statistics-table {
    font-size: 0.875rem;
    line-height: 1.275;
  }
}
.report-section .summary-statistics-table td {
  padding-top: 16px;
  padding-bottom: 11px;
}
@media print {
  .report-section .summary-statistics-table td {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.report-section .summary-statistics-table .desc {
  padding-left: 0;
}
.report-section .summary-statistics-table .value {
  padding-right: 0;
  text-align: right;
  max-width: 17.25%;
}
.report-section .summary-statistics-table tr {
  background: #fff;
}
.report-section .table-allocation {
  max-width: 800px;
}
.report-section .table-allocation .custom-dropdown {
  max-width: 302px;
}
@media print {
  .report-section .table-allocation .custom-dropdown {
    max-width: 100%;
  }
}
.report-section .table-allocation table tfoot td {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 400px) {
  .report-section .chart-region-container {
    margin-left: -20px;
    margin-right: -50px;
  }
  .report-section .summary-statistics-table {
    font-size: 0.875rem;
  }
  .report-section .allocation-tabs li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .report-section {
    margin: 0;
  }
  .report-section .chart-bar-container .value-counter {
    font-size: 0.75rem;
  }
  .report-section .chart-bar-container .value-counter span {
    padding-left: 2px;
  }
  .report-section .legend-ad,
  .report-section .legend-ad2 {
    display: block;
  }
  .report-section .legend-ad2 .table-legend {
    margin-right: 0;
  }
  .report-section .legend-ad2 .compares-ads {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .report-section .legend-ad2 .recommendation {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .report-section .table-legend th,
  .report-section .table-legend td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.75rem;
  }
  .report-section .allocation-tabs li a {
    padding-left: 7px;
    padding-right: 9px;
  }
}
@media (max-width: 768px) and print {
  .report-section .table-legend th,
  .report-section .table-legend td {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1240px) {
  .report-section {
    margin: 0 0 0 12%;
  }
  .report-section .legend {
    margin-left: -60px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
  }
  .report-section .legend div {
    margin-right: 0;
  }
}
@media print {
  .report-section:not(.not-break-print) {
    page-break-before: always;
  }
  .report-section:first-child {
    padding-top: 0;
  }
  .report-section:first-child .section-title {
    margin-top: 0;
  }
  .report-section.avoid-section-break {
    page-break-inside: avoid;
  }
  .report-section .chart-region-container {
    page-break-inside: avoid;
  }
  .report-section .legend-ad2 {
    display: block;
    max-width: 100%;
  }
  .report-section .legend-ad2 .table-legend {
    margin: 0;
  }
  .report-section .legend-ad2 .compares-ads {
    display: block;
  }
  .report-section .recommendation {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.holding-cat-list {
  counter-reset: holding;
  padding-bottom: 40px;
}
.holding-cat-list .list-item {
  border-left: 1px solid #EAEEF1;
  counter-increment: holding;
  padding-left: 40px;
  padding-bottom: 32px;
  position: relative;
}
.holding-cat-list .list-item:last-child {
  border-left: none;
}
.holding-cat-list .list-item:before {
  content: counter(holding);
  height: 30px;
  width: 30px;
  background-color: #1A78C0;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  transform: translate(-50%, 0);
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}
.holding-cat-list .list-item .title {
  color: #052334;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  margin-bottom: 17px;
}
.holding-cat-list .list-item table {
  margin: 0;
  width: 100%;
  max-width: 744px;
}
.holding-cat-list .list-item table tr {
  background: transparent;
}
.holding-cat-list .list-item table tr:last-child {
  border-bottom: transparent;
}
.holding-cat-list .list-item table thead tr {
  border: none;
}
.holding-cat-list .list-item table tbody tr td {
  position: relative;
}
.holding-cat-list .list-item table tbody tr:first-child td {
  padding-top: 0;
}
.holding-cat-list .list-item table tbody tr:first-child .or {
  display: none;
}
.holding-cat-list .list-item table tbody tr .or {
  position: absolute;
  left: 10px;
  top: -9px;
  background: #fff;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0 3px;
}
.holding-cat-list .list-item table th {
  padding-top: 0;
  padding-bottom: 0;
}
.holding-cat-list .list-item table th,
.holding-cat-list .list-item table td {
  padding-left: 5px;
  padding-right: 5px;
}
.holding-cat-list .list-item table th:first-child,
.holding-cat-list .list-item table td:first-child {
  padding-left: 0;
}
.holding-cat-list .list-item table th:last-child,
.holding-cat-list .list-item table td:last-child {
  padding-right: 0;
}
.holding-cat-list .list-item table td {
  font-size: 1rem;
}
.holding-cat-list .list-item table td:first-child i {
  color: #1A78C0;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.36;
}
.holding-cat-list .list-item .selector-list {
  padding: 0;
  display: inline-block;
}
.holding-cat-list .list-item .custom-dropdown {
  margin: 0;
  width: auto;
}
.holding-cat-list .list-item .custom-dropdown .dropdown {
  font-size: 0.875rem;
  line-height: 1.357;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .holding-cat-list .list-item {
    padding-left: 20px;
  }
  .holding-cat-list .list-item table td {
    font-size: 0.75rem;
  }
  .holding-cat-list .list-item table td:first-child {
    max-width: 50%;
  }
  .holding-cat-list .list-item .custom-dropdown .dropdown {
    font-size: 0.75rem;
    min-width: 100px;
  }
}
@media (min-width: 1240px) {
  .holding-cat-list {
    margin-left: -40px;
  }
}
@media print {
  .holding-cat-list .list-item {
    margin-left: 15px;
  }
}
.suggested-start {
  text-align: center;
  padding: 56px 0 34px;
  font-size: 1rem;
  color: #052334;
  max-width: 581px;
  margin: 0 auto;
}
.suggested-start img {
  margin-bottom: 16px;
}
.suggested-start h1 {
  font-size: 2rem;
  line-height: 1.34;
}
.suggested-start strong {
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 900;
}
.suggested-start .btn-blue {
  width: 100%;
  max-width: 212px;
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .suggested-start {
    padding: 116px 0 174px;
  }
}
.pat-start {
  text-align: center;
  padding: 56px 0 34px;
  font-size: 1rem;
  color: #052334;
  max-width: 422px;
  margin: 0 auto;
}
.pat-start img {
  margin-bottom: 16px;
}
.pat-start h1 {
  font-size: 2rem;
  line-height: 1.34;
}
.pat-start p {
  max-width: 381px;
  margin-left: auto;
  margin-right: auto;
}
.pat-start strong {
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 900;
}
.pat-start .btn-blue {
  width: 100%;
  max-width: 212px;
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .pat-start {
    padding: 116px 0 174px;
  }
}
.scroll-table {
  overflow-x: auto;
  overflow-y: visible;
  max-width: calc(100vw - 12px - 12px);
  padding-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .scroll-table {
    max-width: calc(100vw - 230px - 50px - 64px);
  }
}
@media print {
  .scroll-table {
    max-width: 100%;
    overflow: visible;
    margin-right: 0 !important;
  }
}
#portfoliodetails .shadow {
  display: none;
}
#portfoliodetails.add-shadow .shadow {
  display: block;
  position: absolute;
  right: -25px;
  width: 100px;
  top: 37px;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.table-allocation {
  width: 100%;
  padding-bottom: 32px;
}
.expand-all-wrapper {
  margin-bottom: -10px;
  padding-top: 10px;
}
.expand-all-wrapper .expand-all-company {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.portfolio-details-table {
  margin: 16px 0 0;
  min-width: 100%;
}
@media print {
  .portfolio-details-table {
    margin-top: 0;
  }
}
.portfolio-details-table tr {
  border: none;
}
.portfolio-details-table tr td,
.portfolio-details-table tr th {
  padding: 12px 11px 10px;
  text-align: center;
  line-height: 1.36;
  border-bottom: 1px solid #cdd5d9;
}
.portfolio-details-table tr td:first-child,
.portfolio-details-table tr th:first-child {
  padding-left: 0;
}
.portfolio-details-table tr td:last-child,
.portfolio-details-table tr th:last-child {
  border-bottom-width: 0;
}
.portfolio-details-table tr td:nth-last-child(2),
.portfolio-details-table tr th:nth-last-child(2) {
  border-bottom-width: 0;
}
.report-section .portfolio-details-table tr td:nth-last-child(2),
.report-section .portfolio-details-table tr th:nth-last-child(2) {
  border-bottom-width: 1px;
}
.portfolio-details-table tr td.year-column,
.portfolio-details-table tr th.year-column {
  min-width: 95px;
}
.portfolio-details-table tr td.td-left-align {
  text-align: left;
}
.portfolio-details-table thead tr th {
  font-size: 1rem;
  line-height: 1.25;
  vertical-align: bottom;
  padding-bottom: 0;
  padding-top: 0;
}
.portfolio-details-table thead tr th.th-left-align {
  text-align: left;
}
.portfolio-details-table thead tr th.th-value {
  min-width: 86px;
}
.portfolio-details-table thead tr th .info-tooltip {
  transform: translateY(-4.5px);
}
.portfolio-details-table tbody tr:nth-child(even) {
  background: #fff;
}
.portfolio-details-table tbody tr.custom-holding-row {
  background-color: rgba(248, 206, 28, 0.05);
}
.portfolio-details-table tbody tr td:first-child {
  padding-right: 6px;
  padding-left: 3px;
}
.portfolio-details-table tbody tr td:nth-child(2) {
  padding-left: 0;
}
.portfolio-details-table .custom-dropdown {
  font-size: 0.875rem;
}
.portfolio-details-table .custom-dropdown .dropdown {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 299px;
}
@media (min-width: 768px) {
  .portfolio-details-table .text {
    padding-left: 38px;
  }
}
.portfolio-details-table ul {
  padding: 0;
}
.portfolio-details-table li {
  margin-bottom: 0;
}
.portfolio-details-table .info-tooltip {
  transform: translateY(-8px);
}
.portfolio-details-table .tooltip {
  text-align: left;
  font-size: 0.875rem;
  z-index: 9999;
}
.portfolio-details-table .tool-div {
  position: relative;
  padding-right: 21px;
  display: inline-flex;
}
.portfolio-details-table .custom-holding-tooltip {
  background-color: #D0021B;
  transform: none;
}
.portfolio-details-table .custom-holding-tooltip + .tooltip {
  width: 203px;
  margin-bottom: 7px;
}
.portfolio-details-table .expand-table-row {
  color: #052334;
  width: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
.portfolio-details-table .expand-table-row .fa {
  font-size: 1.5rem;
}
.portfolio-details-table .expand-table-row:before {
  margin-right: 3px;
}
.portfolio-details-table .tablesorter-childRow {
  display: none;
}
.portfolio-details-table .tablesorter-childRow td:first-child {
  border-bottom: none;
}
.portfolio-details-table.small-only tr:first-child {
  display: none;
}
.report-section .portfolio-details-table.small-only tr:first-child,
.watchlist .portfolio-details-table.small-only tr:first-child {
  display: table-row;
}
.portfolio-details-table.small-only tr td {
  border: none;
}
.portfolio-details-table.small-only tr .st-key {
  text-align: right;
}
.portfolio-details-table.small-only tr .st-key br {
  display: none;
}
.portfolio-details-table.small-only tr .st-key .info-tooltip {
  display: none;
}
.portfolio-details-table.small-only tr .st-val {
  text-align: left;
  padding-right: 12px;
}
.portfolio-details-table.small-only tr .st-val .custom-dropdown .dropdown {
  min-width: 150px;
}
.portfolio-details-table.small-only tr .st-val .text {
  padding: 0;
}
.portfolio-details-table.small-only.child-table {
  display: none;
}
.portfolio-details-table.small-only .tablesorter-childRow {
  display: table-row;
}
@media (min-width: 768px) {
  .portfolio-details-table.small-only {
    display: none !important;
  }
}
@media print {
  .portfolio-details-table.small-only tr .st-key {
    width: 200px;
  }
  .portfolio-details-table.small-only tr .st-val {
    width: auto;
  }
  .portfolio-details-table.small-only tr:not(:first-child) .st-key,
  .portfolio-details-table.small-only tr:not(:first-child) .st-val {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .portfolio-details-table.small-only tr:first-child .st-key,
  .portfolio-details-table.small-only tr:first-child .st-val {
    padding-bottom: 3px;
  }
  .portfolio-details-table.small-only tr:last-child .st-key,
  .portfolio-details-table.small-only tr:last-child .st-val {
    padding-top: 3px;
  }
}
@media print {
  .portfolio-details-table {
    font-size: 0.75rem;
  }
  .portfolio-details-table .text {
    padding-left: 0;
  }
  .portfolio-details-table tr td,
  .portfolio-details-table tr th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .portfolio-details-table tr th {
    font-size: 0.75rem;
  }
  .portfolio-details-table .tool-div {
    padding-right: 0;
  }
  .portfolio-details-table .custom-dropdown {
    max-width: 100%;
  }
  .portfolio-details-table .custom-dropdown .dropdown {
    font-size: 0.75rem;
    border: none;
    padding: 0;
    background: transparent;
  }
  .portfolio-details-table .custom-dropdown .dropdown:after {
    display: none;
  }
  .portfolio-details-table .custom-dropdown .dropdown img {
    display: none;
  }
}
/* Tablesorter Custom LESS Theme by Rob Garrison

 To create your own theme, modify the code below and run it through
 a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
 or download less.js from http://lesscss.org/

Test out these custom less files live
 Basic Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap   : http://codepen.io/Mottie/pen/Ltzpi
 Metro Style : http://codepen.io/Mottie/pen/gCslk
 Basic SCSS  : http://codepen.io/Mottie/pen/LbXdNR

 */
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (120),
   leave the saturation (60%) and luminosity (75%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken(@headerBackground, 10%); */
/* desaturate(@headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
  background-color: #fff;
  color: #000;
}
.evenRows {
  background-color: hsl(0, 0%, 100%);
  color: #000;
}
.oddRows {
  background-color: hsl(120, 60%, 95%);
}
/* hovered rows */
.oddHovered {
  background-color: hsl(120, 0%, 75%);
  color: #000;
}
.evenHovered {
  background-color: hsl(120, 0%, 85%);
  color: #000;
}
/* Columns widget */
/* saturate( darken( desaturate(@headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
.filterWidgetTransition {
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/*** Arrows ***/
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
 */
.tablesorter-default {
  /* style header */
  /* tfoot */
  /* optional disabled input styling */
  /* table processing indicator - indeterminate spinner */
  /* Column Widget - column sort colors */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}
.tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: right -3px bottom 5px;
  cursor: pointer;
}
.tablesorter-default .tablesorter-header:focus {
  outline: none;
}
@media print {
  .tablesorter-default .tablesorter-header {
    background: transparent;
  }
}
.tablesorter-default .tablesorter-header.sorter-false {
  background-image: none;
  cursor: default;
}
.tablesorter-default .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  background-position: right -3px bottom 10px;
}
.tablesorter-default .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
.tablesorter-default .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-default .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
  background-position: center center;
  background-repeat: no-repeat;
}
.tablesorter-default tr.odd td.primary {
  background-color: hsl(130, 60%, 75%);
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
  background-color: hsl(130, 60%, 85%);
}
.tablesorter-default tr.odd td.secondary {
  background-color: hsl(130, 60%, 85%);
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
  background-color: hsl(130, 60%, 90%);
}
.tablesorter-default tr.odd td.tertiary {
  background-color: hsl(130, 60%, 90%);
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
  background-color: hsl(130, 60%, 95%);
}
.tablesorter-default .tablesorter-filter-row input,
.tablesorter-default .tablesorter-filter-row select {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-default .tablesorter-filter-row {
  background-color: #eee;
}
.tablesorter-default .tablesorter-filter-row td {
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-default .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-default .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-default .filtered {
  display: none;
}
.tablesorter-default .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
.tablesorter-sticky-wrapper {
  background: #fff;
}
.embed-video {
  max-width: 836px;
  margin: 0 auto;
  position: relative;
}
.embed-video .preview {
  display: block;
}
.embed-video .preview:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 138px;
  background: url('images/video-triangle.png') no-repeat;
}
.embed-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.included-list {
  padding: 80px 0 0;
}
.included-list .h4 {
  margin: 0 0 40px;
}
.included-list table {
  border: 1px solid #CDD5D9;
  box-shadow: 0 7px 20px 0 #CDD5D9;
  max-width: 938px;
  margin: 0 0 52px;
  font-size: 1rem;
}
.included-list table tr {
  background: #fff;
  border: none;
}
.included-list table td {
  border: 1px solid #CDD5D9;
  padding: 8px 10px;
}
.included-list table td:first-child {
  padding-left: 24px;
}
.included-list table thead td {
  font-weight: normal;
  font-size: 0.875rem;
  border-bottom: none;
  padding-bottom: 15px;
}
.included-list table thead td strong {
  font-size: 1rem;
}
.included-list table thead td:first-child {
  font-size: 1.3125rem;
}
.included-list table tbody tr:first-child td {
  border-top: none;
}
.included-list table tbody tr:nth-child(even) {
  background: #fff;
}
.included-list [class*="btn-lg-"] {
  margin: 0;
  width: 240px;
}
.included-list:not(:first-of-type) table + p {
  display: none;
}
@media (max-width: 768px) {
  .included-list table {
    margin-left: -10px;
    margin-right: -10px;
    width: 100vw !important;
    font-size: 0.875rem;
  }
  .included-list table thead td {
    font-size: 0.625rem;
  }
  .included-list table thead td strong {
    font-size: 0.75rem;
  }
  .included-list table td:first-child {
    padding-left: 10px;
  }
}
.join_v7 .container {
  max-width: 1092px;
}
@media (min-width: 768px) {
  .join_v7 .container {
    padding-left: 84px;
  }
}
.join-portfolio-alerts {
  padding: 80px 0 0;
}
.join-portfolio-alerts hr {
  max-width: 1162px;
  margin: 0 auto;
}
.join-portfolio-alerts .h2 {
  margin: 0 0 24px;
}
.join-portfolio-alerts .rte {
  max-width: 744px;
  padding-bottom: 52px;
}
.analytics-upgrade .join-portfolio-alerts .rte {
  margin-left: 5.14vw;
}
.analytics-upgrade .join-portfolio-alerts strong {
  color: rgba(5, 35, 52, 0.65);
}
@media (min-width: 1440px) {
  .analytics-upgrade .join-portfolio-alerts .rte {
    margin-left: 74px;
  }
}
.join-faq-section {
  padding: 80px 0 56px;
}
.join-faq-section .rte {
  max-width: 744px;
}
.join-faq-section .rte .h2 {
  margin: 0 0 16px;
}
.join-faq-section .rte .h3 {
  margin: 0 0 24px;
}
.join-faq-section .rte img {
  margin-top: 16px;
}
.analytics-upgrade .join-faq-section .rte {
  margin-left: 5.14vw;
}
.analytics-upgrade .join-faq-section h1 {
  line-height: 1.35;
}
.analytics-upgrade .join-faq-section h2 {
  font-size: 1.625rem;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .analytics-upgrade .join-faq-section .rte {
    margin-left: 74px;
  }
}
.join-own {
  padding: 64px 0 26px;
}
.join-own .container {
  display: flex;
  flex-wrap: wrap;
}
.join-own .image {
  width: 251px;
  margin-left: 15px;
  margin-top: 140px;
}
.join-own .rte {
  flex: 1;
}
.join-own .rte2 {
  min-width: 100%;
}
@media (max-width: 768px) {
  .join-own .container {
    display: block;
  }
  .join-own .image {
    margin-top: 0;
    margin-left: 0;
  }
}
.join-text {
  padding: 80px 0 56px;
}
.join-text h1 {
  font-size: 2rem;
  line-height: 1.343;
  margin: 0 0 16px;
}
.join-text h2 {
  font-size: 1.625rem;
  line-height: 1.35;
  margin: 0 0 24px;
}
.join-text h3 {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.71;
  margin: 0 0 16px;
  color: rgba(5, 35, 52, 0.65);
}
.join-text ul {
  margin-bottom: 24px;
}
.join-text ul li {
  margin: 0 0 0 30px;
}
.join-text strong {
  color: rgba(5, 35, 52, 0.65);
}
.join-text .tag {
  border-radius: 6px;
  padding: 6px 12px 4px 8px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.83px;
  line-height: 1.4;
  margin-bottom: 16px;
  display: inline-flex;
}
.join-text .tag.dark {
  background-color: #052334;
  color: #fff;
}
.join-text img {
  margin-top: 15px;
  margin-right: -12%;
  margin-left: 20px;
  max-width: 60.95%;
}
.analytics-upgrade .join-text img {
  margin-right: -18%;
  max-width: 64.95%;
}
@media (max-width: 600px) {
  .join-text img {
    display: block;
    margin: 0 auto;
    float: none !important;
    max-width: 100%;
  }
  .analytics-upgrade .join-text img {
    margin-right: auto;
    max-width: 100%;
  }
}
.analytics-upgrade .au-video {
  max-width: 836px;
  margin: 0 auto;
  padding: 80px 10px 42px;
}
.analytics-upgrade .au-text {
  padding: 40px 10px 36px;
}
.analytics-upgrade .au-text .content {
  max-width: 775px;
  margin: 0 auto;
}
.analytics-upgrade .au-text h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.34375;
  color: #052334;
  margin: 0 0 24px;
}
.analytics-upgrade .au-text p {
  font-size: 1.625rem;
  margin: 0 0 8px;
  color: #052334;
  line-height: 1.35;
}
.analytics-upgrade .au-text hr {
  border-top: 2px solid #EC8303;
  max-width: 37px;
  margin: 24px auto;
}
.analytics-upgrade .au-text [class*="btn-lg"] {
  width: 240px;
  margin-top: 72px;
  margin-bottom: 32px;
}
.analytics-upgrade .au-included {
  padding: 36px 0 90px;
  background: url('images/graph@2x.jpg') no-repeat bottom center;
  background-size: 100% 219px;
}
.analytics-upgrade .au-included .content {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(205, 213, 217, 0.75);
  max-width: 723px;
  margin: 0 auto;
  padding: 40px 5px 16px;
}
.analytics-upgrade .au-included .rte {
  max-width: 615px;
  margin: 0 auto;
  color: rgba(5, 35, 52, 0.65);
}
.analytics-upgrade .au-included .rte strong {
  color: rgba(5, 35, 52, 0.65);
}
.analytics-upgrade .au-included h1 {
  margin: 0 0 24px;
  font-size: 2rem;
}
.analytics-upgrade .au-included ul {
  padding-top: 0;
}
.analytics-upgrade .au-included ul li {
  list-style: none;
  background: url('images/checkmark.png') no-repeat 10px 11px;
  background-size: 17px 12px;
  padding-left: 40px;
  margin-left: 0;
}
.analytics-upgrade .au-tabs {
  padding: 40px 0 80px;
  background: #1a78c0;
}
.analytics-upgrade .au-tabs .narrow-text {
  max-width: 750px;
  margin: 0 auto 16px;
  color: #ffffff;
}
.analytics-upgrade .au-tabs .narrow-text h1,
.analytics-upgrade .au-tabs .narrow-text .h1 {
  color: #ffffff;
}
.analytics-upgrade .au-tabs .narrow-text h2,
.analytics-upgrade .au-tabs .narrow-text .h2 {
  color: #ffffff;
}
.analytics-upgrade .au-tabs .narrow-text h3,
.analytics-upgrade .au-tabs .narrow-text .h3 {
  color: #ffffff;
}
.analytics-upgrade .au-tabs .narrow-text h4,
.analytics-upgrade .au-tabs .narrow-text .h4 {
  color: #ffffff;
}
.analytics-upgrade .au-tabs .tabs {
  display: none;
}
.analytics-upgrade .au-tabs .tabs-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.analytics-upgrade .au-tabs .tabs-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.analytics-upgrade .au-tabs .tabs-list li a {
  color: #ffffff;
  border-radius: 5px 0 0 5px;
  padding: 25px;
  display: block;
  text-decoration: none;
}
.analytics-upgrade .au-tabs .tabs-list li.active {
  color: #052334;
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.2);
}
.analytics-upgrade .au-tabs .tabs-list li.active a {
  background: #ffffff;
  border-radius: 6px 0 0 6px;
  color: #052334;
}
.analytics-upgrade .au-tabs .tabs-content {
  box-shadow: 0 6px 15px 0 rgba(8, 33, 47, 0.2);
}
.analytics-upgrade .au-tabs .tabs-content .content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 15px 10px 11px;
  margin-bottom: 10px;
  color: rgba(5, 35, 52, 0.65);
}
.analytics-upgrade .au-tabs .tabs-content .content strong {
  color: rgba(5, 35, 52, 0.65);
}
.analytics-upgrade .au-tabs .tabs-content .content h1 {
  margin-top: 0;
  margin-bottom: 17px;
  line-height: 1;
  position: relative;
}
.analytics-upgrade .au-tabs .tabs-content .content h1:after {
  content: '';
  display: block;
  width: 36.6px;
  height: 2.1px;
  background-color: #ec8303;
  margin-top: 22px;
}
.analytics-upgrade .au-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%);
}
.analytics-upgrade .au-tabs .tabs-content .content h1 a {
  text-decoration: none;
  cursor: text;
  color: #052334;
}
.analytics-upgrade .au-tabs .tabs-content .content .text {
  display: none;
}
.analytics-upgrade .au-tabs .tabs-content .content.active h1:before {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #1a78c0 transparent;
}
.analytics-upgrade .au-tabs .tabs-content .content.active .text {
  display: block;
}
@media (min-width: 768px) {
  .analytics-upgrade .au-tabs .tabs-box {
    display: flex;
    align-items: stretch;
  }
  .analytics-upgrade .au-tabs .tabs {
    display: block;
    width: 290px;
  }
  .analytics-upgrade .au-tabs .tabs-content {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex: 1;
  }
  .analytics-upgrade .au-tabs .tabs-content .content {
    min-width: 100%;
    display: none;
    padding: 35px 40px 11px;
    margin-bottom: 0;
  }
  .analytics-upgrade .au-tabs .tabs-content .content.active {
    display: block;
  }
  .analytics-upgrade .au-tabs .tabs-content .content h1:before {
    display: none;
  }
  .analytics-upgrade .au-tabs .tabs-content .content .text {
    display: block;
  }
}
.fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
}
.fl-scrolls div {
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.fl-scrolls div:before {
  content: "\A0";
}
.fl-scrolls,
.fl-scrolls div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.fl-scrolls-hidden {
  bottom: 9999px;
}
.fl-scrolls-hidden div:before {
  content: "\A0\A0";
}
.fl-scrolls-viewport {
  position: relative;
}
.fl-scrolls-body {
  overflow: auto;
}
.fl-scrolls-viewport .fl-scrolls {
  left: 0;
  position: absolute;
}
.fl-scrolls-hoverable .fl-scrolls {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}
.fl-scrolls-hoverable:hover .fl-scrolls {
  opacity: 1;
}
.aggregate-page .content-box {
  border: none;
}
.aggregate-rte {
  font-size: 1rem;
  color: #052334;
  line-height: 1.875;
  padding: 24px 0 0;
}
.aggregate-section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 12px 12px;
}
.aggregate-section-list .aggregate-item {
  border-radius: 6px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 24px 0 0;
  margin: 12px 0;
}
.aggregate-section-list .aggregate-item .item-title {
  color: #052334;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.71;
  margin: 0 0 16px;
}
.aggregate-section-list .aggregate-item .custom-dropdown {
  margin: 0;
}
.aggregate-section-list .aggregate-item .custom-dropdown .dropdown {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
  min-width: 190px;
}
.aggregate-section-list .aggregate-item table {
  width: 100%;
  margin-bottom: 24px;
  table-layout: auto;
  font-size: 0.875rem;
}
.aggregate-section-list .aggregate-item table thead tr {
  border: none;
}
.aggregate-section-list .aggregate-item table thead th {
  font-weight: normal;
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 3px;
  line-height: 1.175;
}
.aggregate-section-list .aggregate-item table thead th:first-child {
  padding-left: 0;
  padding-right: 25px;
}
.aggregate-section-list .aggregate-item table thead th.price-change-cell {
  max-width: 100px;
  min-width: 100px;
}
.aggregate-section-list .aggregate-item table thead th.price-change-cell-sm {
  max-width: 50px;
  min-width: 50px;
}
.aggregate-section-list .aggregate-item table tbody tr:nth-child(even) {
  background: transparent;
}
.aggregate-section-list .aggregate-item table tbody tr:last-child {
  border: none;
}
.aggregate-section-list .aggregate-item table tbody tr:last-child td {
  padding-bottom: 0;
}
.aggregate-section-list .aggregate-item table tbody tr td {
  padding-top: 8px;
}
.aggregate-section-list .aggregate-item table tbody tr td:first-child {
  padding-left: 0;
}
.aggregate-section-list .aggregate-item table tr td,
.aggregate-section-list .aggregate-item table tr th {
  padding-left: 5px;
  padding-right: 5px;
}
.aggregate-section-list .aggregate-item table tr td:first-child,
.aggregate-section-list .aggregate-item table tr th:first-child {
  padding-right: 25px;
}
.aggregate-section-list .aggregate-item .greencssclass {
  color: #008000;
}
.aggregate-section-list .aggregate-item .redcssclass {
  color: #FF0000;
}
@media (max-width: 500px) {
  .aggregate-section-list .aggregate-item .custom-dropdown .dropdown {
    font-size: 0.75rem;
    padding-right: 19px;
  }
  .aggregate-section-list .aggregate-item .custom-dropdown .dropdown:after {
    right: 7px;
  }
  .aggregate-section-list .aggregate-item table tr td,
  .aggregate-section-list .aggregate-item table tr th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .aggregate-section-list .aggregate-item table thead th.price-change-cell {
    min-width: 80px;
    max-width: 80px;
  }
}
@media (min-width: 500px) {
  .aggregate-section-list table {
    font-size: 1rem;
  }
  .aggregate-section-list table thead th {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .aggregate-section-list {
    margin: 0 25px 12px;
  }
  .aggregate-section-list .aggregate-item {
    padding: 24px 24px 0;
  }
}
@media (min-width: 1400px) {
  .aggregate-section-list {
    margin: 0 13px 12px;
  }
  .aggregate-section-list .aggregate-item {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
@media (max-width: 767px) {
  .stacktable.small-only td.visible-xs {
    display: table-cell;
  }
  .expand-table-row:before {
    content: attr(title);
  }
}
.portfolio-details-section .portfolio-details-tabs-content {
  display: none;
}
.portfolio-details-section .portfolio-details-tabs-content.active {
  display: block;
}
.portfolio-details-section .portfolio-details-sub-tabs {
  display: flex;
}
.portfolio-details-section .portfolio-details-sub-tabs li {
  margin: 0;
  list-style: none;
}
.portfolio-details-section .portfolio-details-sub-tabs a {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375;
  padding: 11px 40px 9px;
  border-radius: 6px;
  text-decoration: none;
  color: #052334;
}
.portfolio-details-section .portfolio-details-sub-tabs .active a {
  background-color: #EAEEF1;
}
@media (max-width: 768px) {
  .portfolio-details-section .portfolio-details-sub-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portfolio-details-section .portfolio-details-sub-tabs a {
    padding: 11px 7px 9px;
    font-size: 13px;
  }
}
.portfolio-details-section .expand-all-wrapper {
  text-align: right;
}
.portfolio-summary-table {
  color: #052334;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.357;
  margin-top: 18px;
  min-width: 335px;
}
.portfolio-summary-table tr,
.portfolio-summary-table tr td {
  background: none !important;
  border: none;
}
.portfolio-summary-table tr td {
  padding: 4px 8px;
}
@media print {
  .lm_notice {
    display: none;
  }
  .fl-scrolls {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */