
/********| Reserves and Resources Table Styles |********/
main .rr-table {width: 100%;}
main .rr-table th, main .rr-table td {border: none;}
main .rr-table th {font-size: 14px; font-weight: 900; line-height: 1.14; color: #343434; text-align: right; border-top: solid 2px #000000; border-bottom: solid 2px #000000; padding: 6px 10px;
  text-transform: uppercase;}
main .rr-table td {font-size: 14px; line-height: 1.93; color: #000000; text-align: right; padding: 6px 10px;}
main .rr-table td.red-text-lg {text-align: center; font-size: 16px; line-height: 1.69; font-weight: 900; text-transform: uppercase; color: #b1121c; padding: 5px 10px 0px 10px;}
main .rr-table .dot-bd-t {border-top: dashed 1px #b1121c !important;}
main .rr-table .dot-bd-l {border-left: dashed 1px #b1121c !important;}
main .rr-table .dot-bd-r {border-right: dashed 1px #b1121c !important;}
main .rr-table .dot-bd-b {border-bottom: dashed 1px #b1121c !important;}
main .rr-table tr.grey-bg td {background-color: #F1F0F1; border-left: solid 1px #ffffff;}
main .rr-table tr.red-bg td {background-color: #b1121c; color: #ffffff; text-transform: uppercase; font-weight: 900; text-align: left;}
main .rr-table tr.grey-bd-b {border-bottom: solid 1px #979797;}
main .rr-table tr.black-bd-b {border-bottom: solid 2px #000000 !important;}
main .rr-table tr.black-bd-t {border-top: solid 2px #000000;}
main .rr-table tr.red-text td {font-weight: 900; text-transform: uppercase; color: #b1121c; line-height: 1.14;}
main .rr-table tr td:first-of-type, main .rr-table tr th:first-of-type {text-align: left;}
main .coal-qualities tr td:nth-of-type(2), main .coal-qualities tr th:nth-of-type(2) {text-align: left;}


/********| Responsive Table Styles |********/
main div.overflow {overflow-x: visible; overflow-y: hidden; width: 100%; }
main div.overflow.show {overflow-x: auto; }
main div.overflow.show div.arrow { position: relative; width: 100%; margin-top: 80px; }
main div.overflow.show div.arrow:before { content: ''; background: url(../images/horz-scroll.png); position: absolute; bottom: 20px; left: 0px; height: 30px; background-size: contain; 
  background-position: 0 0; background-repeat: no-repeat; width: 28px; }
  
/* FONTS */
/* COLORS */
/* PADDING */
/* BUTTONS */
/* CONTAINERS */
/* COLUMNS */
.column-margin {
  margin-left: 12.5px;
  margin-right: 12.5px; }

/* NAV HEIGHTS */
/* FAKE PADDING */
/* COLUMN CLASSES */
.half-column {
  width: calc(((1600px - (11 * 25px)) / 12) / 2); }
  @media (max-width: 1900px) {
    .half-column {
      width: calc(((1200px - (11 * 25px)) / 12) / 2); } }
  @media (max-width: 1250px) {
    .half-column {
      width: calc((((100vw - 40px) - (11 * 25px)) / 12) / 2); } }

.one-column {
  width: calc((1600px - (11 * 25px)) / 12); }
  @media (max-width: 1900px) {
    .one-column {
      width: calc((1200px - (11 * 25px)) / 12); } }
  @media (max-width: 1250px) {
    .one-column {
      width: calc(((100vw - 40px) - (11 * 25px)) / 12); } }

.two-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 2) + (1 * 25px)); }
  @media (max-width: 1900px) {
    .two-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 2) + (1 * 25px)); } }
  @media (max-width: 1250px) {
    .two-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 2) + (1 * 25px)); } }

.three-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px)); }
  @media (max-width: 1900px) {
    .three-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 3) + (2 * 25px)); } }
  @media (max-width: 1250px) {
    .three-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 3) + (2 * 25px)); } }

.four-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 4) + (3 * 25px)); }
  @media (max-width: 1900px) {
    .four-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }
  @media (max-width: 1250px) {
    .four-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }

.five-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 5) + (4 * 25px)); }
  @media (max-width: 1900px) {
    .five-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
  @media (max-width: 1250px) {
    .five-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }

.six-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 6) + (5 * 25px)); }
  @media (max-width: 1900px) {
    .six-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }
  @media (max-width: 1250px) {
    .six-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }

.seven-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 7) + (6 * 25px)); }
  @media (max-width: 1900px) {
    .seven-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }
  @media (max-width: 1250px) {
    .seven-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }

.eight-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 8) + (7 * 25px)); }
  @media (max-width: 1900px) {
    .eight-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }
  @media (max-width: 1250px) {
    .eight-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }

.nine-column, .news-grid {
  width: calc((((1600px - (11 * 25px)) / 12) * 9) + (8 * 25px)); }
  @media (max-width: 1900px) {
    .nine-column, .news-grid {
      width: calc((((1200px - (11 * 25px)) / 12) * 9) + (8 * 25px)); } }
  @media (max-width: 1250px) {
    .nine-column, .news-grid {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 9) + (8 * 25px)); } }

.ten-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 10) + (9 * 25px)); }
  @media (max-width: 1900px) {
    .ten-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 10) + (9 * 25px)); } }
  @media (max-width: 1250px) {
    .ten-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 10) + (9 * 25px)); } }

.eleven-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 11) + (10 * 25px)); }
  @media (max-width: 1900px) {
    .eleven-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 11) + (10 * 25px)); } }
  @media (max-width: 1250px) {
    .eleven-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 11) + (10 * 25px)); } }

.twelve-column {
  width: calc((((1600px - (11 * 25px)) / 12) * 12) + (11 * 25px)); }
  @media (max-width: 1900px) {
    .twelve-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 12) + (11 * 25px)); } }
  @media (max-width: 1250px) {
    .twelve-column {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 12) + (11 * 25px)); } }

/* COLUMN CLASS FOR GUTTERS */
.column, .news-grid .news-item {
  margin-right: 25px; }
  .column:last-of-type, .news-grid .news-item:last-of-type {
    margin-right: 0; }

/* MISC */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

i {
  font-style: normal; }

html, body {
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.4px; }
  html a, body a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

mark {
  color: #ffffff;
  background: #b1121c; }

::-moz-selection {
  color: #ffffff;
  background: #b1121c; }

::selection {
  color: #ffffff;
  background: #b1121c; }

#width-check {
  display: none;
  position: relative;
  z-index: 0; }
  @media (max-width: 1024px) {
    #width-check {
      z-index: 1; } }
  @media (max-width: 767px) {
    #width-check {
      z-index: 2; } }

.container {
  margin: 0 auto;
  max-width: 1640px;
  padding: 0px 20px;
  width: 100%; }
  @media (max-width: 1900px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .container {
      padding: 0px 25px; } }
  @media (max-width: 1250px) {
    .container {
      padding: 0px 25px; } }
  @media (max-width: 375px) {
    .container {
      padding: 0px 15px; } }
  .container.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .container.no-padding {
    max-width: 1600px;
    padding: 0; }
    @media (max-width: 1900px) {
      .container.no-padding {
        max-width: 1200px; } }
  .container.half {
    max-width: 820px; }
    @media (max-width: 1900px) {
      .container.half {
        max-width: 620px; } }
    @media (max-width: 736px) {
      .container.half {
        max-width: 100%;
        width: 100%; } }
    .container.half.left {
      margin-left: auto;
      margin-right: 0;
      padding: 0 0 0 20px; }
      @media (max-width: 1250px) {
        .container.half.left {
          padding: 0 40px; } }
      @media (max-width: 900px) {
        .container.half.left {
          padding: 60px 40px; } }
      @media (max-width: 768px) {
        .container.half.left {
          padding: 60px 20px; } }
      @media (max-width: 640px) {
        .container.half.left {
          padding: 55px 25px 60px; } }
      @media (max-width: 375px) {
        .container.half.left {
          padding: 55px 15px 60px; } }
      .container.half.left .hold {
        width: calc((((1600px - (11 * 25px)) / 12) * 4) + (3 * 25px)); }
        @media (max-width: 1900px) {
          .container.half.left .hold {
            width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
        @media (max-width: 1250px) {
          .container.half.left .hold {
            width: 100%; } }
    .container.half.right {
      margin-left: 0;
      margin-right: auto;
      padding-right: 20px; }
      @media (max-width: 1250px) {
        .container.half.right {
          padding: 0 40px; } }
      @media (max-width: 900px) {
        .container.half.right {
          padding: 60px 40px; } }
      @media (max-width: 768px) {
        .container.half.right {
          padding: 60px 20px; } }
      @media (max-width: 640px) {
        .container.half.right {
          padding: 55px 25px 60px; } }
      @media (max-width: 375px) {
        .container.half.right {
          padding: 55px 15px 60px; } }
      .container.half.right .hold {
        margin-left: auto;
        width: calc((((1600px - (11 * 25px)) / 12) * 5) + (4 * 25px)); }
        @media (max-width: 1900px) {
          .container.half.right .hold {
            width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
        @media (max-width: 1250px) {
          .container.half.right .hold {
            width: 100%; } }

.full, .investors-overview + main > .container, .str-operations-overview main > .container {
  width: 100%; }

p, a {
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 640px) {
    p, a {
      font-size: 16px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    p, a {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 1900px) {
    p, a {
      font-size: 18px;
      line-height: 1.5; } }

a {
  letter-spacing: normal;
  text-decoration: none;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }

h1, .h1 {
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2; }
  @media screen and (min-width: 480px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 767px) {
    h1, .h1 {
      font-size: 80px;
      line-height: 1.2; } }
  @media screen and (min-width: 1441px) {
    h1, .h1 {
      font-size: 80px;
      line-height: 1.2; } }
  @media screen and (min-width: 1900px) {
    h1, .h1 {
      font-size: 80px;
      line-height: 1.2; } }

h2, .investor-banner-flex__left--numbers > div, .h2 {
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2; }
  @media screen and (min-width: 641px) {
    h2, .investor-banner-flex__left--numbers > div, .h2 {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 1441px) {
    h2, .investor-banner-flex__left--numbers > div, .h2 {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 1900px) {
    h2, .investor-banner-flex__left--numbers > div, .h2 {
      font-size: 40px;
      line-height: 1.2; } }

h3, .h3, .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type .news-item__title {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1; }
  @media screen and (min-width: 480px) {
    h3, .h3, .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type .news-item__title {
      font-size: 20px;
      line-height: 1.1; } }
  @media screen and (min-width: 641px) {
    h3, .h3, .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type .news-item__title {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (min-width: 1900px) {
    h3, .h3, .news-grid .news-item:nth-child(1) .news-item__title {
      font-size: 30px !important;
      line-height: 38px; } }

h4, .investor-stock-hub__bottom > a span, .h4 {
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.33; }
  @media screen and (min-width: 640px) {
    h4, .investor-stock-hub__bottom > a span, .h4 {
      font-size: 20px;
      line-height: 1.33; } }
  @media screen and (min-width: 1441px) {
    h4, .investor-stock-hub__bottom > a span, .h4 {
      font-size: 20px;
      line-height: 1.35; } }
  @media screen and (min-width: 1900px) {
    h4, .investor-stock-hub__bottom > a span, .h4 {
      font-size: 20px;
      line-height: 1.35; } }

h5, .h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.69; }
  @media screen and (min-width: 640px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 1.69; } }
  @media screen and (min-width: 1441px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 1.69; } }
  @media screen and (min-width: 1900px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 1.69; } }

.brand:after {
  background: #b1121c;
  content: '';
  display: block;
  height: 2px;
  position: relative;
  top: 12px;
  width: 20px; }

.button, .subscribe .input-fields button, .search input[type=submit] {
  background: #659ed5;
  border: none;
  color: #ffffff;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  line-height: normal;
  letter-spacing: 0.5px;
  outline: none;
  padding: 23px 20px;
  text-align: center;
  text-transform: uppercase;
  max-width: 354px;
  width: 100%;
  outline: none;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (max-width: 767px) {
    .button, .subscribe .input-fields button, .search input[type=submit] {
      font-size: 16px;
      letter-spacing: 0.5px;
      max-width: 238px;
      padding: 15px 62px; } }
  .button:hover, .subscribe .input-fields button:hover, .search input:hover[type=submit] {
    background: #000000;
    color: #ffffff; }
  .button.small, .subscribe .input-fields button.small, .search input.small[type=submit] {
    font-size: 16px;
    max-width: 198px;
    padding: 25px 20px; }
    @media (max-width: 767px) {
      .button.small, .subscribe .input-fields button.small, .search input.small[type=submit] {
        font-size: 16px;
        letter-spacing: 0.5px;
        max-width: 238px;
        padding: 15px 62px; } }

.arrow {
  color: #dd6162;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative; }
  @media screen and (min-width: 640px) {
    .arrow {
      font-size: 16px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    .arrow {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 1900px) {
    .arrow {
      font-size: 18px;
      line-height: 1.5; } }
  .arrow > span {
    width: calc(100%);
    display: block;
    background-image: linear-gradient(transparent calc(100% - 10px), rgba(221, 97, 98, 0.2) 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    height: 31px;
    -webkit-transition: background-size .350s;
    transition: background-size .350s; }
    @media (max-width: 767px) {
      .arrow > span {
        height: 28px; } }
    .arrow > span i {
      font-size: 22px;
      position: relative;
      padding-left: 10px;
      top: 2px; }
  .arrow:hover > span {
    background-size: 100% 100%; }

.underline {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative; }
  @media screen and (min-width: 640px) {
    .underline {
      font-size: 16px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    .underline {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 1900px) {
    .underline {
      font-size: 18px;
      line-height: 1.5; } }
  .underline > span {
    width: calc(100%);
    display: block;
    background-image: linear-gradient(transparent calc(100% - 10px), rgba(221, 97, 98, 0.2) 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    font-family: proxima-nova, sans-serif;
    height: 31px;
    -webkit-transition: background-size .350s;
    transition: background-size .350s; }
  .underline.xl {
    font-size: 40px;
    line-height: 50px; }
    .underline.xl > span {
      background-image: linear-gradient(transparent calc(100% - 16px), #dd6162 16px);
      height: 51px; }
      @media (max-width: 1900px) {
        .underline.xl > span {
          background-image: linear-gradient(transparent calc(100% - 14px), #dd6162 14px);
          height: 42px; } }
    @media (max-width: 1900px) {
      .underline.xl {
        font-size: 32px;
        line-height: 1.19;
        letter-spacing: 0.4px; } }
  .underline:hover > span, .underline.is-active > span {
    background-size: 100% 100%; }

/* ANIMATIONS & KEYFRAMES */
.js-animate {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes animateIn {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    -webkit-transition-delay: .26s;
            transition-delay: .26s; } }

@keyframes animateIn {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    -webkit-transition-delay: .26s;
            transition-delay: .26s; } }

.animateIn {
  -webkit-animation-name: animateIn;
  animation-name: animateIn; }

@-webkit-keyframes scaleIcon {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: transform 0.63s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.63s cubic-bezier(0.17, 0.17, 0.05, 1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleIcon {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: transform 0.63s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.63s cubic-bezier(0.17, 0.17, 0.05, 1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.scaleIcon {
  -webkit-animation-name: scaleIcon;
  animation-name: scaleIcon;
  -webkit-animation-duration: .63s;
          animation-duration: .63s; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 350, 0);
            transform: matrix(1, 0, 0, 1, 350, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 350, 0);
            transform: matrix(1, 0, 0, 1, 350, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-transition: 0.63s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: 0.63s cubic-bezier(0.17, 0.17, 0.05, 1); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-transition: 0.63s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: 0.63s cubic-bezier(0.17, 0.17, 0.05, 1); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .63s;
          animation-duration: .63s; }

@-webkit-keyframes marginShrink {
  from {
    margin-right: 35px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    margin-right: 0; } }

@keyframes marginShrink {
  from {
    margin-right: 35px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    margin-right: 0; } }

.marginShrink {
  -webkit-animation-name: marginShrink;
  animation-name: marginShrink;
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes expandRightToLeftLarge {
  from {
    width: 0;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    width: 100%; } }

@keyframes expandRightToLeftLarge {
  from {
    width: 0;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
            transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1); }
  to {
    width: 100%; } }

.expandRightToLeftLarge {
  -webkit-animation-name: expandRightToLeftLarge;
  animation-name: expandRightToLeftLarge;
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes fadeInUpCubic {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1); } }

@keyframes fadeInUpCubic {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1); } }

.fadeInUpCubic {
  -webkit-animation-name: fadeInUpCubic;
  animation-name: fadeInUpCubic; }

@-webkit-keyframes fadeOutCubic {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.17, 0.05, 1); } }

@keyframes fadeOutCubic {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.17, 0.05, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.17, 0.05, 1); } }

.fadeOutCubic {
  -webkit-animation-name: fadeOutCubic;
  animation-name: fadeOutCubic;
  -webkit-animation-delay: 0 !important;
          animation-delay: 0 !important; }

@-webkit-keyframes fadeInUpCubicAlt {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -webkit-transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

@keyframes fadeInUpCubicAlt {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -webkit-transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

.fadeInUpCubicAlt {
  -webkit-animation-name: fadeInUpCubic;
  animation-name: fadeInUpCubic; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

.fadeIn, .tabs .tab-hold > div {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset; } }

@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset; } }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13); } }

@keyframes rippleOn {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13); } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 0;
    -webkit-transform: scale(8, 8);
            transform: scale(8, 8); } }

@keyframes rippleOff {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 0;
    -webkit-transform: scale(8, 8);
            transform: scale(8, 8); } }

.fadeInOut {
  -webkit-animation: fadeInOut 5s;
          animation: fadeInOut 5s; }

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0; }
  5% {
    opacity: 1;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0; }
  5% {
    opacity: 1;
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; } }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: none;
    display: none; }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: none;
    display: none; }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1; } }

.fadeInUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes fadeSlideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    visibility: visible;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeSlideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    visibility: visible;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

/* DESKTOP NAVIGATION */
header#is-desktop {
  background: #ffffff;
  border-bottom: 1px solid #c5c5c5;
  height: 101px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 1900px) {
    header#is-desktop {
      height: 101px; } }
  header#is-desktop .utility-bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2e2e2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 40px 0 52px;
    width: 100%; }
    @media (max-width: 1250px) {
      header#is-desktop .utility-bar {
        padding-left: 25px; } }
    header#is-desktop .utility-bar__left:hover .stock__symbol,
    header#is-desktop .utility-bar__left:hover .stock__price {
      color: #b1121c; }
  header#is-desktop .stock {
    padding-right: 20px; }
    header#is-desktop .stock > span {
      font-size: 16px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: normal; }
    header#is-desktop .stock__symbol {
      color: #8d8d8d;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    header#is-desktop .stock__price {
      color: #ffffff;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header#is-desktop .stock__price--change i {
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.35;
        letter-spacing: normal; }
    header#is-desktop .stock span.down {
      font-size: 0;
      left: 5px;
      line-height: 0;
      position: relative;
      top: 3px; }
  header#is-desktop .search-trigger i {
    color: #ffffff; }
  header#is-desktop .navigation-bar {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.3);
            box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-left: 0px;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    @media (max-width: 1250px) {
      header#is-desktop .navigation-bar {
        padding-left: 25px; } }
    header#is-desktop .navigation-bar__left {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 350px;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial; }
      header#is-desktop .navigation-bar__left--logo {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        font-size: 0px;
        height: 100%;
        line-height: 0px;
        padding: 0px;
        position: relative;
        width: 350px;
        -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
        header#is-desktop .navigation-bar__left--logo img {
          max-width: 100%;
          position: absolute;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          header#is-desktop .navigation-bar__left--logo img.normal {
            opacity: 1;
            top: 0px;
            width: 100%; }
          header#is-desktop .navigation-bar__left--logo img.sticky {
            opacity: 0;
            height: 51.06px;
            top: 9px;
             }
        header#is-desktop .navigation-bar__left--logo:hover {
          opacity: 0.6; }
    header#is-desktop .navigation-bar__menu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      width: calc(100% - 240px); }
  header#is-desktop nav {
    height: 100%;
    position: relative;
    width: 100%; }
  header#is-desktop nav > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  header#is-desktop nav > ul > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #c5c5c5;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 25px;
    margin: 0px;
    min-width: 186px;
    overflow-wrap: normal;
    padding: 0 46px;
    position: relative;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 1250px) {
      header#is-desktop nav > ul > li {
        min-width: 0;
        padding: 0 30px; } }
    header#is-desktop nav > ul > li.search-trigger {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: 1px solid #c5c5c5;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 112px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 1900px) {
        header#is-desktop nav > ul > li.search-trigger {
          width: 73px; } }
      header#is-desktop nav > ul > li.search-trigger.is-open {
        background: #dd6162; }
        header#is-desktop nav > ul > li.search-trigger.is-open i {
          color: #ffffff; }
      header#is-desktop nav > ul > li.search-trigger > i {
        color: #b1121c;
        font-size: 22px;
        font-weight: 400; }
        @media (max-width: 1900px) {
          header#is-desktop nav > ul > li.search-trigger > i {
            font-size: 14px; } }
    header#is-desktop nav > ul > li:hover > a {
      color: #659ed5 !important; }
    header#is-desktop nav > ul > li:hover > ul {
      opacity: 1;
      pointer-events: all; }
    header#is-desktop nav > ul > li:last-of-type {
      border-bottom: none; }
      header#is-desktop nav > ul > li:last-of-type > ul {
        left: unset;
        right: 0; }
  header#is-desktop nav > ul > li > a:not(.button) {
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 1900px) {
      header#is-desktop nav > ul > li > a:not(.button) {
        font-size: 16px; } }
    header#is-desktop nav > ul > li > a:not(.button).has-children.operations + ul {
      width: 289px; }
    header#is-desktop nav > ul > li > a:not(.button).has-children.investors--news + ul {
      width: 329px; }
  header#is-desktop nav > ul > li > ul {
    background-color: #f1f1f1;
    display: block;
    height: auto;
    left: 0;
    min-width: 263px;
    opacity: 0;
    padding: 15px 0px;
    position: absolute;
    pointer-events: none;
    top: 100px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  header#is-desktop nav > ul > li ul li {
    display: block; }
    header#is-desktop nav > ul > li ul li:last-of-type {
      border-bottom: none; }
    header#is-desktop nav > ul > li ul li:hover a {
      color: #659ed5; }
    header#is-desktop nav > ul > li ul li.has-subsub {
      position: relative; }
      header#is-desktop nav > ul > li ul li.has-subsub:hover .subsub {
        opacity: 1;
        pointer-events: all; }
    header#is-desktop nav > ul > li ul li .subsub {
      background-color: #2e2e2e;
      display: block;
      left: 100%;
      list-style: none;
      margin: 0px;
      opacity: 0;
      padding: 15px 0px;
      pointer-events: none;
      position: absolute;
      top: 0px;
      width: 263px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header#is-desktop nav > ul > li ul li .subsub li a {
        color: #ffffff; }
      header#is-desktop nav > ul > li ul li .subsub li:hover a {
        color: #b1121c; }
  header#is-desktop nav > ul > li ul li a {
    color: #2e2e2e;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    margin: 5px 0;
    padding: 5px 32px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  header#is-desktop nav > ul > li span {
    color: #499ed7; }

/* SCROLLED DESKTOP STATES */
.scrolled header#is-desktop {
  height: 70px;
 /* top: -36px;*/ }
  .scrolled header#is-desktop nav > ul > li > ul {
    top: 70px; }
  .scrolled header#is-desktop .navigation-bar {
    height: 70px; }
  .scrolled header#is-desktop .navigation-bar__left--logo img.normal {
    opacity: 0;
    top: -20px; }
  .scrolled header#is-desktop .navigation-bar__left--logo img.sticky {
    -webkit-animation: fadeInFromNone 0.15s forwards;
            animation: fadeInFromNone 0.15s forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    display: block; }

/* MOBILE NAV */
#is-mobile {
  display: none; }

#is-mobile {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #is-mobile .mobile-menu {
    display: none; }
  #is-mobile .mobile-top-bar {
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 26px;
    width: 100%; }
    @media (max-width: 480px) {
      #is-mobile .mobile-top-bar {
        height: 68px; } }
    @media (max-width: 375px) {
      #is-mobile .mobile-top-bar {
        padding: 0px 15px; } }
    #is-mobile .mobile-top-bar .logo {
      display: inline-block;
      padding-top: 17px;
      width: 155px; }
      @media (max-width: 480px) {
        #is-mobile .mobile-top-bar .logo {
          padding-top: 13px;
          width: 140px; } }
      #is-mobile .mobile-top-bar .logo img {
        max-width: 100%;
        -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #is-mobile .mobile-top-bar #hamburger {
      color: #2e2e2e;
      cursor: pointer;
      display: block;
      font-size: 32px;
      height: 26px;
      position: relative;
      right: 0;
      top: 30px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 1000;
      width: 26px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      @media (max-width: 480px) {
        #is-mobile .mobile-top-bar #hamburger {
          top: 25px; } }
      #is-mobile .mobile-top-bar #hamburger:hover:after {
        width: 100%; }
      #is-mobile .mobile-top-bar #hamburger:after {
        position: relative;
        content: '';
        background: #2e2e2e;
        display: block;
        height: 2px;
        left: 0px;
        margin: 0 0 0 auto;
        top: 16px;
        width: 75%;
        -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      #is-mobile .mobile-top-bar #hamburger > span {
        background: #2e2e2e;
        display: block;
        height: 2px;
        left: 0px;
        margin: 0px auto;
        opacity: 1;
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        width: 100%; }
        #is-mobile .mobile-top-bar #hamburger > span:nth-of-type(1) {
          top: 0px; }
        #is-mobile .mobile-top-bar #hamburger > span:nth-of-type(2), #is-mobile .mobile-top-bar #hamburger > span:nth-of-type(3) {
          opacity: 0;
          top: 5px; }
        #is-mobile .mobile-top-bar #hamburger > span:nth-of-type(4) {
          top: 8px; }
      #is-mobile .mobile-top-bar #hamburger.selected {
        top: 34px; }
        @media (max-width: 480px) {
          #is-mobile .mobile-top-bar #hamburger.selected {
            top: 29px; } }
      #is-mobile .mobile-top-bar #hamburger.selected > span:nth-of-type(1) {
        top: 5px;
        width: 0%;
        left: 50%; }
      #is-mobile .mobile-top-bar #hamburger.selected > span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 1; }
      #is-mobile .mobile-top-bar #hamburger.selected > span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        opacity: 1; }
      #is-mobile .mobile-top-bar #hamburger.selected > span:nth-of-type(4) {
        top: 5px;
        width: 0%;
        left: 50%; }
      #is-mobile .mobile-top-bar #hamburger.selected:after {
        opacity: 0;
        width: 0; }
  #is-mobile .mobile-menu {
    background: #2e2e2e;
    height: calc(100vh - 80px);
    margin: 0px;
    min-height: 100%;
    padding: 0px;
    text-align: left; }
    @media (max-width: 480px) {
      #is-mobile .mobile-menu {
        height: 100%; } }
  #is-mobile ul li {
    display: block; }
  #is-mobile > ul > li:last-of-type a {
    border-bottom: none; }
  #is-mobile > ul > li.no-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.67;
    margin: 0 26px;
    padding: 21px 0px 20px;
    position: relative;
    width: calc(100% - 30px); }
    #is-mobile > ul > li.no-link:after {
      content: '\f002';
      color: #ffffff;
      font-family: "Font Awesome 5 Pro";
      font-size: 12px;
      font-weight: 700;
      float: right;
      position: relative;
      top: 3px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #is-mobile > ul > li.mobile-menu-tools {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 26px;
    position: relative;
    height: 59px;
    z-index: 1; }
    #is-mobile > ul > li.mobile-menu-tools > div:first-of-type {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #ffffff;
      bottom: 0;
      display: none;
      left: 26px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      opacity: 0;
      position: absolute;
      right: 26px;
      top: 0; }
      #is-mobile > ul > li.mobile-menu-tools > div:first-of-type i {
        color: #000000;
        padding-left: 17px; }
      #is-mobile > ul > li.mobile-menu-tools > div:first-of-type.is-open {
        -webkit-animation: fadeInFromNone 0.25s forwards;
                animation: fadeInFromNone 0.25s forwards;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #is-mobile > ul > li.mobile-menu-tools i {
      color: #ffffff;
      font-weight: bold; }
    #is-mobile > ul > li.mobile-menu-tools span {
      color: #8d8d8d;
      font-family: proxima-nova, sans-serif;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.5; }
      #is-mobile > ul > li.mobile-menu-tools span > span {
        color: #ffffff; }
  #is-mobile > ul > li .mobile-search {
    height: 100%;
    outline: none;
    width: calc(100% - 54px); }
    #is-mobile > ul > li .mobile-search input {
      border: none;
      border-radius: 0;
      height: 100%;
      outline: none;
      padding: 0;
      width: calc(100% - 25px);
      -webkit-appearance: none; }
  #is-mobile > ul > li a {
    border-bottom: 1px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    padding: 18px 0px 16px;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 52px); }
  #is-mobile > ul > li > a {
    margin-left: 26px;
    margin-right: 26px; }
  #is-mobile > ul > li a.has-submenu:after {
    content: '\f067';
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 700;
    float: right;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #is-mobile > ul > li a.has-submenu.active {
    border-color: #2e2e2e; }
  #is-mobile > ul > li a.has-submenu.active:after {
    content: "\f068"; }
  #is-mobile > ul > li a.has-submenu + ul {
    display: none; }
  #is-mobile > ul > li > ul > li {
    background: #2e2e2e;
    position: relative; }
    #is-mobile > ul > li > ul > li:after {
      content: '';
      position: absolute;
      left: 15px;
      bottom: 0;
      height: 1px;
      width: calc(100% - 30px); }
    #is-mobile > ul > li > ul > li:last-of-type:after {
      display: none; }
  #is-mobile > ul > li > ul > li > a {
    border-bottom: 1px solid #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 0.86px;
    margin-left: 45px;
    padding: 28px 0px;
    position: relative;
    width: calc(100% - 71px); }
    #is-mobile > ul > li > ul > li > a.has-submenu:after {
      top: 0; }
    #is-mobile > ul > li > ul > li > a.has-subsubmenu:after {
      display: none; }
  #is-mobile > ul > li a.subsub {
    padding-left: 60px;
    font-weight: 400; }
  #is-mobile .mobile-sub-menu {
    padding-left: 0px; }
    #is-mobile .mobile-sub-menu > li.no-border:after {
      display: none; }
    #is-mobile .mobile-sub-menu > li a {
      -webkit-transition: none;
      transition: none;
      border-color: #000000;
      text-decoration: none; }
    #is-mobile .mobile-sub-menu > li > ul > li {
      background: #2e2e2e; }
      #is-mobile .mobile-sub-menu > li > ul > li > a {
        color: #8d8d8d;
        font-size: 12px;
        font-weight: 900;
        margin-left: 81px;
        padding: 20px 0px 19px;
        text-transform: uppercase;
        width: calc(100% - 107px); }
    #is-mobile .mobile-sub-menu > li > ul {
      padding-left: 0px;
      margin-left: 0px; }

.has-touch #is-mobile .mobile-top-bar #hamburger:hover:after {
  width: 75%; }

@media screen and (max-width: 1024px) {
  header#is-desktop {
    display: none; }
  header#is-mobile {
    display: block; } }

/* SEARCH */
#search {
  text-align: right;
  max-width: 350px; }

#search-icon {
  color: #ffffff;
  cursor: pointer;
  opacity: 1; }

#search-icon i {
  padding: 10px 12px 10px 10px;
  font-size: 16px; }

#search-hold {
  display: none;
  padding-left: 13px;
  opacity: 0;
  width: 288px;
  height: 32px;
  background: #ffffff; }

#search.show #search-icon {
  opacity: 0;
  display: none; }

#search.show #search-hold {
  -webkit-animation: fadeInFromNone 0.25s forwards;
  animation: fadeInFromNone 0.25s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#search-hold form.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#search-hold form.search input {
  color: #8d8d8d;
  width: 100%;
  border: none;
  font-size: 18px;
  background: #FFFFFF; }

#search-hold form.search input::-webkit-input-placeholder {
  color: #8d8d8d; }

#search-hold form.search input:-moz-placeholder {
  color: #8d8d8d; }

#search-hold form.search input::-moz-placeholder {
  color: #8d8d8d; }

#search-hold form.search input:-ms-input-placeholder {
  color: #8d8d8d; }

#search-hold form.search input:focus {
  outline: 0px; }

#search-hold .search-close {
  position: relative;
  text-align: right;
  cursor: pointer;
  color: #000000; }

#search-hold .search-close i {
  color: #000000;
  font-size: 16px;
  padding: 8px 12px 10px 10px; }

.subscribe {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #f1f1f1;
  display: block;
  padding: 103px 0px;
  width: 100%; }
  @media (max-width: 768px) {
    .subscribe {
      padding: 60px 0px; } }
  @media (max-width: 640px) {
    .subscribe {
      padding: 54px 0px 60px; } }
  .subscribe h3 {
    color: #30556d;
    margin: 52px 15px 22px;
    text-align: center; }
  .subscribe .signup {
    padding: 0px;
    position: relative;
    width: 100%; }
  .subscribe form::after {
    content: "";
    display: table;
    clear: both; }
  .subscribe .signup-message {
    color: #b1121c;
    font-weight: 900;
    margin-top: 0px;
    text-transform: uppercase; }
    .subscribe .signup-message.show-padding {
      padding: 0 0 10px 0px; }
    .subscribe .signup-message.success {
      color: #000000; }
  .subscribe .input-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 950px) {
      .subscribe .input-fields {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .subscribe .input-fields > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(100% - 369px); }
      @media (max-width: 640px) {
        .subscribe .input-fields > div {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .subscribe .input-fields > div > div {
        width: 50%; }
        @media (max-width: 640px) {
          .subscribe .input-fields > div > div {
            margin-bottom: 12px;
            width: 100%; } }
      @media (max-width: 1250px) {
        .subscribe .input-fields > div {
          width: calc(100% - 354px); } }
      @media (max-width: 950px) {
        .subscribe .input-fields > div {
          width: 100%; } }
    .subscribe .input-fields button {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-left: 15px; }
      @media (max-width: 1250px) {
        .subscribe .input-fields button {
          margin-left: 0; } }
      @media (max-width: 950px) {
        .subscribe .input-fields button {
          margin-top: 25px; } }
      @media (max-width: 736px) {
        .subscribe .input-fields button {
          margin-top: 10px; } }
      @media (max-width: 640px) {
        .subscribe .input-fields button {
          margin-top: 24px;
          max-width: 100%;
          width: 100%; } }
  .subscribe input[type=text] {
    border: none;
    background: #ffffff;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.4);
    height: 70px;
    letter-spacing: 0.1px;
    margin-right: 30px;
    min-width: 354px;
    outline: none;
    padding-left: 30px;
    width: calc(100% - 30px);
    -webkit-appearance: none; }
    .subscribe input[type=text]::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input[type=text]::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input[type=text]:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input[type=text]:-moz-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    @media (max-width: 1250px) {
      .subscribe input[type=text] {
        margin-right: 25px;
        min-width: 0;
        width: calc(100% - 25px); } }
    @media (max-width: 767px) {
      .subscribe input[type=text] {
        height: 50px; } }
    @media (max-width: 736px) {
      .subscribe input[type=text] {
        margin-right: 10px;
        width: calc(100% - 10px); } }
    @media (max-width: 640px) {
      .subscribe input[type=text] {
        margin-right: 0px;
        width: 100%; } }
  .subscribe .signup-email input {
    margin-right: 0; }
  .subscribe .recaptcha {
    margin: 0px;
    height: 0px;
    opacity: 0; }
    .subscribe .recaptcha.show {
      display: block;
      height: 78px;
      margin: 10px 0;
      opacity: 1; }

.sidebar-subscribe {
  width: 284px; }
  .sidebar-subscribe .subscribe .input-fields .button, .sidebar-subscribe .subscribe .input-fields button, .sidebar-subscribe .subscribe .input-fields .search input[type=submit], .search .sidebar-subscribe .subscribe .input-fields input[type=submit] {
    font-size: 16px;
    margin-left: 0;
    margin-top: 8px;
    padding: 24px 20px; }
  .sidebar-subscribe .subscribe .input-fields > div {
    width: 100%; }
  .sidebar-subscribe .subscribe .input-fields input[type=text] {
    font-size: 16px;
    font-weight: 900;
    height: 50px;
    min-width: 0;
    margin-bottom: 11px;
    text-transform: uppercase; }
    .sidebar-subscribe .subscribe .input-fields input[type=text]::-webkit-input-placeholder {
      color: #8d8d8d; }
    .sidebar-subscribe .subscribe .input-fields input[type=text]::-moz-placeholder {
      color: #8d8d8d; }
    .sidebar-subscribe .subscribe .input-fields input[type=text]:-ms-input-placeholder {
      color: #8d8d8d; }
    .sidebar-subscribe .subscribe .input-fields input[type=text]:-moz-placeholder {
      color: #8d8d8d; }
  .sidebar-subscribe h2:before, .sidebar-subscribe .investor-banner-flex__left--numbers > div:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    padding-right: 14px;
    top: 1px; }

/* FOOTER */
footer {
  background: #000000;
  padding: 89px 0px 0px;
  position: relative; }
  @media (max-width: 1250px) {
    footer {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 1250px) {
    footer {
      padding-top: 60px; } }
  @media (max-width: 640px) {
    footer {
      padding-top: 42px; } }
  @media (max-width: 375px) {
    footer {
      padding-left: 15px;
      padding-right: 15px; } }
  footer > .container {
    position: relative; }
    footer > .container:first-of-type {
      padding-bottom: 73px; }
      @media (max-width: 1250px) {
        footer > .container:first-of-type {
          padding-bottom: 60px; } }
      @media (max-width: 640px) {
        footer > .container:first-of-type {
          padding-bottom: 24px; } }
      footer > .container:first-of-type:before {
        background: #414141;
        content: '';
        height: 1px;
        position: absolute;
        top: 57px;
        left: 0;
        right: 0;
        width: 100%; }
        @media (max-width: 640px) {
          footer > .container:first-of-type:before {
            display: none; } }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul.submenu {
      margin-top: 75px; }
    footer ul li.subsub {
      padding-left: 28px; }
    footer ul li a {
      color: #ffffff;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.93;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer ul li a:hover {
        color: #414141; }
  footer #footer-bottom {
    padding-bottom: 39px; }
    @media (max-width: 736px) {
      footer #footer-bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer #footer-bottom > span {
          width: 100%; } }
    @media (max-width: 640px) {
      footer #footer-bottom {
        border-top: 1px solid #414141;
        padding-bottom: 26px;
        padding-top: 17px; } }
    footer #footer-bottom span, footer #footer-bottom a {
      color: #ffffff;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.93; }
    footer #footer-bottom a.blender {
      font-weight: 900;
      text-transform: uppercase;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer #footer-bottom a.blender:hover {
        color: #414141; }
    footer #footer-bottom a.footer-link {
      padding-left: 4px;
      padding-right: 4px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer #footer-bottom a.footer-link:hover {
        color: #414141; }
    footer #footer-bottom span.seperator {
      font-weight: 100;
      padding-left: 5px;
      padding-right: 4px; }

.footer-left {
  width: 267px; }
  @media (max-width: 1023px) {
    .footer-left {
      width: 100%; } }
  .footer-left img {
    position: relative;
    top: -10px;
    width: 145px;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .footer-left .footer-logo:hover img {
    opacity: 0.2; }
  .footer-left .company-address {
    margin-top: 68px; }
    @media (max-width: 1250px) {
      .footer-left .company-address {
        margin-top: 46px; } }
    @media (max-width: 640px) {
      .footer-left .company-address {
        margin-top: 11px; } }
    .footer-left .company-address p {
      color: #ffffff;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.93;
      margin: 0; }

.footer-right {
  display: block;
  width: calc(100% - 267px); }
  @media (max-width: 1023px) {
    .footer-right {
      display: none; } }
  .footer-right > ul {
    width: 100%; }

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%; }
  .footer-navigation__title {
    padding-right: 15px; }
    @media (max-width: 1140px) {
      .footer-navigation__title {
        max-width: 166px; } }
    .footer-navigation__title > a {
      color: #ffffff;
      display: block;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      height: 44px;
      position: relative; }

.corsa-timeline {
  background: #f6f6f6;
  padding: 0px 82px 0px 113px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (max-width: 1175px) {
    .corsa-timeline {
      padding: 0px 40px; } }
  @media (max-width: 767px) {
    .corsa-timeline {
      padding: 0px 25px 50px; } }
  @media (max-width: 375px) {
    .corsa-timeline {
      padding: 0px 15px 50px; } }
  .corsa-timeline h2, .corsa-timeline .investor-banner-flex__left--numbers > div {
    left: 0px;
    margin: 0;
    position: absolute;
    pointer-events: none;
    top: 114px;
    z-index: 1010; }
    @media (max-width: 1023px) {
      .corsa-timeline h2, .corsa-timeline .investor-banner-flex__left--numbers > div {
        top: 60px; } }
  .corsa-timeline__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    position: relative; }
  .corsa-timeline .owl-carousel .owl-stage-outer {
    overflow: visible; }

.corsa-timeline .timeline {
  border-right: 1px dashed #c5c5c5;
  position: relative;
  pointer-events: none;
  width: calc(100% - (100% / 6));
  z-index: 1; }
  .corsa-timeline .timeline:hover .owl-item:not(:hover) .timeline__item > div:last-of-type,
  .corsa-timeline .timeline:hover .owl-item:not(:hover) .timeline__item > div:last-of-type a {
    color: #c5c5c5; }
  .corsa-timeline .timeline .owl-item {
    height: 100%;
    min-height: 740px;
    position: relative;
    pointer-events: auto;
    z-index: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .corsa-timeline .timeline .owl-item:hover {
      background: #669ed5; }
      .corsa-timeline .timeline .owl-item:hover .timeline__item > div:last-of-type {
        color: #343434; }
      .corsa-timeline .timeline .owl-item:hover:before {
        border-color: #669ed5; }
      .corsa-timeline .timeline .owl-item:hover .timeline__item > div:first-of-type {
        color: #ffffff; }
    @media (max-width: 1023px) {
      .corsa-timeline .timeline .owl-item {
        min-height: 790px; } }
    .corsa-timeline .timeline .owl-item.firstHiddenItem {
      opacity: 0;
      -webkit-transition: opacity 600ms ease-in-out;
      transition: opacity 600ms ease-in-out;
      -webkit-transition-delay: 300ms;
              transition-delay: 300ms; }
    .corsa-timeline .timeline .owl-item.lastHiddenItem {
      opacity: 0;
      pointer-events: none !important;
      -webkit-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      -webkit-transition-delay: 300ms;
              transition-delay: 300ms; }
      .corsa-timeline .timeline .owl-item.lastHiddenItem + .owl-item:not(.active):after {
        opacity: 0; }
      .corsa-timeline .timeline .owl-item.lastHiddenItem + .owl-item:not(.active) .timeline__item:before {
        opacity: 0; }
      .corsa-timeline .timeline .owl-item.lastHiddenItem + .owl-item:not(.active) .timeline__item:after {
        opacity: 0; }
    .corsa-timeline .timeline .owl-item:before {
      content: '';
      border-bottom: 2px solid #c5c5c5;
      height: calc(50% - 1px);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      z-index: -1;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 1023px) {
        .corsa-timeline .timeline .owl-item:before {
          height: calc(60% - 1px); } }
  .corsa-timeline .timeline__item {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-left: 1px dashed #c5c5c5;
    z-index: 3; }
    .corsa-timeline .timeline__item:before {
      content: '';
      background: #000000;
      height: 58px;
      width: 2px;
      position: absolute;
      left: -1px;
      bottom: 50%;
      z-index: 1001; }
      @media (max-width: 1023px) {
        .corsa-timeline .timeline__item:before {
          bottom: 40%; } }
    .corsa-timeline .timeline__item > div:first-of-type {
      bottom: calc(50% - 3px);
      color: #669ed5;
      position: absolute;
      font-family: proxima-nova, sans-serif;
      font-size: 16px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.69;
      left: 9px;
      text-transform: uppercase;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 1023px) {
        .corsa-timeline .timeline__item > div:first-of-type {
          bottom: calc(40% - 3px); } }
    .corsa-timeline .timeline__item > div:last-of-type {
      background: #ffffff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(154, 154, 154, 0.5);
              box-shadow: 0 2px 4px 0 rgba(154, 154, 154, 0.5);
      font-size: 14px;
      line-height: 1.43;
      padding: 18px 27px;
      position: absolute;
      bottom: calc(50% + 58px);
      width: calc(200% - 30px);
      z-index: 5;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 1023px) {
        .corsa-timeline .timeline__item > div:last-of-type {
          width: calc(200% - 10px); } }
      @media (max-width: 1023px) {
        .corsa-timeline .timeline__item > div:last-of-type {
          bottom: calc(40% + 58px); } }
      .corsa-timeline .timeline__item > div:last-of-type a {
        color: #b1121c;
        font-size: 14px;
        line-height: 1.43; }

.corsa-timeline .owl-item:nth-of-type(even) .timeline__item:before {
  content: '';
  background: #000000;
  height: 58px;
  width: 2px;
  position: absolute;
  left: -1px;
  bottom: auto;
  top: 50%;
  z-index: 1002; }
  @media (max-width: 1023px) {
    .corsa-timeline .owl-item:nth-of-type(even) .timeline__item:before {
      top: 60%; } }

.corsa-timeline .owl-item:nth-of-type(even) .timeline__item > div:first-of-type {
  bottom: auto;
  top: calc(50% + 5px); }
  @media (max-width: 1023px) {
    .corsa-timeline .owl-item:nth-of-type(even) .timeline__item > div:first-of-type {
      top: calc(60% + 5px); } }

.corsa-timeline .owl-item:nth-of-type(even) .timeline__item > div:last-of-type {
  bottom: auto;
  top: calc(50% + 58px); }
  @media (max-width: 1023px) {
    .corsa-timeline .owl-item:nth-of-type(even) .timeline__item > div:last-of-type {
      top: calc(60% + 58px); } }

.corsa-timeline .owl-item.active:nth-of-type(5n) .timeline__item:after {
  opacity: 0; }

/* Custom Arrow Navigation */
.corsa-timeline-navigation {
  border-right: 1px dashed #c5c5c5;
  position: relative;
  width: calc(100% / 6); }
  .corsa-timeline-navigation:before {
    content: '';
    border-bottom: 2px solid #c5c5c5;
    height: calc(50% - 1px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%; }
    @media (max-width: 1023px) {
      .corsa-timeline-navigation:before {
        height: calc(60% - 1px); } }
  .corsa-timeline-navigation #timeline-nav {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(50% + 1px);
    width: 100%;
    z-index: 1005; }
    @media (max-width: 1023px) {
      .corsa-timeline-navigation #timeline-nav {
        top: calc(60% + 1px); } }
    @media (max-width: 900px) {
      .corsa-timeline-navigation #timeline-nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        top: calc(60% - 50px); } }
    .corsa-timeline-navigation #timeline-nav > button {
      background: #ffffff;
      border: none;
      border-radius: 0;
      cursor: pointer;
      height: 50px;
      outline: none;
      position: relative;
      width: 50%;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .corsa-timeline-navigation #timeline-nav > button:hover {
        background: #b1121c;
        border-bottom-color: #b1121c; }
        .corsa-timeline-navigation #timeline-nav > button:hover i {
          color: #ffffff; }
      .corsa-timeline-navigation #timeline-nav > button:nth-of-type(1) {
        border-bottom: 1px solid #c5c5c5; }
        @media (max-width: 900px) {
          .corsa-timeline-navigation #timeline-nav > button:nth-of-type(1) {
            border-top: 1px solid #c5c5c5; } }
      .corsa-timeline-navigation #timeline-nav > button:nth-of-type(2) {
        border-bottom: 0.8px solid #c5c5c5;
        border-left: 0.8px solid #c5c5c5; }
        @media (max-width: 900px) {
          .corsa-timeline-navigation #timeline-nav > button:nth-of-type(2) {
            border-top: 1px solid #c5c5c5;
            border-left: none; } }
      @media (max-width: 900px) {
        .corsa-timeline-navigation #timeline-nav > button {
          width: 100%; } }
      .corsa-timeline-navigation #timeline-nav > button > img {
        width: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 1005; }
        @media (max-width: 1023px) {
          .corsa-timeline-navigation #timeline-nav > button > img {
            width: 46px; } }
        .corsa-timeline-navigation #timeline-nav > button > img:nth-of-type(1) {
          display: block; }
        .corsa-timeline-navigation #timeline-nav > button > img:nth-of-type(2) {
          display: none; }
      .corsa-timeline-navigation #timeline-nav > button:hover img:nth-of-type(1) {
        display: none; }
      .corsa-timeline-navigation #timeline-nav > button:hover img:nth-of-type(2) {
        display: block; }
      .corsa-timeline-navigation #timeline-nav > button.disabled {
        background: #efefef;
        pointer-events: none; }
        .corsa-timeline-navigation #timeline-nav > button.disabled img {
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%); }

.corsa-timeline__wrapper.is-disabled {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible; }
  .corsa-timeline__wrapper.is-disabled .corsa-timeline:before {
    display: none; }
  .corsa-timeline__wrapper.is-disabled h2, .corsa-timeline__wrapper.is-disabled .investor-banner-flex__left--numbers > div {
    position: relative;
    top: auto;
    margin: 58px 0 1em;
    width: 100%; }
  .corsa-timeline__wrapper.is-disabled .timeline {
    border: none;
    border-left: 1px solid #c5c5c5;
    display: block;
    overflow: visible;
    width: 100%; }
  .corsa-timeline__wrapper.is-disabled .corsa-timeline-navigation {
    display: none; }
  .corsa-timeline__wrapper.is-disabled .timeline__item {
    background: #ffffff;
    border-bottom: 1px solid #c5c5c5;
    border-left: none;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    bottom: auto;
    display: block;
    height: auto;
    left: auto;
    margin: 0 0 22px;
    padding: 20px 0px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%; }
    .corsa-timeline__wrapper.is-disabled .timeline__item:last-of-type {
      margin-bottom: 0px; }
    .corsa-timeline__wrapper.is-disabled .timeline__item:before {
      display: none; }
    .corsa-timeline__wrapper.is-disabled .timeline__item:after {
      left: -4px;
      top: -4px; }
    .corsa-timeline__wrapper.is-disabled .timeline__item > div:nth-of-type(n) {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0px 18px;
      position: static;
      width: 100%; }

/* UTILITY */
.no-padding {
  padding: 0; }

h1, h2, .investor-banner-flex__left--numbers > div, h3, h4, .investor-stock-hub__bottom > a span {
  color: #000000;
  margin-top: 0px; }

html, body {
  overflow-x: hidden; }

/* BANNER */
.banner {
   background-image: url(../images/corsa-coal-banner-default.jpg);
  height: 273px;
  margin-top: 101px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 80px; } }
  @media (max-width: 480px) {
    .banner {
      margin-top: 68px; } }
  .banner__inner {
    left: 0;
    padding-right: 25px;
    padding-left: 52px;
    position: absolute;
    min-width: 400px;
    width: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1100px) {
      .banner__inner {
        min-width: 0;
        width: 380px; } }
    @media (max-width: 1250px) {
      .banner__inner {
        padding-left: 25px; } }
    @media (max-width: 480px) {
      .banner__inner {
        width: 100%; } }
    @media (max-width: 375px) {
      .banner__inner {
        padding-left: 15px; } }
    .banner__inner h2, .banner__inner .investor-banner-flex__left--numbers > div {
      color: #ffffff;
      margin: 0; }
    .banner__inner h4, .banner__inner .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .banner__inner span {
      color: #659ed5;
      margin: 0; }
    .banner__inner h2, .banner__inner .investor-banner-flex__left--numbers > div, .banner__inner h4, .banner__inner .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .banner__inner span {
      position: relative;
      z-index: 3; }
  .banner.career-banner {
    height: 372px; }
  .banner.operations-banner, .banner.video-banner {
    background-image: url(../images/corsa-coal-banner-operations.jpg);
    height: 372px; }
    @media (max-width: 640px) {
      .banner.operations-banner, .banner.video-banner {
        height: 230px; } }
    .banner.operations-banner .banner__inner, .banner.video-banner .banner__inner {
      bottom: 0;
      padding-bottom: 30px;
      padding-top: 39px;
      top: unset;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      z-index: 1;
      width: calc(calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px)) + calc(50% - (1600px / 2))); }
      @media (max-width: 1900px) {
        .banner.operations-banner .banner__inner, .banner.video-banner .banner__inner {
          width: calc(calc((((1200px - (11 * 25px)) / 12) * 3) + (2 * 25px)) + calc(50% - (1200px / 2))); } }
      @media (max-width: 1250px) {
        .banner.operations-banner .banner__inner, .banner.video-banner .banner__inner {
          min-width: 334px;
          padding-right: 20px;
          width: 334px; } }
      @media (max-width: 950px) {
        .banner.operations-banner .banner__inner, .banner.video-banner .banner__inner {
          bottom: unset;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      .banner.operations-banner .banner__inner:before, .banner.video-banner .banner__inner:before {
        background-color: #000000;
        bottom: 0;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.4;
        position: absolute;
        z-index: 0; }
        @media (max-width: 950px) {
          .banner.operations-banner .banner__inner:before, .banner.video-banner .banner__inner:before {
            opacity: 0; } }
      .banner.operations-banner .banner__inner h4, .banner.operations-banner .banner__inner .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .banner.operations-banner .banner__inner span, .banner.video-banner .banner__inner h4, .banner.video-banner .banner__inner .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .banner.video-banner .banner__inner span {
        top: 5px; }
  .banner.investors-overview {
    height: 678px;
    position: relative; }
    @media (max-width: 850px) {
      .banner.investors-overview {
        height: auto;
        overflow: initial; } }
  .banner video {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    width: auto;
    z-index: -100; }
    @media (max-width: 768px) {
      .banner video {
        display: none;
        visibility: hidden; } }

@media (max-width: 768px) {
/*   .cat-operations.str-casselman .banner.operations-banner, .cat-operations.str-casselman .banner.video-banner {background-image: url(../images/CASSELMAN-main.jpg) !important; }
  .str-horning .banner.operations-banner {background-image: url(../images/HORNING-main.jpg); }
  .str-acosta .banner.operations-banner {background-image: url(../images/ACOSTA-main.jpg); }
  .str-schrock-run .banner.operations-banner {background-image: url(../images/SCHROCKRUN-main.jpg); }
  .str-keyser .banner.operations-banner {background-image: url(../images/KEYSER-main.jpg); }
  .str-north-mine .banner.operations-banner {background-image: url(../images/NORTHMINE-main.jpg); }
  .cat-operations.str-preparation-plants .banner.video-banner {background-image: url(../images/PREPPLANTS-main.jpg); }
  .cat-careers.str-working-at-corsa .banner {background-image: url(../images/careers_mobile.png); }  */
}

 .scrolled .banner {margin-top: 70px;}

/* INVESTOR OVERVIEW - Banner */
.investor-banner-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 850px) {
    .investor-banner-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      top: unset;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      padding-bottom: 0px;
      padding-top: 60px; } }
  @media (max-width: 640px) {
    .investor-banner-flex {
      padding-top: 46px; } }
  .investor-banner-flex .investor-intro {
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .39s;
            animation-delay: .39s;
    opacity: 0; }
  .investor-banner-flex__left {
    width: calc((((1600px - (11 * 25px)) / 12) * 6) + (5 * 25px)); }
    @media (max-width: 1900px) {
      .investor-banner-flex__left {
        width: calc((((1200px - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }
    @media (max-width: 1250px) {
      .investor-banner-flex__left {
        width: calc((((100% - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }
    @media (max-width: 950px) {
      .investor-banner-flex__left {
        width: calc((((100% - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }
    @media (max-width: 850px) {
      .investor-banner-flex__left {
        width: 100%; }
        .investor-banner-flex__left p {
          font-size: 14px;
          line-height: 1.57; } }
    .investor-banner-flex__left--numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 71px;
      opacity: 0;
      -webkit-animation-name: fadeInUpCubic;
              animation-name: fadeInUpCubic;
      -webkit-animation-delay: 0.13s;
              animation-delay: 0.13s;
      -webkit-animation-duration: 0.63s;
              animation-duration: 0.63s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: .39s;
              animation-delay: .39s; }
      @media (max-width: 850px) {
        .investor-banner-flex__left--numbers {
          margin-top: 43px;
          margin-bottom: 36px; } }
      @media (max-width: 640px) {
        .investor-banner-flex__left--numbers {
          margin-bottom: 31px; } }
      .investor-banner-flex__left--numbers span.abbrev {
        left: 1px;
        position: relative; }
      .investor-banner-flex__left--numbers > div {
        border-top: 1px solid rgba(151, 151, 151, 0.5);
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0;
        opacity: 0;
        padding-top: 15px;
        position: relative;
        width: calc(100% / 3 - (50px / 3));
        margin-right: 25px;
        margin-bottom: 37px;
        -webkit-animation-name: fadeInUpCubic;
                animation-name: fadeInUpCubic;
        -webkit-animation-delay: 0.13s;
                animation-delay: 0.13s;
        -webkit-animation-duration: 0.63s;
                animation-duration: 0.63s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        @media (max-width: 640px) {
          .investor-banner-flex__left--numbers > div {
            line-height: 1.3;
            margin-bottom: 23px;
            padding-top: 11px;
            width: calc(50% - 12.5px); }
            .investor-banner-flex__left--numbers > div:nth-of-type(even) {
              margin-right: 0; } }
        .investor-banner-flex__left--numbers > div:nth-of-type(3n + 3) {
          margin-right: 0; }
          @media (max-width: 640px) {
            .investor-banner-flex__left--numbers > div:nth-of-type(3n + 3) {
              margin-right: 25px; } }
        .investor-banner-flex__left--numbers > div:nth-last-of-type(2) {
          margin-bottom: 0; }
        .investor-banner-flex__left--numbers > div:last-of-type {
          margin-bottom: 0; }
        .investor-banner-flex__left--numbers > div .hold {
          width: 100%;
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; }
        .investor-banner-flex__left--numbers > div:before {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          color: #b1121c;
          content: attr(data-title);
          display: inline-block;
          font-size: 12px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: .95;
          letter-spacing: 0.86px;
          text-transform: uppercase;
          padding-right: 7px; }
        .investor-banner-flex__left--numbers > div:after {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          color: #8d8d8d;
          content: attr(data-currency);
          display: inline-block;
          font-size: 12px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: .95;
          letter-spacing: 0.86px;
          text-transform: uppercase; }
      .investor-banner-flex__left--numbers > div:nth-child(1) {
        -webkit-animation-delay: 0.52s;
                animation-delay: 0.52s; }
      .investor-banner-flex__left--numbers > div:nth-child(2) {
        -webkit-animation-delay: 0.65s;
                animation-delay: 0.65s; }
      .investor-banner-flex__left--numbers > div:nth-child(3) {
        -webkit-animation-delay: 0.78s;
                animation-delay: 0.78s; }
      .investor-banner-flex__left--numbers > div:nth-child(4) {
        -webkit-animation-delay: 0.91s;
                animation-delay: 0.91s; }
      .investor-banner-flex__left--numbers > div:nth-child(5) {
        -webkit-animation-delay: 1.04s;
                animation-delay: 1.04s; }
  .investor-banner-flex__right {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .26s;
            animation-delay: .26s;
    width: calc((((1600px - (11 * 25px)) / 12) * 4) + (3 * 25px)); }
    @media (max-width: 1900px) {
      .investor-banner-flex__right {
        width: calc((((1200px - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }
    @media (max-width: 1250px) {
      .investor-banner-flex__right {
        width: calc((((100% - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }
    @media (max-width: 850px) {
      .investor-banner-flex__right {
        margin-bottom: 0;
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px); } }
  .investor-banner-flex * {
    color: #ffffff; }
  .investor-banner-flex h1 {
    margin: -5px 0 21px;
    opacity: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .26s;
            animation-delay: .26s; }
    @media (max-width: 640px) {
      .investor-banner-flex h1 {
        margin: -1px 0 21px; } }
  .investor-banner-flex h4, .investor-banner-flex .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .investor-banner-flex span {
    color: #b1121c;
    margin: 0;
    opacity: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.investor-stock-hub {
  position: relative; }
  .investor-stock-hub h2, .investor-stock-hub .investor-banner-flex__left--numbers > div {
    opacity: 0;
    margin: 7px 0px 20px;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .65s;
            animation-delay: .65s; }
  .investor-stock-hub__top {
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .52s;
            animation-delay: .52s;
    padding: 25px 35px 34px 35px; }
    @media (max-width: 850px) {
      .investor-stock-hub__top {
        background: #000000;
        border-top: 2px solid #ffffff;
        min-height: 257px;
        padding: 38px 25px 136px; } }
    @media (max-width: 640px) {
      .investor-stock-hub__top {
        padding: 38px 25px 103px; } }
  .investor-stock-hub__top--symbol {
    color: #b1121c;
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.86px;
    opacity: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .53s;
            animation-delay: .53s; }
    .investor-stock-hub__top--symbol:last-of-type {
      border-top: 1px solid rgba(255, 255, 255, 0.45);
      padding-top: 15px; }
    @media (max-width: 640px) {
      .investor-stock-hub__top--symbol + h2, .investor-banner-flex__left--numbers > .investor-stock-hub__top--symbol + div {
        font-size: 40px;
        margin: 0 0 10px; } }
  .investor-stock-hub__top--flex {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.86px;
    opacity: 0;
    padding-top: 8px;
    text-transform: uppercase;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .78s;
            animation-delay: .78s; }
    @media (max-width: 640px) {
      .investor-stock-hub__top--flex {
        padding-top: 12px; } }
    .investor-stock-hub__top--flex:nth-of-type(2) {
      border-top: 1px solid rgba(255, 255, 255, 0.45); }
      .investor-stock-hub__top--flex:nth-of-type(2) > h2, .investor-banner-flex__left--numbers.investor-stock-hub__top--flex:nth-of-type(2) > div {
        margin-bottom: 0; }
    .investor-stock-hub__top--flex h2, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div {
      padding-right: 13px; }
      .investor-stock-hub__top--flex h2:before, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div:before {
        color: #b1121c;
        content: attr(data-title);
        display: block;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: 0.86px;
        padding-bottom: 15px;
        text-transform: uppercase; }
      .investor-stock-hub__top--flex h2 span:last-of-type, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div span:last-of-type {
        display: inline-block;
        line-height: 0;
        position: relative;
        top: -1px; }
        .investor-stock-hub__top--flex h2 span:last-of-type:after, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div span:last-of-type:after {
          color: #ffffff;
          display: block;
          font-size: 12px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.25;
          letter-spacing: 0.86px;
          text-transform: uppercase; }
        .investor-stock-hub__top--flex h2 span:last-of-type i, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div span:last-of-type i {
          font-size: 22px; }
      .investor-stock-hub__top--flex h2 .tsx:after, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div .tsx:after {
        content: 'CAD'; }
      .investor-stock-hub__top--flex h2 .otc:after, .investor-stock-hub__top--flex .investor-banner-flex__left--numbers > div .otc:after {
        content: 'USD'; }
    .investor-stock-hub__top--flex .hold > div:nth-of-type(2) {
      margin-top: 8px; }
    .investor-stock-hub__top--flex > div > div:before {
      color: #b1121c;
      content: attr(data-title);
      display: block;
      padding-bottom: 2px;
      text-transform: uppercase; }
  .investor-stock-hub__bottom {
    background: #b1121c;
    height: 180px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    z-index: 0;
    -webkit-animation-name: fadeInUpCubic;
            animation-name: fadeInUpCubic;
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 850px) {
      .investor-stock-hub__bottom {
        bottom: -90px;
        margin-left: 25px;
        margin-right: 25px;
        position: absolute;
        width: calc(100% - 50px);
        z-index: 1; } }
    @media (max-width: 640px) {
      .investor-stock-hub__bottom {
        bottom: -68px;
        height: 136px; } }
    .investor-stock-hub__bottom:hover {
      background: rgba(0, 0, 0, 0.45); }
      @media (max-width: 850px) {
        .investor-stock-hub__bottom:hover {
          background: #2e2e2e; } }
      .investor-stock-hub__bottom:hover svg g {
        fill: #ffffff;
        opacity: 0.09; }
    .investor-stock-hub__bottom > a {
      bottom: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      -webkit-animation-name: fadeInUpCubic;
              animation-name: fadeInUpCubic;
      -webkit-animation-delay: 0.13s;
              animation-delay: 0.13s;
      -webkit-animation-duration: 0.63s;
              animation-duration: 0.63s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: .78s;
              animation-delay: .78s; }
      .investor-stock-hub__bottom > a i {
        font-size: 40px;
        left: 36px;
        position: absolute;
        top: 35px;
        z-index: 2; }
        @media (max-width: 640px) {
          .investor-stock-hub__bottom > a i {
            left: 31px;
            top: 29px; } }
      .investor-stock-hub__bottom > a span {
        bottom: 24px;
        color: #ffffff !important;
        left: 36px;
        margin: 0;
        position: absolute;
        width: calc(100% - 72px);
        z-index: 2; }
        @media (max-width: 640px) {
          .investor-stock-hub__bottom > a span {
            bottom: 22px;
            font-size: 16px;
            left: 31px; } }
    .investor-stock-hub__bottom img, .investor-stock-hub__bottom svg {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      right: 21px; }
    .investor-stock-hub__bottom svg g {
      fill: #000000;
      opacity: 0.09;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }

/* SIDEBAR */
.sidebar {
  background: #f1f1f1;
  min-width: 400px;
  width: calc(calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px)) + calc(50% - (1600px / 2))); }
  @media (max-width: 1900px) {
    .sidebar {
      width: calc(calc((((1200px - (11 * 25px)) / 12) * 3) + (2 * 25px)) + calc(50% - (1200px / 2))); } }
  @media (max-width: 1350px) {
    .sidebar {
      width: 400px; } }
  @media (max-width: 1250px) {
    .sidebar {
      min-width: 0;
      width: 334px; } }
  @media (max-width: 950px) {
    .sidebar {
      display: none;
      visibility: hidden; } }
  .sidebar__inner {
    padding: 74px 40px 50px 52px;
    width: calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px)); }
    @media (max-width: 1250px) {
      .sidebar__inner {
        padding-left: 25px;
        width: 100%; } }
  .sidebar h5 {
    color: #659ed5;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.86px;
    margin: 0;
    text-transform: uppercase; }
  .sidebar nav {
    margin-bottom: 53px;
    margin-top: 35px; }
  .sidebar nav > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar nav > ul > li {
      margin-bottom: 12px; }
    .sidebar nav > ul > li a {
      color: #000000;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.31;
      text-transform: uppercase;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .sidebar nav > ul > li a:hover {
        color: #b1121c; }

.sidebar-subscribe .subscribe {
  padding: 0; }
  .sidebar-subscribe .subscribe .input-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .sidebar-subscribe .subscribe .input-fields > div {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sidebar-subscribe .subscribe .input-fields > div > div {
        width: 100%; }
  .sidebar-subscribe .subscribe input[type=text] {
    width: 100%;
    height: 49px;
    margin-bottom: 10px; }
  .sidebar-subscribe .subscribe button {
    margin-top: 7px; }

.sidebar-subscribe h2, .sidebar-subscribe .investor-banner-flex__left--numbers > div {
  color: #659ed5;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.86px;
  margin: 0 0 37px;
  text-transform: uppercase; }

.sidebar-subscribe .container {
  margin: 0;
  max-width: 100%;
  padding: 0; }

/* MAIN */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  main .container-right {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-bottom: 89px;
    padding-top: 61px;
    padding-right: calc(50% - (1600px / 2));
    width: calc((((1600px - (11 * 25px)) / 12) * 8) + (7 * 25px));
    /* FOOTNOTES */ }
    @media (max-width: 1900px) {
      main .container-right {
        padding-right: calc(50% - (1200px / 2));
        width: calc((((1200px - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }
    @media (max-width: 1350px) {
      main .container-right {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100% - 400px); } }
    @media (max-width: 1100px) {
      main .container-right {
        width: calc(100% - 380px); } }
    @media (max-width: 1250px) {
      main .container-right {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100% - 334px); } }
    @media (max-width: 950px) {
      main .container-right {
        padding: 43px 25px;
        width: 100%; } }
    @media (max-width: 640px) {
      main .container-right {
        padding: 37px 25px 43px; } }
    @media (max-width: 375px) {
      main .container-right {
        padding: 37px 15px 43px; } }
    main .container-right h2, main .container-right .investor-banner-flex__left--numbers > div, main .container-right h3, main .container-right h4, main .container-right .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a main .container-right span, main .container-right h5 {
      margin-top: 0; }
    main .container-right > h3:first-of-type,
    main .container-right > h5 + h3 {
      line-height: 33px; }
      @media (max-width: 480px) {
        main .container-right > h3:first-of-type,
        main .container-right > h5 + h3 {
          line-height: 29px; } }
    main .container-right > h5 {
      border-bottom: 1px solid #000000;
      color: #669ed5;
      display: block;
      width: 100%;
      padding-bottom: 10px; }
    main .container-right a:not([class]) {
      color: #b1121c; }
      main .container-right a:not([class]):hover {
        color: #000000; }
    main .container-right ol, main .container-right ul {
      margin: 35px 0;
      padding-left: 28px; }
      main .container-right ol li, main .container-right ul li {
        color: #000000;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1.5; }
        @media screen and (min-width: 640px) {
          main .container-right ol li, main .container-right ul li {
            font-size: 16px;
            line-height: 1.5; } }
        @media screen and (min-width: 1440px) {
          main .container-right ol li, main .container-right ul li {
            font-size: 18px;
            line-height: 1.5; } }
        @media screen and (min-width: 1900px) {
          main .container-right ol li, main .container-right ul li {
            font-size: 18px;
            line-height: 1.5; } }
        main .container-right ol li:last-of-type, main .container-right ul li:last-of-type {
          padding-bottom: 0; }
    main .container-right > img, main .container-right p > img, main .container-right  picture > img {
      display: block;
      margin-bottom: 44px;
      margin-top: 35px;
      max-width: 100%;
      width: 100%; }
    main .container-right .table-footnote ol li, main .container-right .table-footnote ul li, main .container-right .table-footnote p {
      font-size: 12px;
      margin: 0px 0px 10px; }
    main .container-right p + .accordion {
      margin-top: 45px; }
    main .container-right hr {
      background-color: #d1d1d1;
      border: none;
      display: block;
      margin-bottom: 30px;
      margin-top: 0;
      height: 1px;
      width: 100%; }

/* OPERATIONS - Sidebar */
.operation-details > div {
  border-bottom: 1px solid #979797;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.31;
  padding-bottom: 23px;
  padding-top: 17px;
  text-transform: uppercase; }
  .operation-details > div:first-of-type {
    padding-top: 0; }
  .operation-details > div:last-of-type {
    border-bottom: 0; }
  .operation-details > div span {
    color: #b1121c;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.86px; }

.operation-details__map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: none !important;
  height: 225px;
  width: 100%;
  background-size: 150%; }
  .operation-details__map img {
    -o-object-fit: cover;
       object-fit: cover; }

.operation-details__coal--seam {
  border-bottom: none !important; }

.mobile-operation-details {
  display: none;
  margin-bottom: 36px;
  visibility: hidden;
  width: 100%; }
  .mobile-operation-details > div {
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8.5px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mobile-operation-details > div > span {
      font-size: 12px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.42;
      letter-spacing: 0.86px;
      text-transform: uppercase; }
      .mobile-operation-details > div > span:nth-of-type(1) {
        color: #8d8d8d;
        min-width: 120px; }
      .mobile-operation-details > div > span:nth-of-type(2) {
        color: #000000;
        text-align: right; }
  @media (max-width: 950px) {
    .mobile-operation-details {
      display: block;
      visibility: visible; } }

/* OPERATIONS SLIDER */
#operations-preview-carousel {
  background: #ebebeb;
  padding: 111px 0px 110px; }
  @media (max-width: 736px) {
    #operations-preview-carousel {
      padding: 87px 0px 62px; } }

#operations-slider-nav {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 70px); }
  #operations-slider-nav:before {
    color: #b1121c;
    content: 'Operations';
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.86px;
    position: absolute;
    top: -30px;
    left: 0; }
    @media (max-width: 480px) {
      #operations-slider-nav:before {
        left: -32px; } }
  #operations-slider-nav .owl-dots {
    display: none;
    height: 0; }
  #operations-slider-nav .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -35px;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: calc(100% + 70px); }
    #operations-slider-nav .owl-nav button {
      background: #ebebeb;
      height: 100%;
      outline: 0;
      pointer-events: all;
      text-align: right;
      width: 35px; }
      #operations-slider-nav .owl-nav button.owl-prev {
        text-align: left; }
      #operations-slider-nav .owl-nav button i {
        color: #949494;
        font-size: 30px; }
  #operations-slider-nav .owl-item {
    position: relative;
    height: 155px;
    width: calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px));
    z-index: 10; }
    #operations-slider-nav .owl-item.active:last-of-type {
      margin-right: 0px !important; }
  #operations-slider-nav .operation-preview {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../../../../_resources/thumbnails/financial-slide-2.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    pointer-events: all;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #operations-slider-nav .operation-preview .hold {
      position: relative;
      z-index: 7; }
    #operations-slider-nav .operation-preview__bg {
      position: absolute;
      pointer-events: none;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 6;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    #operations-slider-nav .operation-preview h4, #operations-slider-nav .operation-preview .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a #operations-slider-nav .operation-preview span {
      color: #ffffff;
      margin: 0; }
    #operations-slider-nav .operation-preview:hover .operation-preview__bg {
      opacity: 0; }

/* INVESTORS OVERVIEW */
.investors-overview + main {
  background-image: url(../images/parkay-grey-bg-2.png);
  background-size: inherit;
  background-repeat: repeat;
  background-position: center;
  padding: 97px 0px 100px; }
  @media (max-width: 850px) {
    .investors-overview + main {
      padding-top: 140px; } }
  @media (max-width: 767px) {
    .investors-overview + main {
      padding-bottom: 65px; } }
  @media (max-width: 640px) {
    .investors-overview + main {
      padding-top: 123px; } }
  .investors-overview + main > .container#investor-accordion {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .investors-overview + main > .container#investor-accordion {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; }
        .investors-overview + main > .container#investor-accordion > div {
          width: 100%; }
          .investors-overview + main > .container#investor-accordion > div .button, .investors-overview + main > .container#investor-accordion > div .subscribe .input-fields button, .subscribe .input-fields .investors-overview + main > .container#investor-accordion > div button, .investors-overview + main > .container#investor-accordion > div .search input[type=submit], .search .investors-overview + main > .container#investor-accordion > div input[type=submit] {
            margin-top: 39px; } }
    @media (max-width: 640px) {
      .investors-overview + main > .container#investor-accordion {
        padding-top: 20px; } }
  .investors-overview + main > .container h2, .investors-overview + main > .container .investor-banner-flex__left--numbers > div {
    margin: 0 0 21px; }

.investors-kit > .container {
  width: 100%; }
  .investors-kit > .container #mobile-document-next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    background-color: #b1121c;
    border-radius: 50%;
    display: none;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 15px;
    position: relative;
    pointer-events: none;
    top: -3px;
    width: 50px; }
    @media (max-width: 736px) {
      .investors-kit > .container #mobile-document-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        pointer-events: all; } }
    @media (max-width: 640px) {
      .investors-kit > .container #mobile-document-next {
        top: -10px; } }
    .investors-kit > .container #mobile-document-next i {
      color: #ffffff;
      font-size: 16px; }
  .investors-kit > .container .row {
    border-top: 1px solid #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    padding-bottom: 61px;
    padding-top: 67px; }
    @media (max-width: 767px) {
      .investors-kit > .container .row {
        border-top: none;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
        padding-bottom: 7px;
        padding-top: 50px; }
        .investors-kit > .container .row > div {
          width: 100%; }
        .investors-kit > .container .row .column h4, .investors-kit > .container .row .news-grid .news-item h4, .news-grid .investors-kit > .container .row .news-item h4, .investors-kit > .container .row .column .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .investors-kit > .container .row .column span, .investors-kit > .container .row .news-grid .news-item .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .investors-kit > .container .row .news-grid .news-item span, .news-grid .investors-kit > .container .row .news-item .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .news-grid .investors-kit > .container .row .news-item span {
          display: none; }
        .investors-kit > .container .row .button, .investors-kit > .container .row .subscribe .input-fields button, .subscribe .input-fields .investors-kit > .container .row button, .investors-kit > .container .row .search input[type=submit], .search .investors-kit > .container .row input[type=submit] {
          margin-top: 39px; } }
    .investors-kit > .container .row.solid {
      opacity: 1; }
    .investors-kit > .container .row:first-of-type {
      border-top: none; }
    .investors-kit > .container .row#io-news {
      padding-bottom: 35px; }
      @media (max-width: 1250px) {
        .investors-kit > .container .row#io-news {
          padding-bottom: 60px; } }
    .investors-kit > .container .row#io-financials > div:nth-of-type(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .investors-kit > .container .row#io-financials > div:nth-of-type(2) h2, .investors-kit > .container .row#io-financials > div:nth-of-type(2) .investor-banner-flex__left--numbers > div {
        width: calc(100% - 65px); }
    .investors-kit > .container .row h2.mobile-only, .investors-kit > .container .row .investor-banner-flex__left--numbers > div.mobile-only {
      display: none; }
      @media (max-width: 767px) {
        .investors-kit > .container .row h2.mobile-only, .investors-kit > .container .row .investor-banner-flex__left--numbers > div.mobile-only {
          display: block; } }
      @media (max-width: 640px) {
        .investors-kit > .container .row h2.mobile-only, .investors-kit > .container .row .investor-banner-flex__left--numbers > div.mobile-only {
          margin-bottom: 18px; } }

/* DOCUMENT SLIDER */
.document-slider {
  height: 342px;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (max-width: 640px) {
    .document-slider {
      padding-top: 13px; } }
  @media (max-width: 480px) {
    .document-slider {
      height: 260px; } }
  .document-slider .owl-carousel {
    height: 100%; }
  .document-slider .owl-carousel .owl-stage-outer {
    height: 100%; }
  .document-slider .owl-carousel .owl-stage {
    height: 100%; }
  .document-slider .owl-carousel .owl-item {
    height: 100%; }
  .document-slider .owl-carousel .owl-nav {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 44px; }
    @media (max-width: 1900px) {
      .document-slider .owl-carousel .owl-nav {
        width: calc((1200px - (11 * 25px)) / 12); } }
    @media (max-width: 736px) {
      .document-slider .owl-carousel .owl-nav {
        display: none; } }
    .document-slider .owl-carousel .owl-nav .owl-prev {
      display: none; }
    .document-slider .owl-carousel .owl-nav button {
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      outline: none;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .document-slider .owl-carousel .owl-nav button:hover i {
        color: #b1121c; }
    .document-slider .owl-carousel .owl-nav i {
      color: #949494;
      font-size: 30px;
      font-weight: 700;
      line-height: normal; }

/* TOOLKIT */
.str-investor-toolkit main {
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* LISTING DOCUMENT */
.listing-document {
  background-image: url(../../../../_resources/thumbnails/financial-thumb-default-@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  padding: 26px 24px;
  position: relative;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .listing-document__bg {
    background-image: url(../../../../_resources/thumbnails/financial-thumb-default-bw-@2x.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .listing-document:hover .listing-document__bg {
    opacity: 0; }
  .listing-document i {
    color: #ffffff;
    font-size: 45px;
    position: relative;
    z-index: 3; }
    @media (max-width: 736px) {
      .listing-document i {
        font-size: 26px; } }
  .listing-document h5 {
    bottom: 15px;
    color: #ffffff;
    left: 24px;
    line-height: 22px;
    margin: 0;
    max-width: calc(100% - 48px);
    position: absolute;
    z-index: 3; }

/* FINANCIALS */
.document {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  min-height: 100px;
  width: 100%; }
  .document:hover > span {
    background: #b1121c; }
  .document:hover .document__icon i {
    color: #ffffff; }
  .document__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .document__icon i {
      color: #2e2e2e;
      font-size: 45px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .document__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2e2e2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 21px 0 19px;
    width: calc(100% - 100px);
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 640px) {
      .document__title {
        padding: 15px 21px 15px 19px; } }
    .document__title .date,
    .document__title .head {
      color: #ffffff;
      display: block;
      font-size: 14px;
      line-height: 1.93;
      width: 100%; }
    .document__title h5 {
      color: #ffffff;
      margin: 0;
      width: 100%; }

.document ~ .document {
  border-top: none; }

/* TOOLKIT DOCUMENT LISTING ALT STYLES WHEN IN ACCORDION */
.accordion .document {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 0;
  margin-bottom: 15px; }
  .accordion .document:hover span {
    background-color: transparent; }
  .accordion .document:hover .document__icon i {
    color: #000000; }
  .accordion .document__icon {
    background-color: transparent; }
  .accordion .document__title {
    background-color: transparent;
    padding: 0;
    width: auto; }
    .accordion .document__title .hold {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      .accordion .document__title .hold > * {
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        text-transform: unset; }
    .accordion .document__title .date, .accordion .document__title .head {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .accordion .document__icon {
    width: auto; }
    .accordion .document__icon i {
      color: #b1121c;
      font-size: 30px;
      font-weight: bold;
      padding-right: 15px; }

/* Stock Chart */
#chartCVE_CSO {
  padding: 0px !important; }
  @media (max-width: 640px) {
    #chartCVE_CSO {
      height: 300px !important; } }
  #chartCVE_CSO .highcharts-color-0 {
    fill: #b1121c !important;
    stroke: #b1121c !important; }
  #chartCVE_CSO .highcharts-graph {
    stroke: #b1121c; }
    #chartCVE_CSO .highcharts-graph:last-of-type {
      stroke: #ccd6eb; }
  #chartCVE_CSO .highcharts-range-selector-buttons,
  #chartCVE_CSO .highcharts-button.highcharts-button-normal,
  #chartCVE_CSO .highcharts-label {
    font-family: proxima-nova, sans-serif !important; }
    #chartCVE_CSO .highcharts-range-selector-buttons > *,
    #chartCVE_CSO .highcharts-button.highcharts-button-normal > *,
    #chartCVE_CSO .highcharts-label > * {
      font-family: proxima-nova, sans-serif !important; }
  #chartCVE_CSO .highcharts-axis-labels {
    color: #656565;
    font-family: proxima-nova, sans-serif;
    font-size: 1em; }
  #chartCVE_CSO .highcharts-title {
    display: none; }

/* NEWS LISTING */
.news-listing {
  padding-bottom: 148px;
  padding-top: 129px;
  width: 100%; }

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .news-grid {
      padding-top: 20px;
      width: 100%; } }
  .news-grid .news-item {
    border-bottom: 1px solid #979797;
    padding-bottom: 32px;
    width: calc((((1600px - (11 * 25px)) / 12) * 3) + (2 * 25px)); }
    @media (max-width: 1900px) {
		  .news-grid .news-item {
    width: 100% !important; }
      
    @media (max-width: 1250px) {
      .news-grid .news-item {
        width: calc(50% - 12.5px); }
        .news-grid .news-item:nth-of-type(n) {
          margin-right: 25px; }
        .news-grid .news-item:nth-of-type(n+5) {
          display: none; }
        .news-grid .news-item:nth-of-type(n+3) {
          padding-top: 32px; }
        .news-grid .news-item:nth-of-type(even) {
          margin-right: 0; } }
    @media (max-width: 640px) {
      .news-grid .news-item {
        margin-right: 0;
        width: 100%; }
        .news-grid .news-item:nth-of-type(n+3) {
          display: none; }
        .news-grid .news-item:nth-of-type(even) {
          border-bottom: none;
          padding-bottom: 6px;
          padding-top: 32px; } }
    .news-grid .news-item:nth-of-type(3n+3) {
      margin-right: 0; }
    .news-grid .news-item:nth-of-type(n+4) {
      border-bottom: none;
      padding-top: 32px; }
      @media (max-width: 1250px) {
        .news-grid .news-item:nth-of-type(n+4) {
          border-bottom: 1px solid #979797; } }

@media (max-width: 1900px) {
  .str-news-releases .news-grid {
    width: 100%; } }

@media (max-width: 767px) {
  .str-news-releases .news-grid {
    padding-top: 0;
    width: 100%; } }

@media (max-width: 1250px) {
  .str-news-releases .news-grid .news-item:nth-of-type(n+5) {
    display: block; } }

@media (max-width: 640px) {
  .str-news-releases .news-grid .news-item:nth-of-type(n+3) {
    display: block; } }

.news-item > div {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: normal;
  text-transform: uppercase; }

.news-item__date {
  color: #8d8d8d;
  margin-bottom: 17px;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }

.news-item__title {
  color: #000000;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }

.news-item__readmore {
  color: #b1121c;
  margin-top: 39px; }
  @media (max-width: 767px) {
    .news-item__readmore {
      margin-top: 25px; } }

.news-item:hover > div {
  color: #b1121c; }

.cat-investors-news.str-news-releases {
  width: 100%; }

    .cat-investors-news.str-news-releases .news-grid .news-item:nth-of-type(n) {
      border-bottom: 1px solid #979797;
      padding: 20px 0px;
      margin-right: 0; }
    .cat-investors-news.str-news-releases .news-grid .news-item__date {
      margin-bottom: 10px; }
    .cat-investors-news.str-news-releases .news-grid .news-item__title {
      margin-bottom: 20px; }
    .cat-investors-news.str-news-releases .news-grid .news-item__readmore {
      margin-top: 0px; }

.str-investor-overview .news-grid .news-item:nth-child(1) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s; }

.str-investor-overview .news-grid .news-item:nth-child(2) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s; }

.str-investor-overview .news-grid .news-item:nth-child(3) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s; }

.str-investor-overview .news-grid .news-item:nth-child(4) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s; }

.str-investor-overview .news-grid .news-item:nth-child(5) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s; }

.str-investor-overview .news-grid .news-item:nth-child(6) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s; }

/* FEATURED NEWS ARTICLE */
 .news-grid .news-item:nth-child(1) {
  background-color: #f1f1f1;
  background-image: url(../images/corsa-button-opacity-05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right calc(calc((1600px - (11 * 25px)) / 12) + 25px) top;
  border: none;
  padding: 40px 50px !important;
  -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (max-width: 640px) {
    .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type {
      padding: 25px; } }
  .news-grid .news-item:nth-child(1) .news-item__title {
    font-weight: 900;
    line-height: 1.1; }
  .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type .news-item__readmore {
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type:hover {
    background-color: #b1121c;
    background-image: url(../images/corsa-button-opacity-10.svg); }
    .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type:hover .news-item__date,
    .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type:hover .news-item__title,
    .cat-investors-news.str-news-releases .nav-tabs + .tab-content .news-grid .news-item:first-of-type:hover .news-item__readmore {
      color: #ffffff; }

/* ACCORDION */
.accordion {
  background: #ffffff; }
  .accordion > h4, .investor-stock-hub__bottom > a .accordion > span, .accordion .half h4, .accordion .half .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .accordion .half span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    min-height: 73px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 70px 22px 35px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 640px) {
      .accordion > h4, .investor-stock-hub__bottom > a .accordion > span, .accordion .half h4, .accordion .half .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .accordion .half span {
        font-size: 16px; } }
    .accordion > h4:last-of-type, .investor-stock-hub__bottom > a .accordion > span:last-of-type, .accordion .half h4:last-of-type, .accordion .half .investor-stock-hub__bottom > a span:last-of-type, .investor-stock-hub__bottom > a .accordion .half span:last-of-type {
      border-bottom: none; }
    .accordion > h4:after, .investor-stock-hub__bottom > a .accordion > span:after, .accordion .half h4:after, .accordion .half .investor-stock-hub__bottom > a span:after, .investor-stock-hub__bottom > a .accordion .half span:after {
      color: #b1121c;
      content: '\f067';
      font-family: "Font Awesome 5 Pro";
      font-size: 16px;
      position: absolute;
      right: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .accordion > h4.open, .investor-stock-hub__bottom > a .accordion > span.open, .accordion .half h4.open, .accordion .half .investor-stock-hub__bottom > a span.open, .investor-stock-hub__bottom > a .accordion .half span.open {
      border-color: #ffffff;
      color: #b1121c; }
      .accordion > h4.open + div + h4, .investor-stock-hub__bottom > a .accordion > span.open + div + h4, .investor-stock-hub__bottom > a .accordion > h4.open + div + span, .investor-stock-hub__bottom > a .accordion > span.open + div + span, .accordion .half h4.open + div + h4, .accordion .half .investor-stock-hub__bottom > a span.open + div + h4, .investor-stock-hub__bottom > a .accordion .half span.open + div + h4, .accordion .half .investor-stock-hub__bottom > a h4.open + div + span, .investor-stock-hub__bottom > a .accordion .half h4.open + div + span, .accordion .half .investor-stock-hub__bottom > a span.open + div + span, .investor-stock-hub__bottom > a .accordion .half span.open + div + span {
        border-top: 1px solid #d6d6d6; }
      .accordion > h4.open:after, .investor-stock-hub__bottom > a .accordion > span.open:after, .accordion .half h4.open:after, .accordion .half .investor-stock-hub__bottom > a span.open:after, .investor-stock-hub__bottom > a .accordion .half span.open:after {
        content: '\f068'; }
    .accordion > h4 + div, .investor-stock-hub__bottom > a .accordion > span + div, .accordion .half h4 + div, .accordion .half .investor-stock-hub__bottom > a span + div, .investor-stock-hub__bottom > a .accordion .half span + div {
      display: none;
      padding: 0px 35px 23px; }
      .accordion > h4 + div > p:first-of-type, .investor-stock-hub__bottom > a .accordion > span + div > p:first-of-type, .accordion .half h4 + div > p:first-of-type, .accordion .half .investor-stock-hub__bottom > a span + div > p:first-of-type, .investor-stock-hub__bottom > a .accordion .half span + div > p:first-of-type {
        margin-top: 6px; }
      .accordion > h4 + div > p:last-of-type, .investor-stock-hub__bottom > a .accordion > span + div > p:last-of-type, .accordion .half h4 + div > p:last-of-type, .accordion .half .investor-stock-hub__bottom > a span + div > p:last-of-type, .investor-stock-hub__bottom > a .accordion .half span + div > p:last-of-type {
        margin-bottom: 6px; }
  .accordion .button, .accordion .subscribe .input-fields button, .subscribe .input-fields .accordion button, .accordion .search input[type=submit], .search .accordion input[type=submit] {
    font-size: 16px;
    max-width: 284px;
    margin-bottom: 32px;
    margin-top: 41px; }
  .accordion.grey {
    background: #f1f1f1;
    margin-bottom: 40px; }
    .accordion.grey h4, .accordion.grey .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .accordion.grey span {
      border-bottom: 1px solid #d6d6d6; }
      .accordion.grey h4:last-of-type, .accordion.grey .investor-stock-hub__bottom > a span:last-of-type, .investor-stock-hub__bottom > a .accordion.grey span:last-of-type {
        border-bottom: none; }
    .accordion.grey h4.open, .accordion.grey .investor-stock-hub__bottom > a span.open, .investor-stock-hub__bottom > a .accordion.grey span.open {
      border-color: #f1f1f1; }
      .accordion.grey h4.open + div + h4, .accordion.grey .investor-stock-hub__bottom > a span.open + div + h4, .investor-stock-hub__bottom > a .accordion.grey span.open + div + h4, .accordion.grey .investor-stock-hub__bottom > a h4.open + div + span, .investor-stock-hub__bottom > a .accordion.grey h4.open + div + span, .accordion.grey .investor-stock-hub__bottom > a span.open + div + span, .investor-stock-hub__bottom > a .accordion.grey span.open + div + span {
        border-top: 1px solid #ffffff; }
  .accordion.alt h4:after, .accordion.alt .investor-stock-hub__bottom > a span:after, .investor-stock-hub__bottom > a .accordion.alt span:after {
    color: #b1121c; }
  .accordion.alt h4.open + div + h4, .accordion.alt .investor-stock-hub__bottom > a span.open + div + h4, .investor-stock-hub__bottom > a .accordion.alt span.open + div + h4, .accordion.alt .investor-stock-hub__bottom > a h4.open + div + span, .investor-stock-hub__bottom > a .accordion.alt h4.open + div + span, .accordion.alt .investor-stock-hub__bottom > a span.open + div + span, .investor-stock-hub__bottom > a .accordion.alt span.open + div + span {
    border-top: 1px solid #d6d6d6; }
  .accordion .doc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin-bottom: 8px; }
    .accordion .doc:before {
      content: '';
      color: #b1121c;
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
      font-weight: bold;
      padding-right: 15px;
      position: relative;
      top: -1px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .accordion .doc:hover:before {
      color: #000000; }
    .accordion .doc.pdf:before {
      content: '\f1c1'; }
    .accordion .doc.xlsx:before {
      content: '\f1c3'; }
  .accordion.bio-accordion h4, .accordion.bio-accordion .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .accordion.bio-accordion span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .accordion.bio-accordion h4:before, .accordion.bio-accordion .investor-stock-hub__bottom > a span:before, .investor-stock-hub__bottom > a .accordion.bio-accordion span:before {
      color: #b1121c;
      content: attr(data-title);
      display: block;
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: .95;
      letter-spacing: 0.86px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      text-transform: uppercase;
      width: 100%; }
    .accordion.bio-accordion h4.open + div + h4, .accordion.bio-accordion .investor-stock-hub__bottom > a span.open + div + h4, .investor-stock-hub__bottom > a .accordion.bio-accordion span.open + div + h4, .accordion.bio-accordion .investor-stock-hub__bottom > a h4.open + div + span, .investor-stock-hub__bottom > a .accordion.bio-accordion h4.open + div + span, .accordion.bio-accordion .investor-stock-hub__bottom > a span.open + div + span, .investor-stock-hub__bottom > a .accordion.bio-accordion span.open + div + span {
      border-top: none; }
  .accordion.big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .accordion.big .half {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      border-bottom: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 262px;
      padding: 27px 35px;
      position: relative;
      width: 50%;
      -webkit-transition: all 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
      transition: all 0.83s cubic-bezier(0.17, 0.17, 0.05, 1); }
      .accordion.big .half:hover {
        background-color: #b1121c; }
        .accordion.big .half:hover > h4, .accordion.big .investor-stock-hub__bottom > a .half:hover > span, .investor-stock-hub__bottom > a .accordion.big .half:hover > span {
          color: #ffffff; }
        .accordion.big .half:hover > h4:after, .accordion.big .investor-stock-hub__bottom > a .half:hover > span:after, .investor-stock-hub__bottom > a .accordion.big .half:hover > span:after {
          color: #ffffff; }
        .accordion.big .half:hover > div > * {
          color: #ffffff; }
      .accordion.big .half p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.38;
        -webkit-transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1);
        transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1); }
      .accordion.big .half:nth-of-type(even) {
        border-right: none; }
      .accordion.big .half:nth-of-type(n+3) {
        border-bottom: none; }
      .accordion.big .half > h4, .accordion.big .investor-stock-hub__bottom > a .half > span, .investor-stock-hub__bottom > a .accordion.big .half > span {
        display: inline-block;
        min-height: 0;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: auto;
        -webkit-transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
        transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
        transition: transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1), color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1);
        transition: transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1), color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1); }
        .accordion.big .half > h4 + div, .accordion.big .investor-stock-hub__bottom > a .half > span + div, .investor-stock-hub__bottom > a .accordion.big .half > span + div {
          opacity: 0; }
        .accordion.big .half > h4.open, .accordion.big .investor-stock-hub__bottom > a .half > span.open, .investor-stock-hub__bottom > a .accordion.big .half > span.open {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
          .accordion.big .half > h4.open + div, .accordion.big .investor-stock-hub__bottom > a .half > span.open + div, .investor-stock-hub__bottom > a .accordion.big .half > span.open + div {
            opacity: 1;
            -webkit-transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
            transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1); }
        .accordion.big .half > h4:after, .accordion.big .investor-stock-hub__bottom > a .half > span:after, .investor-stock-hub__bottom > a .accordion.big .half > span:after {
          position: relative;
          top: -2px;
          right: unset;
          left: 10px;
          -webkit-transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1);
          transition: color 0.3s cubic-bezier(0.17, 0.17, 0.05, 1); }
      .accordion.big .half > div {
        padding: 25px 0 0; }

/* Accordion Safari Fixes */
.safari .accordion.big .half h4, .safari .accordion.big .half .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a .safari .accordion.big .half span {
  top: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/* TABS */
/* STRUCTURE TABS */
.inner .navTabs.only-select .mobile-tabs {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-bottom: 25px; }
  @media (max-width: 640px) {
    .inner .navTabs.only-select .mobile-tabs {
      display: block;
      margin-bottom: 18px;
      width: 100%; } }
  .inner .navTabs.only-select .mobile-tabs select {
    background: transparent;
    border: 1px solid #b1121c;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #b1121c;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    outline: none;
    padding: 22px 30px 20px;
    width: 214px;
    -moz-appearance: window;
    -webkit-appearance: none; }
    @media (max-width: 640px) {
      .inner .navTabs.only-select .mobile-tabs select {
        color: #000000;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 17px 25px 16px;
        width: 100%; } }
  .inner .navTabs.only-select .mobile-tabs:after {
    border: none;
    color: #b1121c;
    content: '\f078';
    display: block;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 45px;
    top: 25px; }
    @media (max-width: 640px) {
      .inner .navTabs.only-select .mobile-tabs:after {
        right: 38px;
        top: 17px; } }

.tabs:not(.only-select) > ul {
  border-bottom: 1px solid #000000;
  margin-bottom: 18px;
  padding-bottom: 2px; }
  .tabs:not(.only-select) > ul > li {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.69;
    padding-right: 30px;
    text-transform: uppercase;
    width: auto; }
    .tabs:not(.only-select) > ul > li.current {
      color: #b1121c; }
    .tabs:not(.only-select) > ul > li:after {
      content: '';
      display: none; }

.select-wrap {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  text-align: left; }
  @media (max-width: 640px) {
    .select-wrap {
      display: block;
      margin-bottom: 18px;
      width: 100%; } }
  .select-wrap:after {
    color: #b1121c;
    content: '\f078';
    display: block;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    pointer-events: none;
    right: 23px;
    top: 24px; }
    @media (max-width: 640px) {
      .select-wrap:after {
        right: 20px;
        top: 17px; } }
  .select-wrap > select {
    background: transparent;
    border: 1px solid #b1121c;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #b1121c;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    outline: none;
    padding: 21px 25px 20px;
    text-transform: uppercase;
    width: 214px;
    -moz-appearance: window;
    -webkit-appearance: none; }
    @media (max-width: 640px) {
      .select-wrap > select {
        color: #000000;
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.42;
        padding: 17px 25px 16px;
        width: 100%; } }
    @media (max-width: 480px) {
      .select-wrap > select {
        padding: 15px 25px;
        width: 100%; } }
  .select-wrap select::-ms-expand {
    display: none !important; }

/* TABS - OLD SCHOOL */
.tabs .select-wrap {
  display: none; }
  @media (max-width: 640px) {
    .tabs .select-wrap {
      display: block;
      width: 100%; } }

.tabs > ul {
  display: block; }
  @media (max-width: 640px) {
    .tabs > ul {
      display: none; } }

.tabs.only-select .select-wrap {
  display: inline-block; }

.tabs.only-select > ul {
  display: none; }

.tabs ul {
  list-style: none;
  margin: 0;
  padding: 0px; }
  .tabs ul > li {
    cursor: pointer;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .tabs ul > li:last-of-type {
      border-right: 0px; }
    .tabs ul > li.active {
      color: #b1121c; }
    .tabs ul > li:hover {
      color: #b1121c; }

.tabs .tab-hold {
  clear: both; }

.tabs .tab-hold > div {
  display: none; }
  .tabs .tab-hold > div.active {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    display: block; }

/* BIOS */
.bios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bios .bio-preview {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #383838;
    background-color: #FFFFFF;
    border-bottom: 1px solid #aeaeae;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    @media (max-width: 640px) {
      .bios .bio-preview {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    .bios .bio-preview > span {
      border-right: 1px solid #aeaeae;
      display: block;
      height: 100%;
      padding: 20px;
      text-transform: uppercase; }
    .bios .bio-preview > div {
      overflow: hidden;
      max-height: 350px;
      background: #383838; }
    .bios .bio-preview > div > img {
      display: block;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .bios .bio-preview .name-title__name {
      font-size: 16px;
      color: #000000;
      display: block;
      font-weight: 900;
      letter-spacing: normal;
      margin-bottom: 5px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .bios .bio-preview .name-title__role {
      color: #b1121c;
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: 0.86px; }
    .bios .bio-preview:nth-of-type(3n) > span {
      margin-right: 0; }
    .bios .bio-preview:nth-of-type(3n+1) > span {
      border-left: solid 1px #aeaeae; }
    @media (max-width: 640px) {
      .bios .bio-preview:nth-of-type(n) > span {
        border-right: 1px solid #aeaeae;
        border-left: 1px solid #aeaeae; }
      .bios .bio-preview:nth-of-type(odd) > span {
        border-left: 1px solid #aeaeae;
        border-right: none; }
      .bios .bio-preview:last-of-type > span {
        border-right: 1px solid #aeaeae; } }
    .bios .bio-preview:hover strong, .bios .bio-preview.active strong {
      color: #b1121c; }
    .bios .bio-preview:hover > div > img, .bios .bio-preview.active > div > img {
      -webkit-filter: none;
              filter: none; }
    .bios .bio-preview:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .bios .bio-preview:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .bios .bio-preview:nth-of-type(3) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .bios .bio-preview:nth-of-type(4) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .bios .bio-preview:nth-of-type(5) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .bios .bio-preview:nth-of-type(6) {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .bios .bio-preview:nth-of-type(7) {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .bios .bio-preview:nth-of-type(8) {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .bios .bio-preview:nth-of-type(9) {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .bios .bio-preview:nth-of-type(10) {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .bios .bio-preview:nth-of-type(11) {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .bios .bio-preview:nth-of-type(12) {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .bios .bio-preview:nth-of-type(13) {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .bios .bio-preview:nth-of-type(14) {
      -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
      order: 14; }
    .bios .bio-preview:nth-of-type(15) {
      -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
      order: 15; }
    .bios .bio-preview:nth-of-type(16) {
      -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
      order: 16; }
    .bios .bio-preview:nth-of-type(17) {
      -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
      order: 17; }
  .bios > div.slide-content {
    background-color: #f1f1f1;
    border-bottom: 1px solid #c8cacc;
    display: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 17px;
    line-height: 30px;
    padding: 70px 70px 50px 70px;
    position: relative; }
    @media (max-width: 768px) {
      .bios > div.slide-content {
        padding: 62px 25px 43px; } }
    @media (max-width: 640px) {
      .bios > div.slide-content {
        padding-top: 53px; } }
    .bios > div.slide-content .slide-content__close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      background: #232323;
      width: 32px;
      height: 32px;
      -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .bios > div.slide-content .slide-content__close:hover {
        background-color: #b1121c; }
      .bios > div.slide-content .slide-content__close i {
        font-size: 22px;
        color: #ffffff;
        font-weight: 100; }
  .bios > div.slide-content h3 {
    font-weight: 900;
    color: #black;
    margin-bottom: 0px; }
  .bios > div.slide-content h3 span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-left: 10px; }
  .bios > div.slide-content strong {
    color: #b1121c;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .bios > div.slide-content:nth-of-type(-n+3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .bios > div.slide-content:nth-of-type(n+4):nth-of-type(-n+6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .bios > div.slide-content:nth-of-type(n+7):nth-of-type(-n+9) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .bios > div.slide-content:nth-of-type(n+10):nth-of-type(-n+12) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .bios > div.slide-content:nth-of-type(n+13):nth-of-type(-n+15) {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  @media (max-width: 640px) {
    .bios > div.slide-content:nth-of-type(-n+2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .bios > div.slide-content:nth-of-type(n+3):nth-of-type(-n+4) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .bios > div.slide-content:nth-of-type(n+5):nth-of-type(-n+6) {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .bios > div.slide-content:nth-of-type(n+7):nth-of-type(-n+8) {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .bios > div.slide-content:nth-of-type(n+9):nth-of-type(-n+10) {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .bios > div.slide-content:nth-of-type(n+11):nth-of-type(-n+12) {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .bios > div.slide-content:nth-of-type(n+13):nth-of-type(-n+14) {
      -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
      order: 15; }
    .bios > div.slide-content:nth-of-type(n+15):nth-of-type(-n+16) {
      -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
      order: 17; }
    .bios > div.slide-content:nth-of-type(n+17):nth-of-type(-n+18) {
      -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
      order: 18; } }

.napp-listing {
  padding-top: 96px; }
  .napp-listing h3 {
    margin-bottom: 23px; }

/* OPERATIONS MAP */
#information-pane {
  background: rgba(0, 0, 0, 0.79);
  bottom: 22px;
  height: 504px;
  left: 51px;
  position: absolute;
  width: 354px; }
  #information-pane #info {
    padding: 41px 48px 20px 60px; }
  #information-pane p {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: normal; }
  #information-pane h2, #information-pane .investor-banner-flex__left--numbers > div {
    color: #ffffff;
    line-height: 1; }
  #information-pane h4, #information-pane .investor-stock-hub__bottom > a span, .investor-stock-hub__bottom > a #information-pane span {
    color: #b1121c;
    margin-bottom: 0px; }
  #information-pane h6 {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.86px;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase; }
  #information-pane #close-pane {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #232323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    z-index: 1; }
    #information-pane #close-pane span {
      background: #ffffff;
      height: 1px;
      position: absolute;
      width: 20px;
      -webkit-transform-origin: center;
              transform-origin: center;
      z-index: 2; }
      #information-pane #close-pane span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      #information-pane #close-pane span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.operation-overview {
  display: none; }
  .operation-overview.show {
    display: block; }
  .operation-overview h3 {
    color: #ffffff;
    margin: 0; }
  .operation-overview__image {
    height: 225px;
    overflow: hidden;
    width: 100%; }
    .operation-overview__image img {
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%; }
  .operation-overview__table {
    padding: 35px 30px; }
    .operation-overview__table--button {
      color: #b1121c;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.69;
      text-transform: uppercase; }
    .operation-overview__table table td {
      vertical-align: top; }

/* SHAREHOLDER INFO */
.data-table {
  border-top: 1px solid #d1d1d1;
  width: 100%; }
  .data-table tr td:first-of-type {
    color: #b1121c;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.86px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 205px; }
  .data-table td {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding-bottom: 40px;
    vertical-align: top; }
    @media (max-width: 640px) {
      .data-table td {
        display: block;
        padding-bottom: 25px; }
        .data-table td:nth-of-type(2) {
          padding-top: 0px; } }
  .data-table tr:first-of-type td {
    padding-top: 35px; }
    @media (max-width: 640px) {
      .data-table tr:first-of-type td {
        padding-top: 0; } }
  .data-table tr:first-of-type td:first-of-type {
    padding-top: 40px; }
  .data-table.alt td {
    padding-bottom: 19px; }

/* SEARCH RESULTS */
.search input[type=text] {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  min-width: 0;
  margin-bottom: 0px;
  padding-left: 30px;
  text-transform: uppercase; }
  .search input[type=text]::-webkit-input-placeholder {
    color: #8d8d8d; }
  .search input[type=text]:-moz-placeholder {
    color: #8d8d8d; }
  .search input[type=text]::-moz-placeholder {
    color: #8d8d8d; }
  .search input[type=text]:-ms-input-placeholder {
    color: #8d8d8d; }

.search input[type=submit] {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  max-width: 238px;
  outline: none;
  padding: 15px 62px; }

.str-search .result-item {
  border-bottom: 1px solid #979797;
  display: block;
  padding: 20px 0px; }
  .str-search .result-item > div {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.31;
    letter-spacing: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .str-search .result-item .result-date {
    color: #8d8d8d;
    margin-bottom: 10px; }
  .str-search .result-item .result-description {
    font-weight: 500;
    text-transform: none;
    margin-top: 10px; }
  .str-search .result-item:hover > div, .str-search .result-item:hover .result-date {
    color: #b1121c; }

.str-search .results-header-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 10px; }
  @media (max-width: 640px) {
    .str-search .results-header-info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .str-search .results-header-info > .sorting {
    -ms-flex-item-align: end;
        align-self: flex-end;
    float: none !important;
    margin-top: 0 !important;
    position: relative;
    top: 4px; }
    @media (max-width: 640px) {
      .str-search .results-header-info > .sorting {
        margin-top: 7px !important;
        width: 100%; } }
    .str-search .results-header-info > .sorting strong, .str-search .results-header-info > .sorting a {
      display: inline-block;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.69;
      padding-left: 10px;
      padding-right: 10px;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .str-search .results-header-info > .sorting strong, .str-search .results-header-info > .sorting a {
          padding-left: 0;
          padding-right: 15px; } }
    .str-search .results-header-info > .sorting a {
      color: #000000; }
    .str-search .results-header-info > .sorting strong {
      color: #b1121c; }
    .str-search .results-header-info > .sorting span {
      display: none; }
  .str-search .results-header-info .time br:nth-of-type(2) {
    display: none; }
  .str-search .results-header-info .time br:nth-of-type(3) {
    display: none; }


  /* WEBP CSS */
  html.no-webp .banner {background-image:url(../images/corsa-coal-banner-default.jpg);}
  html.webp .banner {background-image:url(../images/corsa-coal-banner-default.jpg);}
  html.no-webp .banner.operations-banner, html.no-webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations.jpg);}
  html.webp .banner.operations-banner, html.webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations.jpg);}

  @media screen and (max-width: 900px) {
  html.no-webp .banner {background-image:url(../images/corsa-coal-banner-default-900px.jpg);}
  html.webp .banner {background-image:url(../images/corsa-coal-banner-default-900px.jpg);}
  html.no-webp .banner.operations-banner, html.no-webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations-900px.jpg);}
  html.webp .banner.operations-banner, html.webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations-900px.jpg);}
  }

  @media (max-width: 768px) {
    html.no-webp .cat-operations.str-casselman .banner.operations-banner, .cat-operations.str-casselman .banner.video-banner {background-image: url(../images/CASSELMAN-main.jpg) !important; }
    html.webp .cat-operations.str-casselman .banner.operations-banner, .cat-operations.str-casselman .banner.video-banner {background-image: url(../images/CASSELMAN-main.webp) !important; }
    html.no-webp .str-horning .banner.operations-banner {background-image: url(../images/HORNING-main.jpg); }
    html.webp .str-horning .banner.operations-banner {background-image: url(../images/HORNING-main.webp); }
    html.no-webp .str-acosta .banner.operations-banner {background-image: url(../images/ACOSTA-main.jpg); }
    html.webp .str-acosta .banner.operations-banner {background-image: url(../images/ACOSTA-main.webp); }
    html.no-webp .str-schrock-run .banner.operations-banner {background-image: url(../images/SCHROCKRUN-main.jpg); }
    html.webp .str-schrock-run .banner.operations-banner {background-image: url(../images/SCHROCKRUN-main.webp); }
    html.no-webp .str-keyser .banner.operations-banner {background-image: url(../images/KEYSER-main.jpg); }
    html.webp .str-keyser .banner.operations-banner {background-image: url(../images/KEYSER-main.webp); }
    html.no-webp .str-north-mine .banner.operations-banner {background-image: url(../images/NORTHMINE-main.jpg); }
    html.webp .str-north-mine .banner.operations-banner {background-image: url(../images/NORTHMINE-main.webp); }
    html.no-webp .cat-operations.str-preparation-plants .banner.video-banner {background-image: url(../images/PREPPLANTS-main.jpg); }
    html.webp .cat-operations.str-preparation-plants .banner.video-banner {background-image: url(../images/PREPPLANTS-main.webp); }
    html.no-webp .cat-careers.str-working-at-corsa .banner {background-image: url(../images/careers_mobile.png); } 
    html.webp .cat-careers.str-working-at-corsa .banner {background-image: url(../images/careers_mobile.webp); } 
  }


  @media screen and (max-width: 600px) {
  html.no-webp .banner {background-image:url(../images/corsa-coal-banner-default-600px.jpg);}
  html.webp .banner {background-image:url(../images/corsa-coal-banner-default-600px.jpg);}
  html.no-webp .banner.operations-banner, html.no-webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations-600px.jpg);}
  html.webp .banner.operations-banner, html.webp .banner.video-banner {background-image:url(../images/corsa-coal-banner-operations-600px.jpg);}
    html.no-webp .cat-operations.str-casselman .banner.operations-banner, .cat-operations.str-casselman .banner.video-banner {background-image: url(../images/CASSELMAN-main-600px.jpg) !important; }
    html.webp .cat-operations.str-casselman .banner.operations-banner, .cat-operations.str-casselman .banner.video-banner {background-image: url(../images/CASSELMAN-main-600px.webp) !important; }
    html.no-webp .str-horning .banner.operations-banner {background-image: url(../images/HORNING-main-600px.jpg); }
    html.webp .str-horning .banner.operations-banner {background-image: url(../images/HORNING-main-600px.webp); }
    html.no-webp .str-acosta .banner.operations-banner {background-image: url(../images/ACOSTA-main-600px.jpg); }
    html.webp .str-acosta .banner.operations-banner {background-image: url(../images/ACOSTA-main-600px.webp); }
    html.no-webp .str-schrock-run .banner.operations-banner {background-image: url(../images/SCHROCKRUN-main-600px.jpg); }
    html.webp .str-schrock-run .banner.operations-banner {background-image: url(../images/SCHROCKRUN-main-600px.webp); }
    html.no-webp .str-keyser .banner.operations-banner {background-image: url(../images/KEYSER-main-600px.jpg); }
    html.webp .str-keyser .banner.operations-banner {background-image: url(../images/KEYSER-main-600px.webp); }
    html.no-webp .str-north-mine .banner.operations-banner {background-image: url(../images/NORTHMINE-main-600px.jpg); }
    html.webp .str-north-mine .banner.operations-banner {background-image: url(../images/NORTHMINE-main-600px.webp); }
    html.no-webp .cat-operations.str-preparation-plants .banner.video-banner {background-image: url(../images/PREPPLANTS-main-600px.jpg); }
    html.webp .cat-operations.str-preparation-plants .banner.video-banner {background-image: url(../images/PREPPLANTS-main-600px.webp); }
    html.no-webp .cat-careers.str-working-at-corsa .banner {background-image: url(../images/careers_mobile-600px.png); } 
    html.webp .cat-careers.str-working-at-corsa .banner {background-image: url(../images/careers_mobile-600px.webp); }   
  }
h3, .h3, .news-grid .news-item:nth-child(1) .news-item__title {
      font-size: 30px !important;
      line-height: 38px; } }
	
	.clear{ margin:0; padding:0; clear:both;}  
	  
#video{ height:600px; overflow:hidden;} 
#video .left{ float:left; width:36%; padding:9vh 5%; height:600px; background:#659dd4; overflow:hidden;}
#video .left h2{color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 85px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 90px;
    margin: 0 0 34px;
    text-transform: uppercase; }
#video .left font{ color:#fff; font-size:20px; line-height:35px;}
#video .right{ float:right; width:64%; height:600px; overflow:hidden;}
#video .right p{ padding:0 !important; margin:0 !important;}


 @media screen and (max-width: 1400px) {
	  
#video{ height:450px; overflow:hidden;} 
#video .left{ float:left; width:36%; padding:9vh 5%; height:450px; background:#659dd4; overflow:hidden;}
#video .left h2{color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 65px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 90px;
    margin: 0 0 34px;
    text-transform: uppercase; }
#video .left font{ color:#fff; font-size:20px; line-height:35px;}
#video .right{ float:right; width:64%; height:450px; overflow:hidden;}
#video .right p{ padding:0 !important; margin:0 !important;}	  
	  
	  
	  
	  }

  @media screen and (max-width: 1240px) {
	  
#video{ height:400px; overflow:hidden;} 
#video .left{ float:left; width:36%; padding:9vh 5%; height:400px; background:#659dd4; overflow:hidden;}
#video .left h2{color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 90px;
    margin: 0 0 34px;
    text-transform: uppercase; }
#video .left font{ color:#fff; font-size:20px; line-height:35px;}
#video .right{ float:right; width:64%; height:400px; overflow:hidden;}
#video .right p{ padding:0 !important; margin:0 !important;}	  
	  
	  
	  
	  }




@media screen and (max-width: 600px) {
	
	
#video .left{ float:none; width:100%; padding:11.33% 5%; background:#659dd4; margin-top:1%;}
#video .left h2{color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 74ppx;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 93%;
    margin: 0 0 34px;
    text-transform: uppercase; }
#video .left font{ color:#fff; font-size:20px; line-height:35px;}
#video .right{ float:none; width:100%;}	
.hero p{ font-size:14px; line-height:1; margin-top:22vh;}

	
	}