@media screen and (min-width: 35.5em) {
  .hide-sm- {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-md- {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-lg- {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-xl, .hide-xl- {
    display: none !important; } }

.popover-box, .tooltip, aside .settings .btn-group .info {
  position: absolute;
  background: #FFF;
  padding: 4px;
  font-size: 11px;
  color: #666;
  z-index: 999;
  border: 1px solid #CDCDCD; }
  .popover-box.no-carrot::before, .no-carrot.tooltip::before, aside .settings .btn-group .no-carrot.info::before {
    display: none; }
  .popover-box.inverted::before, .inverted.tooltip::before, aside .settings .btn-group .inverted.info::before {
    transform: rotate(-135deg);
    bottom: -9px;
    top: unset; }
  .popover-box::before, .tooltip::before, aside .settings .btn-group .info::before {
    content: " ";
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    left: 10px;
    background: white;
    border: none;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    width: 15px;
    height: 15px;
    z-index: -1; }

@media screen and (min-width: 35.5em) {
  .hide-sm- {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-md- {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-lg- {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-xl, .hide-xl- {
    display: none !important; } }

.popover-box, .tooltip, aside .settings .btn-group .info {
  position: absolute;
  background: #FFF;
  padding: 4px;
  font-size: 11px;
  color: #666;
  z-index: 999;
  border: 1px solid #CDCDCD; }
  .popover-box.no-carrot::before, .no-carrot.tooltip::before, aside .settings .btn-group .no-carrot.info::before {
    display: none; }
  .popover-box.inverted::before, .inverted.tooltip::before, aside .settings .btn-group .inverted.info::before {
    transform: rotate(-135deg);
    bottom: -9px;
    top: unset; }
  .popover-box::before, .tooltip::before, aside .settings .btn-group .info::before {
    content: " ";
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    left: 10px;
    background: white;
    border: none;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    width: 15px;
    height: 15px;
    z-index: -1; }

aside {
  z-index: 100;
  background-color: #e6e6e6;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  max-width: 85vw;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 79, 64, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 79, 64, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 79, 64, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 79, 64, 0.23);
  box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 79, 64, 0.23); }
  aside ul {
    margin: 0;
    padding: 0 0 20px; }
    aside ul li {
      background-color: #fcfcfc; }
      aside ul li.border {
        border-top: 1px solid #e6e6e6; }
      aside ul li a {
        display: block;
        font-size: 20.8px;
        padding: 12px 10px 12px 15px;
        margin: 0;
        white-space: nowrap;
        border-left: 4px solid #fcfcfc; }
        aside ul li a[href]:hover {
          border-right: 4px solid #0E6655;
          color: #0E6655; }
  aside .settings {
    margin-left: 20px; }
    aside .settings .btn-group {
      display: inline-block;
      text-align: center; }
      aside .settings .btn-group:hover .info {
        display: block; }
      aside .settings .btn-group .info {
        display: none;
        margin-top: 10px; }
        aside .settings .btn-group .info::before {
          left: 18px !important; }
        aside .settings .btn-group .info table {
          padding-top: 5px; }
          aside .settings .btn-group .info table td {
            text-align: left; }
  aside .user h1 small {
    font-size: 12px; }
  aside .user .login {
    padding-bottom: 10px; }
    aside .user .login .email-login {
      width: 260px;
      margin: 20px 0; }
      aside .user .login .email-login form, aside .user .login .email-login #mail-sub .modal .form, #mail-sub .modal aside .user .login .email-login .form, aside .user .login .email-login #mail-sub .modal form, #mail-sub .modal aside .user .login .email-login form {
        width: 260px;
        height: 35px; }
        aside .user .login .email-login form input, aside .user .login .email-login #mail-sub .modal .form input, #mail-sub .modal aside .user .login .email-login .form input, aside .user .login .email-login #mail-sub .modal form input, #mail-sub .modal aside .user .login .email-login form input {
          padding: 0 5px;
          height: 35px;
          width: 180px;
          border-width: 2px;
          border-right: none;
          font-size: 14.3px;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0;
          margin: 0; }
        aside .user .login .email-login form button, aside .user .login .email-login #mail-sub .modal .form button, #mail-sub .modal aside .user .login .email-login .form button, aside .user .login .email-login #mail-sub .modal form button, #mail-sub .modal aside .user .login .email-login form button {
          border-left: none;
          padding: 5px;
          height: 39px;
          width: 68px;
          box-shadow: none; }
          aside .user .login .email-login form button:hover, aside .user .login .email-login #mail-sub .modal .form button:hover, #mail-sub .modal aside .user .login .email-login .form button:hover, aside .user .login .email-login #mail-sub .modal form button:hover, #mail-sub .modal aside .user .login .email-login form button:hover {
            box-shadow: none; }
    aside .user .login .twitter-login {
      width: 260px; }
      aside .user .login .twitter-login a {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 10px 0 10px 0;
        background-color: #1da1f2;
        color: #ffffff;
        box-shadow: #808080 1px 1px 4px; }
        aside .user .login .twitter-login a:hover {
          color: #ffffff;
          box-shadow: #808080 3px 3px 4px; }
        aside .user .login .twitter-login a img {
          background-color: #ffffff;
          margin-right: 10px;
          width: 30px;
          margin-bottom: -11px;
          margin-top: -7px; }
  aside .contact-us-btn {
    background-color: #0E6655;
    color: #f4f4f4;
    padding: 10px;
    min-width: 15em;
    border: none;
    box-shadow: #808080 1px 1px 4px;
    font-size: 1.0em;
    text-align: center;
    margin: 100px 20px;
    cursor: pointer; }
    aside .contact-us-btn .contact-us {
      font-size: 1.2em !important;
      font-weight: bold;
      margin-top: 10px; }
    aside .contact-us-btn img {
      margin-right: 3px; }
    aside .contact-us-btn p {
      margin: 5px 0px; }
    aside .contact-us-btn:hover {
      background-color: #0f6f5c;
      box-shadow: #808080 3px 3px 4px; }

#drape {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer; }

.top-bar {
  height: 75px;
  background-color: #0E6655;
  color: #ffffff;
  z-index: 20;
  position: relative; }
  .top-bar .content {
    position: relative;
    padding: 0 10px;
    margin: 0 5vw;
    max-width: none; }
    .top-bar .content .logo {
      padding-top: 15px;
      height: 45px; }
    .top-bar .content .inner-left {
      vertical-align: top;
      display: inline-block; }
    .top-bar .content .inner-center {
      vertical-align: top;
      display: inline-block;
      text-align: center; }
    .top-bar .content .inner-right {
      vertical-align: top;
      display: inline-block;
      text-align: right; }
    .top-bar .content .aside-toggle {
      cursor: pointer;
      display: inline-block;
      width: 35px;
      padding-top: 25px; }
      .top-bar .content .aside-toggle img {
        width: 100%; }
    .top-bar .content .inner-content {
      display: block;
      height: 75px; }
  .top-bar .small-search {
    display: inline-block; }
    .top-bar .small-search img {
      height: 30px;
      padding: 26.5px 20px 0 0; }
  .top-bar .small-search-input {
    z-index: 10;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    margin-top: 12px; }
    .top-bar .small-search-input.show {
      display: block; }
    .top-bar .small-search-input .input-wrapper {
      width: 100%;
      height: 50px; }
    .top-bar .small-search-input input {
      width: 94%;
      height: 40px;
      vertical-align: middle;
      border: none;
      outline: none;
      font-size: 16.9px;
      color: #666666;
      padding: 5px 10px; }
    .top-bar .small-search-input img {
      position: absolute;
      right: 0;
      height: 32px;
      padding: 9px; }
  .top-bar .search-input {
    margin-top: 17px;
    display: inline-block;
    box-shadow: 4px 5px 6px 1px rgba(0, 0, 0, 0.15); }
    .top-bar .search-input img {
      vertical-align: middle;
      background-color: #F9F9F9;
      height: 22px;
      padding: 9px; }
    .top-bar .search-input input {
      background-color: #F9F9F9;
      vertical-align: middle;
      width: 300px;
      height: 30px;
      border: none;
      outline: none;
      padding: 5px 10px;
      font-size: 16.9px;
      color: #666666; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

body.show-menu {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s; }
  body.show-menu.no-animation {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    body.show-menu.no-animation #drape {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    body.show-menu.no-animation aside {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  body.show-menu #drape {
    display: block;
    z-index: 30;
    background-color: rgba(100, 100, 100, 0);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  body.show-menu aside {
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s; }
  body.show-menu.begin {
    right: 400px; }
    body.show-menu.begin aside {
      width: 400px; }
    body.show-menu.begin #drape {
      background-color: rgba(100, 100, 100, 0.7); }

body.show-filter .filter {
  display: block; }

@media (max-width: 720px) {
  body.show-menu.begin {
    right: 85vw; }
    body.show-menu.begin aside {
      width: 85vw; }
  body.show-menu.begin {
    right: 85vw; } }

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-spinner div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #0E6655;
  animation: lds-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.lds-spinner div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s; }

.lds-spinner div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s; }

.lds-spinner div:nth-child(3) {
  left: 45px;
  animation-delay: 0; }

@keyframes lds-spinner {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

@media screen and (min-width: 35.5em) {
  .hide-sm- {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-md- {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-lg- {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-xl, .hide-xl- {
    display: none !important; } }

.popover-box, .tooltip, aside .settings .btn-group .info {
  position: absolute;
  background: #FFF;
  padding: 4px;
  font-size: 11px;
  color: #666;
  z-index: 999;
  border: 1px solid #CDCDCD; }
  .popover-box.no-carrot::before, .no-carrot.tooltip::before, aside .settings .btn-group .no-carrot.info::before {
    display: none; }
  .popover-box.inverted::before, .inverted.tooltip::before, aside .settings .btn-group .inverted.info::before {
    transform: rotate(-135deg);
    bottom: -9px;
    top: unset; }
  .popover-box::before, .tooltip::before, aside .settings .btn-group .info::before {
    content: " ";
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    left: 10px;
    background: white;
    border: none;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    width: 15px;
    height: 15px;
    z-index: -1; }

.grid-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .grid-g {
    display: block; } }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.grid-g {
  word-spacing: -0.43em; }

.grid-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.grid-u-1,
.grid-u-1-1,
.grid-u-1-2,
.grid-u-1-3,
.grid-u-2-3,
.grid-u-1-4,
.grid-u-3-4,
.grid-u-1-5,
.grid-u-2-5,
.grid-u-3-5,
.grid-u-4-5,
.grid-u-5-5,
.grid-u-1-6,
.grid-u-5-6,
.grid-u-1-8,
.grid-u-3-8,
.grid-u-5-8,
.grid-u-7-8,
.grid-u-1-12,
.grid-u-5-12,
.grid-u-7-12,
.grid-u-11-12,
.grid-u-1-24,
.grid-u-2-24,
.grid-u-3-24,
.grid-u-4-24,
.grid-u-5-24,
.grid-u-6-24,
.grid-u-7-24,
.grid-u-8-24,
.grid-u-9-24,
.grid-u-10-24,
.grid-u-11-24,
.grid-u-12-24,
.grid-u-13-24,
.grid-u-14-24,
.grid-u-15-24,
.grid-u-16-24,
.grid-u-17-24,
.grid-u-18-24,
.grid-u-19-24,
.grid-u-20-24,
.grid-u-21-24,
.grid-u-22-24,
.grid-u-23-24,
.grid-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.grid-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.grid-u-1-12,
.grid-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.grid-u-1-8,
.grid-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.grid-u-1-6,
.grid-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.grid-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.grid-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.grid-u-1-4,
.grid-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.grid-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.grid-u-1-3,
.grid-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.grid-u-3-8,
.grid-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.grid-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.grid-u-5-12,
.grid-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.grid-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.grid-u-1-2,
.grid-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

.grid-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.grid-u-7-12,
.grid-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.grid-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.grid-u-5-8,
.grid-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.grid-u-2-3,
.grid-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.grid-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.grid-u-3-4,
.grid-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.grid-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.grid-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.grid-u-5-6,
.grid-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.grid-u-7-8,
.grid-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.grid-u-11-12,
.grid-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.grid-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.grid-u-1,
.grid-u-1-1,
.grid-u-5-5,
.grid-u-24-24 {
  width: 100%; }

@media screen and (min-width: 35.5em) {
  .grid-u-sm-1,
  .grid-u-sm-1-1,
  .grid-u-sm-1-2,
  .grid-u-sm-1-3,
  .grid-u-sm-2-3,
  .grid-u-sm-1-4,
  .grid-u-sm-3-4,
  .grid-u-sm-1-5,
  .grid-u-sm-2-5,
  .grid-u-sm-3-5,
  .grid-u-sm-4-5,
  .grid-u-sm-5-5,
  .grid-u-sm-1-6,
  .grid-u-sm-5-6,
  .grid-u-sm-1-8,
  .grid-u-sm-3-8,
  .grid-u-sm-5-8,
  .grid-u-sm-7-8,
  .grid-u-sm-1-12,
  .grid-u-sm-5-12,
  .grid-u-sm-7-12,
  .grid-u-sm-11-12,
  .grid-u-sm-1-24,
  .grid-u-sm-2-24,
  .grid-u-sm-3-24,
  .grid-u-sm-4-24,
  .grid-u-sm-5-24,
  .grid-u-sm-6-24,
  .grid-u-sm-7-24,
  .grid-u-sm-8-24,
  .grid-u-sm-9-24,
  .grid-u-sm-10-24,
  .grid-u-sm-11-24,
  .grid-u-sm-12-24,
  .grid-u-sm-13-24,
  .grid-u-sm-14-24,
  .grid-u-sm-15-24,
  .grid-u-sm-16-24,
  .grid-u-sm-17-24,
  .grid-u-sm-18-24,
  .grid-u-sm-19-24,
  .grid-u-sm-20-24,
  .grid-u-sm-21-24,
  .grid-u-sm-22-24,
  .grid-u-sm-23-24,
  .grid-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .grid-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .grid-u-sm-1-12,
  .grid-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .grid-u-sm-1-8,
  .grid-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .grid-u-sm-1-6,
  .grid-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .grid-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .grid-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .grid-u-sm-1-4,
  .grid-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .grid-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .grid-u-sm-1-3,
  .grid-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .grid-u-sm-3-8,
  .grid-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .grid-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .grid-u-sm-5-12,
  .grid-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .grid-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .grid-u-sm-1-2,
  .grid-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .grid-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .grid-u-sm-7-12,
  .grid-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .grid-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .grid-u-sm-5-8,
  .grid-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .grid-u-sm-2-3,
  .grid-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .grid-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .grid-u-sm-3-4,
  .grid-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .grid-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .grid-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .grid-u-sm-5-6,
  .grid-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .grid-u-sm-7-8,
  .grid-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .grid-u-sm-11-12,
  .grid-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .grid-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .grid-u-sm-1,
  .grid-u-sm-1-1,
  .grid-u-sm-5-5,
  .grid-u-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .grid-u-md-1,
  .grid-u-md-1-1,
  .grid-u-md-1-2,
  .grid-u-md-1-3,
  .grid-u-md-2-3,
  .grid-u-md-1-4,
  .grid-u-md-3-4,
  .grid-u-md-1-5,
  .grid-u-md-2-5,
  .grid-u-md-3-5,
  .grid-u-md-4-5,
  .grid-u-md-5-5,
  .grid-u-md-1-6,
  .grid-u-md-5-6,
  .grid-u-md-1-8,
  .grid-u-md-3-8,
  .grid-u-md-5-8,
  .grid-u-md-7-8,
  .grid-u-md-1-12,
  .grid-u-md-5-12,
  .grid-u-md-7-12,
  .grid-u-md-11-12,
  .grid-u-md-1-24,
  .grid-u-md-2-24,
  .grid-u-md-3-24,
  .grid-u-md-4-24,
  .grid-u-md-5-24,
  .grid-u-md-6-24,
  .grid-u-md-7-24,
  .grid-u-md-8-24,
  .grid-u-md-9-24,
  .grid-u-md-10-24,
  .grid-u-md-11-24,
  .grid-u-md-12-24,
  .grid-u-md-13-24,
  .grid-u-md-14-24,
  .grid-u-md-15-24,
  .grid-u-md-16-24,
  .grid-u-md-17-24,
  .grid-u-md-18-24,
  .grid-u-md-19-24,
  .grid-u-md-20-24,
  .grid-u-md-21-24,
  .grid-u-md-22-24,
  .grid-u-md-23-24,
  .grid-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .grid-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .grid-u-md-1-12,
  .grid-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .grid-u-md-1-8,
  .grid-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .grid-u-md-1-6,
  .grid-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .grid-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .grid-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .grid-u-md-1-4,
  .grid-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .grid-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .grid-u-md-1-3,
  .grid-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .grid-u-md-3-8,
  .grid-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .grid-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .grid-u-md-5-12,
  .grid-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .grid-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .grid-u-md-1-2,
  .grid-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .grid-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .grid-u-md-7-12,
  .grid-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .grid-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .grid-u-md-5-8,
  .grid-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .grid-u-md-2-3,
  .grid-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .grid-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .grid-u-md-3-4,
  .grid-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .grid-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .grid-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .grid-u-md-5-6,
  .grid-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .grid-u-md-7-8,
  .grid-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .grid-u-md-11-12,
  .grid-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .grid-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .grid-u-md-1,
  .grid-u-md-1-1,
  .grid-u-md-5-5,
  .grid-u-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .grid-u-lg-1,
  .grid-u-lg-1-1,
  .grid-u-lg-1-2,
  .grid-u-lg-1-3,
  .grid-u-lg-2-3,
  .grid-u-lg-1-4,
  .grid-u-lg-3-4,
  .grid-u-lg-1-5,
  .grid-u-lg-2-5,
  .grid-u-lg-3-5,
  .grid-u-lg-4-5,
  .grid-u-lg-5-5,
  .grid-u-lg-1-6,
  .grid-u-lg-5-6,
  .grid-u-lg-1-8,
  .grid-u-lg-3-8,
  .grid-u-lg-5-8,
  .grid-u-lg-7-8,
  .grid-u-lg-1-12,
  .grid-u-lg-5-12,
  .grid-u-lg-7-12,
  .grid-u-lg-11-12,
  .grid-u-lg-1-24,
  .grid-u-lg-2-24,
  .grid-u-lg-3-24,
  .grid-u-lg-4-24,
  .grid-u-lg-5-24,
  .grid-u-lg-6-24,
  .grid-u-lg-7-24,
  .grid-u-lg-8-24,
  .grid-u-lg-9-24,
  .grid-u-lg-10-24,
  .grid-u-lg-11-24,
  .grid-u-lg-12-24,
  .grid-u-lg-13-24,
  .grid-u-lg-14-24,
  .grid-u-lg-15-24,
  .grid-u-lg-16-24,
  .grid-u-lg-17-24,
  .grid-u-lg-18-24,
  .grid-u-lg-19-24,
  .grid-u-lg-20-24,
  .grid-u-lg-21-24,
  .grid-u-lg-22-24,
  .grid-u-lg-23-24,
  .grid-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .grid-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .grid-u-lg-1-12,
  .grid-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .grid-u-lg-1-8,
  .grid-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .grid-u-lg-1-6,
  .grid-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .grid-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .grid-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .grid-u-lg-1-4,
  .grid-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .grid-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .grid-u-lg-1-3,
  .grid-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .grid-u-lg-3-8,
  .grid-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .grid-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .grid-u-lg-5-12,
  .grid-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .grid-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .grid-u-lg-1-2,
  .grid-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .grid-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .grid-u-lg-7-12,
  .grid-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .grid-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .grid-u-lg-5-8,
  .grid-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .grid-u-lg-2-3,
  .grid-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .grid-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .grid-u-lg-3-4,
  .grid-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .grid-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .grid-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .grid-u-lg-5-6,
  .grid-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .grid-u-lg-7-8,
  .grid-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .grid-u-lg-11-12,
  .grid-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .grid-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .grid-u-lg-1,
  .grid-u-lg-1-1,
  .grid-u-lg-5-5,
  .grid-u-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .grid-u-xl-1,
  .grid-u-xl-1-1,
  .grid-u-xl-1-2,
  .grid-u-xl-1-3,
  .grid-u-xl-2-3,
  .grid-u-xl-1-4,
  .grid-u-xl-3-4,
  .grid-u-xl-1-5,
  .grid-u-xl-2-5,
  .grid-u-xl-3-5,
  .grid-u-xl-4-5,
  .grid-u-xl-5-5,
  .grid-u-xl-1-6,
  .grid-u-xl-5-6,
  .grid-u-xl-1-8,
  .grid-u-xl-3-8,
  .grid-u-xl-5-8,
  .grid-u-xl-7-8,
  .grid-u-xl-1-12,
  .grid-u-xl-5-12,
  .grid-u-xl-7-12,
  .grid-u-xl-11-12,
  .grid-u-xl-1-24,
  .grid-u-xl-2-24,
  .grid-u-xl-3-24,
  .grid-u-xl-4-24,
  .grid-u-xl-5-24,
  .grid-u-xl-6-24,
  .grid-u-xl-7-24,
  .grid-u-xl-8-24,
  .grid-u-xl-9-24,
  .grid-u-xl-10-24,
  .grid-u-xl-11-24,
  .grid-u-xl-12-24,
  .grid-u-xl-13-24,
  .grid-u-xl-14-24,
  .grid-u-xl-15-24,
  .grid-u-xl-16-24,
  .grid-u-xl-17-24,
  .grid-u-xl-18-24,
  .grid-u-xl-19-24,
  .grid-u-xl-20-24,
  .grid-u-xl-21-24,
  .grid-u-xl-22-24,
  .grid-u-xl-23-24,
  .grid-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .grid-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .grid-u-xl-1-12,
  .grid-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .grid-u-xl-1-8,
  .grid-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .grid-u-xl-1-6,
  .grid-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .grid-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .grid-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .grid-u-xl-1-4,
  .grid-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .grid-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .grid-u-xl-1-3,
  .grid-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .grid-u-xl-3-8,
  .grid-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .grid-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .grid-u-xl-5-12,
  .grid-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .grid-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .grid-u-xl-1-2,
  .grid-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .grid-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .grid-u-xl-7-12,
  .grid-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .grid-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .grid-u-xl-5-8,
  .grid-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .grid-u-xl-2-3,
  .grid-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .grid-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .grid-u-xl-3-4,
  .grid-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .grid-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .grid-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .grid-u-xl-5-6,
  .grid-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .grid-u-xl-7-8,
  .grid-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .grid-u-xl-11-12,
  .grid-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .grid-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .grid-u-xl-1,
  .grid-u-xl-1-1,
  .grid-u-xl-5-5,
  .grid-u-xl-24-24 {
    width: 100%; } }

body.dark-mode {
  background-color: #282c34;
  color: #c0c5ce; }
  body.dark-mode .public-relations-body-container .public-relations-feed-item .fadeout {
    position: absolute;
    bottom: 0;
    height: 6em;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #333842 80%); }
  body.dark-mode .subscribe-tray-v2 label:before {
    content: "";
    box-shadow: #272527 1px 1px 1px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    border-radius: 2px;
    background-color: #2d2c2d;
    width: 15px;
    height: 15px;
    margin-right: 6px; }
  body.dark-mode .subscribe-tray-v2 .disabled label:before {
    background-color: #9e9e9e;
    opacity: 0.12; }
  body.dark-mode .subscribe-tray-v2 .checkmark-container .animated-checkmark {
    animation: checkmark-fill-dark-mode .4s ease-in-out .4s forwards, checkmark-scale .3s ease-in-out .9s both; }
    body.dark-mode .subscribe-tray-v2 .checkmark-container .animated-checkmark .circle {
      stroke: #2d2c2d; }
  body.dark-mode button, body.dark-mode a.button {
    color: #eee;
    background: #282c34;
    box-shadow: #000 1px 1px 4px; }
    body.dark-mode button:hover, body.dark-mode a.button:hover {
      color: #eee;
      background: #121417;
      box-shadow: #000 2px 2px 4px; }
  body.dark-mode.preview #preview-modal #preview-content .highlight {
    background-color: rgba(192, 197, 206, 0.3); }
  body.dark-mode .ir-pr-tab-container {
    margin-top: 10px;
    margin-left: 10px; }
    body.dark-mode .ir-pr-tab-container .ir-pr-tab {
      background: #333842; }
    body.dark-mode .ir-pr-tab-container .ir-pr-tab-active {
      background: #49515f; }
      body.dark-mode .ir-pr-tab-container .ir-pr-tab-active a {
        color: #c0c5ce; }
  body.dark-mode .ir-pr-tab-right {
    margin-left: 10px; }
  body.dark-mode .public-relations-feed-item {
    background: #333842; }
    body.dark-mode .public-relations-feed-item .title {
      color: #c0c5ce; }
  body.dark-mode .collection-preview-container {
    border: solid 1px #c0c5ce; }
  body.dark-mode .description-tray, body.dark-mode .tooltip {
    color: #c0c5ce; }
  body.dark-mode .heading input#free-text-filter {
    color: #ced2d9; }
    body.dark-mode .heading input#free-text-filter::-webkit-input-placeholder {
      color: #c0c5ce; }
  body.dark-mode form label, body.dark-mode #mail-sub .modal .form label, #mail-sub .modal body.dark-mode .form label, body.dark-mode #mail-sub .modal form label, #mail-sub .modal body.dark-mode form label {
    color: #eee; }
  body.dark-mode form button, body.dark-mode #mail-sub .modal .form button, #mail-sub .modal body.dark-mode .form button, body.dark-mode #mail-sub .modal form button, #mail-sub .modal body.dark-mode form button {
    color: #eee; }
  body.dark-mode #SEARCH-modal.base-modal .modal .search-companies .item[active], body.dark-mode #SEARCH-modal.base-modal .modal .search-news .item[active] {
    border-color: #eee; }
  body.dark-mode #EMAIL-LOGIN-modal .lds-spinner div {
    background-color: #eee; }
  body.dark-mode .IANA-tray span, body.dark-mode [href], body.dark-mode [href-void] {
    color: #eee; }
    body.dark-mode .IANA-tray span:hover, body.dark-mode [href]:hover, body.dark-mode [href-void]:hover {
      color: #d5d5d5; }
  body.dark-mode .file-icon, body.dark-mode .follow-button, body.dark-mode .arrow, body.dark-mode .short-item.selected:before, body.dark-mode .selected.full-item:before, body.dark-mode body.preview #preview-modal .selected#preview-content:before, body.preview #preview-modal body.dark-mode .selected#preview-content:before, body.dark-mode .selected.info-box:before, body.dark-mode .selected.full-span:before, body.dark-mode .close-icon, body.dark-mode .attachments-wrapper, body.dark-mode .filter-arrow, body.dark-mode .clear-all-filters-img, body.dark-mode img#reset-free-text-filter, body.dark-mode .search-icon {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.show-global-calendar .calendar-button {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.show-global-calendar .global-calendar-date-wrapper .global-calendar-date-expandable {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.show-global-calendar .global-calendar-date-wrapper .global-calendar-date-collapsable {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode .most-viewed-logo .most-viewed-button {
    filter: invert(100%);
    opacity: 0.6; }
  body.dark-mode .most-viewed-logo.toggled .most-viewed-button {
    filter: invert(100%);
    opacity: 0.9; }
  body.dark-mode .badge {
    color: #eee; }
  body.dark-mode .filter-body-wrapper {
    border-color: #eee; }
  body.dark-mode .filter-modal-content .filter-buttons .negative-button {
    color: #eee;
    border: none; }
  body.dark-mode .filter-modal-content label {
    color: #c0c5ce; }
  body.dark-mode .filter-modal-content .checkmark, body.dark-mode .filter-modal-content .container input:checked ~ .checkmark {
    border-color: #c0c5ce;
    background-color: #333842; }
    body.dark-mode .filter-modal-content .checkmark:after, body.dark-mode .filter-modal-content .container input:checked ~ .checkmark:after {
      border-color: #c0c5ce; }
  body.dark-mode .info-box .wrapper .watermark {
    opacity: 0.04; }
  body.dark-mode .top-bar {
    background-color: #282c34; }
    body.dark-mode .top-bar .search-input {
      background-color: #333842; }
      body.dark-mode .top-bar .search-input img {
        background-color: transparent; }
      body.dark-mode .top-bar .search-input input {
        background-color: #333842;
        color: #c0c5ce; }
    body.dark-mode .top-bar .small-search-input {
      background-color: #333842; }
    body.dark-mode .top-bar .small-search-input input {
      background-color: #333842;
      color: #c0c5ce; }
  body.dark-mode.sound-icon .sound-switch {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.preview-icon .preview-switch {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.color-icon .color-switch {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode.notifications-icon .notifications-switch {
    filter: grayscale(100%) brightness(300%); }
  body.dark-mode aside {
    background-color: #333842;
    box-shadow: 0 3px 6px rgba(0, 79, 64, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    body.dark-mode aside ul li.border {
      border-top: 1px solid #282c34; }
    body.dark-mode aside ul li a {
      background-color: #3e4451;
      border-left: 4px solid #3e4451; }
      body.dark-mode aside ul li a:hover {
        border-right: 4px solid #c0c5ce; }
    body.dark-mode aside .login .email-login input {
      border-color: #eee;
      color: #c0c5ce;
      background-color: #282c34; }
    body.dark-mode aside .login .email-login button {
      border: 2px solid #eee;
      border-left: none;
      filter: none; }
    body.dark-mode aside .contact-us-btn {
      box-shadow: none;
      background-color: #2c313a; }
      body.dark-mode aside .contact-us-btn:hover {
        background-color: #2a2e37; }
    body.dark-mode aside .twitter-login a {
      box-shadow: none; }
      body.dark-mode aside .twitter-login a:hover {
        box-shadow: #282c34 2px 2px 3px; }
      body.dark-mode aside .twitter-login a img {
        filter: none; }
  body.dark-mode .negative {
    color: #FFC6C7; }
  body.dark-mode .positive {
    color: #a0e0a0; }
  body.dark-mode .scroll-bar ::-webkit-scrollbar-thumb {
    background: #6b758a; }
  body.dark-mode .scroll-bar ::-webkit-scrollbar-track {
    background: #545d6e; }
  body.dark-mode .calender-tray .grey-background {
    background: #3e4451; }
  body.dark-mode .tray, body.dark-mode #cookie-banner, .pagination a body.dark-mode img, body.dark-mode .heading, body.dark-mode .heading-2, body.dark-mode .short-item, body.dark-mode .full-span, body.dark-mode .full-item, body.dark-mode body.preview #preview-modal #preview-content, body.preview #preview-modal body.dark-mode #preview-content, body.dark-mode .info-box, body.dark-mode.preview #preview-modal #preview-content, body.dark-mode .pagination a img {
    background-color: #333842;
    box-shadow: 4px 5px 6px 1px rgba(0, 0, 0, 0.15); }
  body.dark-mode .list .short-item-wrapper:nth-child(even) .short-item,
  body.dark-mode .list .short-item:nth-child(even),
  body.dark-mode .list .full-item:nth-child(even),
  body.dark-mode .list body.preview #preview-modal #preview-content:nth-child(even),
  body.preview #preview-modal body.dark-mode .list #preview-content:nth-child(even),
  body.dark-mode .list .info-box:nth-child(even),
  body.dark-mode .list .full-span:nth-child(even),
  body.dark-mode .list .short-item-wrapper:nth-child(even) .full-span,
  body.dark-mode .list .short-item-wrapper:nth-child(even) .full-item,
  body.dark-mode .list .short-item-wrapper:nth-child(even) body.preview #preview-modal #preview-content,
  body.preview #preview-modal body.dark-mode .list .short-item-wrapper:nth-child(even) #preview-content,
  body.dark-mode .list .short-item-wrapper:nth-child(even) .info-box, body.dark-mode.preview .list .short-item-wrapper:nth-child(even) #preview-modal #preview-content, body.dark-mode.preview #preview-modal .list .short-item-wrapper:nth-child(even) #preview-content {
    background: #3a404b; }
    body.dark-mode .list .short-item-wrapper:nth-child(even) .short-item:hover,
    body.dark-mode .list .short-item:nth-child(even):hover,
    body.dark-mode .list .full-item:nth-child(even):hover,
    body.dark-mode .list body.preview #preview-modal #preview-content:nth-child(even):hover,
    body.preview #preview-modal body.dark-mode .list #preview-content:nth-child(even):hover,
    body.dark-mode .list .info-box:nth-child(even):hover,
    body.dark-mode .list .full-span:nth-child(even):hover,
    body.dark-mode .list .short-item-wrapper:nth-child(even) .full-span:hover,
    body.dark-mode .list .short-item-wrapper:nth-child(even) .full-item:hover,
    body.dark-mode .list .short-item-wrapper:nth-child(even) body.preview #preview-modal #preview-content:hover,
    body.preview #preview-modal body.dark-mode .list .short-item-wrapper:nth-child(even) #preview-content:hover,
    body.dark-mode .list .short-item-wrapper:nth-child(even) .info-box:hover, body.dark-mode.preview .list .short-item-wrapper:nth-child(even) #preview-modal #preview-content:hover, body.dark-mode.preview #preview-modal .list .short-item-wrapper:nth-child(even) #preview-content:hover {
      background: #404754 !important; }
  body.dark-mode .list .short-item-wrapper .short-item:hover,
  body.dark-mode .list .short-item-wrapper .full-span:hover,
  body.dark-mode .list .short-item-wrapper .full-item:hover,
  body.dark-mode .list .short-item-wrapper body.preview #preview-modal #preview-content:hover,
  body.preview #preview-modal body.dark-mode .list .short-item-wrapper #preview-content:hover,
  body.dark-mode .list .short-item-wrapper .info-box:hover,
  body.dark-mode .global-calendar-event-type:hover,
  body.dark-mode .short-item.global-calendar-date-wrapper:hover,
  body.dark-mode .global-calendar-date-wrapper.full-item:hover,
  body.dark-mode body.preview #preview-modal .global-calendar-date-wrapper#preview-content:hover,
  body.preview #preview-modal body.dark-mode .global-calendar-date-wrapper#preview-content:hover,
  body.dark-mode .global-calendar-date-wrapper.info-box:hover,
  body.dark-mode .global-calendar-date-wrapper.full-span:hover,
  body.dark-mode .short-item.global-calendar-item-wrapper:hover,
  body.dark-mode .global-calendar-item-wrapper.full-item:hover,
  body.dark-mode body.preview #preview-modal .global-calendar-item-wrapper#preview-content:hover,
  body.preview #preview-modal body.dark-mode .global-calendar-item-wrapper#preview-content:hover,
  body.dark-mode .global-calendar-item-wrapper.info-box:hover,
  body.dark-mode .global-calendar-item-wrapper.full-span:hover,
  body.dark-mode .short-item.most-viewed-item:hover,
  body.dark-mode .most-viewed-item.full-item:hover,
  body.dark-mode body.preview #preview-modal .most-viewed-item#preview-content:hover,
  body.preview #preview-modal body.dark-mode .most-viewed-item#preview-content:hover,
  body.dark-mode .most-viewed-item.info-box:hover,
  body.dark-mode .most-viewed-item.full-span:hover,
  body.dark-mode .short-item.most-viewed-header:hover,
  body.dark-mode .most-viewed-header.full-item:hover,
  body.dark-mode body.preview #preview-modal .most-viewed-header#preview-content:hover,
  body.preview #preview-modal body.dark-mode .most-viewed-header#preview-content:hover,
  body.dark-mode .most-viewed-header.info-box:hover,
  body.dark-mode .most-viewed-header.full-span:hover, body.dark-mode.preview .list .short-item-wrapper #preview-modal #preview-content:hover, body.dark-mode.preview #preview-modal .list .short-item-wrapper #preview-content:hover {
    background: #404754 !important; }
  body.dark-mode .list .short-item.most-viewed-header:hover, body.dark-mode .list .most-viewed-header.full-item:hover, body.dark-mode .list body.preview #preview-modal .most-viewed-header#preview-content:hover, body.preview #preview-modal body.dark-mode .list .most-viewed-header#preview-content:hover, body.dark-mode .list .most-viewed-header.info-box:hover, body.dark-mode .list .most-viewed-header.full-span:hover {
    background-color: #333842 !important; }
  body.dark-mode .short-item .footer,
  body.dark-mode .full-span .footer,
  body.dark-mode .full-item .footer,
  body.dark-mode body.preview #preview-modal #preview-content .footer,
  body.preview #preview-modal body.dark-mode #preview-content .footer,
  body.dark-mode .info-box .footer, body.dark-mode.preview #preview-modal #preview-content .footer {
    background: #333842;
    border: 10px solid #333842; }
  body.dark-mode.preview #preview-modal {
    background-color: #333842; }
    body.dark-mode.preview #preview-modal #preview-content, body.dark-mode.preview #preview-modal .footer {
      background-color: #333842; }
  body.dark-mode #cookie-banner {
    background-color: #49515f;
    box-shadow: 4px 5px 6px 1px rgba(0, 0, 0, 0.15); }
  body.dark-mode .flash-animate {
    animation-name: fading-dark-boarder; }

@keyframes fading-dark-boarder {
  0% {
    border-left-color: white; }
  100% {
    border-left-color: rgba(255, 255, 255, 0); } }

@media screen\0 {
  .subscriptions-wrapper {
    height: 100vh !important; }
  .mail-group {
    margin-left: -100px !important; } }

@media screen and (min-width: 1400px) {
  .subscription-list {
    margin-left: 150px !important;
    margin-right: 150px !important; }
  .subscription-heading {
    margin-left: 150px !important; } }

@media screen and (min-width: 1600px) {
  .subscription-list {
    margin-left: 300px !important;
    margin-right: 300px !important; }
  .subscription-heading {
    margin-left: 300px !important; } }

@media screen and (min-width: 1900px) {
  .subscription-list {
    margin-left: 400px !important;
    margin-right: 400px !important; }
  .subscription-heading {
    margin-left: 400px !important; } }

@media only screen and (max-width: 600px) {
  .subscription-heading {
    margin-left: 10px !important;
    white-space: normal !important;
    font-size: 1.3em !important; }
  .subscription-list {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .entity-info {
    min-width: 150px !important; }
    .entity-info .company-container span {
      font-size: 16px !important; }
    .entity-info .company-container img {
      max-height: 25px !important;
      max-width: 115px !important; }
  .unsub {
    width: 100px !important; }
    .unsub .mail-group {
      font-size: 12px !important;
      margin-right: 5px !important; }
  .footer-link {
    font-size: 12px !important;
    margin: 6px 0 6px 0 !important; }
  .heading .clear-all-filters-img {
    display: block !important; }
  .heading .clear-all-filters-text {
    display: none; }
  .heading .heading-item span {
    display: none !important; }
  .show-global-calendar .global-calendar {
    padding-left: 0px !important; }
  .show-global-calendar .news-feed-wrapper {
    margin-right: 20px !important; } }

@media only screen and (max-width: 340px) {
  .entity-info {
    margin: 5px !important; }
    .entity-info .subscription-details-grid span {
      font-size: 10px !important; }
  .heading .filter-logo {
    display: none; }
  .unsub {
    margin: 5px !important;
    min-width: 80px !important; }
  .subscription-heading {
    font-size: 1.1em !important;
    white-space: nowrap !important; }
  .subscriptions-wrapper .subscription-row {
    min-width: 280px !important; }
  .footer-subscriptions .mfn-logo {
    width: 100px !important;
    margin-left: 0 !important; } }

@media only screen and (max-width: 240px) {
  .subscription-list {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .subscription-heading {
    margin-left: 10px !important; }
  .entity-info {
    margin: 5px !important;
    min-width: 135px !important; } }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  background-color: #e6e6e6; }
  body input {
    border-radius: 0; }
  body button, body a.button {
    color: #ffffff;
    background: #0E6655;
    font-size: 14.3px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    border: none;
    box-shadow: #808080 1px 1px 4px; }
    body button:hover, body a.button:hover {
      background-color: #0f6f5c;
      box-shadow: #808080 2px 2px 4px;
      color: #ffffff; }
  body .when-compressed-block, body .when-compressed-inline-block {
    display: none; }
  body .when-not-compressed-block {
    display: block; }
  body .when-not-compressed-block, body .when-not-compressed-inline-block {
    display: block; }
  body .positive {
    color: green; }
  body .negative {
    color: red; }
  body .attachment-wrapper {
    min-width: 50px;
    text-align: right; }
  body .removable-grid {
    width: 100% !important; }
  body .when-compressed-block {
    display: block; }
  body .when-compressed-inline-block {
    display: inline-block; }
  body .when-not-compressed-block {
    display: none; }
  body .small-grid, body .full-grid {
    padding-top: 10px; }
  body .compressible {
    padding-left: 3.3333333333px;
    margin: 0 10px; }
    body .compressible.short-item, body .compressible.full-item, body.preview #preview-modal .compressible#preview-content, body .compressible.info-box, body .compressible.full-span {
      height: auto;
      border-left: 10px solid rgba(14, 102, 85, 0); }
    body .compressible .publish-date {
      float: right;
      padding: 0;
      margin-top: 0; }
      body .compressible .publish-date a.attachment-icon {
        float: left; }
        body .compressible .publish-date a.attachment-icon img {
          padding-right: 5px; }
    body .compressible .title {
      font-size: 14px; }
    body .compressible .item-banner {
      display: none; }
    body .compressible .summary {
      display: none;
      padding: 0; }
    body .compressible .content {
      display: none;
      padding: 0; }
    body .compressible .footer {
      display: none;
      padding: 0; }

.global-settings-wrapper {
  position: absolute;
  text-align: center;
  margin: 10px;
  bottom: 0px; }
  .global-settings-wrapper .btn-group {
    display: inline-block;
    padding-left: 10px; }

.heading-item.text {
  font-size: 14px;
  margin: 5px 15px;
  vertical-align: sub;
  text-transform: uppercase;
  cursor: pointer; }
  .heading-item.text.small {
    font-size: 13px;
    text-transform: none; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.heading-group.border {
  border-left: 1px solid #ccc; }

.relative {
  position: relative; }

.filter-arrow {
  width: 16px;
  vertical-align: text-bottom; }

.pointer {
  cursor: pointer; }

body .list {
  padding: 0px !important;
  margin: 10px !important; }
  body .list .short-item-wrapper:nth-child(even) .short-item, body .list .short-item-wrapper:nth-child(even) .full-item, body.preview .list .short-item-wrapper:nth-child(even) #preview-modal #preview-content, body.preview #preview-modal .list .short-item-wrapper:nth-child(even) #preview-content, body .list .short-item-wrapper:nth-child(even) .info-box, body .list .short-item-wrapper:nth-child(even) .full-span {
    background: #e8e8e8; }
  body .list .short-item, body .list .full-item, body.preview .list #preview-modal #preview-content, body.preview #preview-modal .list #preview-content, body .list .info-box, body .list .full-span {
    margin: 0px !important;
    cursor: pointer; }
    body .list .short-item:hover, body .list .full-item:hover, body.preview .list #preview-modal #preview-content:hover, body.preview #preview-modal .list #preview-content:hover, body .list .info-box:hover, body .list .full-span:hover {
      background: #cccccc !important; }

.hidden {
  display: none !important; }

.blink {
  animation: blinker 0.7s ease-out 2; }

.flash-animate {
  animation: fading-boarder 35s linear 1, blinker 0.4s ease-out 2; }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1.0; } }

@keyframes fading-boarder {
  0% {
    border-left-color: #0e6655; }
  50% {
    border-left-color: rgba(160, 109, 22, 0.5); }
  100% {
    border-left-color: rgba(160, 109, 22, 0); } }

.preload-img {
  display: none; }

[href], [href-void] {
  cursor: pointer;
  color: #0E6655;
  text-decoration: none; }
  [href]:hover, [href-void]:hover {
    color: #1D7E6B;
    text-decoration: none; }

.main {
  margin: 0 5vw;
  max-width: none;
  padding: 20px 0; }
  @media screen and (max-width: 64em) {
    .main {
      margin: 0; } }
.tray, #cookie-banner, .pagination a img, .short-item, .full-item, body.preview #preview-modal #preview-content, .info-box, .full-span, .heading-2, .heading {
  background-color: #fcfcfc;
  padding: 10px;
  margin: 10px;
  overflow-x: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23);
  -o-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23);
  box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23); }
  .tray h2, #cookie-banner h2, .pagination a img h2, .short-item h2, .full-item h2, body.preview #preview-modal #preview-content h2, .info-box h2, .full-span h2, .heading-2 h2, .heading h2 {
    user-select: none; }
  .tray .documents, #cookie-banner .documents, .pagination a img .documents, .short-item .documents, .full-item .documents, body.preview #preview-modal #preview-content .documents, .info-box .documents, .full-span .documents, .heading-2 .documents, .heading .documents {
    vertical-align: middle; }
    .tray .documents a, #cookie-banner .documents a, .pagination a img .documents a, .short-item .documents a, .full-item .documents a, body.preview #preview-modal #preview-content .documents a, .info-box .documents a, .full-span .documents a, .heading-2 .documents a, .heading .documents a {
      font-size: 15.6px;
      display: block;
      margin: 5px; }
      .tray .documents a img, #cookie-banner .documents a img, .pagination a img .documents a img, .short-item .documents a img, .full-item .documents a img, body.preview #preview-modal #preview-content .documents a img, .info-box .documents a img, .full-span .documents a img, .heading-2 .documents a img, .heading .documents a img {
        height: 20.8px;
        margin-bottom: -2.6px; }
      .tray .documents a.mfn-primary, #cookie-banner .documents a.mfn-primary, .pagination a img .documents a.mfn-primary, .short-item .documents a.mfn-primary, .full-item .documents a.mfn-primary, body.preview #preview-modal #preview-content .documents a.mfn-primary, .info-box .documents a.mfn-primary, .full-span .documents a.mfn-primary, .heading-2 .documents a.mfn-primary, .heading .documents a.mfn-primary {
        font-weight: bold; }
  .tray .public-relations-logo, #cookie-banner .public-relations-logo, .pagination a img .public-relations-logo, .short-item .public-relations-logo, .full-item .public-relations-logo, body.preview #preview-modal #preview-content .public-relations-logo, .info-box .public-relations-logo, .full-span .public-relations-logo, .heading-2 .public-relations-logo, .heading .public-relations-logo {
    margin-top: 1em;
    width: 40%;
    height: 90%; }

.tray.z2, .z2#cookie-banner, .pagination a img.z2, .z2.short-item, .z2.full-item, body.preview #preview-modal .z2#preview-content, .z2.info-box, .z2.full-span, .z2.heading-2, .z2.heading {
  -webkit-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -moz-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -ms-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -o-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46); }

.tray.z3, .z3#cookie-banner, .pagination a img.z3, .z3.short-item, .z3.full-item, body.preview #preview-modal .z3#preview-content, .z3.info-box, .z3.full-span, .z3.heading-2, .z3.heading {
  -webkit-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -moz-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -ms-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  -o-box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46);
  box-shadow: 6px 6px 9px rgba(128, 128, 128, 0.32), 0 6px 9px rgba(153, 153, 153, 0.46); }

form label, #mail-sub .modal .form label, #mail-sub .modal form label {
  color: #0E6655;
  font-size: 16.9px; }

form input[type="text"], #mail-sub .modal .form input[type="text"], #mail-sub .modal form input[type="text"], form input[type="email"], #mail-sub .modal .form input[type="email"], #mail-sub .modal form input[type="email"] {
  border-radius: 2px;
  padding: 10px;
  margin: 10px 0;
  font-size: 16.9px;
  border: 2px solid #0E6655; }

form button, #mail-sub .modal .form button, #mail-sub .modal form button {
  font-size: 14.3px;
  padding: 5px; }

.warning {
  color: #973c2d; }

.success {
  color: #259837; }

.heading {
  display: flex; }
  .heading #reset-free-text-filter {
    margin: 0px 3px -3px 0px;
    width: 13px;
    height: 13px; }
  .heading .clear-all-filters-img {
    margin: 0.4px 0px 0 0px;
    width: 13px;
    height: 13px;
    display: none; }
  .heading input#free-text-filter {
    width: 99%;
    background: transparent;
    vertical-align: top;
    height: 26px;
    border: none;
    outline: none;
    padding: 1px 0;
    font-size: 13px;
    color: #666666;
    border-bottom: 1px solid #cccccc; }
  .heading .grid-toggle {
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 10px; }
  .heading .filter-logo {
    display: inline-block; }
    .heading .filter-logo img {
      width: 20px;
      padding-top: 3px; }
  .heading .calendar-logo {
    display: inline-block; }
    .heading .calendar-logo .calendar-button {
      background-image: url("/assets/img/icons/calendar-aaa.png");
      background-size: cover;
      width: 20px;
      height: 20px;
      margin: -6px 0px -6px 0px; }
  .heading .heading-group {
    display: inline-block; }
    .heading .heading-group.flexing {
      flex: 1;
      padding: 0 5px; }
  .heading .heading-item {
    display: inline-block;
    white-space: nowrap; }
    .heading .heading-item .label {
      display: block;
      padding-bottom: 3px;
      text-transform: uppercase;
      font-size: 9.1px;
      line-height: 9.1px; }

.heading-2 {
  font-size: 20.8px; }

.IANA-tray {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px; }
  .IANA-tray svg {
    height: 15px;
    width: 15px;
    margin-bottom: -3px; }
  .IANA-tray span {
    color: #0E6655; }

.lang-tray {
  float: right;
  padding-right: 10px; }

.home-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-image: url("/assets/img/icons/home-nc.png"); }
  .home-icon:hover {
    background-image: url("/assets/img/icons/home.png"); }

.divider-icon {
  width: 15px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-image: url("/assets/img/icons/divider-nc.png"); }

.close-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/window-close-aaa.png"); }
  .close-icon:hover {
    background-image: url("/assets/img/icons/window-close.png"); }

.base-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed; }
  .base-modal.show {
    display: block; }
  .base-modal .drape {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: fixed;
    background: rgba(0, 0, 0, 0.2); }
  .base-modal .modal {
    z-index: 20;
    position: absolute;
    margin: 20vh auto 0;
    min-height: 150px;
    max-width: 600px;
    width: 30vw;
    left: 0;
    right: 0; }
    @media screen and (max-width: 48em) {
      .base-modal .modal {
        width: auto;
        margin: 20vh 5vw 0; } }
#SEARCH-modal {
  top: 75px; }
  #SEARCH-modal.base-modal {
    position: absolute; }
    #SEARCH-modal.base-modal .modal {
      margin: 0 5vw;
      max-width: none;
      width: auto;
      opacity: 0.95; }
      #SEARCH-modal.base-modal .modal .search-companies, #SEARCH-modal.base-modal .modal .search-news {
        padding: 10px; }
        #SEARCH-modal.base-modal .modal .search-companies .news-item-company-name, #SEARCH-modal.base-modal .modal .search-news .news-item-company-name {
          display: inline-block;
          text-overflow: ellipsis;
          vertical-align: bottom;
          white-space: nowrap;
          overflow: hidden;
          max-width: 20%;
          width: 200px; }
        #SEARCH-modal.base-modal .modal .search-companies .item, #SEARCH-modal.base-modal .modal .search-news .item {
          font-size: 15.6px;
          padding: 5px 13px; }
          #SEARCH-modal.base-modal .modal .search-companies .item[active], #SEARCH-modal.base-modal .modal .search-news .item[active] {
            padding-left: 5px;
            border-left: 8px solid #0E6655; }

#IANA-modal .modal {
  margin-top: 75px; }

#EMAIL-LOGIN-modal {
  z-index: 1000; }

.left {
  float: left; }

.inline {
  display: inline-block; }

.center {
  text-align: center; }

.border-right {
  border-right: 1px solid #CDCDCD; }

.border-left {
  border-left: 1px solid #CDCDCD; }

.info-share-price {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0; }

.share-price-widget {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px; }

.filter-modal-content {
  padding: 17px;
  vertical-align: top; }
  .filter-modal-content h2 {
    margin-top: 0px; }
  .filter-modal-content label {
    cursor: pointer;
    color: #666666; }
  .filter-modal-content input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle; }
  .filter-modal-content input[type="checkbox"] {
    margin-top: -1px;
    vertical-align: middle; }

.tabbed {
  margin-left: 10px; }

.label-master {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.label-header {
  font-weight: bold; }

.badge {
  position: absolute;
  display: none;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  color: #0E6655;
  top: -5px;
  right: 13px; }
  .badge .number {
    vertical-align: top; }

.heading {
  overflow-x: visible !important;
  align-items: center; }

.filter-buttons {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #CDCDCD; }
  .filter-buttons .negative-button {
    background: none;
    box-shadow: none;
    color: #0E6655; }

.positive-button {
  background: #0E6655; }

.negative-button {
  background: #a80000; }

.filter-buttons > button {
  border: none;
  color: white;
  padding: 8px 18px;
  text-align: center;
  outline: none;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(128, 128, 128, 0.16), 0 3px 6px rgba(153, 153, 153, 0.23); }

.description-tray {
  padding: 0 10px 10px; }
  .description-tray table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 10px; }
    .description-tray table tr {
      padding: 0; }
    .description-tray table th, .description-tray table td {
      text-align: left;
      padding: 2.5px 5px 2.5px 0; }
  .description-tray .description-tray-img-container {
    width: 150px;
    height: 150px;
    margin: 0 auto; }
    .description-tray .description-tray-img-container img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

.grey-background {
  background: #eeeeee; }

.calender-tray {
  font-size: 12px;
  max-height: 250px;
  overflow-y: scroll; }

.scroll-bar {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .scroll-bar ::-webkit-scrollbar {
    width: 10px; }
  .scroll-bar ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .scroll-bar ::-webkit-scrollbar-thumb {
    background: #0E6655; }
  .scroll-bar ::-webkit-scrollbar-thumb:hover {
    background: #0E6655; }

.table-calender {
  width: 100%;
  border-collapse: collapse; }
  .table-calender tr td {
    border-bottom: 1px solid #CDCDCD;
    padding: 5px; }
  .table-calender tr td:last-child {
    border-left: 1px solid #CDCDCD; }

.FILTER-modal {
  top: 75px; }
  .FILTER-modal.base-modal {
    position: absolute; }
    .FILTER-modal.base-modal .modal {
      margin: 0 5vw;
      width: auto;
      left: 50%;
      top: 105px;
      opacity: 0.95;
      max-width: none;
      right: 10px; }
      .FILTER-modal.base-modal .modal .search-companies, .FILTER-modal.base-modal .modal .search-news {
        padding: 10px; }
        .FILTER-modal.base-modal .modal .search-companies .news-item-company-name, .FILTER-modal.base-modal .modal .search-news .news-item-company-name {
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          vertical-align: bottom;
          max-width: 20%;
          width: 200px; }
        .FILTER-modal.base-modal .modal .search-companies .item, .FILTER-modal.base-modal .modal .search-news .item {
          font-size: 15.6px;
          padding: 5px 13px; }
          .FILTER-modal.base-modal .modal .search-companies .item[active], .FILTER-modal.base-modal .modal .search-news .item[active] {
            padding-left: 5px;
            border-left: 8px solid #0E6655; }

#mail-sub .modal .form, #mail-sub .modal form {
  margin: 20px 0 0 0;
  position: relative; }
  #mail-sub .modal .form input, #mail-sub .modal form input {
    width: 375px; }

.subscribe-tray {
  position: relative;
  text-align: center; }
  .subscribe-tray .feed-icon {
    width: 30px;
    height: 30px;
    opacity: 0.7;
    display: inline-block;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat; }
    .subscribe-tray .feed-icon.email-feed {
      width: 45px;
      background-image: url("/assets/img/feed/email-feed-nc.png"); }
      .subscribe-tray .feed-icon.email-feed:hover {
        background-image: url("/assets/img/feed/email-feed.png"); }
    .subscribe-tray .feed-icon.rss-feed {
      background-image: url("/assets/img/feed/rss-feed-nc.png"); }
      .subscribe-tray .feed-icon.rss-feed:hover {
        background-image: url("/assets/img/feed/rss-feed.png"); }
    .subscribe-tray .feed-icon.atom-feed {
      background-image: url("/assets/img/feed/atom-feed-nc.png"); }
      .subscribe-tray .feed-icon.atom-feed:hover {
        background-image: url("/assets/img/feed/atom-feed.png"); }
    .subscribe-tray .feed-icon.json-feed {
      background-image: url("/assets/img/feed/json-feed-nc.png"); }
      .subscribe-tray .feed-icon.json-feed:hover {
        background-image: url("/assets/img/feed/json-feed.png"); }
    .subscribe-tray .feed-icon.html-feed {
      background-image: url("/assets/img/feed/html-feed-nc.png"); }
      .subscribe-tray .feed-icon.html-feed:hover {
        background-image: url("/assets/img/feed/html-feed.png"); }

.subscribe-tray-v2 {
  position: relative; }
  .subscribe-tray-v2 .mt-2 {
    margin-top: 10px; }
  .subscribe-tray-v2 .mb-2 {
    margin-bottom: 10px; }
  .subscribe-tray-v2 .mfn-sub-submit[disabled] {
    background: gray !important; }
  .subscribe-tray-v2 .mfn-sub-unsubscribe {
    background: #4b4b4b; }
  .subscribe-tray-v2 div {
    margin: 5px 0; }
  .subscribe-tray-v2 input[type=text], .subscribe-tray-v2 input[type=email] {
    display: inline-block;
    width: calc(100% - 10px);
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc; }
  .subscribe-tray-v2 .buttons {
    display: flex;
    justify-content: right; }
  .subscribe-tray-v2 label {
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center; }
  .subscribe-tray-v2 input[type=checkbox] {
    display: none; }
  .subscribe-tray-v2 label:before {
    content: "";
    box-shadow: #cecece 1px 1px 1px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    border-radius: 2px;
    background-color: #0E6655;
    width: 15px;
    height: 15px;
    margin-right: 6px; }
  .subscribe-tray-v2 .disabled label:before {
    background-color: #9e9e9e; }
  .subscribe-tray-v2 .disabled input {
    pointer-events: none; }
  .subscribe-tray-v2 .disabled label {
    cursor: default;
    pointer-events: none; }
  .subscribe-tray-v2 input[type=checkbox]:checked + label:after {
    content: "";
    border-style: none none solid solid;
    border-width: 2px;
    left: 3px;
    margin-top: -2px;
    height: 3px;
    width: 7px;
    color: #ffffff;
    position: absolute;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer; }
  .subscribe-tray-v2 .mfn-sub-field-auto-filled {
    color: gray; }
  .subscribe-tray-v2 .checkmark-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-top: 10px; }
    .subscribe-tray-v2 .checkmark-container .animated-checkmark {
      display: block;
      width: 24px;
      border-radius: 50%;
      stroke-width: 2;
      stroke: #fff;
      stroke-miterlimit: 10;
      box-shadow: inset 0 0 0 #0E6655;
      animation: checkmark-fill .4s ease-in-out .4s forwards, checkmark-scale .3s ease-in-out .9s both; }
      .subscribe-tray-v2 .checkmark-container .animated-checkmark .circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: #0E6655;
        fill: none;
        animation: checkmark-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
      .subscribe-tray-v2 .checkmark-container .animated-checkmark .check {
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: checkmark-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes checkmark-stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes checkmark-scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes checkmark-fill {
  100% {
    box-shadow: inset 0 0 0 30px #0E6655; } }

@keyframes checkmark-fill-dark-mode {
  100% {
    box-shadow: inset 0 0 0 30px #2d2c2d; } }

.entity-info .tray.minimized, .entity-info .minimized#cookie-banner, .entity-info .pagination a img.minimized, .pagination a .entity-info img.minimized, .entity-info .minimized.short-item, .entity-info .minimized.full-item, .entity-info body.preview #preview-modal .minimized#preview-content, body.preview #preview-modal .entity-info .minimized#preview-content, .entity-info .minimized.info-box, .entity-info .minimized.full-span, .entity-info .minimized.heading, .entity-info .minimized.heading-2 {
  max-height: 20px;
  overflow-y: hidden; }
  .entity-info .tray.minimized h2 > .arrow.up, .entity-info .minimized#cookie-banner h2 > .arrow.up, .entity-info .pagination a img.minimized h2 > .arrow.up, .pagination a .entity-info img.minimized h2 > .arrow.up, .entity-info .minimized.short-item h2 > .arrow.up, .entity-info .minimized.full-item h2 > .arrow.up, .entity-info body.preview #preview-modal .minimized#preview-content h2 > .arrow.up, body.preview #preview-modal .entity-info .minimized#preview-content h2 > .arrow.up, .entity-info .minimized.info-box h2 > .arrow.up, .entity-info .minimized.full-span h2 > .arrow.up, .entity-info .minimized.heading h2 > .arrow.up, .entity-info .minimized.heading-2 h2 > .arrow.up {
    display: none; }
  .entity-info .tray.minimized h2 > .arrow.down, .entity-info .minimized#cookie-banner h2 > .arrow.down, .entity-info .pagination a img.minimized h2 > .arrow.down, .pagination a .entity-info img.minimized h2 > .arrow.down, .entity-info .minimized.short-item h2 > .arrow.down, .entity-info .minimized.full-item h2 > .arrow.down, .entity-info body.preview #preview-modal .minimized#preview-content h2 > .arrow.down, body.preview #preview-modal .entity-info .minimized#preview-content h2 > .arrow.down, .entity-info .minimized.info-box h2 > .arrow.down, .entity-info .minimized.full-span h2 > .arrow.down, .entity-info .minimized.heading h2 > .arrow.down, .entity-info .minimized.heading-2 h2 > .arrow.down {
    display: block; }

.entity-info .tray h2, .entity-info #cookie-banner h2, .entity-info .pagination a img h2, .pagination a .entity-info img h2, .entity-info .short-item h2, .entity-info .full-item h2, .entity-info body.preview #preview-modal #preview-content h2, body.preview #preview-modal .entity-info #preview-content h2, .entity-info .info-box h2, .entity-info .full-span h2, .entity-info .heading h2, .entity-info .heading-2 h2 {
  cursor: pointer;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .entity-info .tray h2 .arrow, .entity-info #cookie-banner h2 .arrow, .entity-info .pagination a img h2 .arrow, .pagination a .entity-info img h2 .arrow, .entity-info .short-item h2 .arrow, .entity-info .full-item h2 .arrow, .entity-info body.preview #preview-modal #preview-content h2 .arrow, body.preview #preview-modal .entity-info #preview-content h2 .arrow, .entity-info .info-box h2 .arrow, .entity-info .full-span h2 .arrow, .entity-info .heading h2 .arrow, .entity-info .heading-2 h2 .arrow {
    float: left;
    width: 12px;
    height: 12px;
    margin: 5px 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat; }
    .entity-info .tray h2 .arrow.up, .entity-info #cookie-banner h2 .arrow.up, .entity-info .pagination a img h2 .arrow.up, .pagination a .entity-info img h2 .arrow.up, .entity-info .short-item h2 .arrow.up, .entity-info .full-item h2 .arrow.up, .entity-info body.preview #preview-modal #preview-content h2 .arrow.up, body.preview #preview-modal .entity-info #preview-content h2 .arrow.up, .entity-info .info-box h2 .arrow.up, .entity-info .full-span h2 .arrow.up, .entity-info .heading h2 .arrow.up, .entity-info .heading-2 h2 .arrow.up {
      display: block;
      background-image: url("/assets/img/icons/arrow-up.png"); }
    .entity-info .tray h2 .arrow.down, .entity-info #cookie-banner h2 .arrow.down, .entity-info .pagination a img h2 .arrow.down, .pagination a .entity-info img h2 .arrow.down, .entity-info .short-item h2 .arrow.down, .entity-info .full-item h2 .arrow.down, .entity-info body.preview #preview-modal #preview-content h2 .arrow.down, body.preview #preview-modal .entity-info #preview-content h2 .arrow.down, .entity-info .info-box h2 .arrow.down, .entity-info .full-span h2 .arrow.down, .entity-info .heading h2 .arrow.down, .entity-info .heading-2 h2 .arrow.down {
      display: none;
      background-image: url("/assets/img/icons/arrow-down.png"); }

.heading-group.right.border.mobile {
  display: none; }

.heading-group.right.border.desktop {
  display: inline-block; }

@media screen and (max-width: 63.9375em) {
  .FILTER-modal {
    top: 10px; }
    .FILTER-modal.base-modal .modal {
      left: 0 !important;
      right: 0 !important; }
  .show-grid .footer-brand-name {
    width: 200px;
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #tz-iana {
    display: none; }
  .compressed-date {
    width: 70px !important; }
  .compressed-time {
    font-size: 12px; }
  .global-settings-wrapper {
    display: none; }
  .filter-body-wrapper {
    border-top: 3px solid #0E6655; }
  #MOBILE-modal .filter-logo {
    padding-bottom: 0px; }
    #MOBILE-modal .filter-logo h2 {
      margin-bottom: 0px;
      text-align: left;
      text-transform: uppercase; }
    #MOBILE-modal .filter-logo img {
      display: none; }
  #MOBILE-modal .filter-logo {
    display: block; }
  .filter-modal-content {
    border-left: none !important;
    border-right: none !important; }
  .heading-group.right.border.mobile {
    display: inline-block; }
  .heading-group.right.border.desktop {
    display: none; }
  body .short-item .title, body .full-item .title, body.preview #preview-modal #preview-content .title, body .info-box .title, body .full-span .title {
    display: block;
    flex-direction: unset; }
    body .short-item .title .compressed-title, body .full-item .title .compressed-title, body.preview #preview-modal #preview-content .title .compressed-title, body .info-box .title .compressed-title, body .full-span .title .compressed-title, body .short-item .title .compressed-author, body .full-item .title .compressed-author, body.preview #preview-modal #preview-content .title .compressed-author, body .info-box .title .compressed-author, body .full-span .title .compressed-author {
      width: 100%;
      min-width: 0;
      flex: 100%;
      display: block; }
    body .short-item .title .attachment-wrapper, body .full-item .title .attachment-wrapper, body.preview #preview-modal #preview-content .title .attachment-wrapper, body .info-box .title .attachment-wrapper, body .full-span .title .attachment-wrapper {
      top: 0;
      right: 0;
      position: absolute;
      padding: 10px 5px; } }

.short-item, .full-item, body.preview #preview-modal #preview-content, .info-box, .full-span {
  overflow-y: hidden;
  position: relative; }
  .short-item:nth-child(even), .full-item:nth-child(even), body.preview #preview-modal #preview-content:nth-child(even), .info-box:nth-child(even), .full-span:nth-child(even) {
    background: #00f246; }
  .short-item .title, .full-item .title, body.preview #preview-modal #preview-content .title, .info-box .title, .full-span .title {
    display: flex;
    min-width: 0;
    flex-direction: row;
    align-items: center; }
  .short-item .compressed-date, .full-item .compressed-date, body.preview #preview-modal #preview-content .compressed-date, .info-box .compressed-date, .full-span .compressed-date {
    font-style: normal;
    font-weight: normal;
    width: 70px;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom; }
  .short-item .compressed-time, .full-item .compressed-time, body.preview #preview-modal #preview-content .compressed-time, .info-box .compressed-time, .full-span .compressed-time {
    display: inline-block;
    width: 65px;
    font-size: 12px;
    align-self: center; }
  .short-item .compressed-source, .full-item .compressed-source, body.preview #preview-modal #preview-content .compressed-source, .info-box .compressed-source, .full-span .compressed-source {
    display: inline-block;
    width: 28px;
    font-size: 12px;
    text-align: center;
    align-self: flex-end; }
  .short-item .compressed-author, .full-item .compressed-author, body.preview #preview-modal #preview-content .compressed-author, .info-box .compressed-author, .full-span .compressed-author {
    display: inline-block;
    width: 180px;
    font-weight: bold;
    overflow-x: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    text-overflow: ellipsis;
    padding-right: 10px; }
  .short-item .compressed-title, .full-item .compressed-title, body.preview #preview-modal #preview-content .compressed-title, .info-box .compressed-title, .full-span .compressed-title {
    display: inline-block;
    flex: 1;
    overflow-x: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    text-overflow: ellipsis;
    padding-right: 10px; }
  .short-item .publish-date, .full-item .publish-date, body.preview #preview-modal #preview-content .publish-date, .info-box .publish-date, .full-span .publish-date {
    margin-top: 3px;
    font-weight: normal;
    color: gray;
    font-size: 13px;
    padding-bottom: 10px; }
  .short-item a.attachment-icon, .full-item a.attachment-icon, body.preview #preview-modal #preview-content a.attachment-icon, .info-box a.attachment-icon, .full-span a.attachment-icon {
    height: 15px; }
    .short-item a.attachment-icon img, .full-item a.attachment-icon img, body.preview #preview-modal #preview-content a.attachment-icon img, .info-box a.attachment-icon img, .full-span a.attachment-icon img {
      margin-top: -10px;
      margin-bottom: -4px;
      height: 18px;
      padding: 1px 5px; }
  .short-item .header-img, .full-item .header-img, body.preview #preview-modal #preview-content .header-img, .info-box .header-img, .full-span .header-img {
    display: block;
    height: 150px;
    margin: -10px -10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: cover;
    background: no-repeat center center; }
  .short-item .summary, .full-item .summary, body.preview #preview-modal #preview-content .summary, .info-box .summary, .full-span .summary {
    padding-bottom: 10px;
    font-weight: bold; }
  .short-item .content, .full-item .content, body.preview #preview-modal #preview-content .content, .info-box .content, .full-span .content {
    overflow: hidden;
    max-height: 390px;
    padding-bottom: 10px; }
    .short-item .content pre, .full-item .content pre, body.preview #preview-modal #preview-content .content pre, .info-box .content pre, .full-span .content pre {
      white-space: pre-wrap; }
    .short-item .content table, .full-item .content table, body.preview #preview-modal #preview-content .content table, .info-box .content table, .full-span .content table {
      border-collapse: collapse; }
      .short-item .content table th, .full-item .content table th, body.preview #preview-modal #preview-content .content table th, .info-box .content table th, .full-span .content table th, .short-item .content table td, .full-item .content table td, body.preview #preview-modal #preview-content .content table td, .info-box .content table td, .full-span .content table td {
        padding: 4px;
        border: 1px solid #e6e6e6; }
    .short-item .content blockquote, .full-item .content blockquote, body.preview #preview-modal #preview-content .content blockquote, .info-box .content blockquote, .full-span .content blockquote {
      margin: 10px 0;
      padding: 0 10px;
      border-left: 5px solid #e6e6e6; }
    .short-item .content ul, .full-item .content ul, body.preview #preview-modal #preview-content .content ul, .info-box .content ul, .full-span .content ul, .short-item .content ol, .full-item .content ol, body.preview #preview-modal #preview-content .content ol, .info-box .content ol, .full-span .content ol {
      margin-top: 10px;
      margin-bottom: 10px; }
      .short-item .content ul li > ul, .full-item .content ul li > ul, body.preview #preview-modal #preview-content .content ul li > ul, .info-box .content ul li > ul, .full-span .content ul li > ul, .short-item .content ul ol, .full-item .content ul ol, body.preview #preview-modal #preview-content .content ul ol, .info-box .content ul ol, .full-span .content ul ol, .short-item .content ol li > ul, .full-item .content ol li > ul, body.preview #preview-modal #preview-content .content ol li > ul, .info-box .content ol li > ul, .full-span .content ol li > ul, .short-item .content ol ol, .full-item .content ol ol, body.preview #preview-modal #preview-content .content ol ol, .info-box .content ol ol, .full-span .content ol ol {
        margin-top: 5px;
        margin-bottom: 5px; }
    .short-item .content p, .full-item .content p, body.preview #preview-modal #preview-content .content p, .info-box .content p, .full-span .content p {
      margin: 0 0 1em; }
    .short-item .content .mfn-attachment, .full-item .content .mfn-attachment, body.preview #preview-modal #preview-content .content .mfn-attachment, .info-box .content .mfn-attachment, .full-span .content .mfn-attachment {
      display: none; }
  .short-item .footer, .full-item .footer, body.preview #preview-modal #preview-content .footer, .info-box .footer, .full-span .footer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    position: absolute;
    background: #ffffff;
    border: 10px solid #ffffff;
    box-shadow: 0px 20px 65px 60px white; }
    .short-item .footer .attachments, .full-item .footer .attachments, body.preview #preview-modal #preview-content .footer .attachments, .info-box .footer .attachments, .full-span .footer .attachments {
      position: absolute;
      right: 0;
      top: 0; }
    .short-item .footer .source, .full-item .footer .source, body.preview #preview-modal #preview-content .footer .source, .info-box .footer .source, .full-span .footer .source {
      position: absolute;
      left: 0;
      bottom: 0; }
    .short-item .footer .footer-brand-name, .full-item .footer .footer-brand-name, body.preview #preview-modal #preview-content .footer .footer-brand-name, .info-box .footer .footer-brand-name, .full-span .footer .footer-brand-name {
      position: absolute;
      left: 0;
      bottom: 0px;
      font-size: 18.2px; }
    .short-item .footer .footer-brand, .full-item .footer .footer-brand, body.preview #preview-modal #preview-content .footer .footer-brand, .info-box .footer .footer-brand, .full-span .footer .footer-brand {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 150px;
      max-height: 50px; }
    .short-item .footer .social-tray, .full-item .footer .social-tray, body.preview #preview-modal #preview-content .footer .social-tray, .info-box .footer .social-tray, .full-span .footer .social-tray {
      position: absolute;
      bottom: 0;
      right: 0; }

.tooltip {
  position: fixed !important;
  transition: all .25s ease-out;
  opacity: 0; }
  .tooltip.visible {
    opacity: 1; }
  .tooltip.company-preview {
    padding: 0;
    font-size: 13px;
    max-width: 350px; }
    .tooltip.company-preview .tray, .tooltip.company-preview #cookie-banner, .tooltip.company-preview .pagination a img, .pagination a .tooltip.company-preview img, .tooltip.company-preview .heading, .tooltip.company-preview .heading-2, .tooltip.company-preview .short-item, .tooltip.company-preview .full-item, .tooltip.company-preview body.preview #preview-modal #preview-content, body.preview #preview-modal .tooltip.company-preview #preview-content, .tooltip.company-preview .info-box, .tooltip.company-preview .full-span {
      margin: 0; }
      .tooltip.company-preview .tray h2, .tooltip.company-preview #cookie-banner h2, .tooltip.company-preview .pagination a img h2, .pagination a .tooltip.company-preview img h2, .tooltip.company-preview .heading h2, .tooltip.company-preview .heading-2 h2, .tooltip.company-preview .short-item h2, .tooltip.company-preview .full-item h2, .tooltip.company-preview body.preview #preview-modal #preview-content h2, body.preview #preview-modal .tooltip.company-preview #preview-content h2, .tooltip.company-preview .info-box h2, .tooltip.company-preview .full-span h2 {
        display: none; }

.full-span {
  flex: 1 0 auto;
  height: auto;
  max-height: none;
  margin-right: 0;
  margin-left: 0; }

.full-item, body.preview #preview-modal #preview-content, .info-box {
  padding: 20px;
  height: auto;
  max-height: none;
  background-color: #ffffff; }
  .full-item .title, body.preview #preview-modal #preview-content .title, .info-box .title {
    font-size: 23.4px; }
  .full-item .content, body.preview #preview-modal #preview-content .content, .info-box .content {
    height: auto;
    max-width: 800px;
    max-height: none;
    overflow-y: inherit;
    font-size: 14.3px;
    line-height: 20.02px; }
    .full-item .content.s-cis .mfn-preamble, body.preview #preview-modal #preview-content .content.s-cis .mfn-preamble, .info-box .content.s-cis .mfn-preamble {
      white-space: pre-wrap;
      font-size: 100%; }
    .full-item .content .table-wrapper, body.preview #preview-modal #preview-content .content .table-wrapper, .info-box .content .table-wrapper {
      overflow-x: auto; }
    .full-item .content strong, body.preview #preview-modal #preview-content .content strong, .info-box .content strong {
      font-size: 110%; }
    .full-item .content ul, body.preview #preview-modal #preview-content .content ul, .info-box .content ul, .full-item .content ol, body.preview #preview-modal #preview-content .content ol, .info-box .content ol, .full-item .content p, body.preview #preview-modal #preview-content .content p, .info-box .content p, .full-item .content table, body.preview #preview-modal #preview-content .content table, .info-box .content table {
      margin: 10px 0 0 0; }
    .full-item .content table, body.preview #preview-modal #preview-content .content table, .info-box .content table {
      width: 100%; }
  .full-item .header-img, body.preview #preview-modal #preview-content .header-img, .info-box .header-img {
    height: 400px; }
  .full-item .footer, body.preview #preview-modal #preview-content .footer, .info-box .footer {
    position: relative;
    box-shadow: none; }
  .full-item .primary-image, body.preview #preview-modal #preview-content .primary-image, .info-box .primary-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%; }

.social-tray .social-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7; }
  .social-tray .social-ico.social-mail {
    background-image: url("/assets/img/social/mail-nc.png"); }
    .social-tray .social-ico.social-mail:hover {
      background-image: url("/assets/img/social/mail.png"); }
  .social-tray .social-ico.social-twitter {
    background-image: url("/assets/img/social/twitter-nc.png"); }
    .social-tray .social-ico.social-twitter:hover {
      background-image: url("/assets/img/social/twitter.png"); }
  .social-tray .social-ico.social-linked-in {
    background-image: url("/assets/img/social/linkedIn-nc.png"); }
    .social-tray .social-ico.social-linked-in:hover {
      background-image: url("/assets/img/social/linkedIn.png"); }
  .social-tray .social-ico.social-facebook {
    background-image: url("/assets/img/social/facebook-nc.png"); }
    .social-tray .social-ico.social-facebook:hover {
      background-image: url("/assets/img/social/facebook.png"); }

@media screen and (min-width: 35.5em) {
  .hide-sm- {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-md- {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-lg- {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-xl, .hide-xl- {
    display: none !important; } }

.popover-box, aside .settings .btn-group .info, .tooltip {
  position: absolute;
  background: #FFF;
  padding: 4px;
  font-size: 11px;
  color: #666;
  z-index: 999;
  border: 1px solid #CDCDCD; }
  .popover-box.no-carrot::before, aside .settings .btn-group .no-carrot.info::before, .no-carrot.tooltip::before {
    display: none; }
  .popover-box.inverted::before, aside .settings .btn-group .inverted.info::before, .inverted.tooltip::before {
    transform: rotate(-135deg);
    bottom: -9px;
    top: unset; }
  .popover-box::before, aside .settings .btn-group .info::before, .tooltip::before {
    content: " ";
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    left: 10px;
    background: white;
    border: none;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    width: 15px;
    height: 15px;
    z-index: -1; }

.settings .btn-group {
  padding-right: 10px; }

.switch, .preview-switch {
  margin: 2px 0 0;
  width: 28px;
  height: 28px;
  background: no-repeat center center;
  background-size: contain;
  display: inline-block; }

.preview-switch {
  background-image: url("/assets/img/icons/split-browser-aaa.png"); }

body.preview-icon .preview-switch {
  background-image: url("/assets/img/icons/split-browser.png"); }

.sound-switch {
  background-image: url("/assets/img/icons/speaker-aaa.png"); }

body.sound-icon .sound-switch {
  background-image: url("/assets/img/icons/speaker.png"); }

.color-switch {
  background-image: url("/assets/img/icons/color-mode-aaa.png"); }

body.color-icon .color-switch {
  background-image: url("/assets/img/icons/color-mode.png"); }

.notifications-switch {
  background-image: url("/assets/img/icons/push-notifications-aaa.png"); }

body.notifications-icon .notifications-switch {
  background-image: url("/assets/img/icons/push-notifications.png"); }

.settings .btn-group.notifications-switch-group {
  display: none; }

body.show-notifications-icon .settings .btn-group.notifications-switch-group {
  display: inline-block; }

.hide {
  display: none !important; }

.markdown img {
  max-width: 100%; }

.markdown ul {
  padding-left: 22px; }
  .markdown ul li p {
    margin: 5px 0; }

.markdown table {
  border-collapse: collapse; }
  .markdown table th, .markdown table td {
    padding: 2px 5px;
    border: 1px solid #0E6655; }

.pagination {
  display: block;
  padding: 14px;
  font-size: 16px;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: -10px; }
  .pagination a {
    width: 45%;
    display: inline-block; }
    .pagination a img {
      padding: 5px 40px;
      height: 45px; }

.demo-wrapper {
  position: relative;
  display: inline-block;
  height: 100%; }
  .demo-wrapper .demo-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: #ff2121;
    padding: 3px 10px;
    color: white;
    font-size: 18px; }

.footer-subscriptions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  width: 100%;
  min-width: 300px;
  bottom: 0;
  flex-shrink: 0;
  left: 0;
  right: 0;
  background-color: #aaa5a5; }
  .footer-subscriptions .mfn-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo/mfn-logo-white.png");
    width: 130px;
    height: 40px;
    margin: 20% 20px 20% 10%; }
  .footer-subscriptions .footer-item {
    white-space: nowrap;
    font-size: 14px;
    margin-left: 20px; }
    .footer-subscriptions .footer-item .footer-divider {
      width: 2px;
      height: 60px;
      background-color: #d3d3d3; }
  .footer-subscriptions .footer-link {
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
    color: white; }
    .footer-subscriptions .footer-link:hover {
      color: white; }

.subscriptions-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  height: 100%; }
  .subscriptions-wrapper .unsub {
    margin: 15px;
    justify-content: flex-end;
    display: flex;
    flex-shrink: 0;
    min-width: 135px; }
    .subscriptions-wrapper .unsub button {
      height: 38px;
      padding: 10px;
      margin: 3px;
      box-shadow: none;
      white-space: nowrap;
      letter-spacing: 0.5px;
      font-size: 12px;
      font-weight: normal; }
  .subscriptions-wrapper .entity-info {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    min-width: 200px; }
    .subscriptions-wrapper .entity-info .company-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-right: 20px; }
      .subscriptions-wrapper .entity-info .company-container .company-image {
        margin: 10px 10px 10px 5px; }
        .subscriptions-wrapper .entity-info .company-container .company-image img {
          filter: none;
          max-height: 30px;
          width: auto;
          max-width: 140px; }
      .subscriptions-wrapper .entity-info .company-container .all-companies {
        font-size: 17px; }
      .subscriptions-wrapper .entity-info .company-container span {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 0 5px;
        word-break: break-word; }
  .subscriptions-wrapper .mail-group {
    align-self: center;
    margin-right: 10px; }
  .subscriptions-wrapper .subscription-heading {
    font-size: 1.5em;
    font-weight: bolder;
    white-space: nowrap;
    margin: 35px 0 20px 100px; }
  .subscriptions-wrapper td {
    border-bottom: #e6e6e6 1px dotted; }

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 10px; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: white;
  border: 2px solid #0E6655; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  border-color: #0E6655; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 8px;
  border: solid #0E6655;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.subscription-details-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
  justify-content: flex-start;
  cursor: default; }
  .subscription-details-grid span {
    margin: 2px 0 5px 6px;
    white-space: nowrap;
    background: #b6b5b5;
    letter-spacing: 0.8px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
    border-radius: 13px;
    padding: 4px 10px;
    color: #f9f9f9; }

.subscription-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  min-height: 100px;
  min-width: 320px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.18); }
  .subscription-row[disabled]::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background-color: rgba(255, 255, 255, 0.7); }
  .subscription-row.selected {
    margin-bottom: 100px;
    background-color: rgba(29, 126, 107, 0.25);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.subscription-list {
  display: flex;
  flex-direction: column;
  margin: 0 100px 0 100px; }
  .subscription-list .none {
    margin-bottom: 20px; }

.info-box {
  min-height: 400px; }
  .info-box .wrapper {
    font-size: 18.2px;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 800px; }
    .info-box .wrapper .watermark {
      position: absolute;
      opacity: 0.1;
      z-index: 0;
      left: 5vw;
      top: 5vw; }
    .info-box .wrapper h1, .info-box .wrapper h2, .info-box .wrapper p, .info-box .wrapper li, .info-box .wrapper ul {
      z-index: 2;
      position: relative; }
    .info-box .wrapper h1 {
      line-height: 1.2em; }
    .info-box .wrapper h2 {
      line-height: 1.2em; }
    .info-box .wrapper p.contact, .info-box .wrapper li.contact {
      line-height: 150%; }
    .info-box .wrapper li {
      padding: 5px 10px; }

#cookie-banner {
  padding: 0;
  position: fixed;
  right: 5px;
  bottom: 5px;
  margin: 0;
  max-width: 250px;
  text-align: center;
  box-shadow: -2px 6px 9px gray, 0 3px 6px #999999; }
  #cookie-banner .cookie-banner-content {
    padding: 10px; }
  #cookie-banner button {
    width: 100%;
    cursor: pointer;
    font-size: 14.3px; }

.transparent {
  opacity: 0; }

.coverage-tray.tray h2, .coverage-tray.heading h2, .coverage-tray.heading-2 h2, .coverage-tray.short-item h2, .coverage-tray.full-span h2, .coverage-tray.full-item h2, body.preview #preview-modal .coverage-tray#preview-content h2, .pagination a img.coverage-tray h2, .coverage-tray#cookie-banner h2 {
  border-bottom: none;
  cursor: unset;
  margin: 0;
  padding: 0; }

.coverage-tray.tray .follow-button, .coverage-tray.heading .follow-button, .coverage-tray.heading-2 .follow-button, .coverage-tray.short-item .follow-button, .coverage-tray.full-span .follow-button, .coverage-tray.full-item .follow-button, body.preview #preview-modal .coverage-tray#preview-content .follow-button, .pagination a img.coverage-tray .follow-button, .coverage-tray#cookie-banner .follow-button {
  margin-top: 2px; }

.follow-button {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px; }
  .follow-button.float-right {
    float: right; }
  .follow-button.adjust-for-top {
    margin: -5px -5px -20px -20px; }
  .follow-button.adjust-for-bottom {
    margin-top: -20px; }
  .follow-button.active:before {
    background-image: url("/assets/img/icons/svg/hart.svg"); }
  .follow-button:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3.3333333333px;
    background-size: cover;
    background-image: url("/assets/img/icons/svg/hart-outline.svg"); }

#preview-modal {
  display: none; }

body .global-calendar {
  margin: 0px !important;
  width: 0;
  overflow: hidden; }
  body .global-calendar .short-item:nth-child(even), body .global-calendar .full-span:nth-child(even), body .global-calendar .full-item:nth-child(even), body.preview .global-calendar #preview-modal #preview-content:nth-child(even), body.preview #preview-modal .global-calendar #preview-content:nth-child(even), body .global-calendar .info-box:nth-child(even) {
    background: #e8e8e8; }

body .most-viewed {
  width: 400px; }
  body .most-viewed .short-item:nth-child(even), body .most-viewed .full-span:nth-child(even), body .most-viewed .full-item:nth-child(even), body.preview .most-viewed #preview-modal #preview-content:nth-child(even), body.preview #preview-modal .most-viewed #preview-content:nth-child(even), body .most-viewed .info-box:nth-child(even) {
    background: #e8e8e8; }
  body .most-viewed .most-viewed-item {
    display: flex;
    flex-direction: row; }
  body .most-viewed .most-viewed-number {
    margin-right: 10px;
    min-width: 3ch; }

body .list .most-viewed-header.short-item:hover, body .list .most-viewed-header.full-span:hover, body .list .most-viewed-header.full-item:hover, body.preview .list #preview-modal .most-viewed-header#preview-content:hover, body.preview #preview-modal .list .most-viewed-header#preview-content:hover, body .list .most-viewed-header.info-box:hover {
  background-color: #fcfcfc !important;
  cursor: default !important; }

body .most-viewed-logo {
  display: inline-block; }
  body .most-viewed-logo .most-viewed-button {
    background-image: url("/assets/img/icons/svg/format_list_numbered_FILL0_wght400_GRAD0_opsz48.svg");
    opacity: 0.4;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin: -6px 0px -10px -15px; }

body .most-viewed-logo.toggled .most-viewed-button {
  opacity: 1.0;
  filter: invert(39%) sepia(44%) saturate(653%) hue-rotate(118deg) brightness(92%) contrast(91%); }

body .news-feed-container {
  min-width: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap-reverse; }

body .news-feed-wrapper {
  flex-grow: 6;
  flex-shrink: 1;
  flex-basis: 300px;
  min-width: 0;
  width: 100%;
  margin-right: 20px; }

body #news-feed-body {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 300px;
  min-width: 0;
  width: 100%; }

body .global-calendar-date-arrow {
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: auto; }

body .global-calendar-date-expandable {
  background-image: url("/assets/img/icons/arrow-down.png"); }

body .global-calendar-date-collapsable {
  background-image: url("/assets/img/icons/arrow-up.png"); }

body .global-calendar-date-icon {
  width: 15px;
  height: 15px;
  margin: 0px 0px 0px 0px; }

body.show-global-calendar .news-feed-wrapper {
  margin-right: 10px;
  margin-left: 0px; }

body.show-global-calendar .calendar-logo .calendar-button {
  background-image: url("/assets/img/icons/calendar.png"); }

body.show-global-calendar .global-calendar {
  min-width: 0;
  overflow: initial;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  padding-left: 10px; }

body.show-global-calendar .global-calendar-date-wrapper {
  display: flex;
  min-width: 0;
  min-height: 15.96px;
  font-weight: bold; }
  body.show-global-calendar .global-calendar-date-wrapper .global-calendar-date {
    margin: 0px 0px 0px 10px; }
  body.show-global-calendar .global-calendar-date-wrapper .global-calendar-date-collapsable {
    max-height: 15px;
    overflow-y: hidden;
    margin-left: auto; }
  body.show-global-calendar .global-calendar-date-wrapper .global-calendar-date-expandable {
    max-height: 15px;
    overflow-y: hidden;
    margin-left: auto; }

body.show-global-calendar .global-calendar-item-wrapper {
  display: flex;
  min-width: 0;
  min-height: 15.96px;
  justify-content: space-between;
  white-space: nowrap; }
  body.show-global-calendar .global-calendar-item-wrapper .global-calendar-title {
    font-weight: bold;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; }

@media screen and (max-width: 48em) {
  body.preview {
    margin-right: 0 !important; }
    body.preview #preview-modal {
      display: none !important; } }

body.preview {
  margin-right: 45vw;
  overflow-y: scroll; }
  body.preview.show-menu.begin aside {
    margin: inherit; }
  body.preview .main {
    margin-left: 10px;
    margin-right: 0; }
  body.preview .short-item, body.preview .full-span, body.preview .full-item, body.preview #preview-modal #preview-content, body.preview .info-box {
    position: unset; }
  body.preview .short-item .footer .footer-brand-name, body.preview .full-span .footer .footer-brand-name, body.preview .full-item .footer .footer-brand-name, body.preview #preview-modal #preview-content .footer .footer-brand-name, body.preview .info-box .footer .footer-brand-name {
    display: none; }
  body.preview .short-item.selected:before, body.preview .selected.full-span:before, body.preview .selected.full-item:before, body.preview #preview-modal .selected#preview-content:before, body.preview .selected.info-box:before {
    content: "";
    background-image: url("/assets/img/icons/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -30px; }
  body.preview #preview-modal {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    width: 45vw;
    background-color: #ffffff; }
    body.preview #preview-modal img.close-btn {
      z-index: 1;
      width: 25px;
      margin-left: 5px;
      margin-top: 5px; }
    body.preview #preview-modal hr {
      border: 1px solid #aaaaaa;
      margin: 0; }
    body.preview #preview-modal .preview-modal-content-wrapper {
      height: calc(100% - 32px);
      max-height: calc(100% - 32px);
      overflow-y: scroll; }
    body.preview #preview-modal .preview-modal-close {
      width: 100%;
      height: 32px;
      background: #ffffff; }
    body.preview #preview-modal #preview-content {
      min-height: calc(100% - 40px);
      margin: 0; }
      body.preview #preview-modal #preview-content .content {
        overflow-y: hidden; }
      body.preview #preview-modal #preview-content .mfn-attachment {
        display: block !important; }
      body.preview #preview-modal #preview-content .footer {
        border: none; }
      body.preview #preview-modal #preview-content .highlight {
        background-color: rgba(29, 126, 107, 0.25); }

.public-relations-body-container {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }
  .public-relations-body-container .public-relations-feed-item {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fcfcfc;
    padding: 1em;
    letter-spacing: normal !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.18); }
    .public-relations-body-container .public-relations-feed-item .fadeout {
      position: absolute;
      bottom: 0;
      height: 6em;
      width: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%); }
  .public-relations-body-container .public-relations-feed-item-release {
    height: 30em;
    cursor: pointer; }
  .public-relations-body-container .public-relations-feed-item-collection {
    cursor: pointer;
    aspect-ratio: 1; }
    .public-relations-body-container .public-relations-feed-item-collection img {
      width: 100%;
      aspect-ratio: 1.1; }
    .public-relations-body-container .public-relations-feed-item-collection .title {
      width: 100%;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .public-relations-body-container .title {
    padding-bottom: 0.4em;
    font-size: 1.3em;
    font-weight: bold;
    color: #0E6655; }
  .public-relations-body-container .publish-date {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: #AAAAAA; }
  .public-relations-body-container .prelude {
    padding-bottom: 1em;
    height: 5em; }
  .public-relations-body-container .public-relations-feed-item-release-img-container {
    height: 18em; }
    .public-relations-body-container .public-relations-feed-item-release-img-container img {
      width: 100%;
      height: 100%; }
  .public-relations-body-container .img-logo {
    object-fit: contain; }
  .public-relations-body-container .img-pr {
    object-fit: contain; }

.pr-contacts-card {
  text-align: center; }
  .pr-contacts-card img {
    border-radius: 50%; }

.public-relations-collection-banner {
  text-align: center;
  margin-top: 10px;
  padding: 16px !important; }

.ir-pr-tab-container {
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  font-weight: bold;
  user-select: none; }
  .ir-pr-tab-container a {
    padding: 10px;
    display: inline-block; }
  .ir-pr-tab-container .ir-pr-tab {
    background: #fcfcfc; }
  .ir-pr-tab-container .ir-pr-tab-active {
    background: #1D7E6B; }
    .ir-pr-tab-container .ir-pr-tab-active a {
      color: #ffffff; }
  .ir-pr-tab-container .ir-pr-tab-right {
    margin-left: 10px; }

.public-relations-feed-item-img-wrapper {
  position: relative;
  margin: auto; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

.prev {
  left: -30px; }

.next {
  right: -30px;
  border-radius: 3px 0 0 3px; }

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.collection-preview-container {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border: solid 1px #e6e6e6; }
  .collection-preview-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.collection-preview-title {
  font-weight: bold;
  margin-top: 15px;
  grid-column: 1 / -1; }

.collection-preview-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 10px; }

.download-buttons {
  font-size: 1rem;
  margin-top: 5px; }
  .download-buttons .download-hide {
    display: none; }
  .download-buttons .button.download-button {
    box-shadow: unset; }
    .download-buttons .button.download-button.secondary {
      background: #706f6f; }
    .download-buttons .button.download-button:hover {
      box-shadow: unset; }

.show-more-tag {
  background-color: #0E6655 !important; }

.show-more-tag:hover {
  opacity: 0.7;
  cursor: pointer; }
