@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("https://static.lse.co.uk/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://static.lse.co.uk/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://static.lse.co.uk/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://static.lse.co.uk/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://static.lse.co.uk/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

ul, ol {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  clear: left;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  .uberPanel,
.header,
.mobile-nav,
.top-nav,
.utility-bar,
.notice-bar,
.social-bar,
.footer,
.notifications {
    display: none !important;
  }

  select,
a[class*=button],
span[class*=button],
div[class*=button],
button[class*=button],
.tabbed-nav {
    display: none !important;
  }

  .portfolio__helpers {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Globals & Variables
--------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  7% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  9% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  11% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  13% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  7% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  9% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  11% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  13% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

:-moz-placeholder {
  opacity: 0.5 !important;
}

::-moz-placeholder {
  opacity: 0.5 !important;
}

:-ms-input-placeholder {
  opacity: 0.5 !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}
body.sp-search-active > header,
body.sp-search-active > footer,
body.sp-search-active > nav,
body.sp-search-active > div:not(.utility-bar) {
  opacity: 0.3;
}
body.locked {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    padding-top: 62px;
  }
  body.has_registered_bar {
    padding-top: 82px;
  }
}

::selection {
  background: #990000;
  color: #ffffff;
}

::-moz-selection {
  background: #990000;
  color: #ffffff;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 374px) {
  .hidden-tiny {
    display: none;
  }
}

.member-info__content, .premium-services__content, .text-highlighting__content, .settings__content, .alerts__content, .portfolio__content, .watchlist__add-shares, .watchlist__add-form, .watchlist__list, .private-message, .members-home, .crypto-info-chart__content, .crypto__search, .crypto__block, .crypto, .events__past-content, .events__future, .events__info, .events__speaker, .events__description, .events__cover, .events__intro-content, .trusts__contributor, .trusts__story, .trusts__factsheet, .trusts__info, .trusts__managers-right, .trusts__managers-left, .trusts__fund-manager, .trusts__trust-info-item, .trusts__trust, .trusts__more-managers, .trusts__article-content, .trusts__article, .trusts__intro, .trusts__block-right, .trusts__block-left, .trusts__manager-right, .trusts__manager-left, .trusts__block, .trusts__performers-column, .nex__content, .media-article__content, .media__article-inner, .profile, .knowledge-article__content, .knowledge__topic, .knowledge__empty, .knowledge__filter, .calcs, .level2, .registration, .login__inner, .premium__feature-inner, .premium__content, .commodities__content, .contributors__item, .blogs__comment, .blogs__article-post-comments, .blogs__article, .blogs__blog, .rns__related-content, .rns__article-content, .rns__filter, .rns__content, .news-article__content, .news__related-content, .news__no-news, .news__story-content, .trading-info, .trading-faq__list-item, .trading-disclaimer, .trading-comparison, .sp-website, .short-positions, .sp-live-share-price__content, .financial-diary__section, .sp-fundamentals-info__content, .sp-fundamentals, .sp-chart, .sp-trading__offer, .sp-trading__content, .sp-sectors-half__content, .sp-sectors, .sp-indices-half__content, .sp-indices, .sp-commodities, .sp-home-risers,
.share-risers,
.sp-home-fallers,
.share-fallers,
.sp-home-directors-deals,
.sp-constituents, .sp-broker-ratings, .sp-directors-deals, .sp-top-trades, .sp-recent-trades, .sp-user-info, .sp-info-columns__content, .sp-info-tables, .sp-intraday__content, .sp-trusts, .sp-share-details, .sp-main-info, .share-chat-message__message, .share-chat-thread__reply, .share-chat-thread__post, .share-chat, .post-chat-message, .general-chat__reply-box, .general-chat__content, .chat-filter, .fx-half__content, .fx-tools, .fx, .spread-betting__column, .spread-betting__content, .advertising__stat-inner, .advertising__content, .homepage-sector-overview__content, .homepage-most-traded, .homepage-fin-news, .homepage-market-overview__section, .homepage-intraday, .homepage-latest-article, .quick-picks__pick, .company-lookup__results, .company-lookup__tools, .register, .stock-picker__save, .stock-picker__results, .stock-picker__search, .stock-picker__content, .finance-glossary__charts, .finance-glossary__recent, .finance-glossary__results, .finance-glossary__tools, .finance-glossary__content, .right-top-posting-users, .right-top-recom-users, .right-slider__slide-content, .right-trust__trust, .left-pro-news__content, .sitemap, .standard-content, .tabbed-nav-bordered, .tabbed-nav__content, .filter {
  background: #ffffff;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .member-info__content, .premium-services__content, .text-highlighting__content, .settings__content, .alerts__content, .portfolio__content, .watchlist__add-shares, .watchlist__add-form, .watchlist__list, .private-message, .members-home, .crypto-info-chart__content, .crypto__search, .crypto__block, .crypto, .events__past-content, .events__future, .events__info, .events__speaker, .events__description, .events__cover, .events__intro-content, .trusts__contributor, .trusts__story, .trusts__factsheet, .trusts__info, .trusts__managers-right, .trusts__managers-left, .trusts__fund-manager, .trusts__trust-info-item, .trusts__trust, .trusts__more-managers, .trusts__article-content, .trusts__article, .trusts__intro, .trusts__block-right, .trusts__block-left, .trusts__manager-right, .trusts__manager-left, .trusts__block, .trusts__performers-column, .nex__content, .media-article__content, .media__article-inner, .profile, .knowledge-article__content, .knowledge__topic, .knowledge__empty, .knowledge__filter, .calcs, .level2, .registration, .login__inner, .premium__feature-inner, .premium__content, .commodities__content, .contributors__item, .blogs__comment, .blogs__article-post-comments, .blogs__article, .blogs__blog, .rns__related-content, .rns__article-content, .rns__filter, .rns__content, .news-article__content, .news__related-content, .news__no-news, .news__story-content, .trading-info, .trading-faq__list-item, .trading-disclaimer, .trading-comparison, .sp-website, .short-positions, .sp-live-share-price__content, .financial-diary__section, .sp-fundamentals-info__content, .sp-fundamentals, .sp-chart, .sp-trading__offer, .sp-trading__content, .sp-sectors-half__content, .sp-sectors, .sp-indices-half__content, .sp-indices, .sp-commodities, .sp-home-risers,
.share-risers,
.sp-home-fallers,
.share-fallers,
.sp-home-directors-deals,
.sp-constituents, .sp-broker-ratings, .sp-directors-deals, .sp-top-trades, .sp-recent-trades, .sp-user-info, .sp-info-columns__content, .sp-info-tables, .sp-intraday__content, .sp-trusts, .sp-share-details, .sp-main-info, .share-chat-message__message, .share-chat-thread__reply, .share-chat-thread__post, .share-chat, .post-chat-message, .general-chat__reply-box, .general-chat__content, .chat-filter, .fx-half__content, .fx-tools, .fx, .spread-betting__column, .spread-betting__content, .advertising__stat-inner, .advertising__content, .homepage-sector-overview__content, .homepage-most-traded, .homepage-fin-news, .homepage-market-overview__section, .homepage-intraday, .homepage-latest-article, .quick-picks__pick, .company-lookup__results, .company-lookup__tools, .register, .stock-picker__save, .stock-picker__results, .stock-picker__search, .stock-picker__content, .finance-glossary__charts, .finance-glossary__recent, .finance-glossary__results, .finance-glossary__tools, .finance-glossary__content, .right-top-posting-users, .right-top-recom-users, .right-slider__slide-content, .right-trust__trust, .left-pro-news__content, .sitemap, .standard-content, .tabbed-nav-bordered, .tabbed-nav__content, .filter {
    padding: 15px;
  }
}
.trusts__factsheet, .trusts__article {
  padding: 5px;
}
@media (max-width: 768px) {
  .crypto, .sp-indices-half__content, .sp-indices, .sp-home-risers,
.share-risers,
.sp-home-fallers,
.share-fallers,
.sp-home-directors-deals,
.sp-constituents, .fx-half__content, .fx {
    padding: 5px;
  }
}

.text-highlighting__popup, .alerts__popup, .portfolio__popup, .watchlist__config-popup, .watchlist__popup, .rns__popup, .news__filter-popup, .sp-action-popup, .post-chat-message__rules, .report__popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark--large {
  width: 140px;
  height: 140px;
}
.checkmark--no-mb {
  margin-bottom: 0;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes pulse {
  0% {
    transform: none;
  }
  5% {
    transform: scale3d(1.1, 1.1, 1);
  }
  10% {
    transform: none;
  }
}
.contributors__item-tag {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 9px;
  font-size: calculateRem(9px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.contributors__item-tag:hover {
  text-decoration: none;
  color: #0084be;
}
.contributors__item-tag:hover:before {
  color: #0084be;
  transform: rotate(90deg);
}
.contributors__item-tag:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 5px;
  margin-left: 0;
  font-size: 8px;
  vertical-align: text-top;
  color: #58595b;
  display: inline-block;
}
.fa-circle {
  color: #ecd249 !important;
}

.banner_banner--3pjXd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: auto !important;
  box-shadow: none !important;
  padding: 20px !important;
}

.banner_bannerLogoWrapper--QE0t7 {
  padding: 10px 0 !important;
  width: 40%;
}
@media (min-width: 768px) {
  .banner_bannerLogoWrapper--QE0t7 {
    width: 15%;
  }
}
.banner_message--2Rvgt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .banner_message--2Rvgt {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner_message--2Rvgt {
    width: 83%;
  }
}

.banner_title--2vgc3 {
  padding: 0 !important;
}
.banner_title--2vgc3 span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: calculateRem(24px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}

.banner_descriptionText--3_eGt span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.banner_descriptionText--3_eGt br {
  display: none;
}

.banner_consent--2qj6F > div {
  width: 100%;
  display: block;
}

.banner_continue--2NyXA {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.grecaptcha-badge {
  display: none;
}

.wrapper-2-col {
  background: #f6f6f6;
  padding: 15px 0;
  clear: both;
}
.wrapper-2-col__left {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .wrapper-2-col__left {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 992px) {
  .wrapper-2-col__left {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .wrapper-2-col__left {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-2-col__left {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 50%;
    padding: 30px;
    margin-left: -50%;
    transition: margin-left 0.4s;
    transition-timing-function: ease;
    border-right: 1px solid #ccc;
  }
  .wrapper-2-col__left--open {
    margin-left: 0;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .wrapper-2-col__left {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .wrapper-2-col__left {
    display: block;
  }
}
.wrapper-2-col__center {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .wrapper-2-col__center {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wrapper-2-col__center {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .wrapper-2-col__center {
    float: left;
    width: 85.8333333333%;
  }
}

.wrapper-3-col {
  background: #f6f6f6;
  padding: 15px 0;
  clear: both;
}
.wrapper-3-col__left {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .wrapper-3-col__left {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .wrapper-3-col__left {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-3-col__left {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 50%;
    padding: 30px;
    margin-left: -50%;
    transition: margin-left 0.4s;
    transition-timing-function: ease;
    border-right: 1px solid #ccc;
  }
  .wrapper-3-col__left--open {
    margin-left: 0;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col__left {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col__left {
    display: block;
  }
}
.wrapper-3-col__center {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wrapper-3-col__center {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col__center {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 1200px) {
  .wrapper-3-col__center {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col__center {
    margin-bottom: 0px;
  }
}
.wrapper-3-col__right {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .wrapper-3-col__right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col__right {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .wrapper-3-col__right {
    float: left;
    width: 27.5%;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col__right--sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 500;
  }
}
.wrapper-3-col__left-title {
  display: none;
}
@media (min-width: 992px) {
  .wrapper-3-col__left-title {
    display: block;
  }
}

.wrapper-3-col-wide {
  background: #f6f6f6;
  padding: 15px 0;
  clear: both;
}
.wrapper-3-col-wide--has-wallpaper {
  background: none;
}
.wrapper-3-col-wide__left {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 992px) {
  .wrapper-3-col-wide__left {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-3-col-wide__left {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 50%;
    padding: 30px;
    margin-left: -50%;
    transition: margin-left 0.4s;
    transition-timing-function: ease;
    border-right: 1px solid #ccc;
  }
  .wrapper-3-col-wide__left--open {
    margin-left: 0;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col-wide__left {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col-wide__left {
    display: block;
  }
}
.wrapper-3-col-wide__center {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wrapper-3-col-wide__center {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col-wide__center {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .wrapper-3-col-wide__center {
    float: left;
    width: 69.1666666667%;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col-wide__center {
    margin-bottom: 0px;
  }
}
.wrapper-3-col-wide__right {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .wrapper-3-col-wide__right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .wrapper-3-col-wide__right {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .wrapper-3-col-wide__right {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .wrapper-3-col-wide__right--sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 500;
  }
}
.wrapper-3-col-wide__left-title {
  display: none;
}
@media (min-width: 992px) {
  .wrapper-3-col-wide__left-title {
    display: block;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.trusts__info-text > a, .login__forgot-password-link, .login__text-link, .blogs__blog-link, .blogs__title-link, .news__filter-button, .trading-types__button-text, .post-chat-message__link--rules, .spread-betting__link, .left-quick-picks__page-link, .utility-bar__register-link {
  color: #0084be;
  display: inline-block;
}
.trusts__info-text > a:after, .login__forgot-password-link:after, .login__text-link:after, .blogs__blog-link:after, .blogs__title-link:after, .news__filter-button:after, .trading-types__button-text:after, .post-chat-message__link--rules:after, .spread-betting__link:after, .left-quick-picks__page-link:after, .utility-bar__register-link:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 4px;
  transition: margin-left 0.4s;
}
.trusts__info-text > a:hover, .login__forgot-password-link:hover, .login__text-link:hover, .blogs__blog-link:hover, .blogs__title-link:hover, .news__filter-button:hover, .trading-types__button-text:hover, .post-chat-message__link--rules:hover, .spread-betting__link:hover, .left-quick-picks__page-link:hover, .utility-bar__register-link:hover {
  text-decoration: none;
}
.trusts__info-text > a:hover:after, .login__forgot-password-link:hover:after, .login__text-link:hover:after, .blogs__blog-link:hover:after, .blogs__title-link:hover:after, .news__filter-button:hover:after, .trading-types__button-text:hover:after, .post-chat-message__link--rules:hover:after, .spread-betting__link:hover:after, .left-quick-picks__page-link:hover:after, .utility-bar__register-link:hover:after {
  margin-left: 10px;
}
.blogs__blog-link, .post-chat-message__link--rules {
  color: #0084be;
}
.blogs__blog-link:hover, .post-chat-message__link--rules:hover {
  color: #00618b;
}
.blogs__title-link, .news__filter-button, .trading-types__button-text {
  color: #990000;
}
.blogs__title-link:hover, .news__filter-button:hover, .trading-types__button-text:hover {
  color: #660000;
}

.error-page__link, .nex__link, .premium__content-link, .share-chat-thread__nav-link, .homepage-market-overview__table-link, .upsell__text a {
  color: #0084be;
}
.error-page__link:hover, .nex__link:hover, .premium__content-link:hover, .share-chat-thread__nav-link:hover, .homepage-market-overview__table-link:hover, .upsell__text a:hover {
  color: #00618b;
}

.title__title a, .title__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.4;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}
@media (min-width: 768px) {
  .title__title a, .title__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.title__link {
  color: inherit;
}

.register__reasons-title, .register__form-title, .title__sub-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.4;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}

.member-info__stat-info, .member-info__stat-title, .member-info__title, .premium-services__title, .text-highlighting__title, .text-highlighting__popup-title, .settings__title, .alerts__title, .portfolio__title, .watchlist__config-title, .watchlist__title, .crypto-info-chart__title, .crypto__title, .events__speaker-text h3, .events__title, .events__intro-title, .trusts__full-article-content > h3 > a, .trusts__performers-title, .error-page__title, .nex__title, .media-article__content-title, .media__title, .profile__results-title, .knowledge-article__content-title, .knowledge__topic-title, .knowledge__empty-title, .knowledge__title, .ir__title, .calcs__fieldset-title, .calcs__title, .login__title, .premium__feature-title, .commodities__title, .contributors__item-title, .blogs__title, .rns__title, .news-article__main-title, .news__title, .trading-info__title, .trading-types__title, .trading-hero__title, .sp-website__title, .short-positions__title, .sp-live-share-price__title, .financial-diary__title, .sp-fundamentals-info__title, .sp-fundamentals__title, .sp-sectors-half__title-link, .sp-sectors-half__title, .sp-sectors__title, .sp-indices-half__title-link, .sp-indices-half__title, .sp-indices__title-link, .sp-indices__title, .sp-commodities__title, .sp-home-risers__title,
.share-risers__title,
.sp-home-fallers__title,
.share-fallers__title,
.sp-home-directors-deals__title,
.sp-constituents__title, .sp-broker-ratings__title, .sp-directors-deals__title, .sp-top-trades__title, .sp-recent-trades__title, .sp-user-info__title, .sp-info-columns__title, .sp-info-chart__title, .sp-intraday__title, .sp-trusts__title, .sp-share-details__title, .sp-main-info__title, .sp-action-popup__title, .share-chat-message__title, .share-chat-thread__title, .share-chat__title, .post-chat-message__rules h2, .post-chat-message__title, .general-chat__table-heading, .general-chat__title, .chat-filter__title, .fx-half__title, .fx__title, .spread-betting__provider-title, .spread-betting__sub-title, .spread-betting__title, .advertising__title, .homepage-sector-overview__title, .homepage-most-traded__title, .homepage-fin-news__title-link, .homepage-fin-news__title, .homepage-market-overview__title-link, .homepage-market-overview__title, .homepage-intraday__title-link, .homepage-intraday__title, .homepage-latest-article__title-link, .left-quick-picks__title, .company-lookup__title, .register__title, .stock-picker__title, .finance-glossary__title, .report__title, .right-top-posting-users__title, .right-top-recom-users__title, .right-member-login__title, .right-newsletter__title, .left-share-views__title, .left-pro-news__title, .upsell__title, .icon-columns__title, .icon-grid__title, .standard-content__title, .tabbed-nav-bordered__title, .tabbed-nav__title, .filter__title, .wrapper-3-col__left-title, .wrapper-3-col-wide__left-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.4;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
  clear: left;
}
.member-info__stat-title, .settings__title, .alerts__title, .watchlist__config-title, .events__title, .events__intro-title, .trusts__performers-title, .media-article__content-title, .media__title, .knowledge-article__content-title, .knowledge__empty-title, .calcs__fieldset-title, .login__title, .news-article__main-title, .news__title, .trading-hero__title, .sp-sectors-half__title-link--risers, .sp-trusts__title, .sp-main-info__title, .general-chat__table-heading, .spread-betting__provider-title, .advertising__title, .finance-glossary__title--blue, .tabbed-nav-bordered__title {
  color: #0084be;
}
.member-info__stat-info {
  color: #333333;
}
.left-share-views__title {
  color: #ffffff;
}
.crypto__title-link, .sp-home-risers__title-link,
.share-risers__title-link,
.sp-home-fallers__title-link,
.share-fallers__title-link,
.sp-home-directors-deals__title-link,
.sp-constituents__title-link, .share-chat-message__title-link, .share-chat-thread__title-link, .fx__title-link {
  color: inherit;
}
.events__title, .trusts__full-article-content > h3 > a, .profile__results-title {
  font-size: 22px;
}

.alerts__submit-button, .alerts__button, .portfolio__button, .watchlist__action-button, .brokers__row-button, .brokers__account-button, .crypto__button, .events__book-tickets a, .events__book-tickets button, .events__button, .events__register-button, .events__box-button, .trusts__full-article-button, .trusts__buy-button, .profile__search-clear, .login__register-link, .premium__package-start-button, .rns__upsell-button, .rns__back-button, .news__archive-button, .trading-info__button, .trading-details__button, .trading-types__button, .trading-hero__button, .sp-trading__fees-button, .sp-trading__box-button, .sp-trading__info-button, .sp-trading__button, .sp-trusts__button, .sp-main-info__delayed-upsell-button, .sp-nav-mobile-link, .general-chat__new-topic, .spread-betting__button, .spread-betting__offer-button, .advertising__button, .homepage-register__button, .right-top-charts__more-link, .right-slider__slide-button, .right-trust__trust-button, .footer__offer-button, .upsell__button, .user-message__button, .standard-content__button, .link-container__button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background: #990000;
  display: inline-block;
  padding: 10px 15px;
  transition: background 0.4s;
  border-radius: 0;
}
.alerts__submit-button:hover, .alerts__button:hover, .portfolio__button:hover, .watchlist__action-button:hover, .brokers__row-button:hover, .brokers__account-button:hover, .crypto__button:hover, .events__book-tickets a:hover, .events__book-tickets button:hover, .events__button:hover, .events__register-button:hover, .events__box-button:hover, .trusts__full-article-button:hover, .trusts__buy-button:hover, .profile__search-clear:hover, .login__register-link:hover, .premium__package-start-button:hover, .rns__upsell-button:hover, .rns__back-button:hover, .news__archive-button:hover, .trading-info__button:hover, .trading-details__button:hover, .trading-types__button:hover, .trading-hero__button:hover, .sp-trading__fees-button:hover, .sp-trading__box-button:hover, .sp-trading__info-button:hover, .sp-trading__button:hover, .sp-trusts__button:hover, .sp-main-info__delayed-upsell-button:hover, .sp-nav-mobile-link:hover, .general-chat__new-topic:hover, .spread-betting__button:hover, .spread-betting__offer-button:hover, .advertising__button:hover, .homepage-register__button:hover, .right-top-charts__more-link:hover, .right-slider__slide-button:hover, .right-trust__trust-button:hover, .footer__offer-button:hover, .upsell__button:hover, .user-message__button:hover, .standard-content__button:hover, .link-container__button:hover {
  background: #660000;
  text-decoration: none;
}
.alerts__button, .portfolio__button {
  padding: 4px 9px;
}
.crypto__button, .events__book-tickets a, .events__book-tickets button, .events__button, .events__box-button, .profile__search-clear, .premium__package-start-button, .news__archive-button, .trading-types__button, .trading-hero__button, .sp-nav-mobile-link, .right-top-charts__more-link, .footer__offer-button--blue {
  background: #0084be;
  transition: background 0.4s;
}
.crypto__button:hover, .events__book-tickets a:hover, .events__book-tickets button:hover, .events__button:hover, .events__box-button:hover, .profile__search-clear:hover, .premium__package-start-button:hover, .news__archive-button:hover, .trading-types__button:hover, .trading-hero__button:hover, .sp-nav-mobile-link:hover, .right-top-charts__more-link:hover, .footer__offer-button--blue:hover {
  background: #00618b;
}
.portfolio__button--add, .login__register-link, .sp-main-info__delayed-upsell-button, .right-slider__slide-button {
  background: #89be69;
  transition: background 0.4s;
}
.portfolio__button--add:hover, .login__register-link:hover, .sp-main-info__delayed-upsell-button:hover, .right-slider__slide-button:hover {
  background: #6eaa4a;
}
.events__register-button, .spread-betting__offer-button {
  background: #ffffff;
  color: #333333;
  transition: background 0.4s;
}
.events__register-button:hover, .spread-betting__offer-button:hover {
  background: #e6e6e6;
}
.brokers__row-button, .brokers__account-button, .sp-trading__fees-button {
  background: #FF9933;
  color: #ffffff;
  transition: background 0.4s;
}
.brokers__row-button:hover, .brokers__account-button:hover, .sp-trading__fees-button:hover {
  background: #ff8000;
}

.premium__package-more-button, .sp-sectors__link, .sp-indices__link, .link-container__link {
  color: #0084be;
}
.premium__package-more-button:after, .sp-sectors__link:after, .sp-indices__link:after, .link-container__link:after {
  transition: margin-left 0.4s;
  font-family: FontAwesome;
  content: "";
  margin-left: 4px;
}
.premium__package-more-button:hover, .sp-sectors__link:hover, .sp-indices__link:hover, .link-container__link:hover {
  text-decoration: none;
}
.premium__package-more-button:hover:after, .sp-sectors__link:hover:after, .sp-indices__link:hover:after, .link-container__link:hover:after {
  margin-left: 10px;
}
.link-container--left .link-container__link:after {
  content: "";
}
.link-container--left .link-container__link:before {
  transition: margin-right 0.4s;
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
}
.link-container--left .link-container__link:hover {
  text-decoration: none;
}
.link-container--left .link-container__link:hover:before {
  margin-right: 10px;
}

.text-highlighting__button, .settings__submit-button, .alerts__form-button, .portfolio__form-button, .watchlist__add-button, .watchlist__button, .private-message__read-button, .private-message__delete-button, .private-message__unblock-button, .private-message__compose-button, .members-home__button, .crypto__search-button, .events__form-button, .profile__search-button, .knowledge__button, .calcs__form-button, .login__button, .blogs__article-post-button, .rns__filter-button, .rns__popup-button, .news__filter-form-button, .financial-diary__filter-button, .sp-chart__button, .sp-recent-trades__load-more, .sp-action-popup__button--blue, .sp-action-popup__button, .post-chat-message__main-button, .post-chat-message__button, .general-chat__button, .chat-filter__button, .company-lookup__search-button, .register__button, .stock-picker__button, .finance-glossary__search-button, .report__button, .content-form__button, .right-member-login__button, .right-newsletter__button, .social-bar__button, .utility-bar__login-button--sign-in, .utility-bar__login-button, .utility-bar__search-button, .filter__button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background: #990000;
  padding: 9px 15px 9px;
  border: none;
  outline: none;
  display: inline-block;
  transition: all 0.2s;
  border-radius: 0;
}
.text-highlighting__button:hover, .settings__submit-button:hover, .alerts__form-button:hover, .portfolio__form-button:hover, .watchlist__add-button:hover, .watchlist__button:hover, .private-message__read-button:hover, .private-message__delete-button:hover, .private-message__unblock-button:hover, .private-message__compose-button:hover, .members-home__button:hover, .crypto__search-button:hover, .events__form-button:hover, .profile__search-button:hover, .knowledge__button:hover, .calcs__form-button:hover, .login__button:hover, .blogs__article-post-button:hover, .rns__filter-button:hover, .rns__popup-button:hover, .news__filter-form-button:hover, .financial-diary__filter-button:hover, .sp-chart__button:hover, .sp-recent-trades__load-more:hover, .sp-action-popup__button--blue:hover, .sp-action-popup__button:hover, .post-chat-message__main-button:hover, .post-chat-message__button:hover, .general-chat__button:hover, .chat-filter__button:hover, .company-lookup__search-button:hover, .register__button:hover, .stock-picker__button:hover, .finance-glossary__search-button:hover, .report__button:hover, .content-form__button:hover, .right-member-login__button:hover, .right-newsletter__button:hover, .social-bar__button:hover, .utility-bar__login-button--sign-in:hover, .utility-bar__login-button:hover, .utility-bar__search-button:hover, .filter__button:hover {
  background: #660000;
}
.sp-action-popup__button--blue, .post-chat-message__main-button {
  background: #0084be;
}
.sp-action-popup__button--blue:hover, .post-chat-message__main-button:hover {
  background: #00618b;
}
.register__button {
  background: #89be69;
}
.register__button:hover {
  background: #6eaa4a;
}
.utility-bar__login-button, .utility-bar__search-button {
  float: left;
}
.chat-filter__button-icon, .utility-bar__search-button-icon {
  margin-left: 0;
  margin-right: 7px;
}

.table__responsive {
  width: 100%;
  overflow-y: visible;
  overflow-x: auto;
  min-height: 0.01%;
  position: relative;
}
@media (min-width: 768px) {
  .table__responsive {
    overflow-x: auto;
  }
}

.premium-services__table, .text-highlighting__table, .alerts__table, .portfolio__table-total, .portfolio__table-advanced, .portfolio__table-basic, .watchlist__table, .private-message__table, .crypto-info-chart__table, .crypto__table, .trusts__table, .trusts__article-content table, .trusts__performers-column table, .nex__table, .level2__trades-table, .level2__ask-table, .level2__bid-table, .level2__order-table, .premium__package-table, .commodities__table, .blogs__article table, .rns__table, .trading-info__table, .trading-comparison__table, .short-positions__table, .sp-live-share-price__table, .financial-diary__calendar, .financial-diary__table, .sp-fundamentals-info__table, .sp-fundamentals__table, .sp-chart__table, .sp-sectors-half__table, .sp-sectors__table, .sp-indices-half__table, .sp-indices__table, .sp-commodities__table, .sp-home-risers__table,
.share-risers__table,
.sp-home-fallers__table,
.share-fallers__table,
.sp-home-directors-deals__table,
.sp-constituents__table, .sp-broker-ratings__table, .sp-directors-deals__table, .sp-top-trades__table, .sp-recent-trades__table, .sp-info-columns__table, .sp-info-tables__table, .sp-info-chart__table, .share-chat__table, .general-chat__table, .fx-half__table, .fx__table, .homepage-sector-overview__table, .homepage-most-traded__table, .homepage-market-overview__movement, .homepage-market-overview__indices, .left-quick-picks__table, .company-lookup__results-table, .stock-picker__table, .finance-glossary__results-table, .right-top-charts__table, .standard-content__cookie-table {
  border-collapse: collapse;
  width: 100%;
}
.premium-services__table th, .text-highlighting__table th, .alerts__table th, .portfolio__table-total th, .portfolio__table-advanced th, .portfolio__table-basic th, .watchlist__table th, .private-message__table th, .crypto-info-chart__table th, .crypto__table th, .trusts__table th, .trusts__article-content table th, .trusts__performers-column table th, .nex__table th, .level2__trades-table th, .level2__ask-table th, .level2__bid-table th, .level2__order-table th, .premium__package-table th, .commodities__table th, .blogs__article table th, .rns__table th, .trading-info__table th, .trading-comparison__table th, .short-positions__table th, .sp-live-share-price__table th, .financial-diary__calendar th, .financial-diary__table th, .sp-fundamentals-info__table th, .sp-fundamentals__table th, .sp-chart__table th, .sp-sectors-half__table th, .sp-sectors__table th, .sp-indices-half__table th, .sp-indices__table th, .sp-commodities__table th, .sp-home-risers__table th,
.share-risers__table th,
.sp-home-fallers__table th,
.share-fallers__table th,
.sp-home-directors-deals__table th,
.sp-constituents__table th, .sp-broker-ratings__table th, .sp-directors-deals__table th, .sp-top-trades__table th, .sp-recent-trades__table th, .sp-info-columns__table th, .sp-info-tables__table th, .sp-info-chart__table th, .share-chat__table th, .general-chat__table th, .fx-half__table th, .fx__table th, .homepage-sector-overview__table th, .homepage-most-traded__table th, .homepage-market-overview__movement th, .homepage-market-overview__indices th, .left-quick-picks__table th, .company-lookup__results-table th, .stock-picker__table th, .finance-glossary__results-table th, .right-top-charts__table th, .standard-content__cookie-table th, .premium-services__table td, .text-highlighting__table td, .alerts__table td, .portfolio__table-total td, .portfolio__table-advanced td, .portfolio__table-basic td, .watchlist__table td, .private-message__table td, .crypto-info-chart__table td, .crypto__table td, .trusts__table td, .trusts__article-content table td, .trusts__performers-column table td, .nex__table td, .level2__trades-table td, .level2__ask-table td, .level2__bid-table td, .level2__order-table td, .premium__package-table td, .commodities__table td, .blogs__article table td, .rns__table td, .trading-info__table td, .trading-comparison__table td, .short-positions__table td, .sp-live-share-price__table td, .financial-diary__calendar td, .financial-diary__table td, .sp-fundamentals-info__table td, .sp-fundamentals__table td, .sp-chart__table td, .sp-sectors-half__table td, .sp-sectors__table td, .sp-indices-half__table td, .sp-indices__table td, .sp-commodities__table td, .sp-home-risers__table td,
.share-risers__table td,
.sp-home-fallers__table td,
.share-fallers__table td,
.sp-home-directors-deals__table td,
.sp-constituents__table td, .sp-broker-ratings__table td, .sp-directors-deals__table td, .sp-top-trades__table td, .sp-recent-trades__table td, .sp-info-columns__table td, .sp-info-tables__table td, .sp-info-chart__table td, .share-chat__table td, .general-chat__table td, .fx-half__table td, .fx__table td, .homepage-sector-overview__table td, .homepage-most-traded__table td, .homepage-market-overview__movement td, .homepage-market-overview__indices td, .left-quick-picks__table td, .company-lookup__results-table td, .stock-picker__table td, .finance-glossary__results-table td, .right-top-charts__table td, .standard-content__cookie-table td {
  text-align: right;
  padding: 5px 3px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  color: #333333;
}
.premium-services__table a, .text-highlighting__table a, .alerts__table a, .portfolio__table-total a, .portfolio__table-advanced a, .portfolio__table-basic a, .watchlist__table a, .private-message__table a, .crypto-info-chart__table a, .crypto__table a, .trusts__table a, .trusts__article-content table a, .trusts__performers-column table a, .nex__table a, .level2__trades-table a, .level2__ask-table a, .level2__bid-table a, .level2__order-table a, .premium__package-table a, .commodities__table a, .blogs__article table a, .rns__table a, .trading-info__table a, .trading-comparison__table a, .short-positions__table a, .sp-live-share-price__table a, .financial-diary__calendar a, .financial-diary__table a, .sp-fundamentals-info__table a, .sp-fundamentals__table a, .sp-chart__table a, .sp-sectors-half__table a, .sp-sectors__table a, .sp-indices-half__table a, .sp-indices__table a, .sp-commodities__table a, .sp-home-risers__table a,
.share-risers__table a,
.sp-home-fallers__table a,
.share-fallers__table a,
.sp-home-directors-deals__table a,
.sp-constituents__table a, .sp-broker-ratings__table a, .sp-directors-deals__table a, .sp-top-trades__table a, .sp-recent-trades__table a, .sp-info-columns__table a, .sp-info-tables__table a, .sp-info-chart__table a, .share-chat__table a, .general-chat__table a, .fx-half__table a, .fx__table a, .homepage-sector-overview__table a, .homepage-most-traded__table a, .homepage-market-overview__movement a, .homepage-market-overview__indices a, .left-quick-picks__table a, .company-lookup__results-table a, .stock-picker__table a, .finance-glossary__results-table a, .right-top-charts__table a, .standard-content__cookie-table a {
  color: #333333;
}
.premium-services__table th, .text-highlighting__table th, .alerts__table th, .portfolio__table-total th, .portfolio__table-advanced th, .portfolio__table-basic th, .watchlist__table th, .private-message__table th, .crypto-info-chart__table th, .crypto__table th, .trusts__table th, .trusts__article-content table th, .trusts__performers-column table th, .nex__table th, .level2__trades-table th, .level2__ask-table th, .level2__bid-table th, .level2__order-table th, .premium__package-table th, .commodities__table th, .blogs__article table th, .rns__table th, .trading-info__table th, .trading-comparison__table th, .short-positions__table th, .sp-live-share-price__table th, .financial-diary__calendar th, .financial-diary__table th, .sp-fundamentals-info__table th, .sp-fundamentals__table th, .sp-chart__table th, .sp-sectors-half__table th, .sp-sectors__table th, .sp-indices-half__table th, .sp-indices__table th, .sp-commodities__table th, .sp-home-risers__table th,
.share-risers__table th,
.sp-home-fallers__table th,
.share-fallers__table th,
.sp-home-directors-deals__table th,
.sp-constituents__table th, .sp-broker-ratings__table th, .sp-directors-deals__table th, .sp-top-trades__table th, .sp-recent-trades__table th, .sp-info-columns__table th, .sp-info-tables__table th, .sp-info-chart__table th, .share-chat__table th, .general-chat__table th, .fx-half__table th, .fx__table th, .homepage-sector-overview__table th, .homepage-most-traded__table th, .homepage-market-overview__movement th, .homepage-market-overview__indices th, .left-quick-picks__table th, .company-lookup__results-table th, .stock-picker__table th, .finance-glossary__results-table th, .right-top-charts__table th, .standard-content__cookie-table th {
  background: #f4f4f4;
}
.premium-services__table th.center, .text-highlighting__table th.center, .alerts__table th.center, .portfolio__table-total th.center, .portfolio__table-advanced th.center, .portfolio__table-basic th.center, .watchlist__table th.center, .private-message__table th.center, .crypto-info-chart__table th.center, .crypto__table th.center, .trusts__table th.center, .trusts__article-content table th.center, .trusts__performers-column table th.center, .nex__table th.center, .level2__trades-table th.center, .level2__ask-table th.center, .level2__bid-table th.center, .level2__order-table th.center, .premium__package-table th.center, .commodities__table th.center, .blogs__article table th.center, .rns__table th.center, .trading-info__table th.center, .trading-comparison__table th.center, .short-positions__table th.center, .sp-live-share-price__table th.center, .financial-diary__calendar th.center, .financial-diary__table th.center, .sp-fundamentals-info__table th.center, .sp-fundamentals__table th.center, .sp-chart__table th.center, .sp-sectors-half__table th.center, .sp-sectors__table th.center, .sp-indices-half__table th.center, .sp-indices__table th.center, .sp-commodities__table th.center, .sp-home-risers__table th.center,
.share-risers__table th.center,
.sp-home-fallers__table th.center,
.share-fallers__table th.center,
.sp-home-directors-deals__table th.center,
.sp-constituents__table th.center, .sp-broker-ratings__table th.center, .sp-directors-deals__table th.center, .sp-top-trades__table th.center, .sp-recent-trades__table th.center, .sp-info-columns__table th.center, .sp-info-tables__table th.center, .sp-info-chart__table th.center, .share-chat__table th.center, .general-chat__table th.center, .fx-half__table th.center, .fx__table th.center, .homepage-sector-overview__table th.center, .homepage-most-traded__table th.center, .homepage-market-overview__movement th.center, .homepage-market-overview__indices th.center, .left-quick-picks__table th.center, .company-lookup__results-table th.center, .stock-picker__table th.center, .finance-glossary__results-table th.center, .right-top-charts__table th.center, .standard-content__cookie-table th.center {
  text-align: center;
}
.premium-services__table th.left, .text-highlighting__table th.left, .alerts__table th.left, .portfolio__table-total th.left, .portfolio__table-advanced th.left, .portfolio__table-basic th.left, .watchlist__table th.left, .private-message__table th.left, .crypto-info-chart__table th.left, .crypto__table th.left, .trusts__table th.left, .trusts__article-content table th.left, .trusts__performers-column table th.left, .nex__table th.left, .level2__trades-table th.left, .level2__ask-table th.left, .level2__bid-table th.left, .level2__order-table th.left, .premium__package-table th.left, .commodities__table th.left, .blogs__article table th.left, .rns__table th.left, .trading-info__table th.left, .trading-comparison__table th.left, .short-positions__table th.left, .sp-live-share-price__table th.left, .financial-diary__calendar th.left, .financial-diary__table th.left, .sp-fundamentals-info__table th.left, .sp-fundamentals__table th.left, .sp-chart__table th.left, .sp-sectors-half__table th.left, .sp-sectors__table th.left, .sp-indices-half__table th.left, .sp-indices__table th.left, .sp-commodities__table th.left, .sp-home-risers__table th.left,
.share-risers__table th.left,
.sp-home-fallers__table th.left,
.share-fallers__table th.left,
.sp-home-directors-deals__table th.left,
.sp-constituents__table th.left, .sp-broker-ratings__table th.left, .sp-directors-deals__table th.left, .sp-top-trades__table th.left, .sp-recent-trades__table th.left, .sp-info-columns__table th.left, .sp-info-tables__table th.left, .sp-info-chart__table th.left, .share-chat__table th.left, .general-chat__table th.left, .fx-half__table th.left, .fx__table th.left, .homepage-sector-overview__table th.left, .homepage-most-traded__table th.left, .homepage-market-overview__movement th.left, .homepage-market-overview__indices th.left, .left-quick-picks__table th.left, .company-lookup__results-table th.left, .stock-picker__table th.left, .finance-glossary__results-table th.left, .right-top-charts__table th.left, .standard-content__cookie-table th.left {
  text-align: left !important;
}
.premium-services__table th.mobile-hide, .text-highlighting__table th.mobile-hide, .alerts__table th.mobile-hide, .portfolio__table-total th.mobile-hide, .portfolio__table-advanced th.mobile-hide, .portfolio__table-basic th.mobile-hide, .watchlist__table th.mobile-hide, .private-message__table th.mobile-hide, .crypto-info-chart__table th.mobile-hide, .crypto__table th.mobile-hide, .trusts__table th.mobile-hide, .trusts__article-content table th.mobile-hide, .trusts__performers-column table th.mobile-hide, .nex__table th.mobile-hide, .level2__trades-table th.mobile-hide, .level2__ask-table th.mobile-hide, .level2__bid-table th.mobile-hide, .level2__order-table th.mobile-hide, .premium__package-table th.mobile-hide, .commodities__table th.mobile-hide, .blogs__article table th.mobile-hide, .rns__table th.mobile-hide, .trading-info__table th.mobile-hide, .trading-comparison__table th.mobile-hide, .short-positions__table th.mobile-hide, .sp-live-share-price__table th.mobile-hide, .financial-diary__calendar th.mobile-hide, .financial-diary__table th.mobile-hide, .sp-fundamentals-info__table th.mobile-hide, .sp-fundamentals__table th.mobile-hide, .sp-chart__table th.mobile-hide, .sp-sectors-half__table th.mobile-hide, .sp-sectors__table th.mobile-hide, .sp-indices-half__table th.mobile-hide, .sp-indices__table th.mobile-hide, .sp-commodities__table th.mobile-hide, .sp-home-risers__table th.mobile-hide,
.share-risers__table th.mobile-hide,
.sp-home-fallers__table th.mobile-hide,
.share-fallers__table th.mobile-hide,
.sp-home-directors-deals__table th.mobile-hide,
.sp-constituents__table th.mobile-hide, .sp-broker-ratings__table th.mobile-hide, .sp-directors-deals__table th.mobile-hide, .sp-top-trades__table th.mobile-hide, .sp-recent-trades__table th.mobile-hide, .sp-info-columns__table th.mobile-hide, .sp-info-tables__table th.mobile-hide, .sp-info-chart__table th.mobile-hide, .share-chat__table th.mobile-hide, .general-chat__table th.mobile-hide, .fx-half__table th.mobile-hide, .fx__table th.mobile-hide, .homepage-sector-overview__table th.mobile-hide, .homepage-most-traded__table th.mobile-hide, .homepage-market-overview__movement th.mobile-hide, .homepage-market-overview__indices th.mobile-hide, .left-quick-picks__table th.mobile-hide, .company-lookup__results-table th.mobile-hide, .stock-picker__table th.mobile-hide, .finance-glossary__results-table th.mobile-hide, .right-top-charts__table th.mobile-hide, .standard-content__cookie-table th.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .premium-services__table th.mobile-hide, .text-highlighting__table th.mobile-hide, .alerts__table th.mobile-hide, .portfolio__table-total th.mobile-hide, .portfolio__table-advanced th.mobile-hide, .portfolio__table-basic th.mobile-hide, .watchlist__table th.mobile-hide, .private-message__table th.mobile-hide, .crypto-info-chart__table th.mobile-hide, .crypto__table th.mobile-hide, .trusts__table th.mobile-hide, .trusts__article-content table th.mobile-hide, .trusts__performers-column table th.mobile-hide, .nex__table th.mobile-hide, .level2__trades-table th.mobile-hide, .level2__ask-table th.mobile-hide, .level2__bid-table th.mobile-hide, .level2__order-table th.mobile-hide, .premium__package-table th.mobile-hide, .commodities__table th.mobile-hide, .blogs__article table th.mobile-hide, .rns__table th.mobile-hide, .trading-info__table th.mobile-hide, .trading-comparison__table th.mobile-hide, .short-positions__table th.mobile-hide, .sp-live-share-price__table th.mobile-hide, .financial-diary__calendar th.mobile-hide, .financial-diary__table th.mobile-hide, .sp-fundamentals-info__table th.mobile-hide, .sp-fundamentals__table th.mobile-hide, .sp-chart__table th.mobile-hide, .sp-sectors-half__table th.mobile-hide, .sp-sectors__table th.mobile-hide, .sp-indices-half__table th.mobile-hide, .sp-indices__table th.mobile-hide, .sp-commodities__table th.mobile-hide, .sp-home-risers__table th.mobile-hide,
.share-risers__table th.mobile-hide,
.sp-home-fallers__table th.mobile-hide,
.share-fallers__table th.mobile-hide,
.sp-home-directors-deals__table th.mobile-hide,
.sp-constituents__table th.mobile-hide, .sp-broker-ratings__table th.mobile-hide, .sp-directors-deals__table th.mobile-hide, .sp-top-trades__table th.mobile-hide, .sp-recent-trades__table th.mobile-hide, .sp-info-columns__table th.mobile-hide, .sp-info-tables__table th.mobile-hide, .sp-info-chart__table th.mobile-hide, .share-chat__table th.mobile-hide, .general-chat__table th.mobile-hide, .fx-half__table th.mobile-hide, .fx__table th.mobile-hide, .homepage-sector-overview__table th.mobile-hide, .homepage-most-traded__table th.mobile-hide, .homepage-market-overview__movement th.mobile-hide, .homepage-market-overview__indices th.mobile-hide, .left-quick-picks__table th.mobile-hide, .company-lookup__results-table th.mobile-hide, .stock-picker__table th.mobile-hide, .finance-glossary__results-table th.mobile-hide, .right-top-charts__table th.mobile-hide, .standard-content__cookie-table th.mobile-hide {
    display: table-cell;
  }
}
.premium-services__table th.width-7, .text-highlighting__table th.width-7, .alerts__table th.width-7, .portfolio__table-total th.width-7, .portfolio__table-advanced th.width-7, .portfolio__table-basic th.width-7, .watchlist__table th.width-7, .private-message__table th.width-7, .crypto-info-chart__table th.width-7, .crypto__table th.width-7, .trusts__table th.width-7, .trusts__article-content table th.width-7, .trusts__performers-column table th.width-7, .nex__table th.width-7, .level2__trades-table th.width-7, .level2__ask-table th.width-7, .level2__bid-table th.width-7, .level2__order-table th.width-7, .premium__package-table th.width-7, .commodities__table th.width-7, .blogs__article table th.width-7, .rns__table th.width-7, .trading-info__table th.width-7, .trading-comparison__table th.width-7, .short-positions__table th.width-7, .sp-live-share-price__table th.width-7, .financial-diary__calendar th.width-7, .financial-diary__table th.width-7, .sp-fundamentals-info__table th.width-7, .sp-fundamentals__table th.width-7, .sp-chart__table th.width-7, .sp-sectors-half__table th.width-7, .sp-sectors__table th.width-7, .sp-indices-half__table th.width-7, .sp-indices__table th.width-7, .sp-commodities__table th.width-7, .sp-home-risers__table th.width-7,
.share-risers__table th.width-7,
.sp-home-fallers__table th.width-7,
.share-fallers__table th.width-7,
.sp-home-directors-deals__table th.width-7,
.sp-constituents__table th.width-7, .sp-broker-ratings__table th.width-7, .sp-directors-deals__table th.width-7, .sp-top-trades__table th.width-7, .sp-recent-trades__table th.width-7, .sp-info-columns__table th.width-7, .sp-info-tables__table th.width-7, .sp-info-chart__table th.width-7, .share-chat__table th.width-7, .general-chat__table th.width-7, .fx-half__table th.width-7, .fx__table th.width-7, .homepage-sector-overview__table th.width-7, .homepage-most-traded__table th.width-7, .homepage-market-overview__movement th.width-7, .homepage-market-overview__indices th.width-7, .left-quick-picks__table th.width-7, .company-lookup__results-table th.width-7, .stock-picker__table th.width-7, .finance-glossary__results-table th.width-7, .right-top-charts__table th.width-7, .standard-content__cookie-table th.width-7 {
  width: 7%;
}
.premium-services__table th.width-10, .text-highlighting__table th.width-10, .alerts__table th.width-10, .portfolio__table-total th.width-10, .portfolio__table-advanced th.width-10, .portfolio__table-basic th.width-10, .watchlist__table th.width-10, .private-message__table th.width-10, .crypto-info-chart__table th.width-10, .crypto__table th.width-10, .trusts__table th.width-10, .trusts__article-content table th.width-10, .trusts__performers-column table th.width-10, .nex__table th.width-10, .level2__trades-table th.width-10, .level2__ask-table th.width-10, .level2__bid-table th.width-10, .level2__order-table th.width-10, .premium__package-table th.width-10, .commodities__table th.width-10, .blogs__article table th.width-10, .rns__table th.width-10, .trading-info__table th.width-10, .trading-comparison__table th.width-10, .short-positions__table th.width-10, .sp-live-share-price__table th.width-10, .financial-diary__calendar th.width-10, .financial-diary__table th.width-10, .sp-fundamentals-info__table th.width-10, .sp-fundamentals__table th.width-10, .sp-chart__table th.width-10, .sp-sectors-half__table th.width-10, .sp-sectors__table th.width-10, .sp-indices-half__table th.width-10, .sp-indices__table th.width-10, .sp-commodities__table th.width-10, .sp-home-risers__table th.width-10,
.share-risers__table th.width-10,
.sp-home-fallers__table th.width-10,
.share-fallers__table th.width-10,
.sp-home-directors-deals__table th.width-10,
.sp-constituents__table th.width-10, .sp-broker-ratings__table th.width-10, .sp-directors-deals__table th.width-10, .sp-top-trades__table th.width-10, .sp-recent-trades__table th.width-10, .sp-info-columns__table th.width-10, .sp-info-tables__table th.width-10, .sp-info-chart__table th.width-10, .share-chat__table th.width-10, .general-chat__table th.width-10, .fx-half__table th.width-10, .fx__table th.width-10, .homepage-sector-overview__table th.width-10, .homepage-most-traded__table th.width-10, .homepage-market-overview__movement th.width-10, .homepage-market-overview__indices th.width-10, .left-quick-picks__table th.width-10, .company-lookup__results-table th.width-10, .stock-picker__table th.width-10, .finance-glossary__results-table th.width-10, .right-top-charts__table th.width-10, .standard-content__cookie-table th.width-10 {
  width: 10%;
}
.premium-services__table th.width-15, .text-highlighting__table th.width-15, .alerts__table th.width-15, .portfolio__table-total th.width-15, .portfolio__table-advanced th.width-15, .portfolio__table-basic th.width-15, .watchlist__table th.width-15, .private-message__table th.width-15, .crypto-info-chart__table th.width-15, .crypto__table th.width-15, .trusts__table th.width-15, .trusts__article-content table th.width-15, .trusts__performers-column table th.width-15, .nex__table th.width-15, .level2__trades-table th.width-15, .level2__ask-table th.width-15, .level2__bid-table th.width-15, .level2__order-table th.width-15, .premium__package-table th.width-15, .commodities__table th.width-15, .blogs__article table th.width-15, .rns__table th.width-15, .trading-info__table th.width-15, .trading-comparison__table th.width-15, .short-positions__table th.width-15, .sp-live-share-price__table th.width-15, .financial-diary__calendar th.width-15, .financial-diary__table th.width-15, .sp-fundamentals-info__table th.width-15, .sp-fundamentals__table th.width-15, .sp-chart__table th.width-15, .sp-sectors-half__table th.width-15, .sp-sectors__table th.width-15, .sp-indices-half__table th.width-15, .sp-indices__table th.width-15, .sp-commodities__table th.width-15, .sp-home-risers__table th.width-15,
.share-risers__table th.width-15,
.sp-home-fallers__table th.width-15,
.share-fallers__table th.width-15,
.sp-home-directors-deals__table th.width-15,
.sp-constituents__table th.width-15, .sp-broker-ratings__table th.width-15, .sp-directors-deals__table th.width-15, .sp-top-trades__table th.width-15, .sp-recent-trades__table th.width-15, .sp-info-columns__table th.width-15, .sp-info-tables__table th.width-15, .sp-info-chart__table th.width-15, .share-chat__table th.width-15, .general-chat__table th.width-15, .fx-half__table th.width-15, .fx__table th.width-15, .homepage-sector-overview__table th.width-15, .homepage-most-traded__table th.width-15, .homepage-market-overview__movement th.width-15, .homepage-market-overview__indices th.width-15, .left-quick-picks__table th.width-15, .company-lookup__results-table th.width-15, .stock-picker__table th.width-15, .finance-glossary__results-table th.width-15, .right-top-charts__table th.width-15, .standard-content__cookie-table th.width-15 {
  width: 15%;
}
.premium-services__table th.width-20, .text-highlighting__table th.width-20, .alerts__table th.width-20, .portfolio__table-total th.width-20, .portfolio__table-advanced th.width-20, .portfolio__table-basic th.width-20, .watchlist__table th.width-20, .private-message__table th.width-20, .crypto-info-chart__table th.width-20, .crypto__table th.width-20, .trusts__table th.width-20, .trusts__article-content table th.width-20, .trusts__performers-column table th.width-20, .nex__table th.width-20, .level2__trades-table th.width-20, .level2__ask-table th.width-20, .level2__bid-table th.width-20, .level2__order-table th.width-20, .premium__package-table th.width-20, .commodities__table th.width-20, .blogs__article table th.width-20, .rns__table th.width-20, .trading-info__table th.width-20, .trading-comparison__table th.width-20, .short-positions__table th.width-20, .sp-live-share-price__table th.width-20, .financial-diary__calendar th.width-20, .financial-diary__table th.width-20, .sp-fundamentals-info__table th.width-20, .sp-fundamentals__table th.width-20, .sp-chart__table th.width-20, .sp-sectors-half__table th.width-20, .sp-sectors__table th.width-20, .sp-indices-half__table th.width-20, .sp-indices__table th.width-20, .sp-commodities__table th.width-20, .sp-home-risers__table th.width-20,
.share-risers__table th.width-20,
.sp-home-fallers__table th.width-20,
.share-fallers__table th.width-20,
.sp-home-directors-deals__table th.width-20,
.sp-constituents__table th.width-20, .sp-broker-ratings__table th.width-20, .sp-directors-deals__table th.width-20, .sp-top-trades__table th.width-20, .sp-recent-trades__table th.width-20, .sp-info-columns__table th.width-20, .sp-info-tables__table th.width-20, .sp-info-chart__table th.width-20, .share-chat__table th.width-20, .general-chat__table th.width-20, .fx-half__table th.width-20, .fx__table th.width-20, .homepage-sector-overview__table th.width-20, .homepage-most-traded__table th.width-20, .homepage-market-overview__movement th.width-20, .homepage-market-overview__indices th.width-20, .left-quick-picks__table th.width-20, .company-lookup__results-table th.width-20, .stock-picker__table th.width-20, .finance-glossary__results-table th.width-20, .right-top-charts__table th.width-20, .standard-content__cookie-table th.width-20 {
  width: 20%;
}
.premium-services__table th.width-40, .text-highlighting__table th.width-40, .alerts__table th.width-40, .portfolio__table-total th.width-40, .portfolio__table-advanced th.width-40, .portfolio__table-basic th.width-40, .watchlist__table th.width-40, .private-message__table th.width-40, .crypto-info-chart__table th.width-40, .crypto__table th.width-40, .trusts__table th.width-40, .trusts__article-content table th.width-40, .trusts__performers-column table th.width-40, .nex__table th.width-40, .level2__trades-table th.width-40, .level2__ask-table th.width-40, .level2__bid-table th.width-40, .level2__order-table th.width-40, .premium__package-table th.width-40, .commodities__table th.width-40, .blogs__article table th.width-40, .rns__table th.width-40, .trading-info__table th.width-40, .trading-comparison__table th.width-40, .short-positions__table th.width-40, .sp-live-share-price__table th.width-40, .financial-diary__calendar th.width-40, .financial-diary__table th.width-40, .sp-fundamentals-info__table th.width-40, .sp-fundamentals__table th.width-40, .sp-chart__table th.width-40, .sp-sectors-half__table th.width-40, .sp-sectors__table th.width-40, .sp-indices-half__table th.width-40, .sp-indices__table th.width-40, .sp-commodities__table th.width-40, .sp-home-risers__table th.width-40,
.share-risers__table th.width-40,
.sp-home-fallers__table th.width-40,
.share-fallers__table th.width-40,
.sp-home-directors-deals__table th.width-40,
.sp-constituents__table th.width-40, .sp-broker-ratings__table th.width-40, .sp-directors-deals__table th.width-40, .sp-top-trades__table th.width-40, .sp-recent-trades__table th.width-40, .sp-info-columns__table th.width-40, .sp-info-tables__table th.width-40, .sp-info-chart__table th.width-40, .share-chat__table th.width-40, .general-chat__table th.width-40, .fx-half__table th.width-40, .fx__table th.width-40, .homepage-sector-overview__table th.width-40, .homepage-most-traded__table th.width-40, .homepage-market-overview__movement th.width-40, .homepage-market-overview__indices th.width-40, .left-quick-picks__table th.width-40, .company-lookup__results-table th.width-40, .stock-picker__table th.width-40, .finance-glossary__results-table th.width-40, .right-top-charts__table th.width-40, .standard-content__cookie-table th.width-40 {
  width: 40%;
}
.premium-services__table td .overflow-text, .text-highlighting__table td .overflow-text, .alerts__table td .overflow-text, .portfolio__table-total td .overflow-text, .portfolio__table-advanced td .overflow-text, .portfolio__table-basic td .overflow-text, .watchlist__table td .overflow-text, .private-message__table td .overflow-text, .crypto-info-chart__table td .overflow-text, .crypto__table td .overflow-text, .trusts__table td .overflow-text, .trusts__article-content table td .overflow-text, .trusts__performers-column table td .overflow-text, .nex__table td .overflow-text, .level2__trades-table td .overflow-text, .level2__ask-table td .overflow-text, .level2__bid-table td .overflow-text, .level2__order-table td .overflow-text, .premium__package-table td .overflow-text, .commodities__table td .overflow-text, .blogs__article table td .overflow-text, .rns__table td .overflow-text, .trading-info__table td .overflow-text, .trading-comparison__table td .overflow-text, .short-positions__table td .overflow-text, .sp-live-share-price__table td .overflow-text, .financial-diary__calendar td .overflow-text, .financial-diary__table td .overflow-text, .sp-fundamentals-info__table td .overflow-text, .sp-fundamentals__table td .overflow-text, .sp-chart__table td .overflow-text, .sp-sectors-half__table td .overflow-text, .sp-sectors__table td .overflow-text, .sp-indices-half__table td .overflow-text, .sp-indices__table td .overflow-text, .sp-commodities__table td .overflow-text, .sp-home-risers__table td .overflow-text,
.share-risers__table td .overflow-text,
.sp-home-fallers__table td .overflow-text,
.share-fallers__table td .overflow-text,
.sp-home-directors-deals__table td .overflow-text,
.sp-constituents__table td .overflow-text, .sp-broker-ratings__table td .overflow-text, .sp-directors-deals__table td .overflow-text, .sp-top-trades__table td .overflow-text, .sp-recent-trades__table td .overflow-text, .sp-info-columns__table td .overflow-text, .sp-info-tables__table td .overflow-text, .sp-info-chart__table td .overflow-text, .share-chat__table td .overflow-text, .general-chat__table td .overflow-text, .fx-half__table td .overflow-text, .fx__table td .overflow-text, .homepage-sector-overview__table td .overflow-text, .homepage-most-traded__table td .overflow-text, .homepage-market-overview__movement td .overflow-text, .homepage-market-overview__indices td .overflow-text, .left-quick-picks__table td .overflow-text, .company-lookup__results-table td .overflow-text, .stock-picker__table td .overflow-text, .finance-glossary__results-table td .overflow-text, .right-top-charts__table td .overflow-text, .standard-content__cookie-table td .overflow-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.premium-services__table td .overflow-text.w70, .text-highlighting__table td .overflow-text.w70, .alerts__table td .overflow-text.w70, .portfolio__table-total td .overflow-text.w70, .portfolio__table-advanced td .overflow-text.w70, .portfolio__table-basic td .overflow-text.w70, .watchlist__table td .overflow-text.w70, .private-message__table td .overflow-text.w70, .crypto-info-chart__table td .overflow-text.w70, .crypto__table td .overflow-text.w70, .trusts__table td .overflow-text.w70, .trusts__article-content table td .overflow-text.w70, .trusts__performers-column table td .overflow-text.w70, .nex__table td .overflow-text.w70, .level2__trades-table td .overflow-text.w70, .level2__ask-table td .overflow-text.w70, .level2__bid-table td .overflow-text.w70, .level2__order-table td .overflow-text.w70, .premium__package-table td .overflow-text.w70, .commodities__table td .overflow-text.w70, .blogs__article table td .overflow-text.w70, .rns__table td .overflow-text.w70, .trading-info__table td .overflow-text.w70, .trading-comparison__table td .overflow-text.w70, .short-positions__table td .overflow-text.w70, .sp-live-share-price__table td .overflow-text.w70, .financial-diary__calendar td .overflow-text.w70, .financial-diary__table td .overflow-text.w70, .sp-fundamentals-info__table td .overflow-text.w70, .sp-fundamentals__table td .overflow-text.w70, .sp-chart__table td .overflow-text.w70, .sp-sectors-half__table td .overflow-text.w70, .sp-sectors__table td .overflow-text.w70, .sp-indices-half__table td .overflow-text.w70, .sp-indices__table td .overflow-text.w70, .sp-commodities__table td .overflow-text.w70, .sp-home-risers__table td .overflow-text.w70,
.share-risers__table td .overflow-text.w70,
.sp-home-fallers__table td .overflow-text.w70,
.share-fallers__table td .overflow-text.w70,
.sp-home-directors-deals__table td .overflow-text.w70,
.sp-constituents__table td .overflow-text.w70, .sp-broker-ratings__table td .overflow-text.w70, .sp-directors-deals__table td .overflow-text.w70, .sp-top-trades__table td .overflow-text.w70, .sp-recent-trades__table td .overflow-text.w70, .sp-info-columns__table td .overflow-text.w70, .sp-info-tables__table td .overflow-text.w70, .sp-info-chart__table td .overflow-text.w70, .share-chat__table td .overflow-text.w70, .general-chat__table td .overflow-text.w70, .fx-half__table td .overflow-text.w70, .fx__table td .overflow-text.w70, .homepage-sector-overview__table td .overflow-text.w70, .homepage-most-traded__table td .overflow-text.w70, .homepage-market-overview__movement td .overflow-text.w70, .homepage-market-overview__indices td .overflow-text.w70, .left-quick-picks__table td .overflow-text.w70, .company-lookup__results-table td .overflow-text.w70, .stock-picker__table td .overflow-text.w70, .finance-glossary__results-table td .overflow-text.w70, .right-top-charts__table td .overflow-text.w70, .standard-content__cookie-table td .overflow-text.w70 {
  width: 70px;
}
.premium-services__table td .broker-buy, .text-highlighting__table td .broker-buy, .alerts__table td .broker-buy, .portfolio__table-total td .broker-buy, .portfolio__table-advanced td .broker-buy, .portfolio__table-basic td .broker-buy, .watchlist__table td .broker-buy, .private-message__table td .broker-buy, .crypto-info-chart__table td .broker-buy, .crypto__table td .broker-buy, .trusts__table td .broker-buy, .trusts__article-content table td .broker-buy, .trusts__performers-column table td .broker-buy, .nex__table td .broker-buy, .level2__trades-table td .broker-buy, .level2__ask-table td .broker-buy, .level2__bid-table td .broker-buy, .level2__order-table td .broker-buy, .premium__package-table td .broker-buy, .commodities__table td .broker-buy, .blogs__article table td .broker-buy, .rns__table td .broker-buy, .trading-info__table td .broker-buy, .trading-comparison__table td .broker-buy, .short-positions__table td .broker-buy, .sp-live-share-price__table td .broker-buy, .financial-diary__calendar td .broker-buy, .financial-diary__table td .broker-buy, .sp-fundamentals-info__table td .broker-buy, .sp-fundamentals__table td .broker-buy, .sp-chart__table td .broker-buy, .sp-sectors-half__table td .broker-buy, .sp-sectors__table td .broker-buy, .sp-indices-half__table td .broker-buy, .sp-indices__table td .broker-buy, .sp-commodities__table td .broker-buy, .sp-home-risers__table td .broker-buy,
.share-risers__table td .broker-buy,
.sp-home-fallers__table td .broker-buy,
.share-fallers__table td .broker-buy,
.sp-home-directors-deals__table td .broker-buy,
.sp-constituents__table td .broker-buy, .sp-broker-ratings__table td .broker-buy, .sp-directors-deals__table td .broker-buy, .sp-top-trades__table td .broker-buy, .sp-recent-trades__table td .broker-buy, .sp-info-columns__table td .broker-buy, .sp-info-tables__table td .broker-buy, .sp-info-chart__table td .broker-buy, .share-chat__table td .broker-buy, .general-chat__table td .broker-buy, .fx-half__table td .broker-buy, .fx__table td .broker-buy, .homepage-sector-overview__table td .broker-buy, .homepage-most-traded__table td .broker-buy, .homepage-market-overview__movement td .broker-buy, .homepage-market-overview__indices td .broker-buy, .left-quick-picks__table td .broker-buy, .company-lookup__results-table td .broker-buy, .stock-picker__table td .broker-buy, .finance-glossary__results-table td .broker-buy, .right-top-charts__table td .broker-buy, .standard-content__cookie-table td .broker-buy {
  display: inline-block;
  padding: 1px 7px;
  border: 1px solid #0084be;
  color: #0084be;
}
.premium-services__table td .broker-sell, .text-highlighting__table td .broker-sell, .alerts__table td .broker-sell, .portfolio__table-total td .broker-sell, .portfolio__table-advanced td .broker-sell, .portfolio__table-basic td .broker-sell, .watchlist__table td .broker-sell, .private-message__table td .broker-sell, .crypto-info-chart__table td .broker-sell, .crypto__table td .broker-sell, .trusts__table td .broker-sell, .trusts__article-content table td .broker-sell, .trusts__performers-column table td .broker-sell, .nex__table td .broker-sell, .level2__trades-table td .broker-sell, .level2__ask-table td .broker-sell, .level2__bid-table td .broker-sell, .level2__order-table td .broker-sell, .premium__package-table td .broker-sell, .commodities__table td .broker-sell, .blogs__article table td .broker-sell, .rns__table td .broker-sell, .trading-info__table td .broker-sell, .trading-comparison__table td .broker-sell, .short-positions__table td .broker-sell, .sp-live-share-price__table td .broker-sell, .financial-diary__calendar td .broker-sell, .financial-diary__table td .broker-sell, .sp-fundamentals-info__table td .broker-sell, .sp-fundamentals__table td .broker-sell, .sp-chart__table td .broker-sell, .sp-sectors-half__table td .broker-sell, .sp-sectors__table td .broker-sell, .sp-indices-half__table td .broker-sell, .sp-indices__table td .broker-sell, .sp-commodities__table td .broker-sell, .sp-home-risers__table td .broker-sell,
.share-risers__table td .broker-sell,
.sp-home-fallers__table td .broker-sell,
.share-fallers__table td .broker-sell,
.sp-home-directors-deals__table td .broker-sell,
.sp-constituents__table td .broker-sell, .sp-broker-ratings__table td .broker-sell, .sp-directors-deals__table td .broker-sell, .sp-top-trades__table td .broker-sell, .sp-recent-trades__table td .broker-sell, .sp-info-columns__table td .broker-sell, .sp-info-tables__table td .broker-sell, .sp-info-chart__table td .broker-sell, .share-chat__table td .broker-sell, .general-chat__table td .broker-sell, .fx-half__table td .broker-sell, .fx__table td .broker-sell, .homepage-sector-overview__table td .broker-sell, .homepage-most-traded__table td .broker-sell, .homepage-market-overview__movement td .broker-sell, .homepage-market-overview__indices td .broker-sell, .left-quick-picks__table td .broker-sell, .company-lookup__results-table td .broker-sell, .stock-picker__table td .broker-sell, .finance-glossary__results-table td .broker-sell, .right-top-charts__table td .broker-sell, .standard-content__cookie-table td .broker-sell {
  display: inline-block;
  padding: 1px 7px;
  border: 1px solid #990000;
  color: #990000;
}
.premium-services__table td.bare, .text-highlighting__table td.bare, .alerts__table td.bare, .portfolio__table-total td.bare, .portfolio__table-advanced td.bare, .portfolio__table-basic td.bare, .watchlist__table td.bare, .private-message__table td.bare, .crypto-info-chart__table td.bare, .crypto__table td.bare, .trusts__table td.bare, .trusts__article-content table td.bare, .trusts__performers-column table td.bare, .nex__table td.bare, .level2__trades-table td.bare, .level2__ask-table td.bare, .level2__bid-table td.bare, .level2__order-table td.bare, .premium__package-table td.bare, .commodities__table td.bare, .blogs__article table td.bare, .rns__table td.bare, .trading-info__table td.bare, .trading-comparison__table td.bare, .short-positions__table td.bare, .sp-live-share-price__table td.bare, .financial-diary__calendar td.bare, .financial-diary__table td.bare, .sp-fundamentals-info__table td.bare, .sp-fundamentals__table td.bare, .sp-chart__table td.bare, .sp-sectors-half__table td.bare, .sp-sectors__table td.bare, .sp-indices-half__table td.bare, .sp-indices__table td.bare, .sp-commodities__table td.bare, .sp-home-risers__table td.bare,
.share-risers__table td.bare,
.sp-home-fallers__table td.bare,
.share-fallers__table td.bare,
.sp-home-directors-deals__table td.bare,
.sp-constituents__table td.bare, .sp-broker-ratings__table td.bare, .sp-directors-deals__table td.bare, .sp-top-trades__table td.bare, .sp-recent-trades__table td.bare, .sp-info-columns__table td.bare, .sp-info-tables__table td.bare, .sp-info-chart__table td.bare, .share-chat__table td.bare, .general-chat__table td.bare, .fx-half__table td.bare, .fx__table td.bare, .homepage-sector-overview__table td.bare, .homepage-most-traded__table td.bare, .homepage-market-overview__movement td.bare, .homepage-market-overview__indices td.bare, .left-quick-picks__table td.bare, .company-lookup__results-table td.bare, .stock-picker__table td.bare, .finance-glossary__results-table td.bare, .right-top-charts__table td.bare, .standard-content__cookie-table td.bare {
  border: none;
  background: #ffffff;
}
.premium-services__table td.border-top, .text-highlighting__table td.border-top, .alerts__table td.border-top, .portfolio__table-total td.border-top, .portfolio__table-advanced td.border-top, .portfolio__table-basic td.border-top, .watchlist__table td.border-top, .private-message__table td.border-top, .crypto-info-chart__table td.border-top, .crypto__table td.border-top, .trusts__table td.border-top, .trusts__article-content table td.border-top, .trusts__performers-column table td.border-top, .nex__table td.border-top, .level2__trades-table td.border-top, .level2__ask-table td.border-top, .level2__bid-table td.border-top, .level2__order-table td.border-top, .premium__package-table td.border-top, .commodities__table td.border-top, .blogs__article table td.border-top, .rns__table td.border-top, .trading-info__table td.border-top, .trading-comparison__table td.border-top, .short-positions__table td.border-top, .sp-live-share-price__table td.border-top, .financial-diary__calendar td.border-top, .financial-diary__table td.border-top, .sp-fundamentals-info__table td.border-top, .sp-fundamentals__table td.border-top, .sp-chart__table td.border-top, .sp-sectors-half__table td.border-top, .sp-sectors__table td.border-top, .sp-indices-half__table td.border-top, .sp-indices__table td.border-top, .sp-commodities__table td.border-top, .sp-home-risers__table td.border-top,
.share-risers__table td.border-top,
.sp-home-fallers__table td.border-top,
.share-fallers__table td.border-top,
.sp-home-directors-deals__table td.border-top,
.sp-constituents__table td.border-top, .sp-broker-ratings__table td.border-top, .sp-directors-deals__table td.border-top, .sp-top-trades__table td.border-top, .sp-recent-trades__table td.border-top, .sp-info-columns__table td.border-top, .sp-info-tables__table td.border-top, .sp-info-chart__table td.border-top, .share-chat__table td.border-top, .general-chat__table td.border-top, .fx-half__table td.border-top, .fx__table td.border-top, .homepage-sector-overview__table td.border-top, .homepage-most-traded__table td.border-top, .homepage-market-overview__movement td.border-top, .homepage-market-overview__indices td.border-top, .left-quick-picks__table td.border-top, .company-lookup__results-table td.border-top, .stock-picker__table td.border-top, .finance-glossary__results-table td.border-top, .right-top-charts__table td.border-top, .standard-content__cookie-table td.border-top {
  border-top: 1px solid #d1d3d4;
}
.premium-services__table td i.icon, .text-highlighting__table td i.icon, .alerts__table td i.icon, .portfolio__table-total td i.icon, .portfolio__table-advanced td i.icon, .portfolio__table-basic td i.icon, .watchlist__table td i.icon, .private-message__table td i.icon, .crypto-info-chart__table td i.icon, .crypto__table td i.icon, .trusts__table td i.icon, .trusts__article-content table td i.icon, .trusts__performers-column table td i.icon, .nex__table td i.icon, .level2__trades-table td i.icon, .level2__ask-table td i.icon, .level2__bid-table td i.icon, .level2__order-table td i.icon, .premium__package-table td i.icon, .commodities__table td i.icon, .blogs__article table td i.icon, .rns__table td i.icon, .trading-info__table td i.icon, .trading-comparison__table td i.icon, .short-positions__table td i.icon, .sp-live-share-price__table td i.icon, .financial-diary__calendar td i.icon, .financial-diary__table td i.icon, .sp-fundamentals-info__table td i.icon, .sp-fundamentals__table td i.icon, .sp-chart__table td i.icon, .sp-sectors-half__table td i.icon, .sp-sectors__table td i.icon, .sp-indices-half__table td i.icon, .sp-indices__table td i.icon, .sp-commodities__table td i.icon, .sp-home-risers__table td i.icon,
.share-risers__table td i.icon,
.sp-home-fallers__table td i.icon,
.share-fallers__table td i.icon,
.sp-home-directors-deals__table td i.icon,
.sp-constituents__table td i.icon, .sp-broker-ratings__table td i.icon, .sp-directors-deals__table td i.icon, .sp-top-trades__table td i.icon, .sp-recent-trades__table td i.icon, .sp-info-columns__table td i.icon, .sp-info-tables__table td i.icon, .sp-info-chart__table td i.icon, .share-chat__table td i.icon, .general-chat__table td i.icon, .fx-half__table td i.icon, .fx__table td i.icon, .homepage-sector-overview__table td i.icon, .homepage-most-traded__table td i.icon, .homepage-market-overview__movement td i.icon, .homepage-market-overview__indices td i.icon, .left-quick-picks__table td i.icon, .company-lookup__results-table td i.icon, .stock-picker__table td i.icon, .finance-glossary__results-table td i.icon, .right-top-charts__table td i.icon, .standard-content__cookie-table td i.icon {
  margin-right: 2px;
}
.premium-services__table td i.fa-info-circle:hover + .popup:not(:empty), .text-highlighting__table td i.fa-info-circle:hover + .popup:not(:empty), .alerts__table td i.fa-info-circle:hover + .popup:not(:empty), .portfolio__table-total td i.fa-info-circle:hover + .popup:not(:empty), .portfolio__table-advanced td i.fa-info-circle:hover + .popup:not(:empty), .portfolio__table-basic td i.fa-info-circle:hover + .popup:not(:empty), .watchlist__table td i.fa-info-circle:hover + .popup:not(:empty), .private-message__table td i.fa-info-circle:hover + .popup:not(:empty), .crypto-info-chart__table td i.fa-info-circle:hover + .popup:not(:empty), .crypto__table td i.fa-info-circle:hover + .popup:not(:empty), .trusts__table td i.fa-info-circle:hover + .popup:not(:empty), .trusts__article-content table td i.fa-info-circle:hover + .popup:not(:empty), .trusts__performers-column table td i.fa-info-circle:hover + .popup:not(:empty), .nex__table td i.fa-info-circle:hover + .popup:not(:empty), .level2__trades-table td i.fa-info-circle:hover + .popup:not(:empty), .level2__ask-table td i.fa-info-circle:hover + .popup:not(:empty), .level2__bid-table td i.fa-info-circle:hover + .popup:not(:empty), .level2__order-table td i.fa-info-circle:hover + .popup:not(:empty), .premium__package-table td i.fa-info-circle:hover + .popup:not(:empty), .commodities__table td i.fa-info-circle:hover + .popup:not(:empty), .blogs__article table td i.fa-info-circle:hover + .popup:not(:empty), .rns__table td i.fa-info-circle:hover + .popup:not(:empty), .trading-info__table td i.fa-info-circle:hover + .popup:not(:empty), .trading-comparison__table td i.fa-info-circle:hover + .popup:not(:empty), .short-positions__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-live-share-price__table td i.fa-info-circle:hover + .popup:not(:empty), .financial-diary__calendar td i.fa-info-circle:hover + .popup:not(:empty), .financial-diary__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-fundamentals-info__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-fundamentals__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-chart__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-sectors-half__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-sectors__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-indices-half__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-indices__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-commodities__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-home-risers__table td i.fa-info-circle:hover + .popup:not(:empty),
.share-risers__table td i.fa-info-circle:hover + .popup:not(:empty),
.sp-home-fallers__table td i.fa-info-circle:hover + .popup:not(:empty),
.share-fallers__table td i.fa-info-circle:hover + .popup:not(:empty),
.sp-home-directors-deals__table td i.fa-info-circle:hover + .popup:not(:empty),
.sp-constituents__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-broker-ratings__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-directors-deals__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-top-trades__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-recent-trades__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-info-columns__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-info-tables__table td i.fa-info-circle:hover + .popup:not(:empty), .sp-info-chart__table td i.fa-info-circle:hover + .popup:not(:empty), .share-chat__table td i.fa-info-circle:hover + .popup:not(:empty), .general-chat__table td i.fa-info-circle:hover + .popup:not(:empty), .fx-half__table td i.fa-info-circle:hover + .popup:not(:empty), .fx__table td i.fa-info-circle:hover + .popup:not(:empty), .homepage-sector-overview__table td i.fa-info-circle:hover + .popup:not(:empty), .homepage-most-traded__table td i.fa-info-circle:hover + .popup:not(:empty), .homepage-market-overview__movement td i.fa-info-circle:hover + .popup:not(:empty), .homepage-market-overview__indices td i.fa-info-circle:hover + .popup:not(:empty), .left-quick-picks__table td i.fa-info-circle:hover + .popup:not(:empty), .company-lookup__results-table td i.fa-info-circle:hover + .popup:not(:empty), .stock-picker__table td i.fa-info-circle:hover + .popup:not(:empty), .finance-glossary__results-table td i.fa-info-circle:hover + .popup:not(:empty), .right-top-charts__table td i.fa-info-circle:hover + .popup:not(:empty), .standard-content__cookie-table td i.fa-info-circle:hover + .popup:not(:empty) {
  display: block;
}
.premium-services__table td span.info, .text-highlighting__table td span.info, .alerts__table td span.info, .portfolio__table-total td span.info, .portfolio__table-advanced td span.info, .portfolio__table-basic td span.info, .watchlist__table td span.info, .private-message__table td span.info, .crypto-info-chart__table td span.info, .crypto__table td span.info, .trusts__table td span.info, .trusts__article-content table td span.info, .trusts__performers-column table td span.info, .nex__table td span.info, .level2__trades-table td span.info, .level2__ask-table td span.info, .level2__bid-table td span.info, .level2__order-table td span.info, .premium__package-table td span.info, .commodities__table td span.info, .blogs__article table td span.info, .rns__table td span.info, .trading-info__table td span.info, .trading-comparison__table td span.info, .short-positions__table td span.info, .sp-live-share-price__table td span.info, .financial-diary__calendar td span.info, .financial-diary__table td span.info, .sp-fundamentals-info__table td span.info, .sp-fundamentals__table td span.info, .sp-chart__table td span.info, .sp-sectors-half__table td span.info, .sp-sectors__table td span.info, .sp-indices-half__table td span.info, .sp-indices__table td span.info, .sp-commodities__table td span.info, .sp-home-risers__table td span.info,
.share-risers__table td span.info,
.sp-home-fallers__table td span.info,
.share-fallers__table td span.info,
.sp-home-directors-deals__table td span.info,
.sp-constituents__table td span.info, .sp-broker-ratings__table td span.info, .sp-directors-deals__table td span.info, .sp-top-trades__table td span.info, .sp-recent-trades__table td span.info, .sp-info-columns__table td span.info, .sp-info-tables__table td span.info, .sp-info-chart__table td span.info, .share-chat__table td span.info, .general-chat__table td span.info, .fx-half__table td span.info, .fx__table td span.info, .homepage-sector-overview__table td span.info, .homepage-most-traded__table td span.info, .homepage-market-overview__movement td span.info, .homepage-market-overview__indices td span.info, .left-quick-picks__table td span.info, .company-lookup__results-table td span.info, .stock-picker__table td span.info, .finance-glossary__results-table td span.info, .right-top-charts__table td span.info, .standard-content__cookie-table td span.info {
  position: relative;
}
.premium-services__table td span.popup, .text-highlighting__table td span.popup, .alerts__table td span.popup, .portfolio__table-total td span.popup, .portfolio__table-advanced td span.popup, .portfolio__table-basic td span.popup, .watchlist__table td span.popup, .private-message__table td span.popup, .crypto-info-chart__table td span.popup, .crypto__table td span.popup, .trusts__table td span.popup, .trusts__article-content table td span.popup, .trusts__performers-column table td span.popup, .nex__table td span.popup, .level2__trades-table td span.popup, .level2__ask-table td span.popup, .level2__bid-table td span.popup, .level2__order-table td span.popup, .premium__package-table td span.popup, .commodities__table td span.popup, .blogs__article table td span.popup, .rns__table td span.popup, .trading-info__table td span.popup, .trading-comparison__table td span.popup, .short-positions__table td span.popup, .sp-live-share-price__table td span.popup, .financial-diary__calendar td span.popup, .financial-diary__table td span.popup, .sp-fundamentals-info__table td span.popup, .sp-fundamentals__table td span.popup, .sp-chart__table td span.popup, .sp-sectors-half__table td span.popup, .sp-sectors__table td span.popup, .sp-indices-half__table td span.popup, .sp-indices__table td span.popup, .sp-commodities__table td span.popup, .sp-home-risers__table td span.popup,
.share-risers__table td span.popup,
.sp-home-fallers__table td span.popup,
.share-fallers__table td span.popup,
.sp-home-directors-deals__table td span.popup,
.sp-constituents__table td span.popup, .sp-broker-ratings__table td span.popup, .sp-directors-deals__table td span.popup, .sp-top-trades__table td span.popup, .sp-recent-trades__table td span.popup, .sp-info-columns__table td span.popup, .sp-info-tables__table td span.popup, .sp-info-chart__table td span.popup, .share-chat__table td span.popup, .general-chat__table td span.popup, .fx-half__table td span.popup, .fx__table td span.popup, .homepage-sector-overview__table td span.popup, .homepage-most-traded__table td span.popup, .homepage-market-overview__movement td span.popup, .homepage-market-overview__indices td span.popup, .left-quick-picks__table td span.popup, .company-lookup__results-table td span.popup, .stock-picker__table td span.popup, .finance-glossary__results-table td span.popup, .right-top-charts__table td span.popup, .standard-content__cookie-table td span.popup {
  display: none;
  position: absolute;
  top: -8px;
  right: 14px;
  background: #ffffff;
  border: 1px solid #d1d3d4;
  padding: 6px 10px;
  box-shadow: 0px 0px 10px #9ca1a3;
}
.premium-services__table td .qp-image, .text-highlighting__table td .qp-image, .alerts__table td .qp-image, .portfolio__table-total td .qp-image, .portfolio__table-advanced td .qp-image, .portfolio__table-basic td .qp-image, .watchlist__table td .qp-image, .private-message__table td .qp-image, .crypto-info-chart__table td .qp-image, .crypto__table td .qp-image, .trusts__table td .qp-image, .trusts__article-content table td .qp-image, .trusts__performers-column table td .qp-image, .nex__table td .qp-image, .level2__trades-table td .qp-image, .level2__ask-table td .qp-image, .level2__bid-table td .qp-image, .level2__order-table td .qp-image, .premium__package-table td .qp-image, .commodities__table td .qp-image, .blogs__article table td .qp-image, .rns__table td .qp-image, .trading-info__table td .qp-image, .trading-comparison__table td .qp-image, .short-positions__table td .qp-image, .sp-live-share-price__table td .qp-image, .financial-diary__calendar td .qp-image, .financial-diary__table td .qp-image, .sp-fundamentals-info__table td .qp-image, .sp-fundamentals__table td .qp-image, .sp-chart__table td .qp-image, .sp-sectors-half__table td .qp-image, .sp-sectors__table td .qp-image, .sp-indices-half__table td .qp-image, .sp-indices__table td .qp-image, .sp-commodities__table td .qp-image, .sp-home-risers__table td .qp-image,
.share-risers__table td .qp-image,
.sp-home-fallers__table td .qp-image,
.share-fallers__table td .qp-image,
.sp-home-directors-deals__table td .qp-image,
.sp-constituents__table td .qp-image, .sp-broker-ratings__table td .qp-image, .sp-directors-deals__table td .qp-image, .sp-top-trades__table td .qp-image, .sp-recent-trades__table td .qp-image, .sp-info-columns__table td .qp-image, .sp-info-tables__table td .qp-image, .sp-info-chart__table td .qp-image, .share-chat__table td .qp-image, .general-chat__table td .qp-image, .fx-half__table td .qp-image, .fx__table td .qp-image, .homepage-sector-overview__table td .qp-image, .homepage-most-traded__table td .qp-image, .homepage-market-overview__movement td .qp-image, .homepage-market-overview__indices td .qp-image, .left-quick-picks__table td .qp-image, .company-lookup__results-table td .qp-image, .stock-picker__table td .qp-image, .finance-glossary__results-table td .qp-image, .right-top-charts__table td .qp-image, .standard-content__cookie-table td .qp-image {
  width: 16px;
  margin-right: 6px;
}
.premium-services__table td.no-data, .text-highlighting__table td.no-data, .alerts__table td.no-data, .portfolio__table-total td.no-data, .portfolio__table-advanced td.no-data, .portfolio__table-basic td.no-data, .watchlist__table td.no-data, .private-message__table td.no-data, .crypto-info-chart__table td.no-data, .crypto__table td.no-data, .trusts__table td.no-data, .trusts__article-content table td.no-data, .trusts__performers-column table td.no-data, .nex__table td.no-data, .level2__trades-table td.no-data, .level2__ask-table td.no-data, .level2__bid-table td.no-data, .level2__order-table td.no-data, .premium__package-table td.no-data, .commodities__table td.no-data, .blogs__article table td.no-data, .rns__table td.no-data, .trading-info__table td.no-data, .trading-comparison__table td.no-data, .short-positions__table td.no-data, .sp-live-share-price__table td.no-data, .financial-diary__calendar td.no-data, .financial-diary__table td.no-data, .sp-fundamentals-info__table td.no-data, .sp-fundamentals__table td.no-data, .sp-chart__table td.no-data, .sp-sectors-half__table td.no-data, .sp-sectors__table td.no-data, .sp-indices-half__table td.no-data, .sp-indices__table td.no-data, .sp-commodities__table td.no-data, .sp-home-risers__table td.no-data,
.share-risers__table td.no-data,
.sp-home-fallers__table td.no-data,
.share-fallers__table td.no-data,
.sp-home-directors-deals__table td.no-data,
.sp-constituents__table td.no-data, .sp-broker-ratings__table td.no-data, .sp-directors-deals__table td.no-data, .sp-top-trades__table td.no-data, .sp-recent-trades__table td.no-data, .sp-info-columns__table td.no-data, .sp-info-tables__table td.no-data, .sp-info-chart__table td.no-data, .share-chat__table td.no-data, .general-chat__table td.no-data, .fx-half__table td.no-data, .fx__table td.no-data, .homepage-sector-overview__table td.no-data, .homepage-most-traded__table td.no-data, .homepage-market-overview__movement td.no-data, .homepage-market-overview__indices td.no-data, .left-quick-picks__table td.no-data, .company-lookup__results-table td.no-data, .stock-picker__table td.no-data, .finance-glossary__results-table td.no-data, .right-top-charts__table td.no-data, .standard-content__cookie-table td.no-data {
  text-align: center;
  padding: 10px;
}
.premium-services__table td.no-padding, .text-highlighting__table td.no-padding, .alerts__table td.no-padding, .portfolio__table-total td.no-padding, .portfolio__table-advanced td.no-padding, .portfolio__table-basic td.no-padding, .watchlist__table td.no-padding, .private-message__table td.no-padding, .crypto-info-chart__table td.no-padding, .crypto__table td.no-padding, .trusts__table td.no-padding, .trusts__article-content table td.no-padding, .trusts__performers-column table td.no-padding, .nex__table td.no-padding, .level2__trades-table td.no-padding, .level2__ask-table td.no-padding, .level2__bid-table td.no-padding, .level2__order-table td.no-padding, .premium__package-table td.no-padding, .commodities__table td.no-padding, .blogs__article table td.no-padding, .rns__table td.no-padding, .trading-info__table td.no-padding, .trading-comparison__table td.no-padding, .short-positions__table td.no-padding, .sp-live-share-price__table td.no-padding, .financial-diary__calendar td.no-padding, .financial-diary__table td.no-padding, .sp-fundamentals-info__table td.no-padding, .sp-fundamentals__table td.no-padding, .sp-chart__table td.no-padding, .sp-sectors-half__table td.no-padding, .sp-sectors__table td.no-padding, .sp-indices-half__table td.no-padding, .sp-indices__table td.no-padding, .sp-commodities__table td.no-padding, .sp-home-risers__table td.no-padding,
.share-risers__table td.no-padding,
.sp-home-fallers__table td.no-padding,
.share-fallers__table td.no-padding,
.sp-home-directors-deals__table td.no-padding,
.sp-constituents__table td.no-padding, .sp-broker-ratings__table td.no-padding, .sp-directors-deals__table td.no-padding, .sp-top-trades__table td.no-padding, .sp-recent-trades__table td.no-padding, .sp-info-columns__table td.no-padding, .sp-info-tables__table td.no-padding, .sp-info-chart__table td.no-padding, .share-chat__table td.no-padding, .general-chat__table td.no-padding, .fx-half__table td.no-padding, .fx__table td.no-padding, .homepage-sector-overview__table td.no-padding, .homepage-most-traded__table td.no-padding, .homepage-market-overview__movement td.no-padding, .homepage-market-overview__indices td.no-padding, .left-quick-picks__table td.no-padding, .company-lookup__results-table td.no-padding, .stock-picker__table td.no-padding, .finance-glossary__results-table td.no-padding, .right-top-charts__table td.no-padding, .standard-content__cookie-table td.no-padding {
  padding: 0;
}
.premium-services__table td.center, .text-highlighting__table td.center, .alerts__table td.center, .portfolio__table-total td.center, .portfolio__table-advanced td.center, .portfolio__table-basic td.center, .watchlist__table td.center, .private-message__table td.center, .crypto-info-chart__table td.center, .crypto__table td.center, .trusts__table td.center, .trusts__article-content table td.center, .trusts__performers-column table td.center, .nex__table td.center, .level2__trades-table td.center, .level2__ask-table td.center, .level2__bid-table td.center, .level2__order-table td.center, .premium__package-table td.center, .commodities__table td.center, .blogs__article table td.center, .rns__table td.center, .trading-info__table td.center, .trading-comparison__table td.center, .short-positions__table td.center, .sp-live-share-price__table td.center, .financial-diary__calendar td.center, .financial-diary__table td.center, .sp-fundamentals-info__table td.center, .sp-fundamentals__table td.center, .sp-chart__table td.center, .sp-sectors-half__table td.center, .sp-sectors__table td.center, .sp-indices-half__table td.center, .sp-indices__table td.center, .sp-commodities__table td.center, .sp-home-risers__table td.center,
.share-risers__table td.center,
.sp-home-fallers__table td.center,
.share-fallers__table td.center,
.sp-home-directors-deals__table td.center,
.sp-constituents__table td.center, .sp-broker-ratings__table td.center, .sp-directors-deals__table td.center, .sp-top-trades__table td.center, .sp-recent-trades__table td.center, .sp-info-columns__table td.center, .sp-info-tables__table td.center, .sp-info-chart__table td.center, .share-chat__table td.center, .general-chat__table td.center, .fx-half__table td.center, .fx__table td.center, .homepage-sector-overview__table td.center, .homepage-most-traded__table td.center, .homepage-market-overview__movement td.center, .homepage-market-overview__indices td.center, .left-quick-picks__table td.center, .company-lookup__results-table td.center, .stock-picker__table td.center, .finance-glossary__results-table td.center, .right-top-charts__table td.center, .standard-content__cookie-table td.center {
  text-align: center !important;
}
.premium-services__table td.left, .text-highlighting__table td.left, .alerts__table td.left, .portfolio__table-total td.left, .portfolio__table-advanced td.left, .portfolio__table-basic td.left, .watchlist__table td.left, .private-message__table td.left, .crypto-info-chart__table td.left, .crypto__table td.left, .trusts__table td.left, .trusts__article-content table td.left, .trusts__performers-column table td.left, .nex__table td.left, .level2__trades-table td.left, .level2__ask-table td.left, .level2__bid-table td.left, .level2__order-table td.left, .premium__package-table td.left, .commodities__table td.left, .blogs__article table td.left, .rns__table td.left, .trading-info__table td.left, .trading-comparison__table td.left, .short-positions__table td.left, .sp-live-share-price__table td.left, .financial-diary__calendar td.left, .financial-diary__table td.left, .sp-fundamentals-info__table td.left, .sp-fundamentals__table td.left, .sp-chart__table td.left, .sp-sectors-half__table td.left, .sp-sectors__table td.left, .sp-indices-half__table td.left, .sp-indices__table td.left, .sp-commodities__table td.left, .sp-home-risers__table td.left,
.share-risers__table td.left,
.sp-home-fallers__table td.left,
.share-fallers__table td.left,
.sp-home-directors-deals__table td.left,
.sp-constituents__table td.left, .sp-broker-ratings__table td.left, .sp-directors-deals__table td.left, .sp-top-trades__table td.left, .sp-recent-trades__table td.left, .sp-info-columns__table td.left, .sp-info-tables__table td.left, .sp-info-chart__table td.left, .share-chat__table td.left, .general-chat__table td.left, .fx-half__table td.left, .fx__table td.left, .homepage-sector-overview__table td.left, .homepage-most-traded__table td.left, .homepage-market-overview__movement td.left, .homepage-market-overview__indices td.left, .left-quick-picks__table td.left, .company-lookup__results-table td.left, .stock-picker__table td.left, .finance-glossary__results-table td.left, .right-top-charts__table td.left, .standard-content__cookie-table td.left {
  text-align: left !important;
}
.premium-services__table td .rns_source, .text-highlighting__table td .rns_source, .alerts__table td .rns_source, .portfolio__table-total td .rns_source, .portfolio__table-advanced td .rns_source, .portfolio__table-basic td .rns_source, .watchlist__table td .rns_source, .private-message__table td .rns_source, .crypto-info-chart__table td .rns_source, .crypto__table td .rns_source, .trusts__table td .rns_source, .trusts__article-content table td .rns_source, .trusts__performers-column table td .rns_source, .nex__table td .rns_source, .level2__trades-table td .rns_source, .level2__ask-table td .rns_source, .level2__bid-table td .rns_source, .level2__order-table td .rns_source, .premium__package-table td .rns_source, .commodities__table td .rns_source, .blogs__article table td .rns_source, .rns__table td .rns_source, .trading-info__table td .rns_source, .trading-comparison__table td .rns_source, .short-positions__table td .rns_source, .sp-live-share-price__table td .rns_source, .financial-diary__calendar td .rns_source, .financial-diary__table td .rns_source, .sp-fundamentals-info__table td .rns_source, .sp-fundamentals__table td .rns_source, .sp-chart__table td .rns_source, .sp-sectors-half__table td .rns_source, .sp-sectors__table td .rns_source, .sp-indices-half__table td .rns_source, .sp-indices__table td .rns_source, .sp-commodities__table td .rns_source, .sp-home-risers__table td .rns_source,
.share-risers__table td .rns_source,
.sp-home-fallers__table td .rns_source,
.share-fallers__table td .rns_source,
.sp-home-directors-deals__table td .rns_source,
.sp-constituents__table td .rns_source, .sp-broker-ratings__table td .rns_source, .sp-directors-deals__table td .rns_source, .sp-top-trades__table td .rns_source, .sp-recent-trades__table td .rns_source, .sp-info-columns__table td .rns_source, .sp-info-tables__table td .rns_source, .sp-info-chart__table td .rns_source, .share-chat__table td .rns_source, .general-chat__table td .rns_source, .fx-half__table td .rns_source, .fx__table td .rns_source, .homepage-sector-overview__table td .rns_source, .homepage-most-traded__table td .rns_source, .homepage-market-overview__movement td .rns_source, .homepage-market-overview__indices td .rns_source, .left-quick-picks__table td .rns_source, .company-lookup__results-table td .rns_source, .stock-picker__table td .rns_source, .finance-glossary__results-table td .rns_source, .right-top-charts__table td .rns_source, .standard-content__cookie-table td .rns_source {
  display: inline-block;
  border: 1px solid #333333;
  color: #333333;
  font-size: 11px;
  padding: 1px 3px;
  line-height: 0.9;
}
.premium-services__table td.align-right, .text-highlighting__table td.align-right, .alerts__table td.align-right, .portfolio__table-total td.align-right, .portfolio__table-advanced td.align-right, .portfolio__table-basic td.align-right, .watchlist__table td.align-right, .private-message__table td.align-right, .crypto-info-chart__table td.align-right, .crypto__table td.align-right, .trusts__table td.align-right, .trusts__article-content table td.align-right, .trusts__performers-column table td.align-right, .nex__table td.align-right, .level2__trades-table td.align-right, .level2__ask-table td.align-right, .level2__bid-table td.align-right, .level2__order-table td.align-right, .premium__package-table td.align-right, .commodities__table td.align-right, .blogs__article table td.align-right, .rns__table td.align-right, .trading-info__table td.align-right, .trading-comparison__table td.align-right, .short-positions__table td.align-right, .sp-live-share-price__table td.align-right, .financial-diary__calendar td.align-right, .financial-diary__table td.align-right, .sp-fundamentals-info__table td.align-right, .sp-fundamentals__table td.align-right, .sp-chart__table td.align-right, .sp-sectors-half__table td.align-right, .sp-sectors__table td.align-right, .sp-indices-half__table td.align-right, .sp-indices__table td.align-right, .sp-commodities__table td.align-right, .sp-home-risers__table td.align-right,
.share-risers__table td.align-right,
.sp-home-fallers__table td.align-right,
.share-fallers__table td.align-right,
.sp-home-directors-deals__table td.align-right,
.sp-constituents__table td.align-right, .sp-broker-ratings__table td.align-right, .sp-directors-deals__table td.align-right, .sp-top-trades__table td.align-right, .sp-recent-trades__table td.align-right, .sp-info-columns__table td.align-right, .sp-info-tables__table td.align-right, .sp-info-chart__table td.align-right, .share-chat__table td.align-right, .general-chat__table td.align-right, .fx-half__table td.align-right, .fx__table td.align-right, .homepage-sector-overview__table td.align-right, .homepage-most-traded__table td.align-right, .homepage-market-overview__movement td.align-right, .homepage-market-overview__indices td.align-right, .left-quick-picks__table td.align-right, .company-lookup__results-table td.align-right, .stock-picker__table td.align-right, .finance-glossary__results-table td.align-right, .right-top-charts__table td.align-right, .standard-content__cookie-table td.align-right {
  text-align: right;
}
.premium-services__table td.align-left, .text-highlighting__table td.align-left, .alerts__table td.align-left, .portfolio__table-total td.align-left, .portfolio__table-advanced td.align-left, .portfolio__table-basic td.align-left, .watchlist__table td.align-left, .private-message__table td.align-left, .crypto-info-chart__table td.align-left, .crypto__table td.align-left, .trusts__table td.align-left, .trusts__article-content table td.align-left, .trusts__performers-column table td.align-left, .nex__table td.align-left, .level2__trades-table td.align-left, .level2__ask-table td.align-left, .level2__bid-table td.align-left, .level2__order-table td.align-left, .premium__package-table td.align-left, .commodities__table td.align-left, .blogs__article table td.align-left, .rns__table td.align-left, .trading-info__table td.align-left, .trading-comparison__table td.align-left, .short-positions__table td.align-left, .sp-live-share-price__table td.align-left, .financial-diary__calendar td.align-left, .financial-diary__table td.align-left, .sp-fundamentals-info__table td.align-left, .sp-fundamentals__table td.align-left, .sp-chart__table td.align-left, .sp-sectors-half__table td.align-left, .sp-sectors__table td.align-left, .sp-indices-half__table td.align-left, .sp-indices__table td.align-left, .sp-commodities__table td.align-left, .sp-home-risers__table td.align-left,
.share-risers__table td.align-left,
.sp-home-fallers__table td.align-left,
.share-fallers__table td.align-left,
.sp-home-directors-deals__table td.align-left,
.sp-constituents__table td.align-left, .sp-broker-ratings__table td.align-left, .sp-directors-deals__table td.align-left, .sp-top-trades__table td.align-left, .sp-recent-trades__table td.align-left, .sp-info-columns__table td.align-left, .sp-info-tables__table td.align-left, .sp-info-chart__table td.align-left, .share-chat__table td.align-left, .general-chat__table td.align-left, .fx-half__table td.align-left, .fx__table td.align-left, .homepage-sector-overview__table td.align-left, .homepage-most-traded__table td.align-left, .homepage-market-overview__movement td.align-left, .homepage-market-overview__indices td.align-left, .left-quick-picks__table td.align-left, .company-lookup__results-table td.align-left, .stock-picker__table td.align-left, .finance-glossary__results-table td.align-left, .right-top-charts__table td.align-left, .standard-content__cookie-table td.align-left {
  text-align: left;
}
.premium-services__table td.mobile-hide, .text-highlighting__table td.mobile-hide, .alerts__table td.mobile-hide, .portfolio__table-total td.mobile-hide, .portfolio__table-advanced td.mobile-hide, .portfolio__table-basic td.mobile-hide, .watchlist__table td.mobile-hide, .private-message__table td.mobile-hide, .crypto-info-chart__table td.mobile-hide, .crypto__table td.mobile-hide, .trusts__table td.mobile-hide, .trusts__article-content table td.mobile-hide, .trusts__performers-column table td.mobile-hide, .nex__table td.mobile-hide, .level2__trades-table td.mobile-hide, .level2__ask-table td.mobile-hide, .level2__bid-table td.mobile-hide, .level2__order-table td.mobile-hide, .premium__package-table td.mobile-hide, .commodities__table td.mobile-hide, .blogs__article table td.mobile-hide, .rns__table td.mobile-hide, .trading-info__table td.mobile-hide, .trading-comparison__table td.mobile-hide, .short-positions__table td.mobile-hide, .sp-live-share-price__table td.mobile-hide, .financial-diary__calendar td.mobile-hide, .financial-diary__table td.mobile-hide, .sp-fundamentals-info__table td.mobile-hide, .sp-fundamentals__table td.mobile-hide, .sp-chart__table td.mobile-hide, .sp-sectors-half__table td.mobile-hide, .sp-sectors__table td.mobile-hide, .sp-indices-half__table td.mobile-hide, .sp-indices__table td.mobile-hide, .sp-commodities__table td.mobile-hide, .sp-home-risers__table td.mobile-hide,
.share-risers__table td.mobile-hide,
.sp-home-fallers__table td.mobile-hide,
.share-fallers__table td.mobile-hide,
.sp-home-directors-deals__table td.mobile-hide,
.sp-constituents__table td.mobile-hide, .sp-broker-ratings__table td.mobile-hide, .sp-directors-deals__table td.mobile-hide, .sp-top-trades__table td.mobile-hide, .sp-recent-trades__table td.mobile-hide, .sp-info-columns__table td.mobile-hide, .sp-info-tables__table td.mobile-hide, .sp-info-chart__table td.mobile-hide, .share-chat__table td.mobile-hide, .general-chat__table td.mobile-hide, .fx-half__table td.mobile-hide, .fx__table td.mobile-hide, .homepage-sector-overview__table td.mobile-hide, .homepage-most-traded__table td.mobile-hide, .homepage-market-overview__movement td.mobile-hide, .homepage-market-overview__indices td.mobile-hide, .left-quick-picks__table td.mobile-hide, .company-lookup__results-table td.mobile-hide, .stock-picker__table td.mobile-hide, .finance-glossary__results-table td.mobile-hide, .right-top-charts__table td.mobile-hide, .standard-content__cookie-table td.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .premium-services__table td.mobile-hide, .text-highlighting__table td.mobile-hide, .alerts__table td.mobile-hide, .portfolio__table-total td.mobile-hide, .portfolio__table-advanced td.mobile-hide, .portfolio__table-basic td.mobile-hide, .watchlist__table td.mobile-hide, .private-message__table td.mobile-hide, .crypto-info-chart__table td.mobile-hide, .crypto__table td.mobile-hide, .trusts__table td.mobile-hide, .trusts__article-content table td.mobile-hide, .trusts__performers-column table td.mobile-hide, .nex__table td.mobile-hide, .level2__trades-table td.mobile-hide, .level2__ask-table td.mobile-hide, .level2__bid-table td.mobile-hide, .level2__order-table td.mobile-hide, .premium__package-table td.mobile-hide, .commodities__table td.mobile-hide, .blogs__article table td.mobile-hide, .rns__table td.mobile-hide, .trading-info__table td.mobile-hide, .trading-comparison__table td.mobile-hide, .short-positions__table td.mobile-hide, .sp-live-share-price__table td.mobile-hide, .financial-diary__calendar td.mobile-hide, .financial-diary__table td.mobile-hide, .sp-fundamentals-info__table td.mobile-hide, .sp-fundamentals__table td.mobile-hide, .sp-chart__table td.mobile-hide, .sp-sectors-half__table td.mobile-hide, .sp-sectors__table td.mobile-hide, .sp-indices-half__table td.mobile-hide, .sp-indices__table td.mobile-hide, .sp-commodities__table td.mobile-hide, .sp-home-risers__table td.mobile-hide,
.share-risers__table td.mobile-hide,
.sp-home-fallers__table td.mobile-hide,
.share-fallers__table td.mobile-hide,
.sp-home-directors-deals__table td.mobile-hide,
.sp-constituents__table td.mobile-hide, .sp-broker-ratings__table td.mobile-hide, .sp-directors-deals__table td.mobile-hide, .sp-top-trades__table td.mobile-hide, .sp-recent-trades__table td.mobile-hide, .sp-info-columns__table td.mobile-hide, .sp-info-tables__table td.mobile-hide, .sp-info-chart__table td.mobile-hide, .share-chat__table td.mobile-hide, .general-chat__table td.mobile-hide, .fx-half__table td.mobile-hide, .fx__table td.mobile-hide, .homepage-sector-overview__table td.mobile-hide, .homepage-most-traded__table td.mobile-hide, .homepage-market-overview__movement td.mobile-hide, .homepage-market-overview__indices td.mobile-hide, .left-quick-picks__table td.mobile-hide, .company-lookup__results-table td.mobile-hide, .stock-picker__table td.mobile-hide, .finance-glossary__results-table td.mobile-hide, .right-top-charts__table td.mobile-hide, .standard-content__cookie-table td.mobile-hide {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .premium-services__table td.fixed-cell-desktop-20, .text-highlighting__table td.fixed-cell-desktop-20, .alerts__table td.fixed-cell-desktop-20, .portfolio__table-total td.fixed-cell-desktop-20, .portfolio__table-advanced td.fixed-cell-desktop-20, .portfolio__table-basic td.fixed-cell-desktop-20, .watchlist__table td.fixed-cell-desktop-20, .private-message__table td.fixed-cell-desktop-20, .crypto-info-chart__table td.fixed-cell-desktop-20, .crypto__table td.fixed-cell-desktop-20, .trusts__table td.fixed-cell-desktop-20, .trusts__article-content table td.fixed-cell-desktop-20, .trusts__performers-column table td.fixed-cell-desktop-20, .nex__table td.fixed-cell-desktop-20, .level2__trades-table td.fixed-cell-desktop-20, .level2__ask-table td.fixed-cell-desktop-20, .level2__bid-table td.fixed-cell-desktop-20, .level2__order-table td.fixed-cell-desktop-20, .premium__package-table td.fixed-cell-desktop-20, .commodities__table td.fixed-cell-desktop-20, .blogs__article table td.fixed-cell-desktop-20, .rns__table td.fixed-cell-desktop-20, .trading-info__table td.fixed-cell-desktop-20, .trading-comparison__table td.fixed-cell-desktop-20, .short-positions__table td.fixed-cell-desktop-20, .sp-live-share-price__table td.fixed-cell-desktop-20, .financial-diary__calendar td.fixed-cell-desktop-20, .financial-diary__table td.fixed-cell-desktop-20, .sp-fundamentals-info__table td.fixed-cell-desktop-20, .sp-fundamentals__table td.fixed-cell-desktop-20, .sp-chart__table td.fixed-cell-desktop-20, .sp-sectors-half__table td.fixed-cell-desktop-20, .sp-sectors__table td.fixed-cell-desktop-20, .sp-indices-half__table td.fixed-cell-desktop-20, .sp-indices__table td.fixed-cell-desktop-20, .sp-commodities__table td.fixed-cell-desktop-20, .sp-home-risers__table td.fixed-cell-desktop-20,
.share-risers__table td.fixed-cell-desktop-20,
.sp-home-fallers__table td.fixed-cell-desktop-20,
.share-fallers__table td.fixed-cell-desktop-20,
.sp-home-directors-deals__table td.fixed-cell-desktop-20,
.sp-constituents__table td.fixed-cell-desktop-20, .sp-broker-ratings__table td.fixed-cell-desktop-20, .sp-directors-deals__table td.fixed-cell-desktop-20, .sp-top-trades__table td.fixed-cell-desktop-20, .sp-recent-trades__table td.fixed-cell-desktop-20, .sp-info-columns__table td.fixed-cell-desktop-20, .sp-info-tables__table td.fixed-cell-desktop-20, .sp-info-chart__table td.fixed-cell-desktop-20, .share-chat__table td.fixed-cell-desktop-20, .general-chat__table td.fixed-cell-desktop-20, .fx-half__table td.fixed-cell-desktop-20, .fx__table td.fixed-cell-desktop-20, .homepage-sector-overview__table td.fixed-cell-desktop-20, .homepage-most-traded__table td.fixed-cell-desktop-20, .homepage-market-overview__movement td.fixed-cell-desktop-20, .homepage-market-overview__indices td.fixed-cell-desktop-20, .left-quick-picks__table td.fixed-cell-desktop-20, .company-lookup__results-table td.fixed-cell-desktop-20, .stock-picker__table td.fixed-cell-desktop-20, .finance-glossary__results-table td.fixed-cell-desktop-20, .right-top-charts__table td.fixed-cell-desktop-20, .standard-content__cookie-table td.fixed-cell-desktop-20 {
    width: 20px;
  }
}
.premium-services__table td.width-20, .text-highlighting__table td.width-20, .alerts__table td.width-20, .portfolio__table-total td.width-20, .portfolio__table-advanced td.width-20, .portfolio__table-basic td.width-20, .watchlist__table td.width-20, .private-message__table td.width-20, .crypto-info-chart__table td.width-20, .crypto__table td.width-20, .trusts__table td.width-20, .trusts__article-content table td.width-20, .trusts__performers-column table td.width-20, .nex__table td.width-20, .level2__trades-table td.width-20, .level2__ask-table td.width-20, .level2__bid-table td.width-20, .level2__order-table td.width-20, .premium__package-table td.width-20, .commodities__table td.width-20, .blogs__article table td.width-20, .rns__table td.width-20, .trading-info__table td.width-20, .trading-comparison__table td.width-20, .short-positions__table td.width-20, .sp-live-share-price__table td.width-20, .financial-diary__calendar td.width-20, .financial-diary__table td.width-20, .sp-fundamentals-info__table td.width-20, .sp-fundamentals__table td.width-20, .sp-chart__table td.width-20, .sp-sectors-half__table td.width-20, .sp-sectors__table td.width-20, .sp-indices-half__table td.width-20, .sp-indices__table td.width-20, .sp-commodities__table td.width-20, .sp-home-risers__table td.width-20,
.share-risers__table td.width-20,
.sp-home-fallers__table td.width-20,
.share-fallers__table td.width-20,
.sp-home-directors-deals__table td.width-20,
.sp-constituents__table td.width-20, .sp-broker-ratings__table td.width-20, .sp-directors-deals__table td.width-20, .sp-top-trades__table td.width-20, .sp-recent-trades__table td.width-20, .sp-info-columns__table td.width-20, .sp-info-tables__table td.width-20, .sp-info-chart__table td.width-20, .share-chat__table td.width-20, .general-chat__table td.width-20, .fx-half__table td.width-20, .fx__table td.width-20, .homepage-sector-overview__table td.width-20, .homepage-most-traded__table td.width-20, .homepage-market-overview__movement td.width-20, .homepage-market-overview__indices td.width-20, .left-quick-picks__table td.width-20, .company-lookup__results-table td.width-20, .stock-picker__table td.width-20, .finance-glossary__results-table td.width-20, .right-top-charts__table td.width-20, .standard-content__cookie-table td.width-20 {
  width: 20px;
}
.premium-services__table td.wl-change-net, .text-highlighting__table td.wl-change-net, .alerts__table td.wl-change-net, .portfolio__table-total td.wl-change-net, .portfolio__table-advanced td.wl-change-net, .portfolio__table-basic td.wl-change-net, .watchlist__table td.wl-change-net, .private-message__table td.wl-change-net, .crypto-info-chart__table td.wl-change-net, .crypto__table td.wl-change-net, .trusts__table td.wl-change-net, .trusts__article-content table td.wl-change-net, .trusts__performers-column table td.wl-change-net, .nex__table td.wl-change-net, .level2__trades-table td.wl-change-net, .level2__ask-table td.wl-change-net, .level2__bid-table td.wl-change-net, .level2__order-table td.wl-change-net, .premium__package-table td.wl-change-net, .commodities__table td.wl-change-net, .blogs__article table td.wl-change-net, .rns__table td.wl-change-net, .trading-info__table td.wl-change-net, .trading-comparison__table td.wl-change-net, .short-positions__table td.wl-change-net, .sp-live-share-price__table td.wl-change-net, .financial-diary__calendar td.wl-change-net, .financial-diary__table td.wl-change-net, .sp-fundamentals-info__table td.wl-change-net, .sp-fundamentals__table td.wl-change-net, .sp-chart__table td.wl-change-net, .sp-sectors-half__table td.wl-change-net, .sp-sectors__table td.wl-change-net, .sp-indices-half__table td.wl-change-net, .sp-indices__table td.wl-change-net, .sp-commodities__table td.wl-change-net, .sp-home-risers__table td.wl-change-net,
.share-risers__table td.wl-change-net,
.sp-home-fallers__table td.wl-change-net,
.share-fallers__table td.wl-change-net,
.sp-home-directors-deals__table td.wl-change-net,
.sp-constituents__table td.wl-change-net, .sp-broker-ratings__table td.wl-change-net, .sp-directors-deals__table td.wl-change-net, .sp-top-trades__table td.wl-change-net, .sp-recent-trades__table td.wl-change-net, .sp-info-columns__table td.wl-change-net, .sp-info-tables__table td.wl-change-net, .sp-info-chart__table td.wl-change-net, .share-chat__table td.wl-change-net, .general-chat__table td.wl-change-net, .fx-half__table td.wl-change-net, .fx__table td.wl-change-net, .homepage-sector-overview__table td.wl-change-net, .homepage-most-traded__table td.wl-change-net, .homepage-market-overview__movement td.wl-change-net, .homepage-market-overview__indices td.wl-change-net, .left-quick-picks__table td.wl-change-net, .company-lookup__results-table td.wl-change-net, .stock-picker__table td.wl-change-net, .finance-glossary__results-table td.wl-change-net, .right-top-charts__table td.wl-change-net, .standard-content__cookie-table td.wl-change-net {
  text-align: right;
}
.premium-services__table td.wl-change-icon, .text-highlighting__table td.wl-change-icon, .alerts__table td.wl-change-icon, .portfolio__table-total td.wl-change-icon, .portfolio__table-advanced td.wl-change-icon, .portfolio__table-basic td.wl-change-icon, .watchlist__table td.wl-change-icon, .private-message__table td.wl-change-icon, .crypto-info-chart__table td.wl-change-icon, .crypto__table td.wl-change-icon, .trusts__table td.wl-change-icon, .trusts__article-content table td.wl-change-icon, .trusts__performers-column table td.wl-change-icon, .nex__table td.wl-change-icon, .level2__trades-table td.wl-change-icon, .level2__ask-table td.wl-change-icon, .level2__bid-table td.wl-change-icon, .level2__order-table td.wl-change-icon, .premium__package-table td.wl-change-icon, .commodities__table td.wl-change-icon, .blogs__article table td.wl-change-icon, .rns__table td.wl-change-icon, .trading-info__table td.wl-change-icon, .trading-comparison__table td.wl-change-icon, .short-positions__table td.wl-change-icon, .sp-live-share-price__table td.wl-change-icon, .financial-diary__calendar td.wl-change-icon, .financial-diary__table td.wl-change-icon, .sp-fundamentals-info__table td.wl-change-icon, .sp-fundamentals__table td.wl-change-icon, .sp-chart__table td.wl-change-icon, .sp-sectors-half__table td.wl-change-icon, .sp-sectors__table td.wl-change-icon, .sp-indices-half__table td.wl-change-icon, .sp-indices__table td.wl-change-icon, .sp-commodities__table td.wl-change-icon, .sp-home-risers__table td.wl-change-icon,
.share-risers__table td.wl-change-icon,
.sp-home-fallers__table td.wl-change-icon,
.share-fallers__table td.wl-change-icon,
.sp-home-directors-deals__table td.wl-change-icon,
.sp-constituents__table td.wl-change-icon, .sp-broker-ratings__table td.wl-change-icon, .sp-directors-deals__table td.wl-change-icon, .sp-top-trades__table td.wl-change-icon, .sp-recent-trades__table td.wl-change-icon, .sp-info-columns__table td.wl-change-icon, .sp-info-tables__table td.wl-change-icon, .sp-info-chart__table td.wl-change-icon, .share-chat__table td.wl-change-icon, .general-chat__table td.wl-change-icon, .fx-half__table td.wl-change-icon, .fx__table td.wl-change-icon, .homepage-sector-overview__table td.wl-change-icon, .homepage-most-traded__table td.wl-change-icon, .homepage-market-overview__movement td.wl-change-icon, .homepage-market-overview__indices td.wl-change-icon, .left-quick-picks__table td.wl-change-icon, .company-lookup__results-table td.wl-change-icon, .stock-picker__table td.wl-change-icon, .finance-glossary__results-table td.wl-change-icon, .right-top-charts__table td.wl-change-icon, .standard-content__cookie-table td.wl-change-icon {
  width: 5px;
  text-align: center;
}
.premium-services__table td.up, .text-highlighting__table td.up, .alerts__table td.up, .portfolio__table-total td.up, .portfolio__table-advanced td.up, .portfolio__table-basic td.up, .watchlist__table td.up, .private-message__table td.up, .crypto-info-chart__table td.up, .crypto__table td.up, .trusts__table td.up, .trusts__article-content table td.up, .trusts__performers-column table td.up, .nex__table td.up, .level2__trades-table td.up, .level2__ask-table td.up, .level2__bid-table td.up, .level2__order-table td.up, .premium__package-table td.up, .commodities__table td.up, .blogs__article table td.up, .rns__table td.up, .trading-info__table td.up, .trading-comparison__table td.up, .short-positions__table td.up, .sp-live-share-price__table td.up, .financial-diary__calendar td.up, .financial-diary__table td.up, .sp-fundamentals-info__table td.up, .sp-fundamentals__table td.up, .sp-chart__table td.up, .sp-sectors-half__table td.up, .sp-sectors__table td.up, .sp-indices-half__table td.up, .sp-indices__table td.up, .sp-commodities__table td.up, .sp-home-risers__table td.up,
.share-risers__table td.up,
.sp-home-fallers__table td.up,
.share-fallers__table td.up,
.sp-home-directors-deals__table td.up,
.sp-constituents__table td.up, .sp-broker-ratings__table td.up, .sp-directors-deals__table td.up, .sp-top-trades__table td.up, .sp-recent-trades__table td.up, .sp-info-columns__table td.up, .sp-info-tables__table td.up, .sp-info-chart__table td.up, .share-chat__table td.up, .general-chat__table td.up, .fx-half__table td.up, .fx__table td.up, .homepage-sector-overview__table td.up, .homepage-most-traded__table td.up, .homepage-market-overview__movement td.up, .homepage-market-overview__indices td.up, .left-quick-picks__table td.up, .company-lookup__results-table td.up, .stock-picker__table td.up, .finance-glossary__results-table td.up, .right-top-charts__table td.up, .standard-content__cookie-table td.up {
  color: blue;
}
.premium-services__table td.up a, .text-highlighting__table td.up a, .alerts__table td.up a, .portfolio__table-total td.up a, .portfolio__table-advanced td.up a, .portfolio__table-basic td.up a, .watchlist__table td.up a, .private-message__table td.up a, .crypto-info-chart__table td.up a, .crypto__table td.up a, .trusts__table td.up a, .trusts__article-content table td.up a, .trusts__performers-column table td.up a, .nex__table td.up a, .level2__trades-table td.up a, .level2__ask-table td.up a, .level2__bid-table td.up a, .level2__order-table td.up a, .premium__package-table td.up a, .commodities__table td.up a, .blogs__article table td.up a, .rns__table td.up a, .trading-info__table td.up a, .trading-comparison__table td.up a, .short-positions__table td.up a, .sp-live-share-price__table td.up a, .financial-diary__calendar td.up a, .financial-diary__table td.up a, .sp-fundamentals-info__table td.up a, .sp-fundamentals__table td.up a, .sp-chart__table td.up a, .sp-sectors-half__table td.up a, .sp-sectors__table td.up a, .sp-indices-half__table td.up a, .sp-indices__table td.up a, .sp-commodities__table td.up a, .sp-home-risers__table td.up a,
.share-risers__table td.up a,
.sp-home-fallers__table td.up a,
.share-fallers__table td.up a,
.sp-home-directors-deals__table td.up a,
.sp-constituents__table td.up a, .sp-broker-ratings__table td.up a, .sp-directors-deals__table td.up a, .sp-top-trades__table td.up a, .sp-recent-trades__table td.up a, .sp-info-columns__table td.up a, .sp-info-tables__table td.up a, .sp-info-chart__table td.up a, .share-chat__table td.up a, .general-chat__table td.up a, .fx-half__table td.up a, .fx__table td.up a, .homepage-sector-overview__table td.up a, .homepage-most-traded__table td.up a, .homepage-market-overview__movement td.up a, .homepage-market-overview__indices td.up a, .left-quick-picks__table td.up a, .company-lookup__results-table td.up a, .stock-picker__table td.up a, .finance-glossary__results-table td.up a, .right-top-charts__table td.up a, .standard-content__cookie-table td.up a, .premium-services__table td.up span, .text-highlighting__table td.up span, .alerts__table td.up span, .portfolio__table-total td.up span, .portfolio__table-advanced td.up span, .portfolio__table-basic td.up span, .watchlist__table td.up span, .private-message__table td.up span, .crypto-info-chart__table td.up span, .crypto__table td.up span, .trusts__table td.up span, .trusts__article-content table td.up span, .trusts__performers-column table td.up span, .nex__table td.up span, .level2__trades-table td.up span, .level2__ask-table td.up span, .level2__bid-table td.up span, .level2__order-table td.up span, .premium__package-table td.up span, .commodities__table td.up span, .blogs__article table td.up span, .rns__table td.up span, .trading-info__table td.up span, .trading-comparison__table td.up span, .short-positions__table td.up span, .sp-live-share-price__table td.up span, .financial-diary__calendar td.up span, .financial-diary__table td.up span, .sp-fundamentals-info__table td.up span, .sp-fundamentals__table td.up span, .sp-chart__table td.up span, .sp-sectors-half__table td.up span, .sp-sectors__table td.up span, .sp-indices-half__table td.up span, .sp-indices__table td.up span, .sp-commodities__table td.up span, .sp-home-risers__table td.up span,
.share-risers__table td.up span,
.sp-home-fallers__table td.up span,
.share-fallers__table td.up span,
.sp-home-directors-deals__table td.up span,
.sp-constituents__table td.up span, .sp-broker-ratings__table td.up span, .sp-directors-deals__table td.up span, .sp-top-trades__table td.up span, .sp-recent-trades__table td.up span, .sp-info-columns__table td.up span, .sp-info-tables__table td.up span, .sp-info-chart__table td.up span, .share-chat__table td.up span, .general-chat__table td.up span, .fx-half__table td.up span, .fx__table td.up span, .homepage-sector-overview__table td.up span, .homepage-most-traded__table td.up span, .homepage-market-overview__movement td.up span, .homepage-market-overview__indices td.up span, .left-quick-picks__table td.up span, .company-lookup__results-table td.up span, .stock-picker__table td.up span, .finance-glossary__results-table td.up span, .right-top-charts__table td.up span, .standard-content__cookie-table td.up span {
  color: blue;
}
.premium-services__table td.down, .text-highlighting__table td.down, .alerts__table td.down, .portfolio__table-total td.down, .portfolio__table-advanced td.down, .portfolio__table-basic td.down, .watchlist__table td.down, .private-message__table td.down, .crypto-info-chart__table td.down, .crypto__table td.down, .trusts__table td.down, .trusts__article-content table td.down, .trusts__performers-column table td.down, .nex__table td.down, .level2__trades-table td.down, .level2__ask-table td.down, .level2__bid-table td.down, .level2__order-table td.down, .premium__package-table td.down, .commodities__table td.down, .blogs__article table td.down, .rns__table td.down, .trading-info__table td.down, .trading-comparison__table td.down, .short-positions__table td.down, .sp-live-share-price__table td.down, .financial-diary__calendar td.down, .financial-diary__table td.down, .sp-fundamentals-info__table td.down, .sp-fundamentals__table td.down, .sp-chart__table td.down, .sp-sectors-half__table td.down, .sp-sectors__table td.down, .sp-indices-half__table td.down, .sp-indices__table td.down, .sp-commodities__table td.down, .sp-home-risers__table td.down,
.share-risers__table td.down,
.sp-home-fallers__table td.down,
.share-fallers__table td.down,
.sp-home-directors-deals__table td.down,
.sp-constituents__table td.down, .sp-broker-ratings__table td.down, .sp-directors-deals__table td.down, .sp-top-trades__table td.down, .sp-recent-trades__table td.down, .sp-info-columns__table td.down, .sp-info-tables__table td.down, .sp-info-chart__table td.down, .share-chat__table td.down, .general-chat__table td.down, .fx-half__table td.down, .fx__table td.down, .homepage-sector-overview__table td.down, .homepage-most-traded__table td.down, .homepage-market-overview__movement td.down, .homepage-market-overview__indices td.down, .left-quick-picks__table td.down, .company-lookup__results-table td.down, .stock-picker__table td.down, .finance-glossary__results-table td.down, .right-top-charts__table td.down, .standard-content__cookie-table td.down {
  color: red;
}
.premium-services__table td.down a, .text-highlighting__table td.down a, .alerts__table td.down a, .portfolio__table-total td.down a, .portfolio__table-advanced td.down a, .portfolio__table-basic td.down a, .watchlist__table td.down a, .private-message__table td.down a, .crypto-info-chart__table td.down a, .crypto__table td.down a, .trusts__table td.down a, .trusts__article-content table td.down a, .trusts__performers-column table td.down a, .nex__table td.down a, .level2__trades-table td.down a, .level2__ask-table td.down a, .level2__bid-table td.down a, .level2__order-table td.down a, .premium__package-table td.down a, .commodities__table td.down a, .blogs__article table td.down a, .rns__table td.down a, .trading-info__table td.down a, .trading-comparison__table td.down a, .short-positions__table td.down a, .sp-live-share-price__table td.down a, .financial-diary__calendar td.down a, .financial-diary__table td.down a, .sp-fundamentals-info__table td.down a, .sp-fundamentals__table td.down a, .sp-chart__table td.down a, .sp-sectors-half__table td.down a, .sp-sectors__table td.down a, .sp-indices-half__table td.down a, .sp-indices__table td.down a, .sp-commodities__table td.down a, .sp-home-risers__table td.down a,
.share-risers__table td.down a,
.sp-home-fallers__table td.down a,
.share-fallers__table td.down a,
.sp-home-directors-deals__table td.down a,
.sp-constituents__table td.down a, .sp-broker-ratings__table td.down a, .sp-directors-deals__table td.down a, .sp-top-trades__table td.down a, .sp-recent-trades__table td.down a, .sp-info-columns__table td.down a, .sp-info-tables__table td.down a, .sp-info-chart__table td.down a, .share-chat__table td.down a, .general-chat__table td.down a, .fx-half__table td.down a, .fx__table td.down a, .homepage-sector-overview__table td.down a, .homepage-most-traded__table td.down a, .homepage-market-overview__movement td.down a, .homepage-market-overview__indices td.down a, .left-quick-picks__table td.down a, .company-lookup__results-table td.down a, .stock-picker__table td.down a, .finance-glossary__results-table td.down a, .right-top-charts__table td.down a, .standard-content__cookie-table td.down a, .premium-services__table td.down span, .text-highlighting__table td.down span, .alerts__table td.down span, .portfolio__table-total td.down span, .portfolio__table-advanced td.down span, .portfolio__table-basic td.down span, .watchlist__table td.down span, .private-message__table td.down span, .crypto-info-chart__table td.down span, .crypto__table td.down span, .trusts__table td.down span, .trusts__article-content table td.down span, .trusts__performers-column table td.down span, .nex__table td.down span, .level2__trades-table td.down span, .level2__ask-table td.down span, .level2__bid-table td.down span, .level2__order-table td.down span, .premium__package-table td.down span, .commodities__table td.down span, .blogs__article table td.down span, .rns__table td.down span, .trading-info__table td.down span, .trading-comparison__table td.down span, .short-positions__table td.down span, .sp-live-share-price__table td.down span, .financial-diary__calendar td.down span, .financial-diary__table td.down span, .sp-fundamentals-info__table td.down span, .sp-fundamentals__table td.down span, .sp-chart__table td.down span, .sp-sectors-half__table td.down span, .sp-sectors__table td.down span, .sp-indices-half__table td.down span, .sp-indices__table td.down span, .sp-commodities__table td.down span, .sp-home-risers__table td.down span,
.share-risers__table td.down span,
.sp-home-fallers__table td.down span,
.share-fallers__table td.down span,
.sp-home-directors-deals__table td.down span,
.sp-constituents__table td.down span, .sp-broker-ratings__table td.down span, .sp-directors-deals__table td.down span, .sp-top-trades__table td.down span, .sp-recent-trades__table td.down span, .sp-info-columns__table td.down span, .sp-info-tables__table td.down span, .sp-info-chart__table td.down span, .share-chat__table td.down span, .general-chat__table td.down span, .fx-half__table td.down span, .fx__table td.down span, .homepage-sector-overview__table td.down span, .homepage-most-traded__table td.down span, .homepage-market-overview__movement td.down span, .homepage-market-overview__indices td.down span, .left-quick-picks__table td.down span, .company-lookup__results-table td.down span, .stock-picker__table td.down span, .finance-glossary__results-table td.down span, .right-top-charts__table td.down span, .standard-content__cookie-table td.down span {
  color: red;
}
.premium-services__table tr th:first-child, .text-highlighting__table tr th:first-child, .alerts__table tr th:first-child, .portfolio__table-total tr th:first-child, .portfolio__table-advanced tr th:first-child, .portfolio__table-basic tr th:first-child, .watchlist__table tr th:first-child, .private-message__table tr th:first-child, .crypto-info-chart__table tr th:first-child, .crypto__table tr th:first-child, .trusts__table tr th:first-child, .trusts__article-content table tr th:first-child, .trusts__performers-column table tr th:first-child, .nex__table tr th:first-child, .level2__trades-table tr th:first-child, .level2__ask-table tr th:first-child, .level2__bid-table tr th:first-child, .level2__order-table tr th:first-child, .premium__package-table tr th:first-child, .commodities__table tr th:first-child, .blogs__article table tr th:first-child, .rns__table tr th:first-child, .trading-info__table tr th:first-child, .trading-comparison__table tr th:first-child, .short-positions__table tr th:first-child, .sp-live-share-price__table tr th:first-child, .financial-diary__calendar tr th:first-child, .financial-diary__table tr th:first-child, .sp-fundamentals-info__table tr th:first-child, .sp-fundamentals__table tr th:first-child, .sp-chart__table tr th:first-child, .sp-sectors-half__table tr th:first-child, .sp-sectors__table tr th:first-child, .sp-indices-half__table tr th:first-child, .sp-indices__table tr th:first-child, .sp-commodities__table tr th:first-child, .sp-home-risers__table tr th:first-child,
.share-risers__table tr th:first-child,
.sp-home-fallers__table tr th:first-child,
.share-fallers__table tr th:first-child,
.sp-home-directors-deals__table tr th:first-child,
.sp-constituents__table tr th:first-child, .sp-broker-ratings__table tr th:first-child, .sp-directors-deals__table tr th:first-child, .sp-top-trades__table tr th:first-child, .sp-recent-trades__table tr th:first-child, .sp-info-columns__table tr th:first-child, .sp-info-tables__table tr th:first-child, .sp-info-chart__table tr th:first-child, .share-chat__table tr th:first-child, .general-chat__table tr th:first-child, .fx-half__table tr th:first-child, .fx__table tr th:first-child, .homepage-sector-overview__table tr th:first-child, .homepage-most-traded__table tr th:first-child, .homepage-market-overview__movement tr th:first-child, .homepage-market-overview__indices tr th:first-child, .left-quick-picks__table tr th:first-child, .company-lookup__results-table tr th:first-child, .stock-picker__table tr th:first-child, .finance-glossary__results-table tr th:first-child, .right-top-charts__table tr th:first-child, .standard-content__cookie-table tr th:first-child, .premium-services__table tr td:first-child, .text-highlighting__table tr td:first-child, .alerts__table tr td:first-child, .portfolio__table-total tr td:first-child, .portfolio__table-advanced tr td:first-child, .portfolio__table-basic tr td:first-child, .watchlist__table tr td:first-child, .private-message__table tr td:first-child, .crypto-info-chart__table tr td:first-child, .crypto__table tr td:first-child, .trusts__table tr td:first-child, .trusts__article-content table tr td:first-child, .trusts__performers-column table tr td:first-child, .nex__table tr td:first-child, .level2__trades-table tr td:first-child, .level2__ask-table tr td:first-child, .level2__bid-table tr td:first-child, .level2__order-table tr td:first-child, .premium__package-table tr td:first-child, .commodities__table tr td:first-child, .blogs__article table tr td:first-child, .rns__table tr td:first-child, .trading-info__table tr td:first-child, .trading-comparison__table tr td:first-child, .short-positions__table tr td:first-child, .sp-live-share-price__table tr td:first-child, .financial-diary__calendar tr td:first-child, .financial-diary__table tr td:first-child, .sp-fundamentals-info__table tr td:first-child, .sp-fundamentals__table tr td:first-child, .sp-chart__table tr td:first-child, .sp-sectors-half__table tr td:first-child, .sp-sectors__table tr td:first-child, .sp-indices-half__table tr td:first-child, .sp-indices__table tr td:first-child, .sp-commodities__table tr td:first-child, .sp-home-risers__table tr td:first-child,
.share-risers__table tr td:first-child,
.sp-home-fallers__table tr td:first-child,
.share-fallers__table tr td:first-child,
.sp-home-directors-deals__table tr td:first-child,
.sp-constituents__table tr td:first-child, .sp-broker-ratings__table tr td:first-child, .sp-directors-deals__table tr td:first-child, .sp-top-trades__table tr td:first-child, .sp-recent-trades__table tr td:first-child, .sp-info-columns__table tr td:first-child, .sp-info-tables__table tr td:first-child, .sp-info-chart__table tr td:first-child, .share-chat__table tr td:first-child, .general-chat__table tr td:first-child, .fx-half__table tr td:first-child, .fx__table tr td:first-child, .homepage-sector-overview__table tr td:first-child, .homepage-most-traded__table tr td:first-child, .homepage-market-overview__movement tr td:first-child, .homepage-market-overview__indices tr td:first-child, .left-quick-picks__table tr td:first-child, .company-lookup__results-table tr td:first-child, .stock-picker__table tr td:first-child, .finance-glossary__results-table tr td:first-child, .right-top-charts__table tr td:first-child, .standard-content__cookie-table tr td:first-child {
  text-align: left;
}
.premium-services__table tr.up td, .text-highlighting__table tr.up td, .alerts__table tr.up td, .portfolio__table-total tr.up td, .portfolio__table-advanced tr.up td, .portfolio__table-basic tr.up td, .watchlist__table tr.up td, .private-message__table tr.up td, .crypto-info-chart__table tr.up td, .crypto__table tr.up td, .trusts__table tr.up td, .trusts__article-content table tr.up td, .trusts__performers-column table tr.up td, .nex__table tr.up td, .level2__trades-table tr.up td, .level2__ask-table tr.up td, .level2__bid-table tr.up td, .level2__order-table tr.up td, .premium__package-table tr.up td, .commodities__table tr.up td, .blogs__article table tr.up td, .rns__table tr.up td, .trading-info__table tr.up td, .trading-comparison__table tr.up td, .short-positions__table tr.up td, .sp-live-share-price__table tr.up td, .financial-diary__calendar tr.up td, .financial-diary__table tr.up td, .sp-fundamentals-info__table tr.up td, .sp-fundamentals__table tr.up td, .sp-chart__table tr.up td, .sp-sectors-half__table tr.up td, .sp-sectors__table tr.up td, .sp-indices-half__table tr.up td, .sp-indices__table tr.up td, .sp-commodities__table tr.up td, .sp-home-risers__table tr.up td,
.share-risers__table tr.up td,
.sp-home-fallers__table tr.up td,
.share-fallers__table tr.up td,
.sp-home-directors-deals__table tr.up td,
.sp-constituents__table tr.up td, .sp-broker-ratings__table tr.up td, .sp-directors-deals__table tr.up td, .sp-top-trades__table tr.up td, .sp-recent-trades__table tr.up td, .sp-info-columns__table tr.up td, .sp-info-tables__table tr.up td, .sp-info-chart__table tr.up td, .share-chat__table tr.up td, .general-chat__table tr.up td, .fx-half__table tr.up td, .fx__table tr.up td, .homepage-sector-overview__table tr.up td, .homepage-most-traded__table tr.up td, .homepage-market-overview__movement tr.up td, .homepage-market-overview__indices tr.up td, .left-quick-picks__table tr.up td, .company-lookup__results-table tr.up td, .stock-picker__table tr.up td, .finance-glossary__results-table tr.up td, .right-top-charts__table tr.up td, .standard-content__cookie-table tr.up td {
  color: blue;
}
.premium-services__table tr.up td a, .text-highlighting__table tr.up td a, .alerts__table tr.up td a, .portfolio__table-total tr.up td a, .portfolio__table-advanced tr.up td a, .portfolio__table-basic tr.up td a, .watchlist__table tr.up td a, .private-message__table tr.up td a, .crypto-info-chart__table tr.up td a, .crypto__table tr.up td a, .trusts__table tr.up td a, .trusts__article-content table tr.up td a, .trusts__performers-column table tr.up td a, .nex__table tr.up td a, .level2__trades-table tr.up td a, .level2__ask-table tr.up td a, .level2__bid-table tr.up td a, .level2__order-table tr.up td a, .premium__package-table tr.up td a, .commodities__table tr.up td a, .blogs__article table tr.up td a, .rns__table tr.up td a, .trading-info__table tr.up td a, .trading-comparison__table tr.up td a, .short-positions__table tr.up td a, .sp-live-share-price__table tr.up td a, .financial-diary__calendar tr.up td a, .financial-diary__table tr.up td a, .sp-fundamentals-info__table tr.up td a, .sp-fundamentals__table tr.up td a, .sp-chart__table tr.up td a, .sp-sectors-half__table tr.up td a, .sp-sectors__table tr.up td a, .sp-indices-half__table tr.up td a, .sp-indices__table tr.up td a, .sp-commodities__table tr.up td a, .sp-home-risers__table tr.up td a,
.share-risers__table tr.up td a,
.sp-home-fallers__table tr.up td a,
.share-fallers__table tr.up td a,
.sp-home-directors-deals__table tr.up td a,
.sp-constituents__table tr.up td a, .sp-broker-ratings__table tr.up td a, .sp-directors-deals__table tr.up td a, .sp-top-trades__table tr.up td a, .sp-recent-trades__table tr.up td a, .sp-info-columns__table tr.up td a, .sp-info-tables__table tr.up td a, .sp-info-chart__table tr.up td a, .share-chat__table tr.up td a, .general-chat__table tr.up td a, .fx-half__table tr.up td a, .fx__table tr.up td a, .homepage-sector-overview__table tr.up td a, .homepage-most-traded__table tr.up td a, .homepage-market-overview__movement tr.up td a, .homepage-market-overview__indices tr.up td a, .left-quick-picks__table tr.up td a, .company-lookup__results-table tr.up td a, .stock-picker__table tr.up td a, .finance-glossary__results-table tr.up td a, .right-top-charts__table tr.up td a, .standard-content__cookie-table tr.up td a, .premium-services__table tr.up td span, .text-highlighting__table tr.up td span, .alerts__table tr.up td span, .portfolio__table-total tr.up td span, .portfolio__table-advanced tr.up td span, .portfolio__table-basic tr.up td span, .watchlist__table tr.up td span, .private-message__table tr.up td span, .crypto-info-chart__table tr.up td span, .crypto__table tr.up td span, .trusts__table tr.up td span, .trusts__article-content table tr.up td span, .trusts__performers-column table tr.up td span, .nex__table tr.up td span, .level2__trades-table tr.up td span, .level2__ask-table tr.up td span, .level2__bid-table tr.up td span, .level2__order-table tr.up td span, .premium__package-table tr.up td span, .commodities__table tr.up td span, .blogs__article table tr.up td span, .rns__table tr.up td span, .trading-info__table tr.up td span, .trading-comparison__table tr.up td span, .short-positions__table tr.up td span, .sp-live-share-price__table tr.up td span, .financial-diary__calendar tr.up td span, .financial-diary__table tr.up td span, .sp-fundamentals-info__table tr.up td span, .sp-fundamentals__table tr.up td span, .sp-chart__table tr.up td span, .sp-sectors-half__table tr.up td span, .sp-sectors__table tr.up td span, .sp-indices-half__table tr.up td span, .sp-indices__table tr.up td span, .sp-commodities__table tr.up td span, .sp-home-risers__table tr.up td span,
.share-risers__table tr.up td span,
.sp-home-fallers__table tr.up td span,
.share-fallers__table tr.up td span,
.sp-home-directors-deals__table tr.up td span,
.sp-constituents__table tr.up td span, .sp-broker-ratings__table tr.up td span, .sp-directors-deals__table tr.up td span, .sp-top-trades__table tr.up td span, .sp-recent-trades__table tr.up td span, .sp-info-columns__table tr.up td span, .sp-info-tables__table tr.up td span, .sp-info-chart__table tr.up td span, .share-chat__table tr.up td span, .general-chat__table tr.up td span, .fx-half__table tr.up td span, .fx__table tr.up td span, .homepage-sector-overview__table tr.up td span, .homepage-most-traded__table tr.up td span, .homepage-market-overview__movement tr.up td span, .homepage-market-overview__indices tr.up td span, .left-quick-picks__table tr.up td span, .company-lookup__results-table tr.up td span, .stock-picker__table tr.up td span, .finance-glossary__results-table tr.up td span, .right-top-charts__table tr.up td span, .standard-content__cookie-table tr.up td span {
  color: blue;
}
.premium-services__table tr.down td, .text-highlighting__table tr.down td, .alerts__table tr.down td, .portfolio__table-total tr.down td, .portfolio__table-advanced tr.down td, .portfolio__table-basic tr.down td, .watchlist__table tr.down td, .private-message__table tr.down td, .crypto-info-chart__table tr.down td, .crypto__table tr.down td, .trusts__table tr.down td, .trusts__article-content table tr.down td, .trusts__performers-column table tr.down td, .nex__table tr.down td, .level2__trades-table tr.down td, .level2__ask-table tr.down td, .level2__bid-table tr.down td, .level2__order-table tr.down td, .premium__package-table tr.down td, .commodities__table tr.down td, .blogs__article table tr.down td, .rns__table tr.down td, .trading-info__table tr.down td, .trading-comparison__table tr.down td, .short-positions__table tr.down td, .sp-live-share-price__table tr.down td, .financial-diary__calendar tr.down td, .financial-diary__table tr.down td, .sp-fundamentals-info__table tr.down td, .sp-fundamentals__table tr.down td, .sp-chart__table tr.down td, .sp-sectors-half__table tr.down td, .sp-sectors__table tr.down td, .sp-indices-half__table tr.down td, .sp-indices__table tr.down td, .sp-commodities__table tr.down td, .sp-home-risers__table tr.down td,
.share-risers__table tr.down td,
.sp-home-fallers__table tr.down td,
.share-fallers__table tr.down td,
.sp-home-directors-deals__table tr.down td,
.sp-constituents__table tr.down td, .sp-broker-ratings__table tr.down td, .sp-directors-deals__table tr.down td, .sp-top-trades__table tr.down td, .sp-recent-trades__table tr.down td, .sp-info-columns__table tr.down td, .sp-info-tables__table tr.down td, .sp-info-chart__table tr.down td, .share-chat__table tr.down td, .general-chat__table tr.down td, .fx-half__table tr.down td, .fx__table tr.down td, .homepage-sector-overview__table tr.down td, .homepage-most-traded__table tr.down td, .homepage-market-overview__movement tr.down td, .homepage-market-overview__indices tr.down td, .left-quick-picks__table tr.down td, .company-lookup__results-table tr.down td, .stock-picker__table tr.down td, .finance-glossary__results-table tr.down td, .right-top-charts__table tr.down td, .standard-content__cookie-table tr.down td {
  color: red;
}
.premium-services__table tr.down td a, .text-highlighting__table tr.down td a, .alerts__table tr.down td a, .portfolio__table-total tr.down td a, .portfolio__table-advanced tr.down td a, .portfolio__table-basic tr.down td a, .watchlist__table tr.down td a, .private-message__table tr.down td a, .crypto-info-chart__table tr.down td a, .crypto__table tr.down td a, .trusts__table tr.down td a, .trusts__article-content table tr.down td a, .trusts__performers-column table tr.down td a, .nex__table tr.down td a, .level2__trades-table tr.down td a, .level2__ask-table tr.down td a, .level2__bid-table tr.down td a, .level2__order-table tr.down td a, .premium__package-table tr.down td a, .commodities__table tr.down td a, .blogs__article table tr.down td a, .rns__table tr.down td a, .trading-info__table tr.down td a, .trading-comparison__table tr.down td a, .short-positions__table tr.down td a, .sp-live-share-price__table tr.down td a, .financial-diary__calendar tr.down td a, .financial-diary__table tr.down td a, .sp-fundamentals-info__table tr.down td a, .sp-fundamentals__table tr.down td a, .sp-chart__table tr.down td a, .sp-sectors-half__table tr.down td a, .sp-sectors__table tr.down td a, .sp-indices-half__table tr.down td a, .sp-indices__table tr.down td a, .sp-commodities__table tr.down td a, .sp-home-risers__table tr.down td a,
.share-risers__table tr.down td a,
.sp-home-fallers__table tr.down td a,
.share-fallers__table tr.down td a,
.sp-home-directors-deals__table tr.down td a,
.sp-constituents__table tr.down td a, .sp-broker-ratings__table tr.down td a, .sp-directors-deals__table tr.down td a, .sp-top-trades__table tr.down td a, .sp-recent-trades__table tr.down td a, .sp-info-columns__table tr.down td a, .sp-info-tables__table tr.down td a, .sp-info-chart__table tr.down td a, .share-chat__table tr.down td a, .general-chat__table tr.down td a, .fx-half__table tr.down td a, .fx__table tr.down td a, .homepage-sector-overview__table tr.down td a, .homepage-most-traded__table tr.down td a, .homepage-market-overview__movement tr.down td a, .homepage-market-overview__indices tr.down td a, .left-quick-picks__table tr.down td a, .company-lookup__results-table tr.down td a, .stock-picker__table tr.down td a, .finance-glossary__results-table tr.down td a, .right-top-charts__table tr.down td a, .standard-content__cookie-table tr.down td a, .premium-services__table tr.down td span, .text-highlighting__table tr.down td span, .alerts__table tr.down td span, .portfolio__table-total tr.down td span, .portfolio__table-advanced tr.down td span, .portfolio__table-basic tr.down td span, .watchlist__table tr.down td span, .private-message__table tr.down td span, .crypto-info-chart__table tr.down td span, .crypto__table tr.down td span, .trusts__table tr.down td span, .trusts__article-content table tr.down td span, .trusts__performers-column table tr.down td span, .nex__table tr.down td span, .level2__trades-table tr.down td span, .level2__ask-table tr.down td span, .level2__bid-table tr.down td span, .level2__order-table tr.down td span, .premium__package-table tr.down td span, .commodities__table tr.down td span, .blogs__article table tr.down td span, .rns__table tr.down td span, .trading-info__table tr.down td span, .trading-comparison__table tr.down td span, .short-positions__table tr.down td span, .sp-live-share-price__table tr.down td span, .financial-diary__calendar tr.down td span, .financial-diary__table tr.down td span, .sp-fundamentals-info__table tr.down td span, .sp-fundamentals__table tr.down td span, .sp-chart__table tr.down td span, .sp-sectors-half__table tr.down td span, .sp-sectors__table tr.down td span, .sp-indices-half__table tr.down td span, .sp-indices__table tr.down td span, .sp-commodities__table tr.down td span, .sp-home-risers__table tr.down td span,
.share-risers__table tr.down td span,
.sp-home-fallers__table tr.down td span,
.share-fallers__table tr.down td span,
.sp-home-directors-deals__table tr.down td span,
.sp-constituents__table tr.down td span, .sp-broker-ratings__table tr.down td span, .sp-directors-deals__table tr.down td span, .sp-top-trades__table tr.down td span, .sp-recent-trades__table tr.down td span, .sp-info-columns__table tr.down td span, .sp-info-tables__table tr.down td span, .sp-info-chart__table tr.down td span, .share-chat__table tr.down td span, .general-chat__table tr.down td span, .fx-half__table tr.down td span, .fx__table tr.down td span, .homepage-sector-overview__table tr.down td span, .homepage-most-traded__table tr.down td span, .homepage-market-overview__movement tr.down td span, .homepage-market-overview__indices tr.down td span, .left-quick-picks__table tr.down td span, .company-lookup__results-table tr.down td span, .stock-picker__table tr.down td span, .finance-glossary__results-table tr.down td span, .right-top-charts__table tr.down td span, .standard-content__cookie-table tr.down td span {
  color: red;
}
.premium-services__table tr.title td, .text-highlighting__table tr.title td, .alerts__table tr.title td, .portfolio__table-total tr.title td, .portfolio__table-advanced tr.title td, .portfolio__table-basic tr.title td, .watchlist__table tr.title td, .private-message__table tr.title td, .crypto-info-chart__table tr.title td, .crypto__table tr.title td, .trusts__table tr.title td, .trusts__article-content table tr.title td, .trusts__performers-column table tr.title td, .nex__table tr.title td, .level2__trades-table tr.title td, .level2__ask-table tr.title td, .level2__bid-table tr.title td, .level2__order-table tr.title td, .premium__package-table tr.title td, .commodities__table tr.title td, .blogs__article table tr.title td, .rns__table tr.title td, .trading-info__table tr.title td, .trading-comparison__table tr.title td, .short-positions__table tr.title td, .sp-live-share-price__table tr.title td, .financial-diary__calendar tr.title td, .financial-diary__table tr.title td, .sp-fundamentals-info__table tr.title td, .sp-fundamentals__table tr.title td, .sp-chart__table tr.title td, .sp-sectors-half__table tr.title td, .sp-sectors__table tr.title td, .sp-indices-half__table tr.title td, .sp-indices__table tr.title td, .sp-commodities__table tr.title td, .sp-home-risers__table tr.title td,
.share-risers__table tr.title td,
.sp-home-fallers__table tr.title td,
.share-fallers__table tr.title td,
.sp-home-directors-deals__table tr.title td,
.sp-constituents__table tr.title td, .sp-broker-ratings__table tr.title td, .sp-directors-deals__table tr.title td, .sp-top-trades__table tr.title td, .sp-recent-trades__table tr.title td, .sp-info-columns__table tr.title td, .sp-info-tables__table tr.title td, .sp-info-chart__table tr.title td, .share-chat__table tr.title td, .general-chat__table tr.title td, .fx-half__table tr.title td, .fx__table tr.title td, .homepage-sector-overview__table tr.title td, .homepage-most-traded__table tr.title td, .homepage-market-overview__movement tr.title td, .homepage-market-overview__indices tr.title td, .left-quick-picks__table tr.title td, .company-lookup__results-table tr.title td, .stock-picker__table tr.title td, .finance-glossary__results-table tr.title td, .right-top-charts__table tr.title td, .standard-content__cookie-table tr.title td {
  background: #eeeeee;
  font-weight: bold;
}
.premium-services__table .level2-blue, .text-highlighting__table .level2-blue, .alerts__table .level2-blue, .portfolio__table-total .level2-blue, .portfolio__table-advanced .level2-blue, .portfolio__table-basic .level2-blue, .watchlist__table .level2-blue, .private-message__table .level2-blue, .crypto-info-chart__table .level2-blue, .crypto__table .level2-blue, .trusts__table .level2-blue, .trusts__article-content table .level2-blue, .trusts__performers-column table .level2-blue, .nex__table .level2-blue, .level2__trades-table .level2-blue, .level2__ask-table .level2-blue, .level2__bid-table .level2-blue, .level2__order-table .level2-blue, .premium__package-table .level2-blue, .commodities__table .level2-blue, .blogs__article table .level2-blue, .rns__table .level2-blue, .trading-info__table .level2-blue, .trading-comparison__table .level2-blue, .short-positions__table .level2-blue, .sp-live-share-price__table .level2-blue, .financial-diary__calendar .level2-blue, .financial-diary__table .level2-blue, .sp-fundamentals-info__table .level2-blue, .sp-fundamentals__table .level2-blue, .sp-chart__table .level2-blue, .sp-sectors-half__table .level2-blue, .sp-sectors__table .level2-blue, .sp-indices-half__table .level2-blue, .sp-indices__table .level2-blue, .sp-commodities__table .level2-blue, .sp-home-risers__table .level2-blue,
.share-risers__table .level2-blue,
.sp-home-fallers__table .level2-blue,
.share-fallers__table .level2-blue,
.sp-home-directors-deals__table .level2-blue,
.sp-constituents__table .level2-blue, .sp-broker-ratings__table .level2-blue, .sp-directors-deals__table .level2-blue, .sp-top-trades__table .level2-blue, .sp-recent-trades__table .level2-blue, .sp-info-columns__table .level2-blue, .sp-info-tables__table .level2-blue, .sp-info-chart__table .level2-blue, .share-chat__table .level2-blue, .general-chat__table .level2-blue, .fx-half__table .level2-blue, .fx__table .level2-blue, .homepage-sector-overview__table .level2-blue, .homepage-most-traded__table .level2-blue, .homepage-market-overview__movement .level2-blue, .homepage-market-overview__indices .level2-blue, .left-quick-picks__table .level2-blue, .company-lookup__results-table .level2-blue, .stock-picker__table .level2-blue, .finance-glossary__results-table .level2-blue, .right-top-charts__table .level2-blue, .standard-content__cookie-table .level2-blue {
  background: #b6d7f8;
}
.premium-services__table .level2-green, .text-highlighting__table .level2-green, .alerts__table .level2-green, .portfolio__table-total .level2-green, .portfolio__table-advanced .level2-green, .portfolio__table-basic .level2-green, .watchlist__table .level2-green, .private-message__table .level2-green, .crypto-info-chart__table .level2-green, .crypto__table .level2-green, .trusts__table .level2-green, .trusts__article-content table .level2-green, .trusts__performers-column table .level2-green, .nex__table .level2-green, .level2__trades-table .level2-green, .level2__ask-table .level2-green, .level2__bid-table .level2-green, .level2__order-table .level2-green, .premium__package-table .level2-green, .commodities__table .level2-green, .blogs__article table .level2-green, .rns__table .level2-green, .trading-info__table .level2-green, .trading-comparison__table .level2-green, .short-positions__table .level2-green, .sp-live-share-price__table .level2-green, .financial-diary__calendar .level2-green, .financial-diary__table .level2-green, .sp-fundamentals-info__table .level2-green, .sp-fundamentals__table .level2-green, .sp-chart__table .level2-green, .sp-sectors-half__table .level2-green, .sp-sectors__table .level2-green, .sp-indices-half__table .level2-green, .sp-indices__table .level2-green, .sp-commodities__table .level2-green, .sp-home-risers__table .level2-green,
.share-risers__table .level2-green,
.sp-home-fallers__table .level2-green,
.share-fallers__table .level2-green,
.sp-home-directors-deals__table .level2-green,
.sp-constituents__table .level2-green, .sp-broker-ratings__table .level2-green, .sp-directors-deals__table .level2-green, .sp-top-trades__table .level2-green, .sp-recent-trades__table .level2-green, .sp-info-columns__table .level2-green, .sp-info-tables__table .level2-green, .sp-info-chart__table .level2-green, .share-chat__table .level2-green, .general-chat__table .level2-green, .fx-half__table .level2-green, .fx__table .level2-green, .homepage-sector-overview__table .level2-green, .homepage-most-traded__table .level2-green, .homepage-market-overview__movement .level2-green, .homepage-market-overview__indices .level2-green, .left-quick-picks__table .level2-green, .company-lookup__results-table .level2-green, .stock-picker__table .level2-green, .finance-glossary__results-table .level2-green, .right-top-charts__table .level2-green, .standard-content__cookie-table .level2-green {
  background: #d0f5d0;
}
.premium-services__table .level2-yellow, .text-highlighting__table .level2-yellow, .alerts__table .level2-yellow, .portfolio__table-total .level2-yellow, .portfolio__table-advanced .level2-yellow, .portfolio__table-basic .level2-yellow, .watchlist__table .level2-yellow, .private-message__table .level2-yellow, .crypto-info-chart__table .level2-yellow, .crypto__table .level2-yellow, .trusts__table .level2-yellow, .trusts__article-content table .level2-yellow, .trusts__performers-column table .level2-yellow, .nex__table .level2-yellow, .level2__trades-table .level2-yellow, .level2__ask-table .level2-yellow, .level2__bid-table .level2-yellow, .level2__order-table .level2-yellow, .premium__package-table .level2-yellow, .commodities__table .level2-yellow, .blogs__article table .level2-yellow, .rns__table .level2-yellow, .trading-info__table .level2-yellow, .trading-comparison__table .level2-yellow, .short-positions__table .level2-yellow, .sp-live-share-price__table .level2-yellow, .financial-diary__calendar .level2-yellow, .financial-diary__table .level2-yellow, .sp-fundamentals-info__table .level2-yellow, .sp-fundamentals__table .level2-yellow, .sp-chart__table .level2-yellow, .sp-sectors-half__table .level2-yellow, .sp-sectors__table .level2-yellow, .sp-indices-half__table .level2-yellow, .sp-indices__table .level2-yellow, .sp-commodities__table .level2-yellow, .sp-home-risers__table .level2-yellow,
.share-risers__table .level2-yellow,
.sp-home-fallers__table .level2-yellow,
.share-fallers__table .level2-yellow,
.sp-home-directors-deals__table .level2-yellow,
.sp-constituents__table .level2-yellow, .sp-broker-ratings__table .level2-yellow, .sp-directors-deals__table .level2-yellow, .sp-top-trades__table .level2-yellow, .sp-recent-trades__table .level2-yellow, .sp-info-columns__table .level2-yellow, .sp-info-tables__table .level2-yellow, .sp-info-chart__table .level2-yellow, .share-chat__table .level2-yellow, .general-chat__table .level2-yellow, .fx-half__table .level2-yellow, .fx__table .level2-yellow, .homepage-sector-overview__table .level2-yellow, .homepage-most-traded__table .level2-yellow, .homepage-market-overview__movement .level2-yellow, .homepage-market-overview__indices .level2-yellow, .left-quick-picks__table .level2-yellow, .company-lookup__results-table .level2-yellow, .stock-picker__table .level2-yellow, .finance-glossary__results-table .level2-yellow, .right-top-charts__table .level2-yellow, .standard-content__cookie-table .level2-yellow {
  background: #f9f9a2;
}
.premium-services__table .level2-orange, .text-highlighting__table .level2-orange, .alerts__table .level2-orange, .portfolio__table-total .level2-orange, .portfolio__table-advanced .level2-orange, .portfolio__table-basic .level2-orange, .watchlist__table .level2-orange, .private-message__table .level2-orange, .crypto-info-chart__table .level2-orange, .crypto__table .level2-orange, .trusts__table .level2-orange, .trusts__article-content table .level2-orange, .trusts__performers-column table .level2-orange, .nex__table .level2-orange, .level2__trades-table .level2-orange, .level2__ask-table .level2-orange, .level2__bid-table .level2-orange, .level2__order-table .level2-orange, .premium__package-table .level2-orange, .commodities__table .level2-orange, .blogs__article table .level2-orange, .rns__table .level2-orange, .trading-info__table .level2-orange, .trading-comparison__table .level2-orange, .short-positions__table .level2-orange, .sp-live-share-price__table .level2-orange, .financial-diary__calendar .level2-orange, .financial-diary__table .level2-orange, .sp-fundamentals-info__table .level2-orange, .sp-fundamentals__table .level2-orange, .sp-chart__table .level2-orange, .sp-sectors-half__table .level2-orange, .sp-sectors__table .level2-orange, .sp-indices-half__table .level2-orange, .sp-indices__table .level2-orange, .sp-commodities__table .level2-orange, .sp-home-risers__table .level2-orange,
.share-risers__table .level2-orange,
.sp-home-fallers__table .level2-orange,
.share-fallers__table .level2-orange,
.sp-home-directors-deals__table .level2-orange,
.sp-constituents__table .level2-orange, .sp-broker-ratings__table .level2-orange, .sp-directors-deals__table .level2-orange, .sp-top-trades__table .level2-orange, .sp-recent-trades__table .level2-orange, .sp-info-columns__table .level2-orange, .sp-info-tables__table .level2-orange, .sp-info-chart__table .level2-orange, .share-chat__table .level2-orange, .general-chat__table .level2-orange, .fx-half__table .level2-orange, .fx__table .level2-orange, .homepage-sector-overview__table .level2-orange, .homepage-most-traded__table .level2-orange, .homepage-market-overview__movement .level2-orange, .homepage-market-overview__indices .level2-orange, .left-quick-picks__table .level2-orange, .company-lookup__results-table .level2-orange, .stock-picker__table .level2-orange, .finance-glossary__results-table .level2-orange, .right-top-charts__table .level2-orange, .standard-content__cookie-table .level2-orange {
  background: #f9d58e;
}
.premium-services__table .level2-pink, .text-highlighting__table .level2-pink, .alerts__table .level2-pink, .portfolio__table-total .level2-pink, .portfolio__table-advanced .level2-pink, .portfolio__table-basic .level2-pink, .watchlist__table .level2-pink, .private-message__table .level2-pink, .crypto-info-chart__table .level2-pink, .crypto__table .level2-pink, .trusts__table .level2-pink, .trusts__article-content table .level2-pink, .trusts__performers-column table .level2-pink, .nex__table .level2-pink, .level2__trades-table .level2-pink, .level2__ask-table .level2-pink, .level2__bid-table .level2-pink, .level2__order-table .level2-pink, .premium__package-table .level2-pink, .commodities__table .level2-pink, .blogs__article table .level2-pink, .rns__table .level2-pink, .trading-info__table .level2-pink, .trading-comparison__table .level2-pink, .short-positions__table .level2-pink, .sp-live-share-price__table .level2-pink, .financial-diary__calendar .level2-pink, .financial-diary__table .level2-pink, .sp-fundamentals-info__table .level2-pink, .sp-fundamentals__table .level2-pink, .sp-chart__table .level2-pink, .sp-sectors-half__table .level2-pink, .sp-sectors__table .level2-pink, .sp-indices-half__table .level2-pink, .sp-indices__table .level2-pink, .sp-commodities__table .level2-pink, .sp-home-risers__table .level2-pink,
.share-risers__table .level2-pink,
.sp-home-fallers__table .level2-pink,
.share-fallers__table .level2-pink,
.sp-home-directors-deals__table .level2-pink,
.sp-constituents__table .level2-pink, .sp-broker-ratings__table .level2-pink, .sp-directors-deals__table .level2-pink, .sp-top-trades__table .level2-pink, .sp-recent-trades__table .level2-pink, .sp-info-columns__table .level2-pink, .sp-info-tables__table .level2-pink, .sp-info-chart__table .level2-pink, .share-chat__table .level2-pink, .general-chat__table .level2-pink, .fx-half__table .level2-pink, .fx__table .level2-pink, .homepage-sector-overview__table .level2-pink, .homepage-most-traded__table .level2-pink, .homepage-market-overview__movement .level2-pink, .homepage-market-overview__indices .level2-pink, .left-quick-picks__table .level2-pink, .company-lookup__results-table .level2-pink, .stock-picker__table .level2-pink, .finance-glossary__results-table .level2-pink, .right-top-charts__table .level2-pink, .standard-content__cookie-table .level2-pink {
  background: #fdb7da;
}
.premium-services__table .level2-grey, .text-highlighting__table .level2-grey, .alerts__table .level2-grey, .portfolio__table-total .level2-grey, .portfolio__table-advanced .level2-grey, .portfolio__table-basic .level2-grey, .watchlist__table .level2-grey, .private-message__table .level2-grey, .crypto-info-chart__table .level2-grey, .crypto__table .level2-grey, .trusts__table .level2-grey, .trusts__article-content table .level2-grey, .trusts__performers-column table .level2-grey, .nex__table .level2-grey, .level2__trades-table .level2-grey, .level2__ask-table .level2-grey, .level2__bid-table .level2-grey, .level2__order-table .level2-grey, .premium__package-table .level2-grey, .commodities__table .level2-grey, .blogs__article table .level2-grey, .rns__table .level2-grey, .trading-info__table .level2-grey, .trading-comparison__table .level2-grey, .short-positions__table .level2-grey, .sp-live-share-price__table .level2-grey, .financial-diary__calendar .level2-grey, .financial-diary__table .level2-grey, .sp-fundamentals-info__table .level2-grey, .sp-fundamentals__table .level2-grey, .sp-chart__table .level2-grey, .sp-sectors-half__table .level2-grey, .sp-sectors__table .level2-grey, .sp-indices-half__table .level2-grey, .sp-indices__table .level2-grey, .sp-commodities__table .level2-grey, .sp-home-risers__table .level2-grey,
.share-risers__table .level2-grey,
.sp-home-fallers__table .level2-grey,
.share-fallers__table .level2-grey,
.sp-home-directors-deals__table .level2-grey,
.sp-constituents__table .level2-grey, .sp-broker-ratings__table .level2-grey, .sp-directors-deals__table .level2-grey, .sp-top-trades__table .level2-grey, .sp-recent-trades__table .level2-grey, .sp-info-columns__table .level2-grey, .sp-info-tables__table .level2-grey, .sp-info-chart__table .level2-grey, .share-chat__table .level2-grey, .general-chat__table .level2-grey, .fx-half__table .level2-grey, .fx__table .level2-grey, .homepage-sector-overview__table .level2-grey, .homepage-most-traded__table .level2-grey, .homepage-market-overview__movement .level2-grey, .homepage-market-overview__indices .level2-grey, .left-quick-picks__table .level2-grey, .company-lookup__results-table .level2-grey, .stock-picker__table .level2-grey, .finance-glossary__results-table .level2-grey, .right-top-charts__table .level2-grey, .standard-content__cookie-table .level2-grey {
  background: #e8e8e8;
}
.premium-services__table .level2-white, .text-highlighting__table .level2-white, .alerts__table .level2-white, .portfolio__table-total .level2-white, .portfolio__table-advanced .level2-white, .portfolio__table-basic .level2-white, .watchlist__table .level2-white, .private-message__table .level2-white, .crypto-info-chart__table .level2-white, .crypto__table .level2-white, .trusts__table .level2-white, .trusts__article-content table .level2-white, .trusts__performers-column table .level2-white, .nex__table .level2-white, .level2__trades-table .level2-white, .level2__ask-table .level2-white, .level2__bid-table .level2-white, .level2__order-table .level2-white, .premium__package-table .level2-white, .commodities__table .level2-white, .blogs__article table .level2-white, .rns__table .level2-white, .trading-info__table .level2-white, .trading-comparison__table .level2-white, .short-positions__table .level2-white, .sp-live-share-price__table .level2-white, .financial-diary__calendar .level2-white, .financial-diary__table .level2-white, .sp-fundamentals-info__table .level2-white, .sp-fundamentals__table .level2-white, .sp-chart__table .level2-white, .sp-sectors-half__table .level2-white, .sp-sectors__table .level2-white, .sp-indices-half__table .level2-white, .sp-indices__table .level2-white, .sp-commodities__table .level2-white, .sp-home-risers__table .level2-white,
.share-risers__table .level2-white,
.sp-home-fallers__table .level2-white,
.share-fallers__table .level2-white,
.sp-home-directors-deals__table .level2-white,
.sp-constituents__table .level2-white, .sp-broker-ratings__table .level2-white, .sp-directors-deals__table .level2-white, .sp-top-trades__table .level2-white, .sp-recent-trades__table .level2-white, .sp-info-columns__table .level2-white, .sp-info-tables__table .level2-white, .sp-info-chart__table .level2-white, .share-chat__table .level2-white, .general-chat__table .level2-white, .fx-half__table .level2-white, .fx__table .level2-white, .homepage-sector-overview__table .level2-white, .homepage-most-traded__table .level2-white, .homepage-market-overview__movement .level2-white, .homepage-market-overview__indices .level2-white, .left-quick-picks__table .level2-white, .company-lookup__results-table .level2-white, .stock-picker__table .level2-white, .finance-glossary__results-table .level2-white, .right-top-charts__table .level2-white, .standard-content__cookie-table .level2-white {
  background: #ffffff;
}
.trading-info__table tr th, .trading-info__table tr td {
  white-space: normal;
}
.financial-diary__calendar tr th:first-child, .homepage-market-overview__movement tr th:first-child, .financial-diary__calendar tr td:first-child, .homepage-market-overview__movement tr td:first-child {
  text-align: center;
}
.financial-diary__calendar tr th, .homepage-market-overview__movement tr th, .financial-diary__calendar tr td, .homepage-market-overview__movement tr td {
  text-align: center;
}
.level2__ask-table tr, .level2__bid-table tr, .level2__order-table tr {
  border: none;
}
.level2__ask-table tr th, .level2__bid-table tr th, .level2__order-table tr th, .level2__ask-table tr td, .level2__bid-table tr td, .level2__order-table tr td {
  border: none;
}
.portfolio__table-total tr, .trusts__table tr, .trusts__article-content table tr, .trading-info__table tr, .sp-sectors-half__table--bordered tr, .sp-indices-half__table--bordered tr, .sp-info-tables__table tr, .fx-half__table tr, .homepage-market-overview__movement tr, .homepage-market-overview__indices tr, .standard-content__cookie-table tr {
  border: 1px solid #ccc;
}
.portfolio__table-total tr th, .trusts__table tr th, .trusts__article-content table tr th, .trading-info__table tr th, .sp-sectors-half__table--bordered tr th, .sp-indices-half__table--bordered tr th, .sp-info-tables__table tr th, .fx-half__table tr th, .homepage-market-overview__movement tr th, .homepage-market-overview__indices tr th, .standard-content__cookie-table tr th, .portfolio__table-total tr td, .trusts__table tr td, .trusts__article-content table tr td, .trading-info__table tr td, .sp-sectors-half__table--bordered tr td, .sp-indices-half__table--bordered tr td, .sp-info-tables__table tr td, .fx-half__table tr td, .homepage-market-overview__movement tr td, .homepage-market-overview__indices tr td, .standard-content__cookie-table tr td {
  border: 1px solid #ccc;
}
.level2__trades-table tr th, .level2__ask-table tr th, .level2__bid-table tr th, .level2__trades-table tr td, .level2__ask-table tr td, .level2__bid-table tr td {
  padding: 1px;
}
.text-highlighting__table tr th, .trading-info__table tr th, .trading-comparison__table tr th, .standard-content__cookie-table tr th, .text-highlighting__table tr td, .trading-info__table tr td, .trading-comparison__table tr td, .standard-content__cookie-table tr td {
  padding: 12px;
}
.premium-services__table tr:nth-child(2n+3), .text-highlighting__table tr:nth-child(2n+3), .alerts__table tr:nth-child(2n+3), .portfolio__table-advanced tr:nth-child(2n+3), .portfolio__table-basic tr:nth-child(2n+3), .private-message__table tr:nth-child(2n+3), .crypto-info-chart__table tr:nth-child(2n+3), .crypto__table tr:nth-child(2n+3), .level2__trades-table tr:nth-child(2n+3), .commodities__table tr:nth-child(2n+3), .rns__table tr:nth-child(2n+3), .sp-live-share-price__table tr:nth-child(2n+3), .sp-sectors-half__table--striped tr:nth-child(2n+3), .sp-sectors__table tr:nth-child(2n+3), .sp-indices-half__table--striped tr:nth-child(2n+3), .sp-home-risers__table tr:nth-child(2n+3),
.share-risers__table tr:nth-child(2n+3),
.sp-home-fallers__table tr:nth-child(2n+3),
.share-fallers__table tr:nth-child(2n+3),
.sp-home-directors-deals__table tr:nth-child(2n+3),
.sp-constituents__table tr:nth-child(2n+3), .sp-broker-ratings__table tr:nth-child(2n+3), .sp-directors-deals__table tr:nth-child(2n+3), .sp-top-trades__table tr:nth-child(2n+3), .sp-recent-trades__table tr:nth-child(2n+3), .sp-info-tables__table tr:nth-child(2n+3), .sp-info-chart__table tr:nth-child(2n+3), .share-chat__table tr:nth-child(2n+3), .stock-picker__table tr:nth-child(2n+3), .right-top-charts__table tr:nth-child(2n+3), .standard-content__cookie-table tr:nth-child(2n+3) {
  background: #f4f4f4;
}
.watchlist__table tr:nth-child(even), .trusts__performers-column table tr:nth-child(even) {
  background: #f4f4f4;
}
.premium-services__table th, .alerts__table th, .watchlist__table th, .private-message__table th, .trusts__table th, .trusts__article-content table th, .level2__trades-table th, .level2__ask-table th, .blogs__article table th, .rns__table th, .trading-comparison__table th, .short-positions__table th, .financial-diary__table th, .sp-home-directors-deals__table th, .sp-broker-ratings__table th, .sp-directors-deals__table th, .sp-info-tables__table th, .share-chat__table th, .general-chat__table th, .left-quick-picks__table th, .company-lookup__results-table th, .stock-picker__table th, .finance-glossary__results-table th, .standard-content__cookie-table th, .premium-services__table td, .alerts__table td, .watchlist__table td, .private-message__table td, .trusts__table td, .trusts__article-content table td, .level2__trades-table td, .level2__ask-table td, .blogs__article table td, .rns__table td, .trading-comparison__table td, .short-positions__table td, .financial-diary__table td, .sp-home-directors-deals__table td, .sp-broker-ratings__table td, .sp-directors-deals__table td, .sp-info-tables__table td, .share-chat__table td, .general-chat__table td, .left-quick-picks__table td, .company-lookup__results-table td, .stock-picker__table td, .finance-glossary__results-table td, .standard-content__cookie-table td {
  text-align: left;
}
.short-positions__table {
  table-layout: fixed;
}
.short-positions__table th, .short-positions__table td {
  white-space: pre-wrap;
}

.text-highlighting__input, .settings__input, .alerts__input, .portfolio__input, .watchlist__add-input, .watchlist__input, .private-message__compose-input, .members-home__input, .crypto__search-input, .events__form-input, .profile__search-input, .knowledge__input, .calcs__input, .login__input, .rns__filter-input, .post-chat-message__subject, .general-chat__input, .chat-filter__input, .company-lookup__search-input, .register__input, .stock-picker__input, .finance-glossary__search-input, .content-form__input, .right-member-login__input, .right-newsletter__input, .social-bar__input, .utility-bar__login-input, .utility-bar__search-input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  padding: 8px;
  outline: none;
}
@media (min-width: 768px) {
  .text-highlighting__input, .settings__input, .alerts__input, .portfolio__input, .watchlist__add-input, .watchlist__input, .private-message__compose-input, .members-home__input, .crypto__search-input, .events__form-input, .profile__search-input, .knowledge__input, .calcs__input, .login__input, .rns__filter-input, .post-chat-message__subject, .general-chat__input, .chat-filter__input, .company-lookup__search-input, .register__input, .stock-picker__input, .finance-glossary__search-input, .content-form__input, .right-member-login__input, .right-newsletter__input, .social-bar__input, .utility-bar__login-input, .utility-bar__search-input {
    font-size: 14px;
  }
}
.utility-bar__login-input, .utility-bar__search-input {
  float: left;
}
.portfolio__text-notes, .portfolio__textarea, .watchlist__textarea, .private-message__compose-textarea, .blogs__article-post-textarea, .post-chat-message__message, .general-chat__textarea, .report__textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  padding: 8px;
  outline: none;
}
@media (min-width: 768px) {
  .portfolio__text-notes, .portfolio__textarea, .watchlist__textarea, .private-message__compose-textarea, .blogs__article-post-textarea, .post-chat-message__message, .general-chat__textarea, .report__textarea {
    font-size: 14px;
  }
}
.text-highlighting__select, .alerts__select, .portfolio__select, .portfolio__choose, .watchlist__choose-list, .knowledge__select, .calcs__select, .rns__sector-dropdown, .rns__filter-select, .financial-diary__filter-input, .sp-chart__select, .sp-action-popup__select, .post-chat-message__select, .register__select, .stock-picker__select, .report__select, .page-actions__select, .filter__select {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  padding: 8px;
  padding-right: 30px;
  outline: none;
  background: url(https://static.lse.co.uk/images/arrows.png) no-repeat #fff;
  background-size: 8px;
  background-position: center right 10px;
}
.settings__checkbox, .alerts__checkbox, .portfolio__checkbox, .watchlist__config-checkbox, .private-message__delete-check, .events__form-checkbox, .login__checkbox, .news__filter-checkbox, .chat-filter__checkbox, .register__checkbox, .content-form__checkbox, .social-bar__newsletter-checkbox {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  outline: none;
  border: none;
  background: url(https://static.lse.co.uk/images/check-unchecked.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.settings__checkbox:checked, .alerts__checkbox:checked, .portfolio__checkbox:checked, .watchlist__config-checkbox:checked, .private-message__delete-check:checked, .events__form-checkbox:checked, .login__checkbox:checked, .news__filter-checkbox:checked, .chat-filter__checkbox:checked, .register__checkbox:checked, .content-form__checkbox:checked, .social-bar__newsletter-checkbox:checked {
  background: url(https://static.lse.co.uk/images/check-checked.png) no-repeat;
  background-size: 100%;
}

select::-ms-expand {
  display: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.cd-tabs:before, .cd-tabs:after {
  content: " ";
  display: table;
}
.cd-tabs:after {
  clear: both;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .cd-tabs::after {
    display: none;
  }
}

.cd-tabs-navigation {
  width: 100%;
}
.cd-tabs-navigation:before, .cd-tabs-navigation:after {
  content: " ";
  display: table;
}
.cd-tabs-navigation:after {
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
  display: inline;
  width: 25%;
  box-sizing: border-box;
}
.cd-tabs-navigation li.half {
  width: 50%;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #0084be;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #990000;
  background-color: rgba(0, 97, 139, 0.3);
}
.cd-tabs-navigation a:hover, .cd-tabs-navigation a:focus {
  text-decoration: none;
}
.cd-tabs-navigation a:hover {
  background-color: #e8e8e8;
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff;
  color: #990000;
}
@media (min-width: 768px) {
  .cd-tabs-navigation li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cd-tabs-navigation li {
    width: 25%;
  }
  .cd-tabs-navigation li a {
    text-align: center;
  }
}

.cd-tabs-content {
  background: #fff;
}
.cd-tabs-content li {
  display: none;
  padding: 10px;
}
.cd-tabs-content li.selected {
  display: block;
  animation-name: cd-fade-in;
  animation-duration: 0.5s;
}
@media (min-width: 768px) {
  .cd-tabs-content li {
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .cd-tabs-content li {
    padding: 10px;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -8px;
  top: -8px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #ffffff;
  background: #990000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  transition: background 0.2s;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  background: #660000;
}
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* 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;
}

/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before, .datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left:before, .datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left:before, .datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}

.datepicker-top-right:before, .datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: " ";
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  cursor: default;
  background-color: #fff;
}

.datepicker-hide {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*--------------------------------------------------------------
# Site Wide
--------------------------------------------------------------*/
.ls__price-up {
  animation: ls_fade_up 0.8s ease-in-out;
}
.ls__price-down {
  animation: ls_fade_down 0.8s ease-in-out;
}

@keyframes ls_fade_up {
  0% {
    background-color: none;
  }
  50% {
    background-color: #00ff00;
  }
  100% {
    background-color: none;
  }
}
@keyframes ls_fade_down {
  0% {
    background-color: none;
  }
  50% {
    background-color: #dd0000;
  }
  100% {
    background-color: none;
  }
}
.register-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #31708f;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 62px;
  left: 0;
  padding: 3px 0;
}
@media (min-width: 768px) {
  .register-bar {
    display: none;
  }
}
.register-bar__link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 700;
  color: #31708f;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.register-bar__dismiss {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-48%);
}

.fa-circle {
  font-size: 10px;
}

.share-links {
  margin-bottom: 15px;
}
.share-links__link {
  background: #990000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  margin-right: 4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .share-links__link {
    font-size: 12px;
    width: 25px;
    padding: 5px 0;
  }
}
.share-links__link:hover {
  background: #660000;
}
.share-links__link--facebook {
  background: #3b5998;
}
.share-links__link--facebook:hover {
  background: #2d4373;
}
.share-links__link--twitter {
  background: #1da1f2;
}
.share-links__link--twitter:hover {
  background: #0c85d0;
}
.share-links__link--linkedin {
  background: #0077b5;
}
.share-links__link--linkedin:hover {
  background: #005582;
}

.status-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding: 10px 15px;
  clear: both;
  margin-bottom: 15px;
}
.status-bar__link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  text-decoration: underline;
}
.status-bar__link:hover {
  text-decoration: none;
}
.status-bar--warning {
  background: #fcf8e3;
}
.status-bar--warning:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.status-bar--info {
  background: #d9edf7;
}
.status-bar--info:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.status-bar--error {
  background: #f2dede;
}
.status-bar--error:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.status-bar--success {
  background: #dff0d8;
}
.status-bar--success:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}

.notifications {
  position: fixed;
  bottom: 64px;
  right: 15px;
  padding-bottom: 45px;
  z-index: 1500;
}
@media (min-width: 992px) {
  .notifications {
    bottom: 30px;
    right: 30px;
  }
}
.notifications__holder {
  position: fixed;
  bottom: 64px;
  right: 30px;
  display: inline-block;
}
.notifications__close {
  position: absolute;
  top: -7px;
  right: -4px;
  z-index: 200;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #89be69;
  cursor: pointer;
}
.notifications__close:before {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  font-size: 10px;
  color: #ffffff;
}
.notifications__main-icon {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: calculateRem(17px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #990000;
  border-radius: 50%;
  width: 35px;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .notifications__main-icon {
    width: 40px;
    font-size: 20px;
  }
}
.notifications__icon {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: calculateRem(17px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #d1d3d4;
  border-radius: 50%;
  width: 35px;
  padding: 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .notifications__icon {
    width: 40px;
    font-size: 20px;
  }
}
.notifications__icon--alerts {
  left: -100px;
  display: none;
}
.notifications__icon--pm {
  left: -50px;
  display: none;
}
.notifications__icon-count {
  position: absolute;
  background: #990000;
  color: #ffffff;
  top: -3px;
  right: 24px;
  border-radius: 50px;
  padding: 3px 4px;
  width: 22px;
  height: 22px;
  font-size: 10px;
}
.notifications__alert {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  border: 1px solid #eeeeee;
  color: #58595b;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left 15px;
  border-radius: 4px;
  padding: 10px;
  padding-left: 50px;
  margin-bottom: 10px;
  display: none;
  clear: both;
  float: left;
  width: 250px;
}
.notifications__alert--rns {
  background-image: url("https://static.lse.co.uk/images/icons/sp-action-alerts.svg");
}
.notifications__alert--pm {
  background-image: url("https://static.lse.co.uk/images/icons/inbox.svg");
}

.sp-share-dropdown__search-results {
  display: none;
  margin-top: 8px;
  clear: both;
}
@media (min-width: 768px) {
  .sp-share-dropdown__search-results {
    width: 150%;
    background: #2a2a2a;
    margin-top: 0;
    border: 1px solid #ffffff;
    border-top: none;
    position: absolute;
    top: 35px;
    left: 7px;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .watchlist__add-shares .sp-share-dropdown__search-results, .private-message .sp-share-dropdown__search-results, .alerts .sp-share-dropdown__search-results, .portfolio .sp-share-dropdown__search-results, .rns__filter .sp-share-dropdown__search-results, .private-message .sp-share-dropdown__search-results, .crypto__search .sp-share-dropdown__search-results, #portfolio-add-share-form .sp-share-dropdown__search-results {
    background: #ffffff;
    border: 1px solid #d1d3d4;
    width: 150%;
    top: 35px;
    left: 0;
    z-index: 100;
  }
}
#portfolio-add-share-form .sp-share-dropdown__search-results {
  width: 97%;
  top: 39px;
  left: 7px;
}
.rns__filter .sp-share-dropdown__search-results {
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d3d4;
  width: 250%;
  z-index: 100;
  top: 31px;
}
@media (min-width: 768px) {
  .rns__filter .sp-share-dropdown__search-results {
    top: 39px;
  }
}
.portfolio .sp-share-dropdown__search-results {
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d3d4;
  width: 200% !important;
  z-index: 100;
}
.private-message .sp-share-dropdown__search-results {
  top: 64px;
  width: 250px;
}
.alerts .sp-share-dropdown__search-results {
  top: 63px;
}
.portfolio .sp-share-dropdown__search-results {
  top: 64px !important;
  left: 7px;
}
@media (min-width: 768px) {
  .portfolio .sp-share-dropdown__search-results {
    top: 53px;
  }
}
.sp-share-dropdown__search-results-preview img {
  width: 40px;
  height: auto;
}
.sp-share-dropdown__search-results-preview i {
  color: #58595b;
  margin-left: 8px;
}
.sp-share-dropdown__result-empty {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding: 12px 0;
  text-align: center;
}
.watchlist__add-shares .sp-share-dropdown__result-empty, .private-message .sp-share-dropdown__result-empty, .alerts .sp-share-dropdown__result-empty, .portfolio .sp-share-dropdown__result-empty, .rns__filter .sp-share-dropdown__result-empty, .private-message .sp-share-dropdown__result-empty, .crypto__search .sp-share-dropdown__result-empty, #portfolio-add-share-form .sp-share-dropdown__result-empty {
  color: #333333;
}
.sp-share-dropdown__result {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  padding: 12px 12px;
  border-bottom: 1px solid #58595b;
}
.sp-share-dropdown__result--highlighted {
  background: #58595b;
}
@media (min-width: 768px) {
  .sp-share-dropdown__result {
    font-size: 14px;
    padding: 8px;
  }
  .sp-share-dropdown__result:last-child {
    padding-bottom: 8px;
    border: none;
  }
}
.watchlist__add-shares .sp-share-dropdown__result, .private-message .sp-share-dropdown__result, .alerts .sp-share-dropdown__result, .portfolio .sp-share-dropdown__result, .rns__filter .sp-share-dropdown__result, .private-message .sp-share-dropdown__result, .crypto__search .sp-share-dropdown__result, #portfolio-add-share-form .sp-share-dropdown__result {
  color: #333333;
  border-bottom: 1px solid #d1d3d4;
}
.watchlist__add-shares .sp-share-dropdown__result--highlighted, .private-message .sp-share-dropdown__result--highlighted, .alerts .sp-share-dropdown__result--highlighted, .portfolio .sp-share-dropdown__result--highlighted, .rns__filter .sp-share-dropdown__result--highlighted, .private-message .sp-share-dropdown__result--highlighted, .crypto__search .sp-share-dropdown__result--highlighted, #portfolio-add-share-form .sp-share-dropdown__result--highlighted {
  background: #d1d3d4;
}
.sp-share-dropdown__result-image {
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
}
.sp-share-dropdown__result-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
  display: inline-block;
  vertical-align: bottom;
}
.sp-share-dropdown__result-change {
  float: right;
}

.notice-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding: 5px 0;
  text-align: center;
  clear: both;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .notice-bar {
    font-size: 16px;
    padding: 10px 0;
  }
}
.notice-bar--has-wallpaper {
  margin: 0 auto;
  width: 1140px;
}
.notice-bar--yellow {
  background: #fcf8e3;
}
.notice-bar--yellow a {
  color: #caad16 !important;
}
.notice-bar--blue {
  background: #d9edf7;
}
.notice-bar--blue a {
  color: #247fad !important;
}
.notice-bar--red {
  background: #f2dede;
}
.notice-bar--red a {
  color: #963b3b !important;
}
.notice-bar--green {
  background: #dff0d8;
}
.notice-bar--green a {
  color: #529138 !important;
}
.notice-bar a {
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  color: #2a2a2a;
}
.notice-bar a:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.notice-bar a:hover {
  text-decoration: none;
  color: #2a2a2a !important;
}

.filter {
  padding: 10px;
}
.filter__choice-title {
  margin-bottom: 5px;
}
.filter__label {
  display: inline-block;
  width: calc(40% - 10px);
  margin-right: 10px;
}
.filter__label:last-child {
  margin-right: 0;
}
.filter__label--three {
  width: calc(26% - 10px);
}
.filter__label--four {
  width: calc(24% - 10px);
}
@media (min-width: 992px) {
  .filter__label--four {
    width: calc(19.5% - 10px);
  }
}
.filter__select {
  width: 100%;
}
.filter__button {
  text-align: center;
  width: 20%;
}
.filter__button--mobile-full {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .filter__button--mobile-full {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .filter__button-icon {
    margin-right: 7px;
  }
}

.pager {
  margin-bottom: 15px;
  text-align: center;
}
.pager__link {
  display: none;
  background: #f5f5f5;
  padding: 3px 8px;
  margin-right: 2px;
  color: #333333;
  font-size: 16px;
}
.pager__link--first {
  display: inline-block;
}
.pager__link--prev {
  display: inline-block;
}
.pager__link--prev:after {
  content: "Prev Page";
  margin-left: 6px;
}
.pager__link--next {
  display: inline-block;
}
.pager__link--next:before {
  content: "Next Page";
  margin-right: 6px;
}
.pager__link--disabled {
  display: none;
}
.pager__link:nth-child(-n+4) {
  display: inline-block;
}
@media (min-width: 768px) {
  .pager__link {
    display: inline-block;
  }
}
.pager__link:hover {
  background: gainsboro;
  text-decoration: none;
}
.pager__selected {
  background: #990000;
  padding: 3px 8px;
  margin-right: 2px;
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pager__selected {
    display: inline-block;
  }
}

.tabbed-nav {
  list-style: none;
  border-bottom: 2px solid #990000;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow-x: auto;
}
.tabbed-nav__nav-item {
  display: inline-block;
  position: relative;
}
.tabbed-nav__nav-item--right {
  float: right;
}
.tabbed-nav__switch-message {
  display: none;
}
@media (min-width: 992px) {
  .tabbed-nav__switch-message {
    display: inline-block;
    margin-right: 3px;
  }
}
.tabbed-nav__nav-link {
  background: #d1d3d4;
  color: #333333;
  padding: 8px 10px;
  display: block;
}
@media (min-width: 768px) {
  .tabbed-nav__nav-link {
    padding: 8px 15px;
  }
}
.tabbed-nav__nav-link--selected {
  background: #990000;
  color: #ffffff;
}
.tabbed-nav__nav-link--green {
  background: #89be69;
  color: #ffffff;
}
.tabbed-nav__icon-before {
  margin-right: 7px;
}
.tabbed-nav__icon-after {
  margin-left: 7px;
}
.tabbed-nav__filter-on {
  display: inline-block;
  vertical-align: text-bottom;
  background: #89be69;
  color: #fff;
  border-radius: 45px;
  padding: 2px 2px;
  font-size: 8px;
  text-transform: uppercase;
}
.tabbed-nav__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.tabbed-nav__text:last-child {
  margin-bottom: 0;
}
.tabbed-nav__text-link {
  color: #0084be;
}
.tabbed-nav__pane {
  display: none;
}
.tabbed-nav__pane--active {
  display: block;
}

.tabbed-nav-bordered__pane {
  list-style: none;
  display: none;
}
.tabbed-nav-bordered__pane--active {
  display: block;
}
.tabbed-nav-bordered__pane-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.tabbed-nav-bordered__position {
  position: absolute;
  top: 2px;
  left: 0;
  background: #0084be;
  color: #ffffff;
  text-align: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
}
.tabbed-nav-bordered__link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.tabbed-nav-bordered__nav {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.tabbed-nav-bordered__nav-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;
  padding-bottom: 5px;
  cursor: pointer;
}
.tabbed-nav-bordered__nav-item--active {
  color: #0084be;
  border-bottom: 1px solid #0084be;
  cursor: default;
}
.tabbed-nav-bordered__nav-link {
  color: #0084be;
  display: block;
}

.link-container {
  margin-top: 10px;
  clear: both;
}
.link-container--left {
  text-align: left;
}
.link-container--right {
  text-align: right;
}
.link-container--no-margin {
  margin: 0;
}
.link-container--mb {
  margin-bottom: 20px;
}
.link-container--right .link-container__link {
  margin-left: 15px;
}
.link-container--left .link-container__link {
  margin-right: 15px;
}
.link-container__link--red {
  color: #990000;
}
.standard-content > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.standard-content__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.standard-content__text--center {
  text-align: center !important;
}
.standard-content__link {
  color: #0084be;
}
.standard-content__list {
  margin-left: 40px;
  margin-bottom: 25px;
}
.standard-content__list-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 7px;
  text-transform: none;
}
.standard-content__sub-list {
  margin-top: 15px;
  margin-left: 25px;
  margin-bottom: 25px;
  list-style-type: lower-alpha;
}
.standard-content__cookie-table th, .standard-content__cookie-table td {
  white-space: normal;
}
.standard-content__sv-videos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.standard-content__sv-video {
  margin-bottom: 10px;
}
.standard-content__sv-video--small {
  width: 100%;
}
@media (min-width: 768px) {
  .standard-content__sv-video--small {
    width: 32%;
  }
}

.last-checked {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.last-checked__icon {
  vertical-align: sub;
  margin-right: 7px;
  width: 14px;
}
.last-checked--no-margin {
  margin: 0;
}

.icon-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) {
  .icon-grid:after {
    content: " ";
    display: block;
    margin-left: 31%;
  }
}
@media (min-width: 992px) {
  .icon-grid:after {
    margin-left: 23%;
  }
}
.icon-grid__item {
  display: inline-block;
  width: 48%;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .icon-grid__item {
    width: 31%;
  }
}
@media (min-width: 992px) {
  .icon-grid__item {
    width: 23%;
  }
}
.icon-grid__item--half {
  width: 48% !important;
}
.icon-grid__content {
  display: block;
  background: #ffffff;
  padding: 20px;
  min-height: 211px;
  border: 2px solid #ffffff;
}
.icon-grid__content:hover {
  border: 2px solid #0084be;
  text-decoration: none;
}
.icon-grid__image {
  width: 50%;
  margin-bottom: 20px;
}
.icon-grid__title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.icon-grid__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.icon-grid__notice {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #0084be;
  position: absolute;
  top: 14px;
  left: -58px;
  padding: 3px 70px;
  -ms-transform: rotate(-37deg);
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.icon-columns {
  margin-left: -7px;
  margin-right: -7px;
  display: inline-block;
  width: 100%;
}
.icon-columns:before, .icon-columns:after {
  content: " ";
  display: table;
}
.icon-columns:after {
  clear: both;
}
.icon-columns__item {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .icon-columns__item {
    float: left;
    width: 50%;
  }
}
.icon-columns__item:nth-child(odd) {
  clear: left;
}
.icon-columns__content {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  border: 2px solid #ffffff;
}
.icon-columns__content:hover {
  border: 2px solid #0084be;
  text-decoration: none;
}
.icon-columns__image {
  float: left;
  width: 17%;
  margin-right: 15px;
}
.icon-columns__details {
  float: left;
  width: calc(83% - 15px);
  min-height: 90px;
}
.icon-columns__title {
  font-size: 14px;
  margin-bottom: 5px;
}
.icon-columns__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  min-height: 88px;
}
.icon-columns__notice {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #0084be;
  position: absolute;
  top: 14px;
  left: -58px;
  padding: 3px 70px;
  -ms-transform: rotate(-37deg);
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.page-actions {
  margin-bottom: 15px;
}
.page-actions__left {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.page-actions__back-link {
  color: #0084be;
  display: inline-block;
  margin-top: 5px;
}
.page-actions__back-link:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.page-actions__back-link:hover {
  color: #990000;
  text-decoration: none;
}
.page-actions__show-all {
  color: #0084be;
  display: inline-block;
  margin-top: 6px;
}
.page-actions__show-all:hover, .page-actions__show-all:focus {
  text-decoration: none;
}
.page-actions__show-all:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.page-actions__show-all--hide:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.page-actions__page-size {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}
.page-actions__page-size-text {
  display: none;
}
@media (min-width: 768px) {
  .page-actions__page-size-text {
    display: inline-block;
  }
}
.page-actions__select {
  padding: 3px 30px 3px 10px;
  margin-left: 5px;
}

.alert {
  margin-bottom: 15px;
  border: 2px dashed #eeeeee;
  background: #fbfbfb;
  padding: 8px;
  position: relative;
  clear: both;
}
.alert:before {
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.alert__list {
  list-style: none;
  margin-left: 40px;
}
.alert__list-item {
  margin-bottom: 6px;
}
.alert__list-item:last-child {
  margin-bottom: 0;
}
.alert--no-margin {
  margin-bottom: 0;
}
.alert--sticky {
  position: sticky;
  -webkit-position: sticky;
  top: 62px;
  z-index: 500;
}
@media (min-width: 768px) {
  .alert--sticky {
    top: 45px;
  }
}
.alert--warning {
  background: #fcf8e3;
  border: 2px dashed #faebcc;
  color: #8a6d3b;
}
.alert--warning:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #8a6d3b;
}
.alert--error {
  background: #f2dede;
  border: 2px dashed #ebccd1;
  color: #a94442;
}
.alert--error:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #a94442;
}
.alert--success {
  background: #dff0d8;
  border: 2px dashed #d6e9c6;
  color: #3c763d;
}
.alert--success:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #3c763d;
}
.alert--info {
  background: #d9edf7;
  border: 2px dashed #bce8f1;
  color: #31708f;
}
.alert--info:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #31708f;
}
.alert--success .alert__list-link {
  color: #2b542c;
  font-weight: bold;
}
.alert--warning .alert__list-link {
  color: #66512c;
  font-weight: bold;
}
.alert--info .alert__list-link {
  color: #245269;
  font-weight: bold;
}

.user-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.user-message__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.user-message__left {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-message__left {
    width: 70%;
    margin-bottom: 0;
  }
}
.user-message__right {
  width: 100%;
}
@media (min-width: 768px) {
  .user-message__right {
    width: 30%;
  }
}
.user-message__list {
  list-style: none;
}
.user-message__list-item {
  margin-bottom: 15px;
}
.user-message__list-item--title {
  font-size: 18px;
}
.user-message__list-item:last-child {
  margin-bottom: 0;
}
.user-message--warning {
  background: #fcf8e3;
  border: 2px dashed #faebcc;
  color: #8a6d3b;
}
.user-message--urgent {
  background: #f2dede;
  border: 2px dashed #ebccd1;
  color: #a94442;
}
.user-message--general {
  background: #d9edf7;
  border: 2px dashed #bce8f1;
  color: #31708f;
}
.user-message--notification {
  background: #d9edf7;
  border: 2px dashed #bce8f1;
  color: #31708f;
}
.user-message--informational {
  background: #d9edf7;
  border: 2px dashed #bce8f1;
  color: #31708f;
}
.alert--success .user-message__list-link {
  color: #2b542c;
  font-weight: bold;
}
.alert--warning .user-message__list-link {
  color: #66512c;
  font-weight: bold;
}
.alert--info .user-message__list-link {
  color: #245269;
  font-weight: bold;
}
.user-message__button--warning {
  background: #8a6d3b;
  color: #ffffff;
}
.user-message__button--urgent {
  background: #a94442;
  color: #ffffff;
}
.user-message__button--general {
  background: #31708f;
  color: #ffffff;
}
.user-message__button--notification {
  background: #31708f;
  color: #ffffff;
}
.user-message__button--informational {
  background: #31708f;
  color: #ffffff;
}

.toggle-switch {
  display: inline-block;
}
.toggle-switch__title {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.toggle-switch__label {
  display: inline-block;
  vertical-align: super;
}
.toggle-switch__label--before {
  margin-right: 8px;
}
.toggle-switch__label--after {
  margin-left: 8px;
}
.toggle-switch__input {
  display: none;
}
.toggle-switch__switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
}
.toggle-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch__slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch--blue .toggle-switch__slider {
  background-color: #0084be;
}
.toggle-switch__input:checked + .toggle-switch__slider {
  background-color: #0084be;
}
.toggle-switch__input:checked + .toggle-switch__slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.toggle-switch__input:focus + .toggle-switch__slider {
  background-color: #0084be;
}
.toggle-switch__slider--round {
  border-radius: 34px;
}
.toggle-switch__slider--round:before {
  border-radius: 50%;
}

.upsell {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.upsell--top {
  margin-top: 30px;
}
.upsell__icon {
  width: 20%;
  text-align: center;
}
.upsell__icon-img {
  width: 50%;
  height: auto;
}
.upsell__content {
  width: 80%;
}
.upsell__title {
  margin-bottom: 0;
  font-size: 26px;
}
.upsell__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.sitemap__list {
  margin-left: 20px;
}
.sitemap__list--child {
  margin-top: 20px;
}
.sitemap__list-item {
  margin-bottom: 20px;
}
.sitemap__list-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sp-title__text .title__title {
    font-size: 18px;
  }
}
.title__title--no-margin {
  margin-bottom: 0;
}
.title__title--small {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .title__title a {
    font-size: 18px;
  }
}
.title__qp-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .title__qp-icon {
    width: 18px;
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  .title__qp-icon {
    width: 30px;
    margin-top: -9px;
  }
}
.title__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .title__icon {
    width: 30px;
    height: 30px;
    margin-top: -3px;
  }
}
.top-container--has-wallpaper {
  width: 1154px;
  margin: 0 auto;
}

.header {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999999;
  }
}
.header__billboard-ad {
  text-align: center;
}
.header__logo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .header__logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .header__logo {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .header__logo {
    margin-bottom: 0;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin-top: 16px;
  }
}
.header__logo-image {
  width: 50%;
  max-width: 90px;
}
@media (min-width: 768px) {
  .header__logo-image {
    width: 100%;
    max-width: 100%;
  }
}
.header__mobile-icon {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .header__mobile-icon {
    display: none;
  }
}
.header__icon {
  font-size: 24px;
  margin-top: 8px;
  margin-right: 10px;
}
.header__ad-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  float: right !important;
  transform: translate3d(0, 0, 0);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  line-height: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  .header__ad-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .header__ad-container {
    float: left;
    width: 79.1666666667%;
  }
}
@media (min-width: 1200px) {
  .header__ad-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .header__ad-container {
    display: block !important;
    text-align: right;
    position: static;
  }
  .header__ad-container--billboard {
    width: 100%;
    float: right;
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.header__ad {
  display: inline-block;
  width: 320px;
}
@media (min-width: 768px) {
  .header__ad {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .header__ad {
    width: 728px;
    height: 90px;
  }
  .header__ad--billboard {
    width: 970px;
    height: 250px;
  }
}
.header__ad-image {
  max-width: 100%;
}

.top-nav {
  background-color: #ffffff;
  padding: 15px 0;
  clear: both;
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-nav > .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-nav {
    display: none;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 9999999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .top-nav {
    display: block !important;
    margin-bottom: 0;
    background: none;
    padding: 0;
  }
}
.top-nav__nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  list-style: none;
}
.top-nav__nav-item {
  position: relative;
}
@media (min-width: 768px) {
  .top-nav__nav-item {
    background: #990000;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 768px) {
  .top-nav__nav-item--right {
    float: right;
  }
}
@media (min-width: 768px) {
  .top-nav__nav-item:hover .top-nav__dropdown {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .top-nav__nav-item:hover .top-nav__nav-link {
    background: #2a2a2a;
  }
}
.top-nav__nav-icon {
  position: absolute;
  top: 0;
  right: 0px;
  color: #2a2a2a;
  padding: 11px 25px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .top-nav__nav-icon {
    display: none;
  }
}
.top-nav__nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 7px 0;
}
@media (min-width: 768px) {
  .top-nav__nav-link {
    position: relative;
    border-right: 1px solid #ffffff;
    padding: 3px 8px;
    font-size: 13px;
    border-bottom: none;
    z-index: 100;
    text-align: center;
    color: #ffffff;
  }
  .top-nav__nav-link:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .top-nav__nav-link:hover {
    background: #2a2a2a;
  }
}
@media (min-width: 992px) {
  .top-nav__nav-link {
    padding: 3px 10px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top-nav__nav-link {
    padding: 3px 13px;
  }
}
.top-nav__nav-link--last {
  border-bottom: none;
}
.top-nav__nav-link--selected {
  color: #990000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top-nav__nav-link--selected {
    background: #2a2a2a;
    color: #ffffff;
    font-weight: normal;
  }
}
.top-nav__nav-link-badge {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #0084be;
  border-radius: 100px;
  padding: 2px 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .top-nav__nav-link-badge {
    position: absolute;
    right: -3px;
    top: -9px;
  }
}
.top-nav__checkbox {
  display: none;
}
.top-nav__dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  display: none;
  padding-top: 10px;
}
.top-nav__nav-item .top-nav__checkbox:checked + .top-nav__dropdown {
  display: flex;
}
@media (min-width: 768px) {
  .top-nav__dropdown {
    padding: 20px 0;
    background: #2a2a2a;
    position: absolute;
    display: none !important;
    top: 28px;
    left: -1px;
    z-index: 999;
    border: 1px solid #fff;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .top-nav__dropdown {
    top: 28px;
  }
}
@media (min-width: 768px) {
  .top-nav__dropdown--share-prices {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .top-nav__dropdown--share-prices {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .top-nav__dropdown--share-chat {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .top-nav__dropdown--share-chat {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .top-nav__dropdown--trading {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .top-nav__dropdown--trading {
    width: 380px;
  }
}
@media (min-width: 768px) {
  .top-nav__dropdown--members {
    width: 700px;
    right: 0;
    left: auto;
  }
}
.top-nav__dropdown-column {
  width: 100%;
}
@media (min-width: 768px) {
  .top-nav__dropdown-column {
    width: 50%;
    padding: 0 20px;
  }
  .top-nav__dropdown--trading .top-nav__dropdown-column {
    width: 100%;
  }
  .top-nav__dropdown--members .top-nav__dropdown-column {
    width: 28%;
  }
  .top-nav__dropdown--members .top-nav__dropdown-column:first-child {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .top-nav__dropdown--trading .top-nav__dropdown-column {
    width: 50%;
  }
}
.top-nav__dropdown-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 500;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 7px;
  display: block;
}
@media (min-width: 768px) {
  .top-nav__dropdown-title {
    color: #25bcff;
  }
}
.top-nav__dropdown-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top-nav__dropdown-text {
    color: #ffffff;
  }
}
.top-nav__dropdown-text-link {
  color: #0084be;
}
.top-nav__dropdown-nav {
  list-style: none;
  width: 100%;
  display: inline-block;
}
.top-nav__dropdown-nav--mb {
  margin-bottom: 15px;
}
.top-nav__dropdown-nav-price {
  float: right;
}
.top-nav__dropdown-nav-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 500;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .top-nav__dropdown-nav-title {
    color: #25bcff;
  }
}
.top-nav__dropdown-nav-item {
  margin-bottom: 7px;
  display: block;
  width: 100%;
}
.top-nav__dropdown-nav-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  margin-right: 6px;
  color: #2a2a2a;
}
@media (min-width: 768px) {
  .top-nav__dropdown-nav-item:before {
    color: #ffffff;
  }
}
.top-nav__dropdown-nav-item--half {
  width: 49%;
  display: inline-block;
}
.top-nav__dropdown-nav-item--half:nth-child(even) {
  text-align: right;
}
.top-nav__dropdown-nav-item--half:before {
  content: "";
  display: none;
}
.top-nav__dropdown-nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .top-nav__dropdown-nav-link {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .top-nav__dropdown-nav-link span {
    display: inline-block;
  }
}
.top-nav__dropdown-nav-link:hover span {
  text-decoration: underline;
}
.top-nav__video-image {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.top-nav__video-image-img {
  width: 100%;
  height: auto;
}
.top-nav__video-image-play {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}
.top-nav__video-content h3 a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.top-nav__video-content-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 7px;
}
.top-nav__video-content-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.utility-bar {
  background: #2a2a2a;
  padding: 15px 0;
  color: #ffffff;
  display: none;
  clear: both;
}
@media (min-width: 768px) {
  .utility-bar {
    padding: 7px 0;
    display: block !important;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 600;
  }
}
.utility-bar--has-wallpaper {
  margin: 0 auto;
  width: 1140px;
}
.utility-bar__menu {
  display: block;
}
@media (min-width: 768px) {
  .utility-bar__menu {
    display: inline-block;
    vertical-align: sub;
  }
}
.utility-bar__menu-item {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .utility-bar__menu-item {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
  }
}
.utility-bar__search {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 768px) {
  .utility-bar__search {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .utility-bar__search {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .utility-bar__search {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 768px) {
  .utility-bar__search {
    display: block !important;
  }
}
.utility-bar__search-input {
  font-size: 16px;
  padding: 10px;
  width: 80%;
  border: none;
}
@media (min-width: 768px) {
  .utility-bar__search-input {
    padding: 3px 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .utility-bar__search-input {
    line-height: 1;
    padding: 6px 5px 5px;
  }
}
.utility-bar__search-button {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}
@media (min-width: 768px) {
  .utility-bar__search-button {
    padding: 3px 0;
  }
}
.utility-bar__search-button-icon {
  margin-right: 0;
}
.utility-bar__login {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 768px) {
  .utility-bar__login {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .utility-bar__login {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .utility-bar__login {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .utility-bar__login {
    text-align: right;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .utility-bar__login {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .utility-bar__login--logged-in {
    margin-top: 2px;
  }
}
.utility-bar__login-form {
  display: inline-block;
  width: 100%;
}
.utility-bar__login-welcome {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .utility-bar__login-welcome {
    vertical-align: bottom;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .utility-bar__login-welcome {
    width: 160px;
    text-align: right;
  }
}
.utility-bar__logged-in-icon-link {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .utility-bar__logged-in-icon-link {
    font-size: 14px;
  }
}
.utility-bar__logged-in-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: -3px;
  margin-right: 7px;
  color: #fff;
}
.utility-bar__login-input {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  padding: 8px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .utility-bar__login-input {
    width: calc(31% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
    padding: 3px 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .utility-bar__login-input {
    line-height: 1;
    padding: 6px 5px 5px;
  }
}
.utility-bar__login-button {
  padding: 3px 0;
  text-align: center;
  width: calc(24% - 10px);
  margin-right: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .utility-bar__login-button {
    width: calc(19% - 10px);
  }
}
.utility-bar__register-link {
  color: #ffffff;
  margin-top: 5px;
}
.utility-bar__notice {
  display: none;
  display: none;
  text-align: right;
}
@media (min-width: 1200px) {
  .utility-bar__notice {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    margin-top: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .utility-bar__notice {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .utility-bar__notice {
    float: left;
    width: 20.8333333333%;
  }
}
.utility-bar__notice-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background-color: #FF9933;
  padding: 2px 15px;
  border-radius: 150px;
  display: inline-block;
  animation-name: pulse;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
.utility-bar__notice-link:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 8px;
}
.utility-bar__notice-link:hover {
  background-color: #0084be;
  text-decoration: none;
}

.mobile-nav__item {
  vertical-align: middle;
}
.mobile-nav__link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #58595b;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  padding: 2px 0;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
}
.mobile-nav__link--selected {
  background: #990000;
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #990000;
  padding: 10px 20px;
  cursor: pointer;
  color: #ffffff;
}
.back-to-top:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 8px;
  margin-left: 0;
}

.social-bar {
  background: #58595b;
  padding: 20px;
  position: relative;
  z-index: 20;
}
.social-bar__title {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .social-bar__title {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .social-bar__title {
    margin-bottom: 0;
  }
}
.social-bar__heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-size: calculateRem(40px);
  line-height: 1;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  text-transform: none;
}
@media (min-width: 768px) {
  .social-bar__heading {
    text-align: left;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .social-bar__heading {
    font-size: 40px;
  }
}
.social-bar__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .social-bar__text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .social-bar__text {
    font-size: 12px;
  }
}
.social-bar__newsletter {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .social-bar__newsletter {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .social-bar__newsletter {
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.social-bar__input {
  border: none;
  width: 80%;
  padding: 11px 14px 13px;
}
@media (min-width: 768px) {
  .social-bar__input {
    padding: 13px 14px 14px;
  }
}
@media (min-width: 992px) {
  .social-bar__input {
    padding: 13px 14px 14px;
    width: 85%;
  }
}
.social-bar__button {
  padding: 13px 14px 14px;
  width: 20%;
  text-align: center;
}
@media (min-width: 992px) {
  .social-bar__button {
    width: 15%;
  }
}
.social-bar__social {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
@media (min-width: 768px) {
  .social-bar__social {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .social-bar__social {
    padding-top: 6px;
    text-align: right;
  }
}
.social-bar__share-link {
  background: #990000;
  font-size: 20px;
  display: inline-block;
  width: 52px;
  padding: 11px 0;
  text-align: center;
  color: #ffffff;
  margin-left: 10px;
}
.social-bar__share-link:hover {
  background: #660000;
}
@media (min-width: 768px) {
  .social-bar__share-link {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .social-bar__share-link {
    width: 52;
  }
}
.social-bar__share-link--facebook {
  background: #3b5998;
}
.social-bar__share-link--facebook:hover {
  background: #2d4373;
}
.social-bar__share-link--twitter {
  background: #1da1f2;
}
.social-bar__share-link--twitter:hover {
  background: #0c85d0;
}
.social-bar__share-link--linkedin {
  background: #0077b5;
}
.social-bar__share-link--linkedin:hover {
  background: #005582;
}
.social-bar__share-link--youtube {
  background: #cd201f;
}
.social-bar__share-link--youtube:hover {
  background: #a11918;
}
.social-bar__newsletter-form div {
  display: none;
}
.social-bar__newsletter-form .social-bar__newsletter-error {
  display: block;
}
.social-bar__newsletter-label {
  display: block;
  margin-top: 6px;
}
.social-bar__newsletter-label--hidden {
  display: none;
}
.social-bar__newsletter-checkbox {
  background-color: #ffffff;
  margin-right: 3px;
}
.social-bar__newsletter-checkbox:checked {
  background-color: #ffffff;
}
.social-bar__newsletter-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.social-bar__newsletter-error {
  border: 1px solid #990000;
  background: #ffb3b3;
  padding: 5px 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 8px;
}
.social-bar__newsletter-error:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
  color: #990000;
}

.footer {
  background: #2a2a2a;
  padding: 20px 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 20;
}
.footer__view {
  display: none;
  margin-top: 20px;
}
@media (max-device-width: 768px) {
  .footer__view {
    display: block;
  }
}
.footer__view-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.footer__view-link i {
  vertical-align: middle;
  margin-right: 5px;
}
.footer__view-link span.mobile-view {
  display: inline-block;
}
.footer__view-link span.tablet-view {
  display: none;
}
@media (min-device-width: 768px) {
  .footer__view-link span.mobile-view {
    display: none;
  }
  .footer__view-link span.tablet-view {
    display: inline-block;
  }
}
.footer__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .footer__column {
    float: left;
    width: 25%;
  }
}
.footer__column--first {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .footer__column--first {
    float: left;
    width: 50%;
  }
}
.footer__column--offer {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__column--offer {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .footer__column--offer {
    margin-bottom: 0;
  }
}
.footer__links {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .footer__links {
    float: left;
    width: 33.3333333333%;
  }
}
.footer__title {
  color: #fff;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
.footer__nav {
  list-style: none;
  margin-bottom: 15px;
}
.footer__nav-item {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footer__nav-item {
    display: block;
  }
}
.footer__nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #d1d3d4;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-bottom: 10px;
}
.footer__bottom {
  border-top: 1px dashed #333333;
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.footer__disclaimer {
  clear: both;
  margin-bottom: 10px;
}
.footer__disclaimer-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #d1d3d4;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.footer__bottom-nav-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}
.footer__bottom-nav-item:not(:first-child):before {
  content: "|";
  font-size: 12px;
  margin-right: 10px;
  color: #58595b;
}
@media (min-width: 768px) {
  .footer__bottom-nav-item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__bottom-nav-item {
    margin-right: 10px;
  }
}
.footer__bottom-nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.footer__offer-price-from {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1;
  font-weight: 400;
  color: #990000;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: -6px;
}
.footer__offer-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  font-size: calculateRem(60px);
  line-height: 1;
  font-weight: 200;
  color: #990000;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.footer__offer-price--blue {
  color: #0084be;
}
.footer__offer-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 200;
  color: #d1d3d4;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__offer-text {
    font-size: 17px;
  }
}
.left-pro-news {
  display: none;
}
@media (min-width: 992px) {
  .left-pro-news {
    display: block;
  }
}
.left-pro-news__title {
  background: #990000;
  color: #ffffff;
  margin: 0;
  padding: 5px;
  font-size: 13px;
}
.left-pro-news__content {
  padding: 8px;
}
.left-pro-news__article-link {
  color: #0084be;
  display: inline-block;
  margin-bottom: 5px;
}
.left-pro-news__article {
  color: #333333;
  display: inline-block;
  margin-bottom: 5px;
}
.left-pro-news__date {
  font-size: 10px;
  display: block;
}

.left-nav {
  list-style: none;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 992px) {
  .left-nav {
    display: block;
  }
}
.left-nav__secondary {
  list-style: none;
}
.left-nav__nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 4px;
  text-transform: none;
  background: #ffffff;
  display: block;
  padding: 4px 7px;
}
.left-nav__nav-link:hover {
  background: #0084be;
  color: #ffffff;
  text-decoration: none;
}
.left-nav__nav-link--selected {
  background: #0084be;
  color: #ffffff;
  text-decoration: none;
}
.left-nav__secondary .left-nav__nav-link {
  background: #f5f5f5;
  font-size: 12px;
}
.left-nav__secondary .left-nav__nav-link:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 5px;
  margin-left: 0;
  color: #0084be;
}
.left-nav__secondary .left-nav__nav-link:hover {
  background: #333333;
  color: #ffffff;
}
.left-nav__secondary .left-nav__nav-link:hover:before {
  color: #ffffff;
}
.left-nav__secondary .left-nav__nav-link--selected {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
}
.left-nav__secondary .left-nav__nav-link--selected:before {
  color: #ffffff;
}
.left-nav__external-link {
  font-size: 8px;
  margin-left: 5px;
}

.left-share-views {
  background-color: #990000;
  padding: 6px 10px;
  margin: 0 6px 10px 6px;
  display: none;
}
.left-share-views--blue {
  background-color: #0084be;
}
.left-share-views--gray {
  background-color: #58595b;
}
@media (min-width: 992px) {
  .left-share-views {
    display: block;
  }
}
.left-share-views__title {
  font-size: 13px;
  margin-bottom: 7px;
}
.left-share-views__image {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.left-share-views__icon {
  margin-right: 5px;
}
.left-share-views__button {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}

.left-share-chat {
  margin-bottom: 15px;
  list-style: none;
  display: none;
}
@media (min-width: 992px) {
  .left-share-chat {
    display: block;
  }
}
.left-share-chat__link {
  display: block;
  color: #333333;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
  padding-right: 5px;
  margin-bottom: 4px;
  word-wrap: break-word;
}

.right-trust__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}
.right-trust__trust-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.right-trust__trust-title a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.right-trust__trust-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.right-slider {
  display: none;
}
.right-slider.slick-initialized {
  display: block;
}
.right-slider__slide {
  outline: none;
  min-height: 427px;
}
.right-slider__slide-img {
  display: inline-block;
  width: 76%;
  height: auto;
  margin-left: 12%;
  margin-bottom: 10px;
}
.right-slider__slide-content {
  min-height: 412px;
}
.right-slider__slide-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}
.right-slider__slide-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.right-slider__slide-text--no-mb {
  margin-bottom: 0;
}
.right-slider__slide-button {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.right-slider__slide-button:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.right-slider__slide-button--red {
  background: #990000;
}
.right-slider .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  margin-bottom: 20px;
}
.right-slider .slick-dots > li:not(:last-child) {
  margin-right: 10px;
}
.right-slider .slick-dots > li button {
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  border: none;
  border-radius: 150px;
  background: #333333;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 0;
  outline: none;
}
.right-slider .slick-dots > li.slick-active button {
  background: #990000;
}

.right-top-charts {
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
.right-top-charts__table {
  margin-bottom: 10px;
}
.right-top-charts__more-link {
  padding: 3px 10px;
  width: 100%;
  position: relative;
}
.right-top-charts__more-link:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.right-newsletter {
  margin-bottom: 15px;
  background: #58595b;
  padding: 15px;
}
.right-newsletter__form div {
  display: none;
}
.right-newsletter__form .right-newsletter__error {
  display: block;
}
.right-newsletter__thank-you {
  margin-bottom: 0;
}
.right-newsletter__error {
  border: 1px solid #990000;
  background: #ffb3b3;
  padding: 5px 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 8px;
}
.right-newsletter__error:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
  color: #990000;
}
.right-newsletter__title {
  color: #ffffff;
}
.right-newsletter__input {
  width: 80%;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .right-newsletter__input {
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.right-newsletter__button {
  width: 20%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.right-newsletter__button--normal {
  width: 50%;
  margin-top: 15px;
}
.right-newsletter__label {
  display: block;
  margin-bottom: 5px;
}
.right-newsletter__checkbox {
  margin-right: 4px;
}
.right-newsletter__checkbox-title {
  color: #ffffff;
}

.right-ad {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .right-ad {
    text-align: center;
  }
}

.right-member-login {
  margin-bottom: 15px;
  background: #58595b;
  padding: 15px;
}
.right-member-login__title {
  color: #ffffff;
}
.right-member-login__input {
  width: 100%;
  margin-bottom: 10px;
}
.right-member-login__label {
  display: block;
  margin-bottom: 10px;
}
.right-member-login__checkbox {
  margin-right: 4px;
}
.right-member-login__checkbox-title {
  color: #ffffff;
}

.right-book-ad {
  border: 1px solid #eeeeee;
  padding: 10px;
}
.right-book-ad__image-container {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.right-book-ad__image {
  width: 100%;
}
.right-book-ad__content {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.right-book-ad__title {
  margin-bottom: 5px;
  color: #990000;
}
.right-book-ad__text {
  margin-bottom: 5px;
}

.right-top-recom-users__list {
  list-style: none;
  width: 100%;
}
.right-top-recom-users__list-item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.right-top-recom-users__list-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.right-top-recom-users__list-link span {
  float: right;
}

.right-top-posting-users__list {
  list-style: none;
  width: 100%;
}
.right-top-posting-users__list-item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.right-top-posting-users__list-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.right-top-posting-users__list-link span {
  float: right;
}

.dianomi__hp-right-bottom {
  width: 100%;
  height: 122px;
  border: none;
}

.breadcrumb {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  list-style: none;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 0;
    white-space: initial;
    overflow-x: initial;
  }
}
.breadcrumb__item {
  display: inline-block;
  margin-right: 6px;
}
.breadcrumb__item-link {
  display: inline-block;
  margin-right: 6px;
  color: #333333;
}

.content-form__label {
  display: block;
  margin-bottom: 15px;
}
.content-form__label-title {
  display: block;
  margin-bottom: 10px;
}
.content-form__input {
  display: block;
  width: 100%;
}
.content-form__checkbox {
  margin-right: 5px;
}
.content-form__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.report__post-details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  border: 1px solid #d1d3d4;
  padding: 6px;
  margin-bottom: 10px;
}
.report__select {
  width: 100%;
  margin-bottom: 10px;
}
.report__textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.finance-glossary__title--blue {
  font-size: 24px;
}
.finance-glossary__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 8px;
}
.finance-glossary__letter-link {
  border: 1px solid #d1d3d4;
  padding: 5px 10px 3px;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 3px;
  text-decoration: none;
  color: #0084be;
}
.finance-glossary__letter-link:hover {
  background: #f5f5f5;
}
.finance-glossary__search {
  margin-top: 20px;
}
.finance-glossary__search-input {
  border: 1px solid #d1d3d4;
  padding: 7px;
  width: 50%;
}
.finance-glossary__search-button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 7px;
  margin-left: 0;
}
.finance-glossary__result-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .finance-glossary__result-text {
    font-size: 14px;
    display: inline-block;
    width: 45%;
  }
  .finance-glossary__result-text:nth-of-type(odd) {
    margin-right: 10%;
  }
}
.finance-glossary__result-text--full {
  width: 100%;
  margin-right: 0;
}
.finance-glossary__result-text > a {
  color: #0084be;
}
.finance-glossary__list {
  list-style: none;
}
.finance-glossary__list-item {
  margin-bottom: 5px;
}
.finance-glossary__list-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
  color: #990000;
}
.finance-glossary__list--numbered .finance-glossary__list-item:before {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #0084be;
  display: inline-block;
  width: 20px;
  padding: 4px 0;
  line-height: 1;
  vertical-align: bottom;
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(1):before {
  content: "1";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(2):before {
  content: "2";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(3):before {
  content: "3";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(4):before {
  content: "4";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(5):before {
  content: "5";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(6):before {
  content: "6";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(7):before {
  content: "7";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(8):before {
  content: "8";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(9):before {
  content: "9";
}
.finance-glossary__list--numbered .finance-glossary__list-item:nth-child(10):before {
  content: "10";
}
.finance-glossary__list-link {
  color: inherit;
}
.finance-glossary__count {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
}
.finance-glossary__terms {
  margin-bottom: 30px;
}

.stock-picker__half {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.stock-picker__content {
  position: relative;
}
.stock-picker__select {
  padding: 3px 30px 3px 7px;
}
.stock-picker__half .stock-picker__select {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .stock-picker__half .stock-picker__select {
    width: 70%;
    margin-bottom: 0px;
  }
}
.stock-picker__tools .stock-picker__select {
  width: 115px;
}
.stock-picker__tools .stock-picker__select--short {
  width: 65px;
}
.stock-picker__tools .stock-picker__select--medium {
  width: 100px;
}
@media (min-width: 768px) {
  .stock-picker__tools .stock-picker__select {
    width: 200px;
  }
  .stock-picker__tools .stock-picker__select--short {
    width: 65px;
  }
  .stock-picker__tools .stock-picker__select--medium {
    width: 120px;
  }
}
.stock-picker__input {
  width: 120px;
  padding: 3px 7px;
}
.stock-picker__input--save-search {
  width: 200px;
}
.stock-picker__button {
  padding: 4px 15px;
}
.stock-picker__half .stock-picker__button {
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .stock-picker__half .stock-picker__button {
    width: 25%;
  }
}
.stock-picker__duplicate {
  color: #990000;
  padding: 3px;
  padding-left: 0;
}
.stock-picker__duplicate:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.stock-picker__tools {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  padding: 5px;
  position: relative;
}
.stock-picker__results .stock-picker__tools {
  padding: 0;
  margin-bottom: 15px;
  background: none;
}
.stock-picker__tools-right {
  float: right;
}
.stock-picker__parameter {
  padding: 10px;
  border-bottom: 1px dashed #d9dbdb;
  position: relative;
}
.stock-picker__parameter:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .stock-picker__parameter {
    padding: 5px;
  }
}
.stock-picker__parameter-title {
  display: block;
  margin-bottom: 5px;
}
.stock-picker__parameter-title--no-break {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stock-picker__parameter-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .stock-picker__parameter-title {
    min-width: 160px;
  }
}
.stock-picker__delete {
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 16px;
  color: #d1d3d4;
  background: none;
  border: none;
  transform: translateY(-50%);
  outline: none;
}
.stock-picker__delete:hover {
  color: #990000;
}
.stock-picker__delete--search {
  right: 6px;
  bottom: 3px;
  top: auto;
}
.stock-picker__delimiter {
  display: inline-block;
  width: 20px;
  text-align: right;
  padding-right: 3px;
}
.stock-picker__table-icon {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.stock-picker__link {
  position: relative;
  display: inline-block;
}
.stock-picker__indicator {
  position: absolute;
  top: 1px;
  right: 3px;
  z-index: 200;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #990000;
}

.register__form-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.register__worldpay {
  margin-bottom: 20px;
}
.register__worldpay-error {
  display: none;
}
.register__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.register__reasons-list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.register__reasons-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 300;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  width: 50%;
  float: left;
}
.register__reasons-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
  color: #0084be;
}
.register__reasons-item--full {
  width: 100%;
}
.register__label {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .register__label--title {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .register__label--name {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .register__label--email {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .register__label--half {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .register__label--details {
    width: 49%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .register__label--margin-right {
    margin-right: 2%;
  }
}
.register__username-status {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  right: 10px;
}
.register__username-status--available {
  color: #89be69;
}
.register__username-status--available:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 5px;
}
.register__username-status--taken {
  color: #990000;
}
.register__username-status--taken:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 5px;
}
.register__select {
  width: 100%;
  margin-top: 5px;
}
.register__input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}
.register__label--error .register__input {
  border: 1px solid #990000;
  background: #ffe6e6;
}
.register__error-message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  border: 1px solid #990000;
  background: #ffe6e6;
  clear: both;
  padding: 5px;
  margin-bottom: 15px;
}
.register__checkbox {
  margin-right: 5px;
}
.register__google-captcha {
  margin-bottom: 15px;
}
.register__button-container {
  text-align: right;
}
.register__info {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.register__link {
  color: #0084be;
}

.company-lookup__letters {
  margin-bottom: 20px;
}
.company-lookup__letter-link {
  border: 1px solid #d1d3d4;
  padding: 5px 6px 3px;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 3px;
  text-decoration: none;
  color: #0084be;
}
.company-lookup__letter-link:hover {
  background: #f5f5f5;
}
.company-lookup__letter-link--active {
  border: 1px solid #990000;
  background: #990000;
  color: #ffffff;
}
.company-lookup__search-input {
  border: 1px solid #d1d3d4;
  padding: 7px;
  width: 50%;
}
.company-lookup__search-button {
  padding: 8px 15px;
}
.company-lookup__search-button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 7px;
  margin-left: 0;
}
/*--------------------------------------------------------------
# Primary
--------------------------------------------------------------*/
.left-quick-picks {
  margin-bottom: 15px;
  width: 95%;
  margin-left: 2.55%;
}
@media (min-width: 768px) {
  .left-quick-picks {
    width: 100%;
    margin-left: 0;
  }
}
.left-quick-picks__slide-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  transform: rotate(90deg);
  background: #990000;
  position: absolute;
  top: calc(50% - 75px);
  right: -93px;
  width: 150px;
  padding: 3px 15px;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-quick-picks__slide-button {
    display: inline-block;
  }
}
.left-quick-picks__title {
  background: #990000;
  color: #ffffff;
  margin: 0;
  padding: 5px;
  font-size: 13px;
}
.left-quick-picks__title-settings {
  float: right;
  font-size: 16px;
  margin-top: 1px;
  margin-right: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.left-quick-picks__title-settings:hover {
  color: #d1d3d4;
}
@media (min-width: 768px) {
  .left-quick-picks__title-settings {
    opacity: 0;
  }
  .left-quick-picks:hover .left-quick-picks__title-settings {
    opacity: 1;
  }
}
.left-quick-picks__title-icon {
  float: right;
  width: 15px;
  margin: 2px 1px 0 0;
}
.left-quick-picks__nav {
  display: inline-block;
  width: 100%;
}
.left-quick-picks__nav--invisible {
  display: none;
}
.left-quick-picks__nav-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d1d3d4;
  border-top: 0;
  padding: 2px;
  color: #333333;
}
.left-quick-picks__nav-item:hover, .left-quick-picks__nav-item:focus {
  text-decoration: none;
}
.left-quick-picks__nav-item--first {
  border-right: none;
}
.left-quick-picks__nav-item--selected {
  background: #d1d3d4;
  color: #333333;
}
@media (min-width: 992px) {
  .left-quick-picks__tidm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
    font-weight: 600;
  }
}
.left-quick-picks__tidm-delete {
  position: absolute;
  top: 7px;
  left: -30px;
  width: 12px;
  transition: all 0.08s;
  transition-timing-function: linear;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.left-quick-picks__tidm-delete--visible {
  left: -18px;
  visibility: visible;
  opacity: 1;
}
.left-quick-picks__table tr:nth-child(2) .left-quick-picks__tidm-delete {
  transition-delay: 0.05s;
}
.left-quick-picks__table tr:nth-child(3) .left-quick-picks__tidm-delete {
  transition-delay: 0.1s;
}
.left-quick-picks__table tr:nth-child(4) .left-quick-picks__tidm-delete {
  transition-delay: 0.15s;
}
.left-quick-picks__table tr:nth-child(5) .left-quick-picks__tidm-delete {
  transition-delay: 0.2s;
}
.left-quick-picks__table tr:nth-child(6) .left-quick-picks__tidm-delete {
  transition-delay: 0.25s;
}
.left-quick-picks__table tr:nth-child(7) .left-quick-picks__tidm-delete {
  transition-delay: 0.3s;
}
.left-quick-picks__table tr:nth-child(8) .left-quick-picks__tidm-delete {
  transition-delay: 0.35s;
}
.left-quick-picks__table tr:nth-child(9) .left-quick-picks__tidm-delete {
  transition-delay: 0.4s;
}
.left-quick-picks__table tr:nth-child(10) .left-quick-picks__tidm-delete {
  transition-delay: 0.45s;
}
.left-quick-picks__table tr:nth-child(11) .left-quick-picks__tidm-delete {
  transition-delay: 0.5s;
}
.left-quick-picks__table tr:nth-child(12) .left-quick-picks__tidm-delete {
  transition-delay: 0.55s;
}
.left-quick-picks__table tr:nth-child(13) .left-quick-picks__tidm-delete {
  transition-delay: 0.6s;
}
.left-quick-picks__table tr:nth-child(14) .left-quick-picks__tidm-delete {
  transition-delay: 0.65s;
}
.left-quick-picks__table tr:nth-child(15) .left-quick-picks__tidm-delete {
  transition-delay: 0.7s;
}
.left-quick-picks__table tr:nth-child(16) .left-quick-picks__tidm-delete {
  transition-delay: 0.75s;
}
.left-quick-picks__table tr:nth-child(17) .left-quick-picks__tidm-delete {
  transition-delay: 0.8s;
}
.left-quick-picks__table tr:nth-child(18) .left-quick-picks__tidm-delete {
  transition-delay: 0.85s;
}
.left-quick-picks__table tr:nth-child(19) .left-quick-picks__tidm-delete {
  transition-delay: 0.9s;
}
.left-quick-picks__table tr:nth-child(20) .left-quick-picks__tidm-delete {
  transition-delay: 0.95s;
}
.left-quick-picks__table tr:nth-child(21) .left-quick-picks__tidm-delete {
  transition-delay: 1s;
}
.left-quick-picks__table tr:nth-child(22) .left-quick-picks__tidm-delete {
  transition-delay: 1.05s;
}
.left-quick-picks__table tr:nth-child(23) .left-quick-picks__tidm-delete {
  transition-delay: 1.1s;
}
.left-quick-picks__table tr:nth-child(24) .left-quick-picks__tidm-delete {
  transition-delay: 1.15s;
}
.left-quick-picks__table tr:nth-child(25) .left-quick-picks__tidm-delete {
  transition-delay: 1.2s;
}
.left-quick-picks__holder {
  background: #ffffff;
}
.left-quick-picks__table {
  margin-bottom: 10px;
  transition: all 0.4s;
}
.left-quick-picks__table td i {
  font-size: 20px;
}
.left-quick-picks__table td i.fa-circle {
  font-size: 14px;
}
.left-quick-picks__table--invisible {
  display: none;
}
.left-quick-picks__table-header {
  position: relative;
  font-size: 12px;
  text-align: left !important;
}
@media (min-width: 1200px) {
  .left-quick-picks__table-content--alerts {
    display: table-cell;
  }
}
.left-quick-picks__table-content--icon {
  text-align: center !important;
}
.left-quick-picks__table-content--right {
  text-align: right !important;
}
.left-quick-picks__alerts-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 6px;
}
.left-quick-picks__page-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}
.left-quick-picks__page-link--invisible {
  display: none;
}
.left-quick-picks__alerts {
  width: 21px;
  margin-top: 2px;
  float: right;
  position: relative;
}
.left-quick-picks__alerts:hover .left-quick-picks__alerts-popup {
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper-3-col-wide__left .hidden-wide .left-quick-picks__alerts {
    display: none;
  }
}
.left-quick-picks__alerts-popup {
  width: 320px;
  height: 146px;
  position: absolute;
  top: -67px;
  right: calc(100% + 15px);
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  border-radius: 6px;
  padding: 10px;
  padding-top: 6px;
  box-shadow: 0 0 20px #ccc;
}
@media (min-width: 768px) {
  .left-quick-picks__alerts-popup {
    width: 350px;
    left: calc(100% + 1px);
  }
}
.left-quick-picks__alerts-popup:after, .left-quick-picks__alerts-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 768px) {
  .left-quick-picks__alerts-popup:after, .left-quick-picks__alerts-popup:before {
    left: auto;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
}
.left-quick-picks__alerts-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .left-quick-picks__alerts-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
  }
}
.left-quick-picks__alerts-popup:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #cccccc;
  border-width: 13px;
  margin-top: -13px;
}
@media (min-width: 768px) {
  .left-quick-picks__alerts-popup:before {
    border-color: rgba(136, 136, 136, 0);
    border-right-color: #cccccc;
    border-width: 12px;
    margin-top: -12px;
  }
}
.left-quick-picks__alerts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.left-quick-picks__alerts-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  width: 33.33333%;
  padding: 5px;
}
.left-quick-picks__alerts-item:nth-child(1) {
  border: 1px solid #ccc;
}
.left-quick-picks__alerts-item:nth-child(2), .left-quick-picks__alerts-item:nth-child(3) {
  border: 1px solid #ccc;
  border-left: none;
}
.left-quick-picks__alerts-item:nth-child(4) {
  border: 1px solid #ccc;
  border-top: none;
}
.left-quick-picks__alerts-item:nth-child(5), .left-quick-picks__alerts-item:nth-child(6) {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
}
.left-quick-picks__alerts-item div {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.left-quick-picks__alert {
  float: left;
  display: inline-block;
  width: 25%;
  height: 5px;
  background: #ccc;
  margin-right: 1px;
  margin-bottom: 1px;
}
.left-quick-picks__alert--selected {
  background: #990000;
}

@media (min-width: 768px) {
  .quick-picks__pick {
    display: table;
  }
}
.quick-picks__share {
  text-align: center;
  width: 30%;
  display: inline-block;
  float: left;
}
.quick-picks__share:hover {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .quick-picks__share {
    border: 1px solid #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    float: none;
  }
}
@media (min-width: 992px) {
  .quick-picks__share {
    width: 16.6667%;
  }
}
.quick-picks__link {
  color: #0084be;
}
.quick-picks__link--block {
  display: block;
  padding: 10px 0;
  height: 100%;
}
.quick-picks__link--block:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.quick-picks__share-name {
  display: block;
  font-size: 30px;
}
.up .quick-picks__share-name {
  color: #0084be;
}
.down .quick-picks__share-name {
  color: #990000;
}
.none .quick-picks__share-name {
  color: #333333;
}
.quick-picks__share-mid {
  display: block;
}
.up .quick-picks__share-mid {
  color: #0084be;
}
.down .quick-picks__share-mid {
  color: #990000;
}
.none .quick-picks__share-mid {
  color: #333333;
}
.quick-picks__share-bid-ask {
  display: block;
}
.up .quick-picks__share-bid-ask {
  color: #0084be;
}
.down .quick-picks__share-bid-ask {
  color: #990000;
}
.none .quick-picks__share-bid-ask {
  color: #333333;
}
.quick-picks__share-change {
  display: block;
}
.up .quick-picks__share-change {
  color: #0084be;
}
.down .quick-picks__share-change {
  color: #990000;
}
.none .quick-picks__share-change {
  color: #333333;
}
.quick-picks__chart {
  text-align: right;
  width: 70%;
  padding: 13px;
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .quick-picks__chart {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    float: none;
  }
}
@media (min-width: 992px) {
  .quick-picks__chart {
    width: 41.66667%;
  }
}
.quick-picks__chart-image {
  width: 90%;
}
.quick-picks__details {
  clear: both;
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-picks__details {
    float: none;
    clear: none;
    display: table-cell;
    width: 41.66667%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .quick-picks__details {
    width: 41.66667%;
  }
}
.quick-picks__table-link {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  font-size: 16px;
}
.quick-picks__table-link--news {
  border: 1px solid #f5f5f5;
}
.quick-picks__table-link--chat {
  border: 1px solid #f5f5f5;
  border-left: none;
}
.quick-picks__table-link--rns {
  border: 1px solid #f5f5f5;
  border-left: none;
}
.quick-picks__table-link--broker {
  border: 1px solid #f5f5f5;
  border-top: none;
}
.quick-picks__table-link--director {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.quick-picks__table-link--trades {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.quick-picks__table-title {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .quick-picks__table-title {
    font-size: 16px;
  }
}

.homepage-content-ad {
  text-align: center;
  margin-bottom: 15px;
}

.homepage-register {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border: 3px dashed #FF9933;
  background-color: #ffcc99;
  margin-bottom: 15px;
  padding: 15px;
}
.homepage-register__icon {
  width: 20%;
  max-width: 50px;
  display: none;
}
@media (min-width: 992px) {
  .homepage-register__icon {
    display: flex;
  }
}
.homepage-register__content {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .homepage-register__content {
    margin-bottom: 0;
  }
}
.homepage-register__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #cc6600;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .homepage-register__title {
    font-size: 17px;
  }
}
.homepage-register__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.homepage-register__link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  text-decoration: underline;
  font-weight: bold;
}
.homepage-register__button {
  background-color: #ff8000;
  border-radius: 10px;
}
.homepage-register__button:hover {
  background-color: #cc6600;
}

.homepage-latest-article__title {
  margin-bottom: 10px;
}
.homepage-latest-article__title-link {
  font-size: 21px;
}
.homepage-latest-article__date {
  font-weight: bold;
}
.homepage-latest-article__link {
  color: #0084be;
}

.homepage-indices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.homepage-indices__indices {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .homepage-indices__indices {
    float: left;
    width: 49.1666666667%;
  }
}

.homepage-intraday {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .homepage-intraday {
    float: left;
    width: 49.1666666667%;
  }
}
.homepage-market-overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.homepage-market-overview__container {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .homepage-market-overview__container {
    float: left;
    width: 49.1666666667%;
  }
}
.homepage-market-overview__container--left {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .homepage-market-overview__container--left {
    float: left;
    width: 49.1666666667%;
  }
}
.homepage-market-overview__heatmap-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.homepage-market-overview__bulletins {
  list-style: none;
}
.homepage-market-overview__bulletins-item {
  margin-bottom: 7px;
}
.homepage-market-overview__bulletins-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 8px;
  margin-left: 0;
  color: #0084be;
}
.homepage-market-overview__bulletins-link {
  color: #333333;
}
.homepage-market-overview__bulletins-date {
  color: #0084be;
}
.homepage-market-overview__movement td {
  padding: 3px;
}
.homepage-market-overview__market-bar {
  width: 100px;
  display: block;
  height: 20px;
  border: 1px solid #eeeeee;
}
.homepage-market-overview__direction--arrow {
  font-size: 20px;
}
.homepage-market-overview__direction--blue {
  color: #0084be !important;
}
.homepage-market-overview__direction--grey {
  color: #333333 !important;
}
.homepage-market-overview__direction--red {
  color: #990000 !important;
}
.homepage-market-overview__bar-container {
  width: 30%;
}
.homepage-market-overview__bar {
  display: inline-block;
  height: 100%;
}
.homepage-market-overview__bar--blue {
  background: #0084be;
}
.homepage-market-overview__bar--grey {
  background: #333333;
}
.homepage-market-overview__bar--red {
  background: #990000;
}

.homepage-fin-news__list {
  list-style: none;
}
.homepage-fin-news__list-item {
  margin-bottom: 7px;
}
.homepage-fin-news__list-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 8px;
  margin-left: 0;
  color: #0084be;
}
.homepage-fin-news__list-link {
  color: #333333;
}

.homepage-sector-overview__container {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .homepage-sector-overview__container {
    float: left;
    width: 50%;
  }
}
.homepage-sector-overview__content--chart {
  text-align: center;
}
.homepage-sector-overview__chart {
  margin: 20px;
}
.homepage-sector-overview__table {
  margin-bottom: 20px;
}
.homepage-sector-overview__table--last {
  margin-bottom: 8px;
}

.advertising__contact {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .advertising__contact {
    float: left;
    width: 50%;
  }
}
.advertising__download {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .advertising__download {
    float: left;
    width: 50%;
  }
}
.advertising__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.advertising__text:last-child {
  margin-bottom: 0;
}
.advertising__link {
  color: #990000;
}
.advertising__button {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .advertising__button {
    margin-top: 19px;
  }
}
.advertising__title {
  font-size: 22px;
  margin-bottom: 15px;
}
.advertising__stat {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .advertising__stat {
    float: left;
    width: 33.3333333333%;
  }
}
.advertising__stat:nth-child(odd) {
  clear: left;
}
@media (min-width: 992px) {
  .advertising__stat:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .advertising__stat:nth-child(3n+1) {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .advertising__stat:nth-child(odd) {
    clear: none;
  }
}
.advertising__stat-inner {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: calculateRem(26px);
  line-height: 1.6;
  font-weight: 200;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
  min-height: 228px;
}
@media (min-width: 768px) {
  .advertising__stat-inner {
    min-height: 187px;
  }
}
.advertising__stat-title {
  display: block;
  font-size: 34px;
  border-bottom: 2px solid #0084be;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.advertising__testimonial {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: calculateRem(26px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  font-style: italic;
  margin-bottom: 40px;
}
.advertising__testimonial:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  font-size: 45px;
  display: block;
}
.advertising__testimonial-name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 10px;
  font-style: normal;
}

.spread-betting__link {
  font-size: 10px;
}
.spread-betting__ig-banner {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
}
.spread-betting__body {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .spread-betting__body {
    float: left;
    width: 64.1666666667%;
  }
}
@media (min-width: 768px) {
  .spread-betting__body {
    margin-left: 2.5%;
  }
}
@media (min-width: 768px) {
  .spread-betting__body {
    margin-bottom: 0;
  }
}
.spread-betting__offer {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
@media (min-width: 768px) {
  .spread-betting__offer {
    float: left;
    width: 33.3333333333%;
  }
}
.spread-betting__offer-box {
  background: url(https://static.lse.co.uk/images/spread-betting/info-bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
  padding-bottom: 100px;
}
.spread-betting__offer-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: calculateRem(24px);
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: none;
}
.spread-betting__offer-button-box {
  text-align: center;
}
.spread-betting__offer-button {
  margin-bottom: 8px;
  padding: 8px 40px;
}
.spread-betting__offer-disclaimer {
  display: block;
  font-size: 10px;
  color: #ffffff;
}
.spread-betting__offer-disclaimer--lower {
  color: #333333;
  display: inline-block;
  width: 70%;
  margin-bottom: 8px;
}
.spread-betting__offer-laptop {
  width: 70%;
  margin-top: -50px;
  margin-bottom: 15px;
}
.spread-betting__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.spread-betting__text:last-child {
  margin-bottom: 0;
}
.spread-betting__title {
  font-size: 20px;
}
.spread-betting__list {
  margin-left: 40px;
  margin-bottom: 20px;
}
.spread-betting__list--ig {
  margin-left: 10px;
  list-style: none;
}
.spread-betting__list-item {
  margin-bottom: 7px;
}
.spread-betting__list--ig .spread-betting__list-item {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.spread-betting__list--ig .spread-betting__list-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  background: #89be69;
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 0;
}
.spread-betting__sponsored {
  background: #ffffea;
  border-top: 2px solid #d6d81d;
  border-bottom: 2px solid #d6d81d;
  margin-bottom: 25px;
  position: relative;
}
.spread-betting__sponsored:after {
  content: "SPONSORED";
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #d6d81d;
}
.spread-betting__provider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 1px dashed #d1d3d4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.spread-betting__provider:last-child {
  border-bottom: none;
}
.spread-betting__provider-title {
  font-size: 16px;
}
.spread-betting__provider-image {
  width: 100%;
}
.spread-betting__column {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  padding: 5px;
  width: 13.5%;
}
@media (min-width: 1200px) {
  .spread-betting__column {
    font-size: 16px;
  }
}
.spread-betting__column--logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 10px;
}
.spread-betting__column--logo img {
  max-height: 30px;
}
.spread-betting__column--button {
  padding: 0;
  background-color: none;
  border: none;
  align-self: center;
}
@media (min-width: 1200px) {
  .spread-betting__column--button {
    width: 10%;
  }
}
.spread-betting__column-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.spread-betting__provider-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 10px;
}
.spread-betting__button {
  background: #0084be;
  width: 100%;
  text-align: center;
}
.spread-betting__button:hover {
  background: #00618b;
}

.fx-tools__item:first-child {
  margin-bottom: 10px;
}
.fx-tools__icon {
  color: #990000;
  margin-right: 7px;
}
.fx-tools__link {
  color: #0084be;
}

.fx-half__title-link {
  color: inherit;
}
.fx-half__left {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .fx-half__left {
    float: left;
    width: 50%;
  }
}
.fx-half__right {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .fx-half__right {
    float: left;
    width: 50%;
  }
}
.chat-filter {
  display: none;
}
.chat-filter__title {
  margin-bottom: 5px;
}
.chat-filter__title-icon {
  float: right;
}
.chat-filter__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .chat-filter__column {
    float: left;
    width: 50%;
  }
}
.chat-filter--one-col .chat-filter__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .chat-filter--one-col .chat-filter__column {
    float: left;
    width: 100%;
  }
}
.chat-filter__label {
  display: inline-block;
  width: 100%;
}
.chat-filter__label-checkbox {
  display: inline-block;
  margin-right: 15px;
  min-width: 95px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .chat-filter__label-checkbox {
    min-width: auto;
  }
}
.chat-filter__checkboxes {
  margin-bottom: 15px;
}
.chat-filter__label-title {
  margin-bottom: 6px;
}
.chat-filter__filtered-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background: #eeeeee;
  display: inline-block;
  padding: 3px 7px;
  margin-right: 2px;
  margin-bottom: 10px;
}
.chat-filter__filtered-item:hover {
  background: #f5f5f5;
  color: #990000;
  text-decoration: none;
}
.chat-filter__remove {
  margin-left: 5px;
  transition: all 0.3s;
}
.chat-filter__filtered-item:hover .chat-filter__remove {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #990000;
}
.chat-filter__input {
  margin-bottom: 10px;
  width: 100%;
}
.chat-filter__checkbox {
  margin-right: 7px;
}
.general-chat__table-heading {
  margin-bottom: 0;
  font-size: 18px;
}
.general-chat__table-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #58595b;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  white-space: normal;
  display: block;
  width: 100%;
}
.general-chat__table-icon {
  width: 40px;
}
.general-chat__table-link {
  color: #0084be !important;
}
.general-chat__post-info {
  font-size: 12px;
}
.general-chat__new-topic {
  padding: 4px 10px;
  margin-bottom: 15px;
}
.general-chat__new-topic:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 8px;
  margin-left: 0;
}
.general-chat__label {
  display: block;
  margin-bottom: 15px;
}
.general-chat__label-title {
  margin-bottom: 5px;
}
.general-chat__input {
  width: 100%;
  max-width: 300px;
}
.general-chat__textarea {
  width: 100%;
  max-width: 500px;
  height: 140px;
}
.post-chat-message {
  display: none;
  float: left;
  width: 100%;
}
.post-chat-message__label {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-chat-message__label {
    width: 49%;
  }
  .post-chat-message__label--margin-right {
    margin-right: 2%;
  }
}
.post-chat-message__label--message {
  width: 100%;
  clear: both;
}
.post-chat-message__label--full {
  width: 100%;
  clear: both;
}
.post-chat-message__label-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.post-chat-message__limit {
  float: right;
}
.post-chat-message__subject {
  padding: 8px;
  width: 100%;
}
.post-chat-message__select {
  width: 100%;
}
.post-chat-message__message {
  width: 100%;
  max-width: 100%;
  height: 100px;
}
.post-chat-message__button {
  clear: both;
}
.post-chat-message__button--disabled {
  transition: none;
  background: url(https://static.lse.co.uk/images/chat-loader.svg) #990000;
  background-position: center center;
  background-size: 70px;
  background-repeat: no-repeat;
  width: 108px;
  text-indent: -9999px;
  overflow: hidden;
}
.post-chat-message__button--disabled:hover {
  background: url(https://static.lse.co.uk/images/chat-loader.svg) #660000;
  background-position: center center;
  background-size: 70px;
  background-repeat: no-repeat;
}
.post-chat-message__button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.post-chat-message__main-button {
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 10px;
}
.post-chat-message__main-button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.post-chat-message__main-button:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.post-chat-message__main-button:hover {
  text-decoration: none;
}
.post-chat-message__link {
  color: #0084be;
}
.post-chat-message__link--rules {
  margin-top: 12px;
  font-size: 10px;
  float: right;
}
@media (min-width: 768px) {
  .post-chat-message__link--rules {
    margin-top: 0;
  }
}
.post-chat-message__disclaimer {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.post-chat-message__fca-logo {
  display: inline-block;
  float: left;
  max-width: 52px;
  margin-right: 10px;
}
.post-chat-message__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: calc(100% - 62px);
  display: inline-block;
  float: left;
}
.post-chat-message__rules {
  max-width: 700px;
}
.post-chat-message__rules p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.post-chat-message__rules p.with-icon {
  position: relative;
  margin-left: 25px;
}
.post-chat-message__rules p.with-icon img {
  position: absolute;
  top: 0;
  left: -26px;
}
.post-chat-message__rules ul {
  margin-left: 30px;
  margin-bottom: 30px;
  list-style-type: decimal;
}
.post-chat-message__rules ul li {
  margin-bottom: 10px;
}
.post-chat-message__rules ul li > ul {
  margin: 15px 0 15px 30px;
  list-style-type: lower-alpha;
}

.share-chat__title-link {
  color: inherit;
}
.share-chat-thread {
  margin-bottom: 15px;
}
.share-chat-thread__post {
  margin-bottom: 5px;
  padding: 0;
}
.share-chat-thread__reply {
  position: relative;
  padding: 0;
  border-left: 2px solid #0084be;
  margin-left: 5px;
  width: calc(100% - 5px);
}
.share-chat-thread__content {
  padding: 10px;
}
@media (min-width: 992px) {
  .share-chat-thread__content {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .share-chat-thread__thread-title {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
    padding-right: 6px;
  }
}
@media (min-width: 992px) {
  .share-chat-thread__thread-info {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
}
.share-chat-thread__navigation {
  padding: 0 10px;
  margin-top: 5px;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .share-chat-thread__navigation {
    border-top: none;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.share-chat-thread__reply-container {
  display: none;
}
.share-chat-thread__reply-content {
  display: flex;
  flex-wrap: wrap;
}
.share-chat-thread__content-info {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .share-chat-thread__content-info {
    background: #e4e4e4;
    align-content: flex-start;
    flex: 0 0 25%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .share-chat-thread__content-info {
    flex: 0 0 20%;
  }
}
.share-chat-thread__content-info-box {
  flex: 0 0 50%;
  padding: 2px;
}
@media (min-width: 768px) {
  .share-chat-thread__content-info-box {
    padding: 0;
    flex: 1 0 100%;
  }
}
.share-chat-thread__content-message {
  padding: 10px;
}
@media (min-width: 768px) {
  .share-chat-thread__content-message {
    flex: 0 0 75%;
  }
}
@media (min-width: 1200px) {
  .share-chat-thread__content-message {
    flex: 0 0 80%;
  }
}
.share-chat-thread__content-actions {
  background: #e4e4e4;
  padding: 2px 5px;
  text-align: right;
  flex: 1 0 100%;
}
.share-chat-thread__actions-link {
  color: #0084be;
  font-size: 12px;
  margin-left: 20px;
}
.share-chat-thread__actions-link--disabled {
  color: #888888;
  cursor: default;
}
.share-chat-thread__actions-link--disabled:hover {
  text-decoration: none;
}
.share-chat-thread__actions-link--recommended {
  color: #89be69;
}
.share-chat-thread__actions-icon {
  margin-right: 5px;
}
.share-chat-thread__title {
  color: #0084be;
  font-size: 18px;
  margin-bottom: 1px;
}
.share-chat-thread__message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.4;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  word-break: break-word;
}
@media (min-width: 768px) {
  .share-chat-thread__message {
    font-size: 14px;
  }
}
.share-chat-thread__details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding: 0px 6px;
}
.share-chat-thread__post .share-chat-thread__details {
  background: none;
  padding: 0;
}
.share-chat-thread__thread-info .share-chat-thread__details {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .share-chat-thread__details {
    background: #e4e4e4;
  }
  .share-chat-thread__details--username {
    font-size: 16px;
  }
}
.share-chat-thread__status-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.share-chat-thread__status-bar-time {
  float: right;
}
.share-chat-thread__link {
  color: #0084be;
}
.share-chat-thread__nav {
  width: 100%;
  list-style: none;
}
.share-chat-thread__nav-item {
  display: inline-block;
  width: 50%;
  float: left;
}
@media (min-width: 992px) {
  .share-chat-thread__nav-item {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .share-chat-thread__nav-item:first-child {
    margin-bottom: 1px;
  }
}
.share-chat-thread__nav-link {
  display: block;
  text-align: center;
  padding: 6px 0;
}
.share-chat-thread__nav-link:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
@media (min-width: 992px) {
  .share-chat-thread__nav-link {
    text-align: right;
    padding: 0;
  }
}
.share-chat-thread__nav-link:hover {
  color: #990000;
  text-decoration: none;
}
.share-chat-thread__nav-link--replies:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.share-chat-thread__links {
  margin-top: 0;
  margin-bottom: 15px;
}

.share-chat-message {
  margin-bottom: 15px;
}
.share-chat-message__ad {
  text-align: center;
  margin-bottom: 15px;
}
.share-chat-message__message {
  position: relative;
  padding: 0;
  margin-bottom: 15px !important;
}
.share-chat-message__content {
  padding: 10px;
}
@media (min-width: 992px) {
  .share-chat-message__content {
    width: 100%;
  }
}
.share-chat-message__message-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.share-chat-message__content-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .share-chat-message__content-info {
    background: #e4e4e4;
    width: 25%;
    padding: 0;
    align-content: baseline;
  }
}
@media (min-width: 1200px) {
  .share-chat-message__content-info {
    width: 20%;
  }
}
.share-chat-message__content-message {
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .share-chat-message__content-message {
    width: 75%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .share-chat-message__content-message {
    width: 80%;
  }
}
.share-chat-message__message-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.4;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  word-break: break-word;
}
@media (min-width: 768px) {
  .share-chat-message__message-text {
    font-size: 14px;
    padding: 10px;
  }
}
.share-chat-message__content-actions {
  background: #e4e4e4;
  padding: 2px 5px;
  text-align: right;
}
.share-chat-message__content-info-box {
  width: 50%;
  padding: 2px;
}
@media (min-width: 768px) {
  .share-chat-message__content-info-box {
    background-color: #e4e4e4;
    width: 100%;
  }
}
.share-chat-message__actions-link {
  color: #0084be;
  font-size: 12px;
  margin-left: 20px;
}
.share-chat-message__actions-icon {
  margin-right: 5px;
}
.share-chat-message__title {
  color: #0084be;
  font-size: 18px;
  margin-bottom: 1px;
}
.share-chat-message__message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .share-chat-message__message {
    font-size: 14px;
  }
}
.share-chat-message__details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.2;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background: #e4e4e4;
  padding: 3px 6px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .share-chat-message__details {
    font-size: 13px;
    padding: 0 3px;
    background: none;
  }
}
.share-chat-message__details--username {
  font-size: 14px;
}
@media (min-width: 768px) {
  .share-chat-message__details--username {
    font-size: 16px;
  }
}
.share-chat-message__status-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .share-chat-message__status-bar {
    background: #e4e4e4;
    padding: 2px 10px;
    margin-bottom: 0;
  }
}
.share-chat-message__status-bar-time {
  float: right;
  margin-top: 2px;
  font-size: 12px;
}
.share-chat-message__link {
  color: #0084be;
}

.share-chat-filtered-message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #89be69;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  border: 1px solid #89be69;
  background: #ffffff;
  padding: 7px 0px 6px;
  text-align: center;
  margin-bottom: 5px;
}
.share-chat-filtered-message:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.share-chat-filtered-message--table {
  border: none;
  padding: 3px;
  margin-bottom: 0;
}

.sp-action-popup__title {
  font-size: 20px;
  margin-bottom: 7px;
}
.sp-action-popup__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.sp-action-popup__buttons {
  margin-top: 20px;
}
.sp-action-popup__after {
  text-align: center;
  display: none;
}
.sp-action-popup__after-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 15px;
}

.sp-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  list-style: none;
}
.sp-nav__item {
  width: 20%;
  margin-bottom: 15px;
  display: none;
}
.sp-nav__item:nth-of-type(-n+5) {
  display: inline-block;
}
.sp-nav__item:nth-of-type(5n+1) {
  clear: left;
}
.sp-nav--full .sp-nav__item {
  display: inline-block;
}
@media (min-width: 768px) {
  .sp-nav__item {
    width: 12%;
    display: inline-block;
  }
  .sp-nav__item:nth-of-type(5n+1) {
    clear: none;
  }
  .sp-nav__item:nth-of-type(8n+1) {
    clear: left;
  }
}
.sp-nav__item--price {
  order: 10;
}
.sp-nav__item--news {
  order: 20;
}
.sp-nav__item--charts {
  order: 55;
}
@media (min-width: 768px) {
  .sp-nav__item--charts {
    order: 30;
  }
}
.sp-nav__item--chat {
  order: 40;
}
.sp-nav__item--trades {
  order: 50;
}
.sp-nav__item--rns {
  order: 45;
}
@media (min-width: 768px) {
  .sp-nav__item--rns {
    order: 60;
  }
}
.sp-nav__item--level2 {
  order: 70;
}
.sp-nav__item--live-prices {
  order: 80;
}
.sp-nav__item--broker-tips {
  order: 90;
}
.sp-nav__item--deals {
  order: 100;
}
.sp-nav__item--finance-diary {
  order: 110;
}
.sp-nav__item--fundamentals {
  order: 120;
}
.sp-nav__item--short-pos {
  order: 130;
}
.sp-nav__item--media {
  order: 140;
}
.sp-nav__item--switch {
  order: 1000;
  margin-left: auto;
  cursor: pointer;
}
.sp-nav__item--large {
  width: 25%;
}
.sp-nav__link {
  display: block;
  text-align: center;
  position: relative;
  font-size: 11px;
  color: #333333;
}
@media (min-width: 992px) {
  .sp-nav__link {
    font-size: 13px;
  }
}
.sp-nav__link:hover {
  text-decoration: none;
}
.sp-nav__link:hover .sp-nav__image {
  margin-top: -3px;
}
.sp-nav__link:hover .sp-nav__text {
  color: #990000;
}
.sp-nav__link--no-movement:hover .sp-nav__image {
  margin-top: 0px;
}
.sp-nav__image {
  width: 60%;
  margin-bottom: 6px;
  transition: all 0.1s;
}
.sp-nav__image--selected {
  filter: grayscale(100%);
}
.sp-nav__text {
  display: block;
}
.sp-nav__count {
  position: absolute;
  background: #990000;
  color: #ffffff;
  top: -3px;
  right: 3px;
  border-radius: 30px;
  padding: 3px 7px;
}
@media (min-width: 1200px) {
  .sp-nav__count {
    right: 13px;
  }
}

.sp-nav-mobile-link {
  width: 100%;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 10px;
}
.sp-nav-mobile-link:before {
  content: "More ";
}
.sp-nav-mobile-link:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.sp-nav-mobile-link--active:before {
  content: "Less ";
}
.sp-nav-mobile-link--active:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .sp-nav-mobile-link {
    display: none;
  }
}

.sp-action-nav {
  display: inline-block;
  width: 100%;
  list-style: none;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 5px 0;
}
.sp-action-nav__item {
  float: left;
  width: 50%;
}
.sp-action-nav__item:nth-child(1), .sp-action-nav__item:nth-child(2) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sp-action-nav__item {
    width: 25%;
    margin-bottom: 0px;
  }
  .sp-action-nav__item:nth-child(1), .sp-action-nav__item:nth-child(2) {
    margin-bottom: 0;
  }
}
.sp-action-nav__item--nex {
  width: 100%;
}
@media (min-width: 992px) {
  .sp-action-nav__item--nex {
    width: 33.33%;
  }
}
.sp-action-nav__link {
  color: #333333;
}
.sp-action-nav__image {
  width: 20px;
  margin-right: 6px;
}
.sp-action-nav__text {
  color: #333333;
  vertical-align: sub;
}

.up .sp-main-info {
  color: blue;
}
.down .sp-main-info {
  color: red;
}
.sp-main-info .fa-circle {
  font-size: 18px;
}
.sp-main-info__title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.sp-main-info__title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-main-info__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.sp-main-info__delayed-upsell {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 6px 0;
}
@media (min-width: 768px) {
  .sp-main-info__delayed-upsell {
    font-size: 16px;
    margin: 3px 0;
  }
}
.sp-main-info__delayed-upsell-button {
  border-radius: 100px;
  padding: 3px 9px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .sp-main-info__delayed-upsell-button {
    margin-left: 10px;
  }
}
.sp-main-info__exchange-img {
  width: auto;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .sp-main-info__exchange-img {
    margin-bottom: 0;
  }
}
.sp-main-info__primary {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 8px;
}
.sp-main-info__primary:before, .sp-main-info__primary:after {
  content: " ";
  display: table;
}
.sp-main-info__primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .sp-main-info__primary {
    margin-bottom: 2px;
  }
}
.sp-main-info__primary-data {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data {
    float: left;
    width: 33.3333333333%;
  }
}
.sp-main-info__primary-data--price {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--price {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .sp-main-info__primary-data--price {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data--price {
    float: left;
    width: 25%;
  }
}
.sp-main-info__primary-data--large {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--large {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sp-main-info__primary-data--large {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data--large {
    float: left;
    width: 33.3333333333%;
  }
}
.sp-main-info__primary-data--bid {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--bid {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data--bid {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-main-info--mini .sp-main-info__primary-data--bid {
  display: none;
}
@media (min-width: 768px) {
  .sp-main-info--mini .sp-main-info__primary-data--bid {
    display: block;
  }
}
.sp-main-info__primary-data--ask {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--ask {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data--ask {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-main-info--mini .sp-main-info__primary-data--ask {
  display: none;
}
@media (min-width: 768px) {
  .sp-main-info--mini .sp-main-info__primary-data--ask {
    display: block;
  }
}
.sp-main-info__primary-data--change {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--change {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data--change {
    float: left;
    width: 41.6666666667%;
  }
}
.sp-main-info__primary-data--25 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data--25 {
    float: left;
    width: 25%;
  }
}
.sp-main-info__primary--up .sp-main-info__primary-data {
  color: blue;
}
.sp-main-info__primary--down .sp-main-info__primary-data {
  color: red;
}
@media (min-width: 768px) {
  .sp-main-info__primary-data {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sp-main-info__primary-data {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__primary-data {
    font-size: 22px;
  }
}
.sp-main-info__primary-title {
  display: block;
  font-size: 16px;
  color: #333333;
}
.sp-main-info__primary-title--full {
  display: block !important;
}
@media (min-width: 1200px) {
  .sp-main-info__primary-title {
    display: inline-block;
  }
}
.sp-main-info__secondary {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 10px;
}
.sp-main-info__secondary:before, .sp-main-info__secondary:after {
  content: " ";
  display: table;
}
.sp-main-info__secondary:after {
  clear: both;
}
.sp-main-info--mini .sp-main-info__secondary {
  display: none;
}
@media (min-width: 768px) {
  .sp-main-info--mini .sp-main-info__secondary {
    display: block;
  }
}
.sp-main-info__secondary-data {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sp-main-info__secondary-data {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .sp-main-info__secondary-data {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sp-main-info__secondary-data {
    float: left;
    width: 25%;
  }
}
.sp-main-info__secondary-data--open {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__secondary-data--open {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-main-info__secondary-data--high {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__secondary-data--high {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-main-info__secondary-data--low {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-main-info__secondary-data--low {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-main-info__secondary-data br {
  display: none;
}
@media (min-width: 1200px) {
  .sp-main-info__secondary-data br {
    display: inline-block;
  }
}
.sp-main-info__secondary-title--full {
  display: block !important;
}
@media (min-width: 768px) {
  .sp-main-info__secondary-title {
    display: block;
  }
}
@media (min-width: 992px) {
  .sp-main-info__secondary-title {
    display: inline-block;
  }
}

.sp-nav-sponsorship-ad {
  text-align: center;
  margin-bottom: 15px;
  min-height: 90px;
}

.sp-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .sp-title__container {
    margin-bottom: 0;
  }
}
.sp-title__text {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-title__text {
    width: 70%;
  }
}
.sp-title__ad {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-title__ad {
    width: 30%;
  }
}

.sp-share-details__title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .sp-share-details__title-container {
    margin-bottom: 0;
  }
}
.sp-share-details__title {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-share-details__title {
    width: 65%;
  }
}
.sp-share-details__title-ad {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-share-details__title-ad {
    width: 35%;
  }
}
.sp-share-details__text {
  margin-bottom: 5px;
}
.sp-share-details__link {
  color: #0084be;
}

.sp-trusts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.sp-trusts__column {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-trusts__column {
    width: 74%;
  }
}
.sp-trusts__column--logo {
  width: 100%;
}
@media (min-width: 768px) {
  .sp-trusts__column--logo {
    width: 24%;
  }
}
.sp-trusts__logo {
  width: 100%;
  height: auto;
}
.sp-trusts__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.sp-trusts__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}
.sp-intraday__ad {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
@media (min-width: 992px) {
  .sp-intraday__ad {
    float: left;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .sp-intraday__ad {
    float: left;
    width: 50%;
  }
}
.sp-intraday__ad-content {
  display: block;
  min-height: 250px;
}
.sp-intraday__chart {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .sp-intraday__chart {
    float: left;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .sp-intraday__chart {
    float: left;
    width: 50%;
  }
}
.sp-intraday__title a {
  color: inherit;
}

.sp-info-chart__title a {
  color: inherit;
}
.sp-info-chart__info {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-info-chart__info {
    float: left;
    width: 37.5%;
  }
}
.sp-info-chart__chart {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-info-chart__chart {
    float: left;
    width: 62.5%;
  }
}
.sp-info-chart__content {
  /*@extend %card;*/
  margin-bottom: 10px;
}
.sp-info-chart__table th {
  white-space: normal;
}

.sp-info-tables__table {
  margin-bottom: 15px;
}
.sp-info-tables__table--last {
  margin-bottom: 0;
}
.sp-info-tables__table-quarter {
  width: 25%;
}

.sp-info-columns__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-info-columns__column {
    float: left;
    width: 50%;
  }
}
.sp-user-info__title-link {
  color: inherit;
}
.sp-user-info__text {
  margin-bottom: 5px;
}
.sp-user-info__link {
  color: #0084be;
}

.sp-recent-trades__title-link {
  color: inherit;
}
.sp-recent-trades__buttons {
  text-align: center;
  margin-top: 20px;
}
.sp-top-trades__title-link {
  color: inherit;
}
.sp-directors-deals__title-link {
  color: inherit;
}
.sp-directors-deals__table .info {
  position: relative;
  cursor: pointer;
}
.sp-directors-deals__table .info:hover > .popup {
  width: 250px;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #333333;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 105%;
  transform: translateY(-25%);
  display: block;
}

.sp-broker-ratings__title-link {
  color: inherit;
}
.sp-broker-ratings__broker-text {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 992px) {
  .sp-broker-ratings__broker-text {
    float: left;
    width: 75%;
  }
}
.sp-broker-ratings__broker-logo {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .sp-broker-ratings__broker-logo {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .sp-broker-ratings__broker-logo {
    margin-left: 16.6666666667%;
  }
}
.sp-broker-ratings__broker-logo-img {
  width: 100%;
  height: auto;
}

.sp-home-risers__text,
.share-risers__text,
.sp-home-fallers__text,
.share-fallers__text,
.sp-home-directors-deals__text,
.sp-constituents__text {
  margin-bottom: 15px;
}
.sp-commodities__text {
  margin-bottom: 15px;
}
.sp-commodities__text--no-margin {
  margin-bottom: 0;
}
.sp-indices__title-link--risers {
  color: #0084be;
}
.sp-indices__text {
  margin-bottom: 15px;
}
.sp-indices__text--no-margin {
  margin-bottom: 0;
}
.sp-indices__list {
  margin-left: 25px;
}
.sp-indices__list-item {
  margin-bottom: 10px;
}

.sp-indices-half__title-link {
  margin-bottom: 0px;
}
.sp-indices-half__title-link--risers {
  color: #0084be;
}
.sp-indices-half__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-indices-half__column {
    float: left;
    width: 50%;
  }
}
.sp-sectors__text {
  margin-bottom: 15px;
}
.sp-sectors__text--no-margin {
  margin-bottom: 0;
}
.sp-sectors__list {
  margin-left: 25px;
}
.sp-sectors__list-item {
  margin-bottom: 10px;
}

.sp-sectors-half__title-link {
  display: inline-block;
  margin-bottom: 0;
}
.sp-sectors-half__table {
  table-layout: fixed;
}
.sp-sectors-half__half {
  width: 50%;
  word-wrap: break-word;
  white-space: normal !important;
}
.sp-sectors-half__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 1200px) {
  .sp-sectors-half__column {
    float: left;
    width: 50%;
  }
}
.sp-trading {
  /* How to buy */
  /* Box Slider */
  /* Guide */
  /* Promote Box */
  /* Fees */
}
.sp-trading__content-box {
  padding-top: 50px;
}
.sp-trading__content {
  margin: 0;
}
.sp-trading__content--fees {
  margin-top: 50px;
}
.sp-trading__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__text--center {
  text-align: center;
  margin-bottom: 20px;
}
.sp-trading__text--small {
  font-size: 11px;
}
.sp-trading__link {
  color: #990000;
}
.sp-trading__existing {
  margin-bottom: 20px;
  text-align: center;
}
.sp-trading__price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  font-size: calculateRem(60px);
  line-height: 1.2;
  font-weight: 400;
  color: #990000;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__price-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
}
.sp-trading__button {
  width: 100%;
  text-align: center;
  padding-top: 7px;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sp-trading__button {
    width: 49.5%;
    margin-bottom: 0;
  }
  .sp-trading__button--first {
    margin-right: 1%;
  }
}
.sp-trading__link {
  color: #990000;
}
.sp-trading__link--strip:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}
.sp-trading__links {
  margin-bottom: 15px;
  text-align: center;
}
.sp-trading__disclaimer {
  background: #f5f5f5;
  border: 1px solid #d1d3d4;
  padding: 10px;
}
.sp-trading__info-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: calculateRem(22px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.sp-trading__info-subtitle--white {
  color: #ffffff;
}
.sp-trading__info-button {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
}
.sp-trading__how {
  padding-top: 50px;
}
.sp-trading__how-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background: #ffffff;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding: 20px;
}
.sp-trading__how-container:last-of-type {
  margin-bottom: 0;
}
.sp-trading__how-left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sp-trading__how-left {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sp-trading__how-left {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-trading__how-icon {
  width: 60px;
  height: 60px;
  position: relative;
  border: 2px solid #990000;
  padding: 5px;
  border-radius: 50px;
}
.sp-trading__how-icon-num {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  font-size: calculateRem(35px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp-trading__how-right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .sp-trading__how-right {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sp-trading__how-right {
    float: left;
    width: 79.1666666667%;
  }
}
.sp-trading__how-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: calculateRem(22px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__how-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__how-text strong {
  margin: 10px 0;
}
.sp-trading__list {
  padding-left: 15px;
  margin: 20px 0;
}
.sp-trading__list-item {
  list-style: none;
  margin-bottom: 5px;
}
.sp-trading__list-item a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__list-item a:before {
  content: "";
  margin-right: 10px;
}
.sp-trading__list-item--num {
  list-style: decimal;
}
.sp-trading__boxes {
  padding-top: 50px;
}
.sp-trading__boxes .slick-list {
  margin: 0 -10px;
}
.sp-trading__box {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
}
.sp-trading__box.slick-slide {
  margin: 0 10px;
}
.sp-trading__box-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  line-height: normal;
}
.sp-trading__box-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  line-height: normal;
}
.sp-trading__box-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.sp-trading__box-img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sp-trading__box-button {
  display: inline-block;
  font-size: 20px;
}
.sp-trading__box-reviews {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-top: 10px;
}
.sp-trading__guide-box {
  background: #990000;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sp-trading__guide-list {
    column-count: 2;
  }
}
.sp-trading__guide-list-item {
  list-style: none;
  margin-bottom: 10px;
}
.sp-trading__guide-list-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__promote {
  border: 2px solid #ccc;
  background: #ffffff;
  padding: 10px;
  margin: 50px 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .sp-trading__promote {
    text-align: left;
  }
}
.sp-trading__promote-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: calculateRem(22px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sp-trading__promote-title {
    text-align: left;
  }
}
.sp-trading__promote-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.sp-trading__promote-left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .sp-trading__promote-left {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sp-trading__promote-left {
    float: left;
    width: 25%;
  }
}
.sp-trading__promote-right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .sp-trading__promote-right {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sp-trading__promote-right {
    float: left;
    width: 73.3333333333%;
  }
}
.sp-trading__promote-image {
  display: block;
  margin-bottom: 10px;
}
.sp-trading__promote-img {
  width: 100%;
  max-width: 150px;
}
.sp-trading__promote-small-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 10px;
}
.sp-trading__promote-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: calculateRem(17px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__promote-list {
  padding: 0;
  margin: 20px 0;
}
.sp-trading__promote-list-item {
  list-style: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.sp-trading__promote-list-item .fas {
  margin-right: 10px;
  color: #89be69;
}
.sp-trading__fees {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b3b3b3;
}
@media (min-width: 768px) {
  .sp-trading__fees {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.sp-trading__fees:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
.sp-trading__fees-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
@media (min-width: 992px) {
  .sp-trading__fees-item {
    float: left;
    width: 18.75%;
  }
}
.sp-trading__fees-item--logo {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .sp-trading__fees-item--logo {
    float: left;
    width: 16.6666666667%;
  }
}
.sp-trading__fees-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .sp-trading__fees-title {
    text-align: center;
    display: block;
  }
}
.sp-trading__fees-title--bold {
  font-weight: 600;
}
.sp-trading__fees-small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__fees-text {
  font-size: 14px;
  margin-top: 5px;
}
.sp-trading__fees-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.sp-trading__fees-link--small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sp-trading__fees-link--small {
    font-size: 12px;
  }
}
.sp-trading__fees-button {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sp-trading__fees-button {
    margin-bottom: 0;
  }
}
.sp-trading__fees-img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.sp-chart__click-to-show {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  color: #990000 !important;
}
.sp-chart__click-to-show:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.sp-chart__loader {
  text-align: center;
}
.sp-chart__loader-img {
  width: 100px;
  height: auto;
}

.sp-fundamentals-info__column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-fundamentals-info__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sp-fundamentals-info__column {
    float: left;
    width: 33.3333333333%;
  }
}
.financial-diary {
  margin-left: -7px;
  margin-right: -7px;
}
.financial-diary:before, .financial-diary:after {
  content: " ";
  display: table;
}
.financial-diary:after {
  clear: both;
}
.financial-diary__content {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .financial-diary__content {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .financial-diary__content {
    right: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .financial-diary__content {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .financial-diary__content {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .financial-diary__content {
    right: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .financial-diary__content {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .financial-diary__content {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .financial-diary__content {
    right: 33.3333333333%;
  }
}
.financial-diary__options {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .financial-diary__options {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .financial-diary__options {
    left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .financial-diary__options {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .financial-diary__options {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .financial-diary__options {
    left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .financial-diary__options {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .financial-diary__options {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .financial-diary__options {
    left: 66.6666666667%;
  }
}
.financial-diary__no-results {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .financial-diary__no-results {
    font-size: 20px;
  }
}
.financial-diary__title {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.financial-diary__title--mb {
  margin-bottom: 15px;
}
.financial-diary__title--main {
  margin-top: 12px;
  cursor: default;
}
.financial-diary__title-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.financial-diary__table-date {
  width: 30%;
}
.financial-diary__table-event {
  width: 60%;
}
.financial-diary__calendar-container {
  display: none;
}
@media (min-width: 992px) {
  .financial-diary__calendar-container {
    display: block;
  }
}
.financial-diary__calendar td.selected {
  background: #990000;
}
.financial-diary__calendar td.selected a {
  color: #ffffff;
}
.financial-diary__display-mode {
  display: none;
}
@media (min-width: 992px) {
  .financial-diary__display-mode {
    display: block;
  }
}
.financial-diary__display-mode-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding: 6px 0;
}
.financial-diary__display-mode-link--selected {
  background: #0084be;
  color: #ffffff;
}
.financial-diary__event-filter {
  display: none;
}
@media (min-width: 992px) {
  .financial-diary__event-filter {
    display: block;
  }
}
.financial-diary__filter-input {
  width: 60%;
}
.financial-diary__filter-button {
  width: 40%;
  text-align: center;
}

.sp-live-share-price {
  margin-left: -7px;
  margin-right: -7px;
}
.sp-live-share-price:before, .sp-live-share-price:after {
  content: " ";
  display: table;
}
.sp-live-share-price:after {
  clear: both;
}
.sp-live-share-price__column--info {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-live-share-price__column--info {
    float: left;
    width: 33.3333333333%;
  }
}
.sp-live-share-price__column--trades {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-live-share-price__column--trades {
    float: left;
    width: 66.6666666667%;
  }
}
.short-positions__table--bottom-20 {
  margin-bottom: 20px;
}
.short-positions__total-row td {
  font-weight: bold;
}

.sp-website__title {
  display: inline-block;
  margin-bottom: 7px;
}
.sp-website__text {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .sp-website__text {
    float: left;
    width: 75%;
  }
}
.sp-website__image {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 0%;
}
@media (min-width: 768px) {
  .sp-website__image {
    float: left;
    width: 25%;
  }
}
.sp-website__img {
  width: 100%;
  height: auto;
}

.trading-hero {
  background: url(https://static.lse.co.uk/images/hero.png);
  background-size: cover;
  padding: 20px;
  margin-bottom: 20px;
}
.trading-hero__content {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .trading-hero__content {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .trading-hero__content {
    float: left;
    width: 50%;
  }
}
.trading-hero__title {
  font-size: 24px;
}
.trading-hero__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none;
}
.trading-types {
  margin-bottom: 15px;
}
.trading-types__item {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .trading-types__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .trading-types__item {
    float: left;
    width: 33.3333333333%;
  }
}
.trading-types--wide .trading-types__item {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .trading-types--wide .trading-types__item {
    float: left;
    width: 50%;
  }
}
.trading-types--wide .trading-types__item:nth-child(odd) {
  clear: left;
}
@media (min-width: 992px) {
  .trading-types__item {
    margin-bottom: 0;
  }
}
.trading-types__content {
  border: 1px solid #eeeeee;
  background: #f5f5f5;
  padding: 15px;
}
.trading-types__title {
  font-size: 20px;
  text-align: center;
}
.trading-types__title--left {
  text-align: left;
}
.trading-types__title--small {
  text-align: left;
  font-size: 17px;
  color: #0084be;
}
.trading-types__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.trading-types__link {
  color: #0084be;
}
.trading-types__bullets {
  list-style: none;
  margin-bottom: 15px;
  min-height: 118px;
}
.trading-types__bullets-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.trading-types__bullets-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #990000;
  position: absolute;
  top: 0;
  left: 0;
}
.trading-types__button {
  display: block;
  text-align: center;
}
.trading-types__button-text--margin-bottom {
  margin-bottom: 15px;
}

.trading-comparison__table {
  table-layout: fixed;
  margin-bottom: 10px;
}
.trading-comparison__table th, .trading-comparison__table td {
  white-space: normal;
  vertical-align: top;
}
.trading-comparison__table--lse th, .trading-comparison__table--lse td {
  color: #990000;
}
.trading-comparison__date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.trading-details__item {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .trading-details__item {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .trading-details__item {
    margin-bottom: 20px;
  }
}
.trading-details__icon {
  font-size: 30px;
  color: #990000;
  margin-bottom: 15px;
}
.trading-details__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .trading-details__title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .trading-details__title {
    font-size: 20px;
  }
}
.trading-details__text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .trading-details__text {
    min-height: 76px;
  }
}
@media (min-width: 992px) {
  .trading-details__text {
    min-height: 57px;
  }
}
.trading-details__link {
  color: #0084be;
}
@media (min-width: 768px) {
  .trading-details__button {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .trading-details__button {
    font-size: 16px;
  }
}

.trading-disclaimer__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.trading-disclaimer__text:last-child {
  margin-bottom: 0;
}

.trading-faq__list {
  list-style: none;
}
.trading-faq__link {
  color: #990000;
}
.trading-faq__question {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding-right: 25px;
  display: block;
  position: relative;
}
.trading-faq__question:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.trading-faq__question--active:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
}
.trading-faq__answer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 15px;
  display: none;
}
.trading-faq__answer--active {
  display: block;
}

.trading-info__sub-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trading-info__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trading-info__link {
  color: #990000;
}
.trading-info__list {
  margin-left: 30px;
  margin-bottom: 15px;
}
.trading-info__list-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-left: 10px;
}
.trading-info__list-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.news__archive-button {
  width: 50%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.news__archive-button:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 6px;
}
.news__more-stories-items {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news__more-stories-items {
    float: left;
    width: 67.9166666667%;
  }
}
@media (min-width: 768px) {
  .news__more-stories-items {
    margin-bottom: 0;
  }
}
.news__side-bar {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .news__side-bar {
    float: left;
    width: 32.0833333333%;
  }
}
.news__ad-slot {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .news__ad-slot {
    float: left;
    width: 45.8333333333%;
  }
}
@media (min-width: 992px) {
  .news__ad-slot {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .news__ad-slot {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .news__ad-slot {
    text-align: right;
  }
}
.news__top-story .news__story {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .news__top-story .news__story {
    float: left;
    width: 54.1666666667%;
  }
}
@media (min-width: 992px) {
  .news__top-story .news__story {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .news__top-story .news__story {
    float: left;
    width: 66.6666666667%;
  }
}
.news__sub-stories .news__story {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .news__sub-stories .news__story {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news__sub-stories .news__story {
    float: left;
    width: 25%;
  }
}
.news__sub-stories .news__story:nth-child(odd) {
  clear: left;
}
@media (min-width: 992px) {
  .news__sub-stories .news__story:nth-child(odd) {
    clear: none;
  }
}
.news__image-container {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 768px) {
  .news__image-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news__image-container {
    display: block;
  }
}
.news__story-image {
  width: 100%;
  height: auto;
}
.news__story-text {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .news__story-text {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news__story-title-container {
    margin-bottom: 0;
    float: left;
    width: 85%;
  }
}
.news__top-story .news__story-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-size: calculateRem(28px);
  line-height: 1.3;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news__top-story .news__story-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .news__top-story .news__story-title {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .news__top-story .news__story-title {
    font-size: 28px;
  }
}
.news__sub-stories .news__story-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news__sub-stories .news__story-title {
    margin-bottom: 10px;
  }
}
.news__more-stories .news__story-title, .news__archive .news__story-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 8px;
  text-transform: none;
}
.news__story-title-link {
  color: inherit;
}
.news__story-details {
  clear: both;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .news__more-stories .news__story-details, .news__archive .news__story-details {
    text-align: right;
    clear: none;
    float: left;
    width: 15%;
  }
}
.news__vendor-logo {
  max-width: 60px;
}
.news__more-stories .news__vendor-logo, .news__archive .news__vendor-logo {
  margin-bottom: 7px;
}
.news__story-time {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  float: right;
}
.news__story-time--align-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .news__more-stories .news__story-time, .news__archive .news__story-time {
    width: 100%;
    text-align: right;
  }
}
.news__related-small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
}
.news__related-small-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  border: 1px solid #d1d3d4;
  border-radius: 50px;
  padding: 4px 13px 4px 10px;
  margin-right: 7px;
}
.news__related-small-link:hover {
  border: 1px solid #990000;
  text-decoration: none;
}
.news__related-small-img {
  width: 16px;
  margin-right: 5px;
}
.news__no-news {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.news__related-shares {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.news__related-shares:after {
  content: "";
  flex: auto;
}
@media (min-width: 992px) {
  .news__related-shares:after {
    width: 32%;
    max-width: 32%;
  }
}
.news__related-share {
  width: 49%;
}
@media (min-width: 992px) {
  .news__related-share {
    width: 32%;
  }
}
.news__related-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.news__related-logo {
  margin-right: 4px;
  display: inline-block;
}
.news__related-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 8px;
}
.news__related-price-movement {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 4px;
}
.news__filter-popup {
  max-width: 250px;
}
.news__filter-container {
  text-align: center;
}
@media (min-width: 768px) {
  .news__filter-container {
    text-align: right;
  }
}
.news__filter-label {
  display: block;
  border-radius: 15px;
  padding: 20px 0;
  cursor: pointer;
}
.news__filter-checkbox {
  margin-right: 10px;
  cursor: pointer;
}
.news__filter-img {
  max-width: 100px;
}
.news__filter-form-button {
  margin-top: 20px;
}
.news__filter-button {
  margin-bottom: 15px;
}
.news__filter-button:after {
  content: "";
}

.news-article__main-title {
  font-size: 24px;
  margin-top: 10px;
}
.news-article__image {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news-article__image {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 992px) {
  .news-article__image {
    margin-bottom: 0;
  }
}
.news-article__details {
  margin-bottom: 10px;
}
.news-article__details--right {
  text-align: right;
}
@media (min-width: 992px) {
  .news-article__details {
    margin-bottom: 0;
  }
}
.news-article__details-logo {
  max-width: 100px;
  margin-bottom: 10px;
  float: right;
}
.news-article__details-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
  float: left;
}
.news-article__share-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.news-article__details--right .news-article__share-title {
  text-align: right;
}
.news-article__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}

.rns__letters {
  margin-bottom: 20px;
}
.rns__letter-link {
  border: 1px solid #d1d3d4;
  padding: 5px 6px 3px;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 3px;
  text-decoration: none;
  color: #0084be;
}
.rns__letter-link:hover {
  background: #f5f5f5;
}
.rns__letter-link--active {
  border: 1px solid #990000;
  background: #990000;
  color: #ffffff;
}
.rns__popup-logo {
  text-align: left;
  margin-bottom: 15px;
}
.rns__popup-logo-img {
  width: 40%;
  height: auto;
}
.rns__popup-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: celeftnter;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.rns__popup-forms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.rns__popup-form {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.rns__popup-button {
  margin-bottom: 6px;
  text-align: center;
}
.rns__filter .selectric-wrapper {
  width: 70%;
  display: inline-block;
  float: left;
}
.rns__filter-label {
  position: relative;
  display: inline-block;
}
.rns__filter-category {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .rns__filter-category {
    width: 70%;
  }
}
.rns__filter-button {
  float: left;
}
.rns__filter-select {
  padding: 3px 20px 3px 10px;
  max-width: 143px;
}
.rns__filter-streaming {
  float: right;
  margin-top: 5px;
}
.rns__filter-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
@media (min-width: 992px) {
  .rns__filter-date {
    font-size: 16px;
    margin-top: 1px;
  }
}
.rns__filter-date-current {
  vertical-align: middle;
  cursor: pointer;
  margin-right: 3px;
}
.rns__filter-date-icon {
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.rns__filter-date-popup {
  display: none;
  background: #ffffff;
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  padding: 10px;
  z-index: 100;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.rns__filter-date-popup:after, .rns__filter-date-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rns__filter-date-popup:after {
  border-color: rgba(0, 132, 190, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
.rns__filter-date-popup:before {
  border-color: rgba(0, 132, 190, 0);
  border-bottom-color: #d1d3d4;
  border-width: 10px;
  margin-left: -10px;
}
.rns__table {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .rns__table {
    table-layout: fixed;
  }
  .rns__table td {
    white-space: normal;
  }
}
.rns__article-content p {
  margin-bottom: 15px;
}
.rns__article-content a {
  color: #0084be;
}
.rns__article-content table {
  width: 100%;
  margin-bottom: 15px;
}
.rns__article-content table th, .rns__article-content table td {
  border: 1px solid #ccc;
  padding: 10px;
  word-break: break-all;
}
.rns__back-button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.rns__sector-dropdown {
  margin-bottom: 10px;
}
.rns__related-shares {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.rns__related-shares:after {
  content: "";
  flex: auto;
}
@media (min-width: 992px) {
  .rns__related-shares:after {
    width: 32%;
    max-width: 32%;
  }
}
.rns__related-share {
  width: 49%;
}
@media (min-width: 992px) {
  .rns__related-share {
    width: 32%;
  }
}
.rns__related-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.rns__related-logo {
  margin-right: 4px;
  display: inline-block;
}
.rns__related-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 8px;
}
.rns__related-price-movement {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 4px;
}
.rns__upsell {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.rns__upsell--popup {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .rns__upsell {
    font-size: 16px;
  }
}
.rns__upsell-img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rns__upsell--popup .rns__upsell-img {
  margin-right: 0;
  margin-bottom: 10px;
}
.rns__upsell-text {
  display: inline-block;
}
.rns__upsell--popup .rns__upsell-text {
  display: block;
  margin-bottom: 13px;
}
.rns__upsell-button {
  padding: 5px 10px;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .rns__upsell-button {
    margin-left: 10px;
  }
}

.blogs--mb20 {
  margin-bottom: 20px;
}
.blogs__type-nav {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.blogs__type-nav-item {
  display: inline-block;
  float: left;
  width: 40%;
  margin-right: 2%;
}
@media (min-width: 768px) {
  .blogs__type-nav-item {
    width: 18%;
  }
}
.blogs__type-nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  text-align: center;
  padding-bottom: 8px;
}
.blogs__type-nav-link:hover {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.blogs__type-nav-link--selected {
  border-bottom: 1px solid #990000;
}
.blogs__type-nav-link--selected:hover {
  color: #990000;
  border-bottom: 1px solid #990000;
}
.blogs__column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.blogs__article img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.blogs__article p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}
.blogs__article p:empty {
  display: none;
}
.blogs__article a {
  color: #0084be;
}
.blogs__article table {
  margin-bottom: 15px;
}
.blogs__article table td p {
  margin: 0;
}
.blogs__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.blogs__more-links {
  margin-top: 0;
}
.blogs__link {
  color: #0084be;
}
.blogs__blog-image-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .blogs__blog-image-container {
    float: left;
    width: 12.5%;
  }
}
.blogs__column .blogs__blog-image-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.blogs__blog-image {
  width: 100%;
  height: auto;
}
.blogs__blog-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .blogs__blog-content {
    float: left;
    width: 87.5%;
  }
}
.blogs__column .blogs__blog-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.blogs__blog-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  font-size: calculateRem(19px);
  line-height: 1;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 7px;
  text-transform: none;
}
.blogs__blog-title-link {
  color: inherit;
}
.blogs__blog-details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.blogs__blog-author {
  display: inline-block;
  margin-left: 10px;
}
.blogs__blog-author-link {
  color: #0084be;
}
.blogs__blog-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
  margin-bottom: 10px;
}
.blogs__tag-link {
  background: #e0e0e0;
  padding: 4px 14px;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  color: #000 !important;
  transition: all 0.3s ease;
  display: inline-block;
}
.blogs__tag-link:last-of-type {
  margin: 0;
}
.blogs__tag-link:hover {
  background: #c7c7c7;
  text-decoration: none;
}
.blogs__blog-link {
  display: block;
  margin-top: 10px;
}
.blogs__letter {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.blogs__page-tag-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.blogs__author-image-container {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  float: right;
  margin-left: 10px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .blogs__author-image-container {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .blogs__author-image-container {
    float: left;
    margin: 0;
  }
}
.blogs__author-image {
  width: 100%;
}
.blogs__author-description {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .blogs__author-description {
    float: left;
    width: 75%;
  }
}
.blogs__article-post-textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.blogs__article-post-textarea--error {
  border: 1px solid #990000;
  background: #ffb3b3;
}
.blogs__comment-details {
  margin-top: 10px;
}
.blogs__comment-user {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 600;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.contributors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.contributors__item {
  width: 48%;
}
@media (min-width: 992px) {
  .contributors__item {
    width: 32%;
  }
}
.contributors__item-img {
  width: 100%;
  margin-bottom: 7px;
}
.contributors__item-posted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.commodities__title-link {
  color: inherit;
}
.premium {
  margin-left: -7px;
  margin-right: -7px;
}
.premium:before, .premium:after {
  content: " ";
  display: table;
}
.premium:after {
  clear: both;
}
.premium--member {
  margin-top: 50px;
}
.premium__content--details {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .premium__content--details {
    float: left;
    width: 73.3333333333%;
  }
}
.premium__content--package {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 992px) {
  .premium__content--package {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .premium__content--package {
    margin-left: 1.6666666667%;
  }
}
@media (min-width: 992px) {
  .premium__content--package {
    display: block;
  }
}
.premium__content--package .premium__package {
  width: 100%;
}
.premium__content--monthly {
  display: none;
}
.premium__switcher {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .premium__switcher {
    margin-bottom: 70px;
  }
}
.premium__switcher-term {
  border: 1px solid #990000;
  color: #990000;
  padding: 6px 12px;
  display: inline-block;
}
.premium__switcher-term--monthly {
  border-right: none;
  border-radius: 50px 0 0 50px;
}
.premium__switcher-term--yearly {
  border-radius: 0 50px 50px 0;
}
.premium__switcher-term--selected {
  background: #990000;
  color: #ffffff;
}
.premium__package {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .premium__package {
    float: left;
    width: 33.3333333333%;
  }
}
.premium__package-most-popular {
  background: #89be69;
  width: calc(100% - 14px);
  padding: 5px 0;
  color: #ffffff;
  position: absolute;
  top: -29px;
}
.premium__package-name {
  background: #0084be;
  padding: 5px 10px;
}
.premium__package-title {
  border-bottom: 1px solid #0096d8;
  padding-bottom: 5px;
}
.premium__package-title-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  text-transform: uppercase;
}
.premium__package-price {
  background: #0084be;
  color: #ffffff;
  padding-bottom: 35px;
}
.premium__package-price--monthly {
  display: none;
}
.premium__package-amount {
  position: relative;
  font-size: 70px;
  font-weight: 200;
}
.premium__package-currency {
  position: absolute;
  font-size: 15px;
  top: 35px;
  left: -10px;
}
.premium__package-pence {
  position: absolute;
  right: -24px;
  top: 7px;
  font-size: 18px;
  letter-spacing: normal;
}
.premium__package-frequency {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.premium__package-saving {
  margin-top: 20px;
  padding: 0 10px;
}
.premium__package-notice {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.premium__package-notice:before {
  content: "(";
}
.premium__package-notice:after {
  content: ")";
}
@media (min-width: 1200px) {
  .premium__package-notice {
    font-size: 12px;
  }
}
.premium__package-features {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #ffffff;
  padding: 20px 10px 50px;
  min-height: 375px;
  line-height: 2;
  margin-bottom: -20px;
}
@media (min-width: 1200px) {
  .premium__package-features {
    font-size: 16px;
  }
}
.premium__package-features-plus {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-size: calculateRem(30px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.premium__package-start-button {
  margin-bottom: 10px;
}
.premium__package-start-button--monthly {
  display: none;
}
.premium__package-more-button {
  display: block;
}
.premium__feature {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .premium__feature {
    float: left;
    width: 50%;
  }
}
.premium__feature-img {
  width: 60%;
  height: auto;
}
.premium__feature-image {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
.premium__feature-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.premium__feature-list {
  margin: 10px 0;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 4px;
  width: 100%;
  float: left;
  text-align: center;
}
.premium__feature-list-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.premium__feature-list-item:before {
  content: "";
  margin-right: 10px;
  color: #990000;
  font-family: FontAwesome;
  font-size: 10px;
}
.premium__feature-title {
  margin-bottom: 5px;
}
.premium__feature-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.premium__feature-text--first {
  margin-bottom: 10px;
}
.premium__package-table {
  margin-bottom: 20px;
}
.premium__package-table td, .premium__package-table th {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.premium__toggle-container {
  text-align: center;
  margin-bottom: 20px;
}
.premium__account-switcher {
  margin-bottom: 20px;
}
.premium__account-switcher-list {
  list-style: none;
  width: 100%;
}
.premium__account-switcher-item {
  width: 50%;
  display: inline-block;
  padding: 10px;
  border: 1px solid #0084be;
}
.premium__account-switcher-item--active {
  background: #0084be;
}
.premium__account-switcher-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  display: block;
}
.premium__account-switcher-item--active .premium__account-switcher-link {
  color: #ffffff;
}
.premium__account-switcher-content {
  display: none;
}
.premium__account-switcher-content--active {
  display: block;
}
.premium__payment-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.premium__payment-icons img {
  height: 45px;
  margin-right: 10px;
}
.premium__disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.login__login {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .login__login {
    float: left;
    width: 45.8333333333%;
  }
}
.login__label {
  display: block;
  margin-bottom: 15px;
}
.login__input {
  padding: 8px;
  width: 100%;
}
.login__input--error {
  border: 1px solid #990000;
  background: #ffe6e6;
}
.login__checkbox {
  margin-right: 5px;
}
.login__register {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .login__register {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .login__register {
    margin-left: 4.1666666667%;
  }
}
.login__title {
  font-size: 20px;
  margin-bottom: 25px;
}
.login__list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.login__list-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 300;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  width: 50%;
  float: left;
}
.login__list-item:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
  color: #0084be;
}
.login__list-item--full {
  width: 100%;
}
.login__forgot-password {
  margin-top: 15px;
}
.registration__checkmark {
  margin: 20px 0;
}
.registration--successful {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}

@media (min-width: 992px) {
  .level2 {
    display: block !important;
  }
}
.level2 .row--fixed {
  height: 460px;
  overflow-y: scroll;
}
.level2 .row--less-padding {
  margin: 0 -2px;
}
@media (min-width: 992px) {
  .level2__tabs {
    display: none;
  }
}
.level2__container {
  position: relative;
}
.level2__top-section {
  display: none;
}
@media (min-width: 992px) {
  .level2__top-section {
    display: block !important;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.level2__top {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .level2__top {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.level2__top:nth-child(1) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .level2__top:nth-child(1) {
    float: left;
    width: 12.5%;
  }
}
.level2__top:nth-child(2) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .level2__top:nth-child(2) {
    float: left;
    width: 47.5%;
  }
}
.level2__top:nth-child(3) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .level2__top:nth-child(3) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .level2__top:nth-child(3) {
    text-align: right;
  }
}
.level2__top:nth-child(4) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
}
@media (min-width: 768px) {
  .level2__top:nth-child(4) {
    float: left;
    width: 6.6666666667%;
  }
}
@media (min-width: 768px) {
  .level2__top:nth-child(4) {
    text-align: right;
  }
}
.level2__data {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .level2__data {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .level2__data {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  .level2__data--first {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .level2__data {
    font-size: 12px;
  }
}
.level2__data--large {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .level2__data--large {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .level2__data--large {
    margin-top: 0;
  }
}
.level2__data-title {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: bold;
}
.level2__data-title--small {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__data-value {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}
.level2__data-value--extra-small {
  position: relative;
  float: left;
  width: 20.8333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__data-value--small {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__bottom-section {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .level2__bottom-section {
    display: block !important;
  }
}
.level2__order-book {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .level2__order-book {
    float: left;
    width: 58.3333333333%;
  }
}
.level2__order-strip {
  margin-bottom: 3px;
}
.level2__gso-1 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding: 0 2px 0 2px;
}
.level2__gso-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding: 0 2px 0 2px;
}
.level2__order-table {
  border: 1px solid #d1d3d4;
}
.level2__order-table td {
  padding: 5px 0;
}
.level2__yellow-strip {
  background: #f5f738;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 3px;
}
.level2__yellow-column {
  position: relative;
  float: left;
  width: 45.8333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__yellow-divider {
  position: relative;
  float: left;
  width: 8.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__yellow-qty {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__yellow-volume {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__yellow-price {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.level2__bid {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding: 0 1px 0 2px;
}
.level2__bid tr.new-order {
  background-color: #3db41d !important;
  color: #FFFFFF;
}
.level2__bid tr.old-order {
  background-color: #df2020 !important;
  color: #FFFFFF;
}
.level2__bid tr.update-order {
  background-color: #f8cd1e !important;
  color: #111111;
}
.level2__ask {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding: 0 2px 0 1px;
}
.level2__ask tr.new-order {
  background-color: #3db41d !important;
  color: #FFFFFF;
}
.level2__ask tr.old-order {
  background-color: #df2020 !important;
  color: #FFFFFF;
}
.level2__ask tr.update-order {
  background-color: #f8cd1e !important;
  color: #111111;
}
.level2__margin {
  margin-bottom: 3px;
}
.level2__margin--right {
  text-align: right;
}
.level2__trades {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
}
@media (min-width: 992px) {
  .level2__trades {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .level2__trades {
    display: block !important;
    position: absolute;
    top: 170px;
    right: 0;
  }
}
.level2__trades-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.level2__table-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.calcs__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 25px;
  text-transform: none;
}
.calcs__label {
  display: block;
  margin-bottom: 15px;
}
.calcs__label--no-margin-bottom {
  margin-bottom: 0;
}
.calcs__required {
  color: #990000;
}
.calcs__fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d1d3d4;
}
.calcs__fieldset--no-border {
  border-bottom: none;
}
.calcs__label-left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .calcs__label-left {
    width: 40%;
  }
}
.calcs__label-right {
  display: inline-block;
  width: 50%;
  position: relative;
}
@media (min-width: 992px) {
  .calcs__label-right {
    width: 30%;
  }
}
.calcs__label-right--currency:before {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  content: "£";
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.calcs__label-right--error:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  color: #990000;
  position: absolute;
  top: 53%;
  right: 27px;
  transform: translateY(-50%);
}
.calcs__input {
  width: 100%;
}
.calcs__input--short {
  width: 50%;
  margin-right: 7px;
}
.calcs__input--tiny {
  width: 25%;
  margin-right: 7px;
}
.calcs__select {
  width: 100%;
}
.calcs__select--short {
  width: 50%;
  margin-right: 7px;
}
.calcs__result {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.calcs__result--red {
  color: #990000;
}
.calcs__result:before {
  content: "£";
}
.calcs__result--no-pound:before {
  content: "";
}
.calcs__currency-result {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.calcs__currency-converted {
  color: #0084be;
  font-size: 30px;
}
.calcs__currency-rate {
  color: #58595b;
  font-size: 14px;
}
.calcs__disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.calcs__break {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.calcs__break:before {
  content: "";
  border-top: 1px solid #d1d3d4;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.calcs__break:after {
  content: "OR";
  background: #ffffff;
  padding: 0 5px;
  position: relative;
  left: 5%;
  z-index: 10;
  color: #333333;
}
.calcs__millionaire {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-size: calculateRem(30px);
  line-height: 1.6;
  font-weight: 600;
  color: #DAA520;
  text-align: center;
  margin-bottom: 45px;
  text-transform: none;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 95px -163.6666666667px #51ff00, -62px 37.3333333333px #0077ff, 225px -301.6666666667px #00fbff, -164px -188.6666666667px #0095ff, 52px -190.6666666667px #ff2f00, 194px 34.3333333333px #ff5e00, -157px -99.6666666667px #00ffea, 167px -61.6666666667px #6aff00, 23px -375.6666666667px #f7ff00, 75px -400.6666666667px #c800ff, -107px -132.6666666667px #ff0009, -15px -307.6666666667px #ff0009, -222px -130.6666666667px #00ff26, 136px -251.6666666667px #0d00ff, -66px 51.3333333333px #ff7b00, -93px -162.6666666667px #00d5ff, -121px -22.6666666667px #bfff00, 156px 28.3333333333px #0033ff, 101px -202.6666666667px #00ff84, -210px -400.6666666667px #0044ff, 114px -18.6666666667px #2200ff, -92px -43.6666666667px #4800ff, -112px -193.6666666667px #ff00f7, -41px -129.6666666667px #00ddff, -231px -189.6666666667px #aa00ff, -125px -328.6666666667px #6600ff, -175px -79.6666666667px #00ff55, -68px -57.6666666667px #6a00ff, 2px 3.3333333333px #00ffb3, -144px -403.6666666667px #00aeff, -144px -277.6666666667px #ff00e1, -213px 66.3333333333px #ae00ff, -190px -312.6666666667px #77ff00, -32px 69.3333333333px #2200ff, -226px -409.6666666667px #00ffe6, -121px 31.3333333333px #1a00ff, 3px -351.6666666667px blue, 247px -406.6666666667px #00ff09, -95px 22.3333333333px #00f2ff, 186px 47.3333333333px #0040ff, -248px -242.6666666667px #00ff2f, -98px -197.6666666667px #e6ff00, 230px -241.6666666667px #ff0022, 31px 36.3333333333px #00b3ff, 167px 63.3333333333px #33ff00, -227px -109.6666666667px #00ff73, -232px -169.6666666667px #00ffea, -135px -344.6666666667px #ff00ea, 225px -83.6666666667px #2200ff, -164px -193.6666666667px #40ff00, 213px -91.6666666667px #ff00c8;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 95px -163.6666666667px #51ff00, -62px 37.3333333333px #0077ff, 225px -301.6666666667px #00fbff, -164px -188.6666666667px #0095ff, 52px -190.6666666667px #ff2f00, 194px 34.3333333333px #ff5e00, -157px -99.6666666667px #00ffea, 167px -61.6666666667px #6aff00, 23px -375.6666666667px #f7ff00, 75px -400.6666666667px #c800ff, -107px -132.6666666667px #ff0009, -15px -307.6666666667px #ff0009, -222px -130.6666666667px #00ff26, 136px -251.6666666667px #0d00ff, -66px 51.3333333333px #ff7b00, -93px -162.6666666667px #00d5ff, -121px -22.6666666667px #bfff00, 156px 28.3333333333px #0033ff, 101px -202.6666666667px #00ff84, -210px -400.6666666667px #0044ff, 114px -18.6666666667px #2200ff, -92px -43.6666666667px #4800ff, -112px -193.6666666667px #ff00f7, -41px -129.6666666667px #00ddff, -231px -189.6666666667px #aa00ff, -125px -328.6666666667px #6600ff, -175px -79.6666666667px #00ff55, -68px -57.6666666667px #6a00ff, 2px 3.3333333333px #00ffb3, -144px -403.6666666667px #00aeff, -144px -277.6666666667px #ff00e1, -213px 66.3333333333px #ae00ff, -190px -312.6666666667px #77ff00, -32px 69.3333333333px #2200ff, -226px -409.6666666667px #00ffe6, -121px 31.3333333333px #1a00ff, 3px -351.6666666667px blue, 247px -406.6666666667px #00ff09, -95px 22.3333333333px #00f2ff, 186px 47.3333333333px #0040ff, -248px -242.6666666667px #00ff2f, -98px -197.6666666667px #e6ff00, 230px -241.6666666667px #ff0022, 31px 36.3333333333px #00b3ff, 167px 63.3333333333px #33ff00, -227px -109.6666666667px #00ff73, -232px -169.6666666667px #00ffea, -135px -344.6666666667px #ff00ea, 225px -83.6666666667px #2200ff, -164px -193.6666666667px #40ff00, 213px -91.6666666667px #ff00c8;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 95px -163.6666666667px #51ff00, -62px 37.3333333333px #0077ff, 225px -301.6666666667px #00fbff, -164px -188.6666666667px #0095ff, 52px -190.6666666667px #ff2f00, 194px 34.3333333333px #ff5e00, -157px -99.6666666667px #00ffea, 167px -61.6666666667px #6aff00, 23px -375.6666666667px #f7ff00, 75px -400.6666666667px #c800ff, -107px -132.6666666667px #ff0009, -15px -307.6666666667px #ff0009, -222px -130.6666666667px #00ff26, 136px -251.6666666667px #0d00ff, -66px 51.3333333333px #ff7b00, -93px -162.6666666667px #00d5ff, -121px -22.6666666667px #bfff00, 156px 28.3333333333px #0033ff, 101px -202.6666666667px #00ff84, -210px -400.6666666667px #0044ff, 114px -18.6666666667px #2200ff, -92px -43.6666666667px #4800ff, -112px -193.6666666667px #ff00f7, -41px -129.6666666667px #00ddff, -231px -189.6666666667px #aa00ff, -125px -328.6666666667px #6600ff, -175px -79.6666666667px #00ff55, -68px -57.6666666667px #6a00ff, 2px 3.3333333333px #00ffb3, -144px -403.6666666667px #00aeff, -144px -277.6666666667px #ff00e1, -213px 66.3333333333px #ae00ff, -190px -312.6666666667px #77ff00, -32px 69.3333333333px #2200ff, -226px -409.6666666667px #00ffe6, -121px 31.3333333333px #1a00ff, 3px -351.6666666667px blue, 247px -406.6666666667px #00ff09, -95px 22.3333333333px #00f2ff, 186px 47.3333333333px #0040ff, -248px -242.6666666667px #00ff2f, -98px -197.6666666667px #e6ff00, 230px -241.6666666667px #ff0022, 31px 36.3333333333px #00b3ff, 167px 63.3333333333px #33ff00, -227px -109.6666666667px #00ff73, -232px -169.6666666667px #00ffea, -135px -344.6666666667px #ff00ea, 225px -83.6666666667px #2200ff, -164px -193.6666666667px #40ff00, 213px -91.6666666667px #ff00c8;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: 95px -163.6666666667px #51ff00, -62px 37.3333333333px #0077ff, 225px -301.6666666667px #00fbff, -164px -188.6666666667px #0095ff, 52px -190.6666666667px #ff2f00, 194px 34.3333333333px #ff5e00, -157px -99.6666666667px #00ffea, 167px -61.6666666667px #6aff00, 23px -375.6666666667px #f7ff00, 75px -400.6666666667px #c800ff, -107px -132.6666666667px #ff0009, -15px -307.6666666667px #ff0009, -222px -130.6666666667px #00ff26, 136px -251.6666666667px #0d00ff, -66px 51.3333333333px #ff7b00, -93px -162.6666666667px #00d5ff, -121px -22.6666666667px #bfff00, 156px 28.3333333333px #0033ff, 101px -202.6666666667px #00ff84, -210px -400.6666666667px #0044ff, 114px -18.6666666667px #2200ff, -92px -43.6666666667px #4800ff, -112px -193.6666666667px #ff00f7, -41px -129.6666666667px #00ddff, -231px -189.6666666667px #aa00ff, -125px -328.6666666667px #6600ff, -175px -79.6666666667px #00ff55, -68px -57.6666666667px #6a00ff, 2px 3.3333333333px #00ffb3, -144px -403.6666666667px #00aeff, -144px -277.6666666667px #ff00e1, -213px 66.3333333333px #ae00ff, -190px -312.6666666667px #77ff00, -32px 69.3333333333px #2200ff, -226px -409.6666666667px #00ffe6, -121px 31.3333333333px #1a00ff, 3px -351.6666666667px blue, 247px -406.6666666667px #00ff09, -95px 22.3333333333px #00f2ff, 186px 47.3333333333px #0040ff, -248px -242.6666666667px #00ff2f, -98px -197.6666666667px #e6ff00, 230px -241.6666666667px #ff0022, 31px 36.3333333333px #00b3ff, 167px 63.3333333333px #33ff00, -227px -109.6666666667px #00ff73, -232px -169.6666666667px #00ffea, -135px -344.6666666667px #ff00ea, 225px -83.6666666667px #2200ff, -164px -193.6666666667px #40ff00, 213px -91.6666666667px #ff00c8;
  }
}
@keyframes bang {
  to {
    box-shadow: 95px -163.6666666667px #51ff00, -62px 37.3333333333px #0077ff, 225px -301.6666666667px #00fbff, -164px -188.6666666667px #0095ff, 52px -190.6666666667px #ff2f00, 194px 34.3333333333px #ff5e00, -157px -99.6666666667px #00ffea, 167px -61.6666666667px #6aff00, 23px -375.6666666667px #f7ff00, 75px -400.6666666667px #c800ff, -107px -132.6666666667px #ff0009, -15px -307.6666666667px #ff0009, -222px -130.6666666667px #00ff26, 136px -251.6666666667px #0d00ff, -66px 51.3333333333px #ff7b00, -93px -162.6666666667px #00d5ff, -121px -22.6666666667px #bfff00, 156px 28.3333333333px #0033ff, 101px -202.6666666667px #00ff84, -210px -400.6666666667px #0044ff, 114px -18.6666666667px #2200ff, -92px -43.6666666667px #4800ff, -112px -193.6666666667px #ff00f7, -41px -129.6666666667px #00ddff, -231px -189.6666666667px #aa00ff, -125px -328.6666666667px #6600ff, -175px -79.6666666667px #00ff55, -68px -57.6666666667px #6a00ff, 2px 3.3333333333px #00ffb3, -144px -403.6666666667px #00aeff, -144px -277.6666666667px #ff00e1, -213px 66.3333333333px #ae00ff, -190px -312.6666666667px #77ff00, -32px 69.3333333333px #2200ff, -226px -409.6666666667px #00ffe6, -121px 31.3333333333px #1a00ff, 3px -351.6666666667px blue, 247px -406.6666666667px #00ff09, -95px 22.3333333333px #00f2ff, 186px 47.3333333333px #0040ff, -248px -242.6666666667px #00ff2f, -98px -197.6666666667px #e6ff00, 230px -241.6666666667px #ff0022, 31px 36.3333333333px #00b3ff, 167px 63.3333333333px #33ff00, -227px -109.6666666667px #00ff73, -232px -169.6666666667px #00ffea, -135px -344.6666666667px #ff00ea, 225px -83.6666666667px #2200ff, -164px -193.6666666667px #40ff00, 213px -91.6666666667px #ff00c8;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.ir__title {
  font-size: 18px;
}
.ir__post {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ir__post {
    float: left;
    width: 25%;
  }
}
.ir__post-content {
  background: #ffffff;
  transition: all 0.4s;
}
.ir__post-content:hover {
  box-shadow: 0px 0px 8px #d8d8d8;
}
.ir__post-img-container {
  position: relative;
}
.ir__post-img {
  width: 100%;
  height: auto;
}
.ir__company {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  right: 35px;
  padding: 2px 6px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
}
.ir__type {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 2px 6px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
}
.ir__post-details {
  padding: 12px;
}
.ir__post-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 6px;
}
.ir__post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.ir__post-title-link {
  color: inherit;
}

.knowledge__title {
  font-size: 22px;
}
.knowledge__post {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .knowledge__post {
    float: left;
    width: 25%;
  }
}
.knowledge__post:nth-of-type(odd) {
  clear: left;
}
@media (min-width: 992px) {
  .knowledge__post:nth-of-type(odd) {
    clear: none;
  }
  .knowledge__post:nth-of-type(4n+1) {
    clear: left;
  }
}
.knowledge__post-content {
  background: #ffffff;
  transition: all 0.4s;
}
.knowledge__post-content:hover {
  box-shadow: 0px 0px 20px #d8d8d8;
}
.knowledge__post-img-container {
  position: relative;
}
.knowledge__post-img {
  width: 100%;
  height: auto;
}
.knowledge__company {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  right: 35px;
  padding: 2px 6px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
}
.knowledge__type {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 2px 6px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
}
.knowledge__post-details {
  padding: 12px;
  padding-bottom: 8px;
}
.knowledge__post-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: calculateRem(10px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 6px;
}
.knowledge__post-author {
  color: #0084be;
}
.knowledge__post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.knowledge__post-title-link {
  color: inherit;
}
.knowledge__tag {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 9px;
  font-size: calculateRem(9px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.knowledge__tag:hover {
  text-decoration: none;
  color: #0084be;
}
.knowledge__tag:hover:before {
  color: #0084be;
  transform: rotate(90deg);
}
.knowledge__tag:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 5px;
  margin-left: 0;
  font-size: 8px;
  vertical-align: text-top;
  color: #58595b;
  display: inline-block;
}
.knowledge__tag--large {
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.knowledge__tag--large:before {
  vertical-align: middle;
}
.knowledge__input {
  width: calc(40% - 15px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  .knowledge__input {
    width: auto;
    min-width: 200px;
    margin-bottom: 0;
  }
}
.knowledge__select {
  width: calc(40% - 15px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  .knowledge__select {
    width: auto;
    min-width: 200px;
    margin-bottom: 0;
  }
}
.knowledge__select--short {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .knowledge__select--short {
    min-width: 120px;
    margin-right: 0;
  }
}
.knowledge__button {
  padding: 9px 16px;
}
.knowledge__sortby {
  display: block;
  border-top: 1px dashed #d1d3d4;
  padding-top: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .knowledge__sortby {
    float: right;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.knowledge__active-filters {
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
}
.knowledge__filters-on {
  display: inline-block;
}
.knowledge__filter-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #d1d3d4;
  border-radius: 40px;
  padding: 3px 10px 3px 14px;
  margin-left: 10px;
}
.knowledge__filter-clear {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 10px;
}
.knowledge__filter-clear:hover {
  text-decoration: none;
  color: #990000;
}
.knowledge__filter-clear:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.knowledge__remove-topic {
  color: #d1d3d4;
  margin-left: 6px;
}
.knowledge__remove-topic:hover {
  color: #990000;
}
.knowledge__empty-title {
  font-size: 30px;
}
.knowledge__empty-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 300;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.knowledge__topic {
  padding-bottom: 0;
}
.knowledge__topic-title {
  font-size: 30px;
}
.knowledge__topic-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.knowledge__loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100;
}
.knowledge__loading-icon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.knowledge-article__img {
  width: 100%;
  height: auto;
}
.knowledge-article__content {
  margin-bottom: 0;
}
.knowledge-article__content-text {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .knowledge-article__content-text {
    float: left;
    width: 66.6666666667%;
  }
}
.knowledge-article__content-text > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.knowledge-article__content-text > ul, .knowledge-article__content-text ol {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
  margin-left: 25px;
}
.knowledge-article__content-text > ul li, .knowledge-article__content-text ol li {
  margin-bottom: 10px;
}
.knowledge-article__content-text > a {
  color: #0084be;
}
.knowledge-article__content-text > img {
  margin-bottom: 15px;
}
.knowledge-article__content-text > img.full {
  width: 100%;
  height: auto;
}
.knowledge-article__content-text > img.left {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .knowledge-article__content-text > img.left {
    width: 50%;
    margin-right: 15px;
    bottom: 0;
  }
}
.knowledge-article__content-text > img.right {
  float: right;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .knowledge-article__content-text > img.right {
    width: 50%;
    margin-left: 15px;
    bottom: 0;
  }
}
.knowledge-article__content-details {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .knowledge-article__content-details {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  .knowledge-article__content-details {
    float: left;
    width: 29.1666666667%;
  }
}
.knowledge-article__content-info {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.knowledge-article__icon {
  color: #0084be;
  margin-right: 4px;
}
.knowledge-article__icon--time {
  font-size: 16px;
}
.knowledge-article__share {
  display: inline-block;
  background: #cccccc;
  margin-right: 4px;
  margin-bottom: 18px;
  text-align: center;
  width: 28px;
  padding: 4px 8px 2px;
  color: #ffffff;
  border-radius: 3px;
}
.knowledge-article__share--facebook {
  background: #3b5998;
}
.knowledge-article__share--facebook:hover {
  background: #2d4373;
}
.knowledge-article__share--twitter {
  background: #1da1f2;
}
.knowledge-article__share--twitter:hover {
  background: #0c85d0;
}
.knowledge-article__share--linkedin {
  background: #0077b5;
}
.knowledge-article__share--linkedin:hover {
  background: #005582;
}
.knowledge-article__content-link {
  color: #333333;
}
.knowledge-article__content-list {
  list-style: none;
  margin-bottom: 15px;
}
.knowledge-article__content-list-item {
  margin-bottom: 10px;
}
.knowledge-article__content-list-link {
  color: inherit;
}
.knowledge-article__content-list-link--selected {
  color: #990000;
  font-weight: bold;
}

.profile__search-input {
  width: 85%;
  margin-bottom: 8px;
}
.profile__search-button {
  width: 15%;
  text-align: center;
}
.profile__search-clear {
  margin-bottom: 20px;
  font-size: 13px;
}
.profile__search-clear i {
  margin-right: 8px;
}
.profile__results-title {
  margin-bottom: 10px;
}
.profile__results-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.profile__result {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  width: 49%;
}
@media (min-width: 992px) {
  .profile__result {
    width: 24%;
  }
}

.media__article {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media__article {
    float: left;
    width: 33.3333333333%;
  }
}
.media__article--list {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media__article--list {
    float: left;
    width: 100%;
  }
}
.media__article-image {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media__article-image {
    float: left;
    width: 25%;
  }
}
.media__article-image-link {
  position: relative;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.media__article-runtime {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50px;
  padding: 2px 10px;
  background: #ffffff;
  color: #2a2a2a;
}
.media__article--list .media__article-runtime {
  display: none;
}
@media (min-width: 992px) {
  .media__article--list .media__article-runtime {
    display: block;
  }
}
.media__article-img {
  width: 100%;
  height: auto;
}
.media__article-play {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media__article-content {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media__article-content {
    float: left;
    width: 75%;
  }
}
.media__article-title {
  margin-bottom: 6px;
}
.media__article-title a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.media__article-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 6px;
}
.media__article-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1;
  font-size: calculateRem(1);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}

.media-article__img {
  width: 100%;
  height: auto;
}
.media-article__content {
  margin-bottom: 15px;
}
.media-article__content-text {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media-article__content-text {
    float: left;
    width: 66.6666666667%;
  }
}
.media-article__content-text > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
.media-article__content-text > ul, .media-article__content-text ol {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
  margin-left: 25px;
}
.media-article__content-text > ul li, .media-article__content-text ol li {
  margin-bottom: 10px;
}
.media-article__content-text > p > a {
  color: #0084be;
}
.media-article__content-text > img {
  margin-bottom: 15px;
}
.media-article__content-text > img.full {
  width: 100%;
  height: auto;
}
.media-article__content-text > img.left {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .media-article__content-text > img.left {
    width: 50%;
    margin-right: 15px;
    bottom: 0;
  }
}
.media-article__content-text > img.right {
  float: right;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .media-article__content-text > img.right {
    width: 50%;
    margin-left: 15px;
    bottom: 0;
  }
}
.media-article__content-details {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .media-article__content-details {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  .media-article__content-details {
    float: left;
    width: 29.1666666667%;
  }
}
.media-article__content-info {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.media-article__content-info > a {
  color: #0084be;
}
.media-article__icon {
  color: #0084be;
  margin-right: 4px;
}
.media-article__icon--time {
  font-size: 16px;
}
.media-article__share {
  display: inline-block;
  background: #cccccc;
  margin-right: 4px;
  margin-bottom: 18px;
  text-align: center;
  width: 28px;
  padding: 4px 8px 2px;
  color: #ffffff;
  border-radius: 3px;
}
.media-article__share--facebook {
  background: #3b5998;
}
.media-article__share--facebook:hover {
  background: #2d4373;
}
.media-article__share--twitter {
  background: #1da1f2;
}
.media-article__share--twitter:hover {
  background: #0c85d0;
}
.media-article__share--linkedin {
  background: #0077b5;
}
.media-article__share--linkedin:hover {
  background: #005582;
}
.media-article__content-link {
  color: #333333;
}
.media-article__content-list {
  list-style: none;
  margin-bottom: 15px;
}
.media-article__content-list-item {
  margin-bottom: 10px;
}
.media-article__content-list-link {
  color: inherit;
}
.media-article__content-list-link--selected {
  color: #990000;
  font-weight: bold;
}

.nex__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.nex__link--traded {
  display: block;
  margin-bottom: 15px;
}
.nex__most-traded {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.nex__most-traded-item {
  width: 100%;
}
@media (min-width: 768px) {
  .nex__most-traded-item {
    width: 49%;
  }
}

.error-page {
  background: #f4f4f4;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.error-page__inner {
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 30px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  padding: 30px;
}
.error-page__logo {
  width: 80%;
  max-width: 300px;
  margin-bottom: 30px;
}
.error-page__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.error-page__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trusts .video-container video {
  width: 100%;
  outline: none;
}
.trusts__performers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.trusts__performers-column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .trusts__performers-column {
    float: left;
    width: 31.6666666667%;
  }
}
.trusts__performers-table-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .trusts__performers-table-name {
    width: 150px;
  }
}
.trusts__tools {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 10px;
}
.trusts__buy {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 50%;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .trusts__buy {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .trusts__buy {
    width: 50%;
    margin-bottom: 0;
  }
}
.trusts__buy-button {
  padding: 9px 70px 9px 45px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.trusts__buy-button:after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #700000;
  padding: 8px 11px 0;
}
.trusts__buy-button-options {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border: 1px solid #d1d3d4;
  width: 100%;
  background-color: #ffffff;
  padding: 5px 0;
  display: none;
  border-radius: 4px;
}
.trusts__buy-button-options > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  padding: 5px 10px;
}
.trusts__buy-button-options > a:not(:first-child):after {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  font-size: 10px;
  margin-left: 7px;
}
.trusts__buy-button-options > a:hover {
  text-decoration: none;
  background-color: #990000;
  color: #ffffff;
}
.trusts__buy-button-options:after, .trusts__buy-button-options:before {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.trusts__buy-button-options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 4px;
  margin-left: -4px;
}
.trusts__buy-button-options:before {
  border-color: rgba(209, 211, 212, 0);
  border-bottom-color: #d1d3d4;
  border-width: 5px;
  margin-left: -5px;
}
.trusts__social {
  display: inline-block;
}
.trusts__social a {
  font-size: 30px;
  margin-right: 20px;
}
.trusts__social a.youtube {
  color: #ff0000;
}
.trusts__social a.facebook {
  color: #3b5998;
}
.trusts__block {
  padding: 7px;
}
.trusts__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.trusts__manager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.trusts__disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  padding: 15px 20px;
  background-color: #eeeeee;
  border: 1px solid #d5d5d5;
}
.trusts__manager-left {
  flex: 0 0 30%;
}
@media (min-width: 768px) {
  .trusts__manager-left {
    flex: 0 0 20%;
  }
}
.trusts__manager-img {
  width: 100%;
  height: auto;
}
.trusts__manager-right {
  flex: 0 0 67%;
}
@media (min-width: 768px) {
  .trusts__manager-right {
    flex: 0 0 79.3%;
  }
}
.trusts__block-left {
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  .trusts__block-left {
    flex: 0 0 49.3%;
  }
}
.trusts__block-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex: 0 0 100%;
}
.trusts__block-right--template {
  background: none;
  border: 0;
  padding: 0;
}
.trusts__block-right iframe {
  align-self: center;
  flex: 0 0 100%;
  min-height: 254px;
}
@media (min-width: 1200px) {
  .trusts__block-right {
    flex: 0 0 49.3%;
  }
}
.trusts__block-right-template {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 2px solid #ccc;
}
.trusts__block-right-table {
  background: #ffffff;
  border-bottom: 2px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}
.trusts__block-right-table table tr td {
  border: 1px solid #f5f5f5;
  font-size: 13px;
  padding: 7px;
  text-align: right;
}
.trusts__block-right-table table tr td.down {
  color: red;
}
.trusts__block-right-table table tr td.up {
  color: blue;
}
.trusts__block-right-table table tr:nth-child(even) {
  background: #f5f5f5;
}
.trusts__slider {
  margin-bottom: 20px;
}
.trusts__slide-img {
  width: 100%;
  height: auto;
}
.trusts__intro-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: calculateRem(17px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .trusts__intro-title {
    font-size: 20px;
  }
}
.trusts__intro-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: 100%;
  margin-bottom: 20px;
}
.trusts__title > a {
  color: inherit;
}
.trusts__link-container {
  margin-bottom: 30px;
}
.trusts__text-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.trusts__text-position {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  text-transform: uppercase;
}
.trusts__text-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__text-text > p:not(:last-child) {
  margin-bottom: 15px;
}
.trusts__text-text > ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.trusts__text-text > ul > li {
  margin-bottom: 10px;
}
.trusts__text-text a {
  color: #0084be;
  text-decoration: underline;
}
.trusts__text-text a:hover {
  text-decoration: none;
}
.trusts__image-block > img {
  width: 100%;
  height: auto;
}
.trusts__full-article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.trusts__full-article-content {
  width: 100%;
}
.trusts__full-article-content > h3 > a {
  color: #333333;
  display: inline-block;
}
.trusts__full-article-content > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .trusts__full-article-content {
    width: 49%;
  }
}
.trusts__full-article-image {
  width: 100%;
}
.trusts__full-article-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .trusts__full-article-image {
    width: 49%;
  }
}
.trusts__articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.trusts__article {
  width: 49%;
  margin-bottom: 10px;
  margin-right: 2%;
}
.trusts__more-articles .trusts__article {
  width: 100%;
}
.trusts__article:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .trusts__article {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2.66%;
  }
  .trusts__article:nth-child(even) {
    margin-right: 2.66%;
  }
  .trusts__article:nth-child(4n) {
    margin-right: 0;
  }
}
.trusts__articles--half .trusts__article {
  width: 48% !important;
}
.trusts__articles--half .trusts__article:nth-child(even) {
  margin-right: 0;
}
.trusts__articles--half .trusts__article:nth-child(4n) {
  margin-right: 0;
}
.trusts__article-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.1;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 2px;
}
.trusts__article-date i {
  color: #0084be;
  margin-right: 3px;
}
.trusts__article-author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__article-image-link {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.trusts__article-runtime {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.1;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 2px 6px 3px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.trusts__full-article-info {
  background-color: #ffffff;
  padding: 15px;
  padding-bottom: 0;
}
.trusts__full-article-info li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.1;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-right: 40px;
}
.trusts__full-article-info li i {
  color: #0084be;
  margin-right: 8px;
}
.trusts__article-tag {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.1;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  background-color: #d1d3d4;
  border-radius: 50px;
  padding: 2px 10px 3px;
  display: inline-block;
  margin: 5px 0;
}
.trusts__article-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
}
.trusts__article-image {
  width: 100%;
  height: auto;
  display: inline-block;
}
.trusts__article-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.trusts__article-video-container video {
  width: 100%;
  outline: none;
}
.trusts__article-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trusts__article-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__article-content > h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trusts__article-content > h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trusts__article-content > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trusts__article-content > ul {
  margin-left: 30px;
  margin-bottom: 30px;
}
.trusts__article-content > ul > li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.trusts__table td {
  padding: 10px;
}
.trusts__trusts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) {
  .trusts__trusts {
    justify-content: flex-start;
  }
}
.trusts__trust {
  padding: 10px;
  width: 49%;
  margin-bottom: 10px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .trusts__trust {
    width: 32%;
    margin-bottom: 30px;
  }
  .trusts__trust:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .trusts__trust {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2.666666% !important;
  }
  .trusts__trust:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.trusts__trust-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-bottom: 10px;
  min-height: 70px;
}
@media (min-width: 768px) {
  .trusts__trust-title {
    min-height: auto;
    font-size: 20px;
  }
}
.trusts__trust-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.trusts__trust-image {
  width: 100%;
  height: auto;
  display: block;
}
.trusts__trust-info-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .trusts__trust-info-item {
    width: 32%;
  }
}
.trusts__fund-managers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.trusts__fund-manager {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: 48%;
  margin-bottom: 20px;
  margin-right: 4%;
}
.trusts__fund-manager > img {
  width: 100%;
  height: auto;
}
.trusts__fund-manager:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .trusts__fund-manager {
    width: 31%;
    margin-bottom: 30px;
    margin-right: 3.5%;
  }
  .trusts__fund-manager:nth-child(even) {
    margin-right: 3.5%;
  }
  .trusts__fund-manager:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .trusts__fund-manager {
    width: 23%;
    margin-right: 2.66%;
  }
  .trusts__fund-manager:nth-child(even) {
    margin-right: 2.66%;
  }
  .trusts__fund-manager:nth-child(3n) {
    margin-right: 2.66%;
  }
  .trusts__fund-manager:nth-child(4n) {
    margin-right: 0;
  }
}
.trusts__managers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.trusts__managers-left {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .trusts__managers-left {
    width: 20%;
  }
}
.trusts__managers-right {
  width: 100%;
}
@media (min-width: 768px) {
  .trusts__managers-right {
    width: 78%;
  }
}
.trusts__managers-right > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__managers-right > p:not(:last-child) {
  margin-bottom: 15px;
}
.trusts__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.trusts__info-image {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .trusts__info-image {
    width: 20%;
    text-align: left;
  }
}
.trusts__info-image > img {
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .trusts__info-image > img {
    width: 100%;
  }
}
.trusts__info-text {
  width: 100%;
}
@media (min-width: 768px) {
  .trusts__info-text {
    width: calc(80% - 15px);
  }
}
.trusts__info-text > h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__info-text > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.trusts__factsheets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.trusts__factsheet {
  flex: 0 0 32%;
  margin-right: 2%;
}
.trusts__factsheet:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .trusts__factsheet {
    flex: 0 0 15.666%;
    margin-right: 1.208%;
  }
  .trusts__factsheet:nth-child(3n) {
    margin-right: 1.208%;
  }
  .trusts__factsheet:nth-child(6n) {
    margin-right: 0;
  }
}
.trusts__factsheet-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.trusts__factsheet-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.trusts__column {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .trusts__column {
    float: left;
    width: 50%;
  }
}
.trusts__story {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.trusts__story-image {
  width: 100%;
}
@media (min-width: 768px) {
  .trusts__story-image {
    width: 30%;
  }
}
.trusts__story--first .trusts__story-image {
  width: 100%;
}
.trusts__story--archive .trusts__story-image {
  width: 15%;
}
.trusts__story-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.trusts__story-title > a {
  color: inherit;
}
.trusts__story-img {
  width: 100%;
  height: auto;
}
.trusts__story-time {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: calculateRem(11px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.trusts__story-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.trusts__story-vendor {
  width: 50px;
  height: auto;
}
.trusts__story-content {
  width: 100%;
}
@media (min-width: 768px) {
  .trusts__story-content {
    width: 64%;
  }
}
.trusts__story--first .trusts__story-content {
  width: 100%;
}
.trusts__story--archive .trusts__story-content {
  width: 79%;
}
.trusts__contributor-logo {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.trusts__contributor-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}
.trusts__contributor-text a {
  color: #0084be;
}

.events__intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .events__intro {
    margin-bottom: 0;
  }
}
.events__intro-content {
  width: 100%;
}
@media (min-width: 768px) {
  .events__intro-content {
    width: 49%;
  }
}
.events__intro-title {
  margin-bottom: 20px;
}
.events__intro-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.events__intro-video {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}
@media (min-width: 768px) {
  .events__intro-video {
    float: left;
    width: 48.3333333333%;
  }
}
@media (min-width: 768px) {
  .events__intro-video {
    width: 49%;
  }
}
.events__intro-video iframe {
  width: 100%;
  height: 100%;
}
.events__boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.events__box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background: #ffffff;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .events__box {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events__box {
    float: left;
    width: 48.3333333333%;
  }
}
@media (min-width: 768px) {
  .events__box:nth-child(1) {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .events__box {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .events__box {
    float: left;
    width: 32.5%;
  }
}
@media (min-width: 1200px) {
  .events__box:nth-child(1), .events__box:nth-child(2) {
    margin-right: 10px;
  }
}
.events__future-img {
  width: 100%;
}
.events__box-content {
  padding: 15px;
}
.events__box-img {
  width: 100%;
}
.events__box-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}
.events__box-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #747474;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.events__box-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 10px 0;
}
.events__box-info-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: calculateRem(15px);
  line-height: 1.6;
  font-weight: 400;
  color: #747474;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.events__box-info-item .fa {
  margin-right: 10px;
}
.events__box-info-time {
  max-width: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -2px;
}
@media (min-width: 1200px) {
  .events__box-info-time {
    margin: 0 10px;
  }
}
.events__box-button {
  margin-top: 10px;
}
.events__box-future {
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.events__box-future:last-of-type {
  border: 0;
}
.events__future-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  line-height: normal;
  margin-bottom: 10px;
}
.events__future-container {
  max-height: 250px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .events__future-container {
    max-height: 450px;
  }
}
.events__future-content-box {
  padding: 15px;
}
.events__box-future-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 6px;
}
.events__box-future-date {
  color: #747474;
  margin-top: 7px;
}
.events__box-future-date .fa {
  margin-right: 10px;
}
.events__register-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 20px 0;
}
.events__register-box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background: #990000;
  padding: 20px 5px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .events__register-box {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events__register-box {
    float: left;
    width: 48.3333333333%;
  }
}
.events__register-box-left {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .events__register-box-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .events__register-box-left {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .events__register-box-left {
    float: left;
    width: 66.6666666667%;
  }
}
.events__register-sub-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: calculateRem(17px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  .events__register-sub-title {
    text-align: left;
  }
}
.events__register-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: calculateRem(22px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  .events__register-title {
    text-align: left;
  }
}
.events__register-box-right {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .events__register-box-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .events__register-box-right {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .events__register-box-right {
    float: left;
    width: 30.8333333333%;
  }
}
.events__register-button {
  color: #990000;
  font-size: 17px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .events__register-button {
    margin: 0;
  }
}
.events__form-block {
  margin-bottom: 15px;
}
.events__form-input {
  width: 100%;
}
.events__form-checkbox {
  margin-right: 6px;
}
.events__form-privacy-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.events__cover > img {
  width: 100%;
  height: auto;
}
.events__ended {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: calculateRem(24px);
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  padding: 10px;
  background-color: #0084be;
  margin-bottom: 15px;
}
.events__title {
  margin-bottom: 15px;
}
.events__title a {
  color: inherit;
}
.events__speaker {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.events__speaker-image {
  width: 10%;
}
.events__speaker-image > img {
  width: 100%;
  height: auto;
}
.events__speaker-text {
  width: 88%;
}
.events__left {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .events__left {
    float: left;
    width: 66.6666666667%;
  }
}
.events__right {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .events__right {
    float: left;
    width: 33.3333333333%;
  }
}
.events__info {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: calculateRem(18px);
  line-height: 1.6;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.events__info i {
  vertical-align: middle;
  font-size: 20px;
  color: #0084be;
}
.events__info-text {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.events__book-tickets a, .events__book-tickets button {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 20px;
  transition: all 0.2s;
}
.events__book-tickets a:hover, .events__book-tickets button:hover {
  transform: scale(1.05);
}
.events__future {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.events__future-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.events__future-date--last {
  margin-bottom: 12px;
}
.events__future-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 15px;
  height: 150px;
}
@media (min-width: 768px) {
  .events__future-image {
    width: 49%;
    margin-bottom: 0;
  }
}
.events__future-content {
  width: 100%;
}
.events__future-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.events__future-content h3 a {
  color: inherit;
}
@media (min-width: 768px) {
  .events__future-content {
    width: 49%;
  }
}
.events__past {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .events__past {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .events__past {
    float: left;
    width: 33.3333333333%;
  }
}
.events__past:nth-child(odd) {
  clear: left;
}
@media (min-width: 992px) {
  .events__past:nth-child(odd) {
    clear: none;
  }
  .events__past:nth-child(3n+1) {
    clear: left;
  }
}
.events__past-image-container {
  position: relative;
  display: block;
}
.events__past-image {
  width: 100%;
  height: auto;
}
.events__past-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
  min-height: 50px;
}
.events__past-content h3 a {
  color: inherit;
}
.events__past-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.events__date {
  overflow: hidden;
  border-radius: 10px;
}
.events__date-month {
  background-color: #990000;
  padding: 5px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.events__date-day {
  background-color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: calculateRem(24px);
  line-height: 1.6;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  line-height: 0.7;
  padding: 8px 0;
}
.events__date-year {
  background-color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1;
  padding: 3px 0;
  border-top: 1px solid #eeeeee;
}
.events__live-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  background: #000;
  margin-bottom: 20px;
}
.events__live-video {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 992px) {
  .events__live-video {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .events__live-video {
    float: left;
    width: 50%;
  }
}
.events__live-video iframe {
  width: 100%;
}
.events__live-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background: #ffffff;
  padding: 20px;
  border-bottom: 2px solid #ccc;
}
@media (min-width: 992px) {
  .events__live-content {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .events__live-content {
    float: left;
    width: 50%;
  }
}
.events__live-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.2;
  font-weight: 600;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.events__live-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.events__live-text ul {
  padding-left: 20px;
  margin: 10px 0;
}

.crypto__title a {
  color: inherit;
}
.crypto__table-icon {
  width: auto;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}
.crypto__search-inner {
  position: relative;
}
.crypto__search-input {
  border: 1px solid #d1d3d4;
  padding: 7px;
  width: 70%;
}
@media (min-width: 992px) {
  .crypto__search-input {
    width: 75%;
  }
}
.crypto__search-button {
  padding: 8px 15px;
}
.crypto__search-button:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 7px;
  margin-left: 0;
}
.crypto__switch-options {
  position: absolute;
  top: calc(100% + 10px);
  left: -25%;
  border: 1px solid #d1d3d4;
  width: 150%;
  background-color: #ffffff;
  padding: 5px 0;
  display: none;
  border-radius: 4px;
  z-index: 500;
}
@media (min-width: 1200px) {
  .crypto__switch-options {
    left: 0;
    width: 100%;
  }
}
.crypto__switch-options > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  padding: 5px 10px;
}
.crypto__switch-options > a:hover {
  text-decoration: none;
  background-color: #990000;
  color: #ffffff;
}
.crypto__switch-options:after, .crypto__switch-options:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.crypto__switch-options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 4px;
  margin-left: -4px;
}
.crypto__switch-options:before {
  border-color: rgba(209, 211, 212, 0);
  border-bottom-color: #d1d3d4;
  border-width: 5px;
  margin-left: -5px;
}

.crypto-info-chart__title a {
  color: inherit;
}
.crypto-info-chart__info {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .crypto-info-chart__info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .crypto-info-chart__info {
    float: left;
    width: 37.5%;
  }
}
.crypto-info-chart__chart {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .crypto-info-chart__chart {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .crypto-info-chart__chart {
    float: left;
    width: 62.5%;
  }
}
.crypto-info-chart__table th {
  white-space: normal;
}

.brokers__title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.brokers__account-button {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
}
.brokers__account-button:after {
  transition: margin-right 0.4s;
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .brokers__account-button {
    max-width: 250px;
  }
}
.brokers__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b3b3b3;
}
@media (min-width: 768px) {
  .brokers__row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.brokers__row--premium {
  background-color: #fcf8e3;
  padding-bottom: 10px;
}
.brokers__row-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .brokers__row-item {
    width: 16.666666%;
    margin-bottom: 0;
    text-align: center;
  }
}
.brokers__row-item--logo {
  width: 30%;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .brokers__row-item--logo {
    width: 10%;
    margin-right: 0;
  }
}
.brokers__row-item--company {
  width: calc(70% - 20px);
}
@media (min-width: 768px) {
  .brokers__row-item--company {
    width: 10%;
  }
}
.brokers__row-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .brokers__row-title {
    font-size: 11px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-right: 0;
  }
}
.brokers__row-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #0084be;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
.brokers__row-link--small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .brokers__row-link--small {
    font-size: 12px;
  }
}
.brokers__row-button {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brokers__row-button {
    margin-bottom: 0;
  }
}
.brokers__row-img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members-home__input {
  padding: 7px;
  width: 70%;
  max-width: 300px;
}
.members-home__button {
  padding: 10px 15px 9px;
}
@media (min-width: 768px) {
  .members-home__button {
    padding: 8px 15px;
  }
}

.private-message {
  position: relative;
}
.private-message__form {
  display: block;
  margin-bottom: 30px;
}
.private-message__table {
  margin-bottom: 20px;
}
.private-message__table tbody tr:first-child {
  background-color: #f5f5f5;
}
.private-message__details {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.private-message__detail-text {
  margin-bottom: 7px;
}
.private-message__actions {
  position: absolute;
  top: 7px;
  right: 14px;
}
.private-message__action-button {
  font-size: 16px;
  color: #0084be;
  margin-left: 15px;
}
.private-message__action-button:hover {
  color: #990000;
}
.private-message__icon {
  color: #990000;
}
.private-message__icon--opened {
  color: #d1d3d4;
}
.private-message__compose-label {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.private-message__compose-input {
  width: 100%;
  margin-top: 5px;
}
.private-message__error .private-message__compose-input {
  border: 1px solid #990000;
  background: #ffe6e6;
}
.private-message__compose-textarea {
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-top: 5px;
}
.private-message__error .private-message__compose-textarea {
  border: 1px solid #990000;
  background: #ffe6e6;
}
.private-message__unblock-button {
  float: right;
}
.private-message__buttons {
  text-align: right;
}
.private-message__delete-button {
  margin-right: 10px;
}
.private-message__link {
  color: #0084be;
}

.watchlist__sponsor-ad {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.watchlist__sponsor-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: right;
  margin-bottom: 0;
  text-transform: none;
  margin-right: 10px;
}
.watchlist__title-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 15px;
}
.watchlist__logo-ad {
  width: 70px;
  height: 70px;
  background-color: #333;
}
.watchlist__bottom-sponsorship {
  text-align: center;
}
.watchlist--full {
  padding: 10px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}
.watchlist--dark {
  background-color: #222;
}
.watchlist--full .watchlist__list {
  padding: 0;
  border: 0;
}
.watchlist--dark .watchlist__list {
  background: #222;
}
.watchlist__close {
  display: none;
}
.watchlist--full .watchlist__close {
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 1010;
  cursor: pointer;
}
.watchlist__last-checked {
  position: absolute;
  top: 16px;
  left: 170px;
}
.watchlist--dark .watchlist__last-checked {
  color: #ffffff;
}
.watchlist__sponsorship {
  text-align: center;
  margin-bottom: 25px;
}
.watchlist__action-button {
  float: right;
  margin-left: 5px;
  padding: 4px 10px;
  cursor: pointer;
}
.watchlist__action-button--add:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.watchlist__action-button--rename:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.watchlist__action-button--delete:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .watchlist__action-button--delete:before {
    margin-right: 6px;
  }
}
.watchlist__action-button--customise {
  background-color: #0084be;
}
.watchlist__action-button--customise:hover {
  background-color: #003d58;
}
.watchlist__action-button--customise:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.watchlist__action-button--sort {
  background-color: #0084be;
}
.watchlist__action-button--sort:hover {
  background-color: #003d58;
}
.watchlist__action-button--sort:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.watchlist__action-button--fullscreen {
  display: none;
}
@media (min-width: 768px) {
  .watchlist__action-button--fullscreen {
    display: inline-block;
  }
}
.watchlist__action-button--dark-mode {
  display: none;
}
.watchlist--full .watchlist__action-button--dark-mode {
  display: inline-block;
}
.watchlist__add-form {
  position: relative;
}
.watchlist--dark .watchlist__add-form {
  background: #333;
  border-bottom: none;
  color: #ffffff;
}
.watchlist__cancel-button {
  color: #333333;
  position: absolute;
  top: 10px;
  right: 10px;
}
.watchlist__cancel-button:hover {
  color: #0084be;
}
.watchlist__actions {
  margin-bottom: 15px;
}
.watchlist__choose-list {
  padding: 3px 30px 3px 10px;
  max-width: 90px;
}
@media (min-width: 992px) {
  .watchlist__choose-list {
    max-width: 145px;
  }
}
@media (min-width: 992px) {
  .watchlist__choose-list {
    max-width: auto;
  }
}
.watchlist--dark .watchlist__title {
  color: #ffffff;
}
.watchlist__title-link {
  color: inherit;
}
.watchlist__table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.watchlist__table td i {
  font-size: 20px;
}
.watchlist__table td i.fa-circle {
  font-size: 14px;
}
.watchlist--dark .watchlist__table th {
  background: #222;
}
.watchlist--dark .watchlist__table th,
.watchlist--dark .watchlist__table th a,
.watchlist--dark .watchlist__table td,
.watchlist--dark .watchlist__table td a {
  color: #ffffff !important;
}
.watchlist--dark .watchlist__table th, .watchlist--dark .watchlist__table td {
  border-color: #333;
}
.watchlist--dark .watchlist__table td.up,
.watchlist--dark .watchlist__table td.up span {
  color: #25bcff !important;
  font-weight: bold;
}
.watchlist--dark .watchlist__table td.down,
.watchlist--dark .watchlist__table td.down span {
  color: red !important;
  font-weight: bold;
}
.watchlist--dark .watchlist__table tr:nth-child(even) {
  background: #2c2c2c;
}
.watchlist__table-empty {
  padding: 10px !important;
  text-align: center !important;
}
.watchlist__icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #0084be;
}
.watchlist__icon--disabled {
  color: #d1d3d4;
}
.watchlist__tool-icons--open .watchlist__icon {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
.watchlist__link {
  position: relative;
  display: inline-block;
}
.watchlist__indicator {
  position: absolute;
  top: 1px;
  right: 3px;
  z-index: 200;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #990000;
}
.watchlist__column--ticker {
  width: 100px;
}
.watchlist__column--name {
  width: 150px;
}
.watchlist__column--mid {
  width: 100px;
}
.watchlist__column--change {
  width: 150px !important;
}
.watchlist__input {
  margin-left: 10px;
}
.watchlist__empty-icon {
  width: 20px;
  vertical-align: bottom;
}
.watchlist__button {
  padding: 4px 10px;
}
.watchlist__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 250px;
}
.watchlist__button {
  padding: 9px 15px;
}
.watchlist__delete-button {
  color: #58595b;
  float: right;
  display: inline-block;
  margin-top: 9px;
}
.watchlist__delete-button:hover {
  color: #0084be;
  text-decoration: none;
}
.watchlist--dark .watchlist__add-shares {
  background: #333;
  border-bottom: none;
}
.watchlist__add-label {
  position: relative;
  display: inline-block;
}
.watchlist__add-input {
  padding: 6px 6px 7px;
  width: 250px;
}
.watchlist__add-button {
  padding: 7px 15px 8px;
}
.watchlist__config-checkbox {
  margin-right: 7px;
}
.watchlist__tool-container {
  position: relative;
  display: inline-block;
}
.watchlist__tool-icons {
  position: absolute;
  right: calc(100% + 3px);
  bottom: 0;
}
@media (min-width: 768px) {
  .watchlist__tool-icons {
    display: inline-block !important;
    position: static;
  }
}
.watchlist__tool-icons--open {
  padding: 8px;
  padding-top: 6px;
  display: inline-block !important;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ccc;
}
.watchlist__tool-info-icon {
  vertical-align: middle;
  font-size: 18px !important;
  display: inline-block;
}
@media (min-width: 768px) {
  .watchlist__tool-info-icon {
    display: none !important;
  }
}
.watchlist__tool-info-icon--on {
  color: #89be69;
}
.watchlist__sort-list .ui-sortable-placeholder {
  background-color: #d1d3d4;
  border: 3px dashed #58595b;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}
.watchlist__sort-list .ui-sortable-placeholder:before {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 700;
  color: #58595b;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  content: "Drop Here";
}
.watchlist__sort-item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  cursor: grab;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #d1d3d4;
  margin-bottom: 10px;
}
.watchlist__sort-item i {
  color: #990000;
  margin-right: 7px;
}

.portfolio__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.portfolio__text-title {
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
}
.portfolio__button {
  margin-left: 10px;
}
.portfolio__button--add:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .portfolio__button--add:before {
    margin-right: 6px;
  }
}
.portfolio__button--edit:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.portfolio__button--settings:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
}
.portfolio__actions {
  margin-bottom: 15px;
}
.portfolio__action-buttons {
  float: right;
}
.portfolio__choose {
  padding-top: 3px;
  padding-bottom: 3px;
}
.portfolio__delete {
  color: #990000;
}
.portfolio__popup-form-row {
  margin-bottom: 15px;
}
.portfolio__add-label {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .portfolio__add-label {
    float: left;
    width: 25%;
  }
}
.portfolio__label-title {
  margin-bottom: 5px;
}
.portfolio__time-sep {
  display: inline-block;
}
.portfolio__insufficient-funds {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: calculateRem(12px);
  line-height: 1.6;
  font-weight: 400;
  color: #990000;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.portfolio__insufficient-funds:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.portfolio__input {
  width: 100%;
}
.portfolio__input--pound {
  width: 95%;
  margin-left: 5px;
}
.portfolio__input--date {
  max-width: 150px;
}
.portfolio__input--error {
  border: 1px solid #990000;
  background: #ffb3b3;
}
.portfolio__textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
}
.portfolio__text-notes {
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.portfolio__form-title {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .portfolio__form-title {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .portfolio__form-title {
    margin-bottom: 0;
  }
}
.portfolio__form-title--no-margin {
  margin-top: 0;
}
.portfolio__form-element {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .portfolio__form-element {
    float: left;
    width: 66.6666666667%;
  }
}
.portfolio__add-starting-cash {
  display: none;
}
.portfolio__radio-label {
  border: 1px solid #990000;
  padding: 4px 9px;
  display: inline-block;
}
.portfolio__radio {
  display: none;
}
.portfolio__radio:checked + label {
  background: #990000;
  color: #ffffff;
}
.portfolio__radio:checked + label:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.portfolio__totals {
  margin-top: 20px;
  width: 70%;
  float: right;
}
@media (min-width: 768px) {
  .portfolio__totals {
    width: 40%;
  }
}
.portfolio__notes {
  font-size: 11px;
}
.portfolio__trans-details {
  margin-bottom: 15px;
}
.portfolio__helpers {
  text-align: right;
  margin-bottom: 15px;
}
.portfolio__action-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #58595b;
}
.portfolio__action-link:not(:first-child) {
  margin-left: 7px;
}
.portfolio__action-link:hover {
  text-decoration: none;
  color: #990000;
}
.portfolio__action-icon {
  color: #58595b;
  font-size: 13px;
}
.portfolio__note-popup-button--disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.alerts__table-name {
  width: 20%;
}
.alerts__row-disabled {
  background-color: #e8e8e8;
}
.alerts__row-disabled td:not(:last-child) {
  opacity: 0.2;
}
.alerts__table-delivery {
  display: inline-block;
  margin-right: 10px;
}
.alerts__icon {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.alerts__delete {
  color: #990000;
  margin-right: 5px;
}
.alerts__button {
  border: none;
  margin-right: 10px;
  margin-bottom: 15px;
}
.alerts__submit-button {
  border: none;
  margin-bottom: 15px;
}
.alerts__button-icon {
  margin-right: 6px;
}
.alerts__column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.alerts__column--left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .alerts__column--left {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .alerts__column--left {
    margin-bottom: 0;
  }
}
.alerts__column--right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .alerts__column--right {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .alerts__column--right {
    float: left;
    width: 58.3333333333%;
  }
}
.alerts__input {
  width: 100%;
  padding: 8px;
}
.alerts__select {
  width: 100%;
}
.alerts__label {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .alerts__label--half {
    width: 50%;
    float: left;
  }
}
.alerts__label-title {
  margin-bottom: 5px;
}
.alerts__checkbox {
  margin-right: 5px;
  margin-top: -1px;
}
.alerts__added {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 7px;
}
.alerts__form-title {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .alerts__form-title {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .alerts__form-title {
    margin-bottom: 0;
  }
}
.alerts__form-title--no-margin {
  margin-top: 0;
}
.alerts__form-element {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .alerts__form-element {
    float: left;
    width: 66.6666666667%;
  }
}
.alerts__popup-form-row {
  margin-bottom: 15px;
}
.settings__content {
  position: relative;
}
.settings__text {
  margin-bottom: 25px;
}
.settings__field {
  margin-bottom: 5px;
}
.settings__edit-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: calculateRem(20px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.settings__edit-button:hover {
  color: #990000;
}
.settings__edit-button--locked {
  right: 24px;
}
.settings__edit-button--locked:hover {
  color: inherit;
}
.settings__label {
  display: block;
  margin-bottom: 20px;
}
.settings__label-title {
  margin-bottom: 5px;
}
.settings__input {
  width: 100%;
}
@media (min-width: 992px) {
  .settings__input {
    max-width: 50%;
  }
}
.settings__input--error {
  border: 1px solid #990000;
}
.settings__checkbox {
  margin-right: 7px;
}
.left-text-highlighting {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: calculateRem(13px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  background: #ffffff;
  padding: 6px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 992px) {
  .left-text-highlighting {
    display: block;
  }
}
.left-text-highlighting:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 8px;
  margin-left: 0;
}
.left-text-highlighting:hover {
  text-decoration: none;
  background: #990000;
  color: #ffffff;
}

.text-highlighting__error {
  background: #ffcccc;
}
.text-highlighting__content--group {
  display: none;
}
.text-highlighting__title {
  margin-bottom: 0;
}
.text-highlighting__title--mb {
  margin-bottom: 15px;
}
.text-highlighting__title--half {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.text-highlighting__add-fields {
  display: inline-block;
  width: 100%;
}
.text-highlighting__color-picker {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
}
.text-highlighting__color {
  display: inline-block;
  margin-right: 6px;
  width: 29px;
  height: 29px;
  float: left;
  position: relative;
}
.text-highlighting__color--selected:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 0;
  margin-left: 0;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .text-highlighting__color {
    margin-right: 3px;
  }
}
.text-highlighting__table {
  margin-top: 15px;
}
.text-highlighting__title-rename {
  margin-top: 15px;
  display: none;
}
.text-highlighting__delete {
  font-size: 20px;
  line-height: 0.6;
  color: #990000;
}
.text-highlighting__label {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .text-highlighting__label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
    width: 25%;
  }
}
.text-highlighting__label-title {
  margin-bottom: 5px;
}
.text-highlighting__input {
  width: 100%;
  padding: 7px;
}
@media (min-width: 768px) {
  .text-highlighting__input {
    max-width: 200px;
  }
}
.text-highlighting__select {
  width: 100%;
}
@media (min-width: 768px) {
  .text-highlighting__select {
    max-width: 200px;
  }
}
.text-highlighting__button {
  padding: 8px 15px;
}
.text-highlighting__button--add-group {
  margin-bottom: 15px;
}
.text-highlighting__button--add-group:before {
  font-family: FontAwesome !important;
  content: "";
  margin-right: 6px;
  margin-left: 0;
}
.text-highlighting__button--add-group:hover {
  text-decoration: none;
}
.text-highlighting__cancel {
  margin-left: 8px;
  display: inline-block;
  color: #58595b;
}
.text-highlighting__group-tools {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.text-highlighting__group-link {
  display: inline-block;
  line-height: 1;
  vertical-align: super;
  margin-left: 25px;
}
.text-highlighting__group-icon {
  font-size: 18px;
  color: #58595b;
}

.ui-state-highlight {
  height: 65px;
  line-height: 1.2em;
  background: #eee;
  border: 1px dashed #aaa;
}

#spare-group-html, #spare-word-html {
  display: none;
}

@media (min-width: 992px) {
  .premium-services__package {
    margin-bottom: 15px;
  }
}
.premium-services__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: calculateRem(14px);
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.premium-services__link {
  color: #0084be;
}
.member-info__stat {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 992px) {
  .member-info__stat {
    float: left;
    width: 25%;
  }
}
.member-info__stat-title {
  font-size: 20px;
  text-align: center;
  min-height: 44px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .member-info__stat-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .member-info__stat-title {
    font-size: 20px;
  }
}
.member-info__stat-title-small {
  font-size: 12px;
  display: block;
}
.member-info__stat-info {
  font-size: 30px;
  text-align: center;
  min-height: 42px;
  vertical-align: middle;
}
.member-info__stat-info--small {
  font-size: 20px;
  padding-top: 7px;
}
.member-info__chart {
  width: 100%;
  height: 200px;
}