﻿/* 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, .stock-hub {
  width: calc((((1600px - (11 * 25px)) / 12) * 4) + (3 * 25px)); }
  @media (max-width: 1900px) {
    .four-column, .stock-hub {
      width: calc((((1200px - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }
  @media (max-width: 1250px) {
    .four-column, .stock-hub {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }

.five-column, .operation-slide__right, .feature-video {
  width: calc((((1600px - (11 * 25px)) / 12) * 5) + (4 * 25px)); }
  @media (max-width: 1900px) {
    .five-column, .operation-slide__right, .feature-video {
      width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
  @media (max-width: 1250px) {
    .five-column, .operation-slide__right, .feature-video {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }

.six-column, .news-listing {
  width: calc((((1600px - (11 * 25px)) / 12) * 6) + (5 * 25px)); }
  @media (max-width: 1900px) {
    .six-column, .news-listing {
      width: calc((((1200px - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }
  @media (max-width: 1250px) {
    .six-column, .news-listing {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }

.seven-column, .operation-slide__left {
  width: calc((((1600px - (11 * 25px)) / 12) * 7) + (6 * 25px)); }
  @media (max-width: 1900px) {
    .seven-column, .operation-slide__left {
      width: calc((((1200px - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }
  @media (max-width: 1250px) {
    .seven-column, .operation-slide__left {
      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 {
  width: calc((((1600px - (11 * 25px)) / 12) * 9) + (8 * 25px)); }
  @media (max-width: 1900px) {
    .nine-column {
      width: calc((((1200px - (11 * 25px)) / 12) * 9) + (8 * 25px)); } }
  @media (max-width: 1250px) {
    .nine-column {
      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, .operation-slide__title {
  width: calc((((1600px - (11 * 25px)) / 12) * 12) + (11 * 25px)); }
  @media (max-width: 1900px) {
    .twelve-column, .operation-slide__title {
      width: calc((((1200px - (11 * 25px)) / 12) * 12) + (11 * 25px)); } }
  @media (max-width: 1250px) {
    .twelve-column, .operation-slide__title {
      width: calc(((((100vw - 40px) - (11 * 25px)) / 12) * 12) + (11 * 25px)); } }

/* COLUMN CLASS FOR GUTTERS */
.column {
  margin-right: 25px; }
  .column: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: #659dd4; }

::-moz-selection {
  color: #ffffff;
  background: #659dd4; }

::selection {
  color: #ffffff;
  background: #659dd4; }

#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: 1240px; } }
  @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 {
  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: 85px;
      line-height: 1.2; } }

h2, .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, .h2 {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 1441px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 1900px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 1.2; } }

h3, .h3 {
  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 {
      font-size: 20px;
      line-height: 1.1; } }
  @media screen and (min-width: 641px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (min-width: 1900px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 38px; } }

h4, .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, .h4 {
      font-size: 20px;
      line-height: 1.33; } }
  @media screen and (min-width: 1441px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 1.35; } }
  @media screen and (min-width: 1900px) {
    h4, .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: #659dd4;
  content: '';
  display: block;
  height: 2px;
  position: relative;
  top: 12px;
  width: 20px; }

.button, .subscribe .input-fields button {
  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 {
      font-size: 16px;
      letter-spacing: 0.5px;
      max-width: 238px;
      padding: 15px 62px; } }
  .button:hover, .subscribe .input-fields button:hover {
    background: #000000;
    color: #ffffff; }
  .button.small, .subscribe .input-fields button.small {
    font-size: 16px;
    max-width: 198px;
    padding: 25px 20px; }
    @media (max-width: 767px) {
      .button.small, .subscribe .input-fields button.small {
        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 {
  -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: #659dd4; }
  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: #659dd4;
        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: #659dd4 !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: #659dd4; }
    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: #659dd4; }
  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; } }

.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: #659dd4;
    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 {
    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 {
    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; }

/* 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; }

/* 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; }

/* HOMEPAGE BASICS */
h1, h2, h3, h4 {
  color: #000000;
  margin-top: 0px; }

body, html {
  overflow-x: hidden; }

/* HERO */
.hero {
  height:100vh;
  margin-top: 101px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .hero {
      height: calc(100vh - 80px);
      margin-top: 80px; } }
  @media (max-width: 768px) {
    .hero {
      height:234px; } }
  @media (max-width: 767px) {
    .hero {
      background-image: url("../images/homepage_mobile.png"); } }
  @media (max-width: 480px) {
    .hero {
      margin-top: 68px; } }
  .hero 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: 767px) {
      .hero video {
        display: none;
        visibility: hidden; }

		 }
  .hero__main {
    height: 100%;
    position: relative; }
    .hero__main--content {
      max-width: 900px;
      padding-right: 30px;
      position: absolute;
      width: calc(100% - 40px);
      position: absolute;
      top: 50%; left:43%; margin-left:-335px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
			  
			   @media (max-width: 767px) {
				   		.hero__main--content {
      max-width: 670px;
      padding-right: 30px;
      position: absolute;
      width: calc(100% - 40px);
      position: absolute;
      top: 50%; left:50%; margin-left:-167px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
				   }
  .hero h1 {
    color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 85px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 93%;
    margin: 0 0 34px;
    text-transform: uppercase; }
    .hero h1 .word {
      -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: calc(200ms * var(--word-index));
              animation-delay: calc(200ms * var(--word-index));
      display: inline-block;
      opacity: 0; }
    @media (max-width: 640px) {
      .hero h1 {
        font-size: 40px;
        line-height: 43px;
        margin: 0 0 16px; } }
  .hero p {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1.25s;
            animation-delay: 1.25s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    opacity: 0;
    text-align: center; }
    .hero p + .button, .hero .subscribe .input-fields p + button, .subscribe .input-fields .hero p + button {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s;
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      margin: 10vh auto 0 auto;
      opacity: 0; }
      @media (max-width: 640px) {
        .hero p + .button, .hero .subscribe .input-fields p + button, .subscribe .input-fields .hero p + button {
          margin-top: 1vh; } 
		  .hero__main{ height:auto;}
		  .button, .subscribe .input-fields button{ width:120px; height:30px; line-height:30px; padding:0; font-size:16px; font-weight:normal;}
		  }

#investor-hub {
  background: #ffffff;
  overflow: hidden;
  padding: 133px 0px 142px;
  position: relative; }
  @media (max-width: 768px) {
    #investor-hub {
      padding: 54px 0 60px; } }
  #investor-hub #mobile-document-next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: #659dd4;
    border-radius: 50%;
    display: none;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    pointer-events: none;
    width: 50px; }
    @media (max-width: 736px) {
      #investor-hub #mobile-document-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        pointer-events: all; } }
    #investor-hub #mobile-document-next i {
      color: #ffffff;
      font-size: 16px; }
  #investor-hub > .container {
    position: relative;
    overflow: hidden;
    z-index: 3; }
    @media (max-width: 736px) {
      #investor-hub > .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #investor-hub:before {
    background-image: url("../images/parkay-grey-bg-2.png");
    background-size: inherit;
    background-repeat: repeat;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    top: 0;
    width: calc(50% + (5 * (1600px - (11 * 25px)) / 12) + (4.5 * 25px)); }
    @media (max-width: 1900px) {
      #investor-hub:before {
        width: calc(50% + (5 * (1200px - (11 * 25px)) / 12) + (4.5 * 25px)); } }
    @media (max-width: 1250px) {
      #investor-hub:before {
        width: 80%; } }
    @media (max-width: 736px) {
      #investor-hub:before {
        width: 100%; } }

.scrolled .hero {
  margin-top: 70px; }

.stock-hub {
  opacity: 0; }
  @media (max-width: 1900px) {
    .stock-hub {
      width: calc((((1200px - (11 * 25px)) / 12) * 4) + (3 * 25px)); } }
  @media (max-width: 1140px) {
    .stock-hub {
      width: 280px; } }
  @media (max-width: 400px) {
    .stock-hub {
      width: 190px; } }
  .stock-hub h1 {
    margin-bottom: 0;
    margin-top: -2px;
    padding-bottom: 23px; }
    .stock-hub h1:after {
      background: #979797;
      content: '';
      display: block;
      width: 39px;
      height: 1px;
      margin-top: 21px;
      position: relative; }
    @media (max-width: 736px) {
      .stock-hub h1 {
        margin-top: 0;
        padding-bottom: 22px; }
        .stock-hub h1:after {
          margin-top: 18px; } }
    .stock-hub h1 span {
      font-size: 0;
      left: -8px;
      line-height: 0;
      position: relative;
      top: 6px; }
      @media (max-width: 767px) {
        .stock-hub h1 span {
          left: 6px;
          top: -6px; } }
      .stock-hub h1 span:after {
        bottom: 2px;
        color: #659dd4;
        content: "CAD";
        display: block;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        left: -0;
        line-height: 1.25;
        letter-spacing: 0.86px;
        position: absolute;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .stock-hub h1 span:after {
            bottom: -11px; } }
      .stock-hub h1 span i {
        font-size: 43px;
        font-weight: 400;
        line-height: 1;
        vertical-align: top; }
      .stock-hub h1 span.down i {
        color: #659dd4; }
      .stock-hub h1 span.up i {
        color: #3bbb00; }
  .stock-hub h2 {
    margin-bottom: 0;
    margin-top: -3px; }
    @media (max-width: 736px) {
      .stock-hub h2 {
        margin-top: 0; } }
    .stock-hub h2 span {
      color: #659dd4; }
  .stock-hub__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .stock-hub h4 {
    display: inline-block;
    margin: 0 35px 0 0; }
    @media (max-width: 400px) {
      .stock-hub h4 {
        margin-right: 20px; }
        .stock-hub h4:last-of-type {
          margin-right: 0; } }
    .stock-hub h4:before {
      color: #659dd4;
      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: 2px;
      text-transform: uppercase; }
  .stock-hub .button, .stock-hub .subscribe .input-fields button, .subscribe .input-fields .stock-hub button {
    margin-top: 54px; }
    @media (max-width: 736px) {
      .stock-hub .button, .stock-hub .subscribe .input-fields button, .subscribe .input-fields .stock-hub button {
        display: none; } }

/* DOCUMENT SLIDER */
.document-slider {
  bottom: 0;
  left: calc(((((1200px - (11 * 25px)) / 12) * 4) + (3 * 25px)) + 45px);
  position: absolute;
  top: 0;
  z-index: 1; }
  @media (max-width: 1250px) {
    .document-slider {
      bottom: unset;
      left: unset;
      margin-left: 25px;
      position: relative;
      top: unset;
      width: calc((((1200px - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }
  @media (max-width: 1140px) {
    .document-slider {
      width: calc(100% - 325px); } }
  @media (max-width: 736px) {
    .document-slider {
      margin-left: 0;
      margin-top: 30px;
      width: 100%; } }
  .document-slider .owl-dots {
    display: none; }
  .document-slider .owl-carousel {
    height: 100%; }
  .document-slider .owl-carousel .owl-stage-outer {
    height: 100%; }
    @media (max-width: 736px) {
      .document-slider .owl-carousel .owl-stage-outer {
        height: 220px; } }
  .document-slider .owl-carousel .owl-stage {
    height: 100%; }
  .document-slider .owl-carousel .owl-item {
    height: 100%; }
  .document-slider + .button.mobile-only, .subscribe .input-fields .document-slider + button.mobile-only {
    display: none;
    margin-top: 40px;
    max-width: 238px;
    padding: 15px 30px; }
    @media (max-width: 736px) {
      .document-slider + .button.mobile-only, .subscribe .input-fields .document-slider + button.mobile-only {
        display: block; } }
  .document-slider .owl-carousel .owl-nav {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: calc(((((100% - (8 * 25px)) / 12) * .5) + (.5 * 25px)) + 20px); }
    @media (max-width: 1900px) {
      .document-slider .owl-carousel .owl-nav {
        right: calc(((1200px - (11 * 25px)) / 12) + 25px - 20px); } }
    @media (max-width: 1250px) {
      .document-slider .owl-carousel .owl-nav {
        right: 0; } }
    @media (max-width: 736px) {
      .document-slider .owl-carousel .owl-nav {
        display: none;
        visibility: hidden;
        pointer-events: none; } }
    .document-slider .owl-carousel .owl-nav .owl-prev {
      display: none; }
    .document-slider .owl-carousel .owl-nav button {
      left: 23px;
      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: #659dd4; }
    .document-slider .owl-carousel .owl-nav i {
      color: #949494;
      font-size: 30px;
      font-weight: 700;
      line-height: normal; }

.listing-document {

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  margin-right: 35px;
  padding: 26px 24px;
  position: relative; }
  .listing-document.presentation {
    background-image: url(../images/presentation-thumb-2x.jpg); }
    .listing-document.presentation .listing-document__bg {
      background-image: url(../images/presentation-thumb-bw-2x.jpg); }
  .listing-document.news {
    background-image: url(../images/featured-news-thumb-2x.jpg); }
    .listing-document.news .listing-document__bg {
      background-image: url(../images/featured-news-thumb-bw-2x.jpg); }
  .listing-document.mic {
    background-image: url(../images/mic-thumb-2x.jpg); }
    .listing-document.mic .listing-document__bg {
      background-image: url(../images/mic-thumb-bw-2x.jpg); }
  .listing-document__bg {

    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:1; }
  .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; }
    @media (max-width: 375px) {
      .listing-document h5 {
        font-size: 14px;
        line-height: 20px; } }

/* IMAGE LINKS */
.image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.image-with-link {
  height: 677px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }
  @media (max-width: 900px) {
    .image-with-link:not(.whole) {
      height: auto; } }
  .image-with-link.half {
    width: 50%; }
    @media (max-width: 736px) {
      .image-with-link.half {
        width: 100%; } }
    .image-with-link.half > div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 900px) {
        .image-with-link.half > div {
          top: unset;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
  .image-with-link.whole {
    width: 100%; }
    @media (max-width: 768px) {
      .image-with-link.whole {
        height: auto;
        padding-bottom: 60px;
        padding-top: 60px; } }
    @media (max-width: 640px) {
      .image-with-link.whole {
        padding: 0px 0px 60px; } }
    .image-with-link.whole:before {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #000000), color-stop(85%, rgba(0, 0, 0, 0)));
      background-image: linear-gradient(to right, #000000 15%, rgba(0, 0, 0, 0) 85%);
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0.68;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
      @media (max-width: 640px) {
        .image-with-link.whole:before {
          display: none; } }
    .image-with-link.whole .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 3; }
      @media (max-width: 768px) {
        .image-with-link.whole .container {
          top: unset;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          width: 100%; } }
      @media (max-width: 640px) {
        .image-with-link.whole .container {
          padding-top: 55px; } }
      .image-with-link.whole .container > div > div:first-of-type {
        width: 650px; }
        @media (max-width: 768px) {
          .image-with-link.whole .container > div > div:first-of-type {
            width: 80%; } }
      .image-with-link.whole .container > div > div:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 768px) {
          .image-with-link.whole .container > div > div:last-of-type {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 300px; } }
      .image-with-link.whole .container .button, .image-with-link.whole .container .subscribe .input-fields button, .subscribe .input-fields .image-with-link.whole .container button {
        margin-right: 25px; }
        @media (max-width: 768px) {
          .image-with-link.whole .container .button, .image-with-link.whole .container .subscribe .input-fields button, .subscribe .input-fields .image-with-link.whole .container button {
            margin-top: 36px;
            max-width: 100%;
            padding-left: 20px;
            padding-right: 20px; }
            .image-with-link.whole .container .button:nth-of-type(2), .image-with-link.whole .container .subscribe .input-fields button:nth-of-type(2), .subscribe .input-fields .image-with-link.whole .container button:nth-of-type(2) {
              margin-top: 20px; } }
        @media (max-width: 640px) {
          .image-with-link.whole .container .button:first-of-type, .image-with-link.whole .container .subscribe .input-fields button:first-of-type, .subscribe .input-fields .image-with-link.whole .container button:first-of-type {
            margin-top: 26px; } }
  .image-with-link h1 {
    color: #ffffff;
    margin-bottom: 25px; }
    @media (max-width: 640px) {
      .image-with-link h1 {
        color: #000000;
        font-weight: 900;
        font-size: 30px;
        line-height: 1.2; } }
  .image-with-link h2 {
    color: #ffffff;
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      .image-with-link h2 {
        color: #000000; } }
  .image-with-link p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5; }
    @media (max-width: 640px) {
      .image-with-link p {
        color: #000000; } }
  .image-with-link .button, .image-with-link .subscribe .input-fields button, .subscribe .input-fields .image-with-link button {
    margin-top: 56px; }
    @media (max-width: 640px) {
      .image-with-link .button, .image-with-link .subscribe .input-fields button, .subscribe .input-fields .image-with-link button {
        margin-top: 46px; } }

@media (max-width: 640px) {
  #about.image-grid .image-with-link:before {
    background: grey;
    content: '';
    position: relative;
    display: block;
    height: 330px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top; } }

#about.image-grid .image-with-link:nth-of-type(1) {
  background-image: url(../images/metallurgical-coal.jpg); }
  @media (max-width: 640px) {
    #about.image-grid .image-with-link:nth-of-type(1) {
      background-color: #ffffff;
      background-image: none !important; }
      #about.image-grid .image-with-link:nth-of-type(1):before {
        background-image: url(../images/metallurgical-coal.jpg); } }

#about.image-grid .image-with-link:nth-of-type(2) {
  background-image: url(../images/value-added.jpg); }
  @media (max-width: 640px) {
    #about.image-grid .image-with-link:nth-of-type(2) {
      background-color: #ffffff;
      background-image: none !important; }
      #about.image-grid .image-with-link:nth-of-type(2):before {
        background-image: url(../images/value-added.jpg); } }

#about.image-grid .image-with-link:nth-of-type(3) {
  background-image: url(../images/our-people.jpg); }
  @media (max-width: 640px) {
    #about.image-grid .image-with-link:nth-of-type(3) {
      background-color: #ffffff;
      background-image: none !important; }
      #about.image-grid .image-with-link:nth-of-type(3):before {
        background-image: url(../images/our-people.jpg);
        opacity: 1; } }
  @media (max-width: 480px) {
    #about.image-grid .image-with-link:nth-of-type(3):before {
      background-image: url(../images/VAS_mobile.jpg); } }

/* OPERATIONS SLIDER */
#operations-slider {
  padding: 130px 0px 136px;
  position: relative;
  z-index: 1; }
  @media (max-width: 736px) {
    #operations-slider {
      padding: 16px 0 60px; }
      #operations-slider:before {
        background: #2e2e2e;
        content: '';
        display: block;
        height: 348px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1; } }
  #operations-slider .operations-desktop {
    display: block; }
    @media (max-width: 736px) {
      #operations-slider .operations-desktop {
        display: none; } }
  #operations-slider .operations-mobile {
    display: none; }
    @media (max-width: 736px) {
      #operations-slider .operations-mobile {
        display: block; } }
  #operations-slider #next-slide {
    bottom: 69px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 67px;
    width: 357px;
    z-index: 2;
    -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: 1140px) {
      #operations-slider #next-slide {
        width: 300px; } }
    @media (max-width: 900px) {
      #operations-slider #next-slide {
        width: 265px; } }
    @media (max-width: 736px) {
      #operations-slider #next-slide {
        display: none; } }
    #operations-slider #next-slide .ns-background {
      opacity: 0;
      position: absolute;
      content: '';
      background: #f1f1f1;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 0;
      -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 #next-slide > div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 67px;
      position: absolute;
      top: 111px;
      -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: 1140px) {
        #operations-slider #next-slide > div {
          left: 40px; } }
      @media (max-width: 900px) {
        #operations-slider #next-slide > div {
          left: 20px; } }
    #operations-slider #next-slide h4 {
      margin: 0;
      -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 #next-slide h4 span {
        color: #787878;
        -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: 1140px) {
          #operations-slider #next-slide h4 span {
            display: block; } }
      @media (max-width: 1900px) {
        #operations-slider #next-slide h4 {
          font-size: 16px; } }
    #operations-slider #next-slide .next-circle-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #979797;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 26px;
      overflow: hidden;
      width: 48px;
      -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 #next-slide .next-circle-icon i {
        font-size: 16px;
        font-weight: bold;
        opacity: 0;
        -webkit-transition-delay: .63s;
                transition-delay: .63s;
        -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 #next-slide:hover {
      width: 402px; }
      #operations-slider #next-slide:hover .ns-background {
        background: #659dd4; }
      @media (max-width: 1140px) {
        #operations-slider #next-slide:hover {
          width: 335px; } }
      @media (max-width: 900px) {
        #operations-slider #next-slide:hover {
          width: 300px; } }
      #operations-slider #next-slide:hover .next-circle-icon {
        border-color: #ffffff; }
        #operations-slider #next-slide:hover .next-circle-icon i {
          color: #ffffff; }
      #operations-slider #next-slide:hover h4 {
        color: #ffffff; }
        #operations-slider #next-slide:hover h4 span {
          color: #ffffff; }
        @media (max-width: 900px) {
          #operations-slider #next-slide:hover h4 {
            padding-right: 20px; } }

#operations-carousel {
  position: relative;
  pointer-events: none;
  z-index: 3;
  /* OWL ANIMATION TWEAKS */
  /* .owl-animated-out - only for current item */
  /* This is very important class. Use z-index if you want move Out item above In item */
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ }
  #operations-carousel .owl-nav {
    display: none; }
  #operations-carousel .owl-stage-outer,
  #operations-carousel .owl-stage,
  #operations-carousel .owl-item {
    pointer-events: none; }
  #operations-carousel .owl-item {
    overflow: hidden; }
    @media (max-width: 1900px) {
      #operations-carousel .owl-item h4 {
        font-size: 16px; } }
  #operations-carousel #first-slide-name,
  #operations-carousel #next-slide-name {
    display: none; }
  #operations-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #operations-carousel .owl-animated-out {
    z-index: 1; }
  #operations-carousel .owl-animated-in {
    z-index: 0; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.operation-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none; }
  .operation-slide__title {
    max-height: 210px;
    padding-bottom: 65px; }
    .operation-slide__title h1 {
      margin: -9px 0 0; }
      @media (max-width: 1350px) {
        .operation-slide__title h1 {
          width: calc((((100% - (11 * 25px)) / 12) * 8) + (7 * 25px)); } }
      @media (max-width: 1023px) {
        .operation-slide__title h1 {
          line-height: .9;
          margin-top: 1px; } }
    .operation-slide__title h2 {
      color: #659dd4;
      margin: 0; }
  @media (max-width: 1900px) {
    .operation-slide__left {
      width: calc((((1200px - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }
  @media (max-width: 1250px) {
    .operation-slide__left {
      width: calc((((100% - (11 * 25px)) / 12) * 7) + (6 * 25px)); } }
  @media (max-width: 850px) {
    .operation-slide__left {
      width: calc(55% - 25px); } }
  .operation-slide__left--image {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .operation-slide__left--status {
    padding-top: 50px; }
    .operation-slide__left--status h4 {
      margin-bottom: 19px; }
      .operation-slide__left--status h4 span {
        color: #659dd4; }
        @media (max-width: 1140px) {
          .operation-slide__left--status h4 span {
            display: block; } }
    .operation-slide__left--status p {
      padding-right: calc(100% / 7 + 25px); }
    .operation-slide__left--status .button, .operation-slide__left--status .subscribe .input-fields button, .subscribe .input-fields .operation-slide__left--status button {
      pointer-events: all;
      margin-top: 41px; }
  .operation-slide__right {
    pointer-events: all; }
    @media (max-width: 1900px) {
      .operation-slide__right {
        width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
    @media (max-width: 1250px) {
      .operation-slide__right {
        width: calc((((100% - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
    @media (max-width: 850px) {
      .operation-slide__right {
        width: 45%; } }
    .operation-slide__right--map {
      height: 320px;
      max-width: 100%;
      overflow: hidden;
      position: relative; }
      .operation-slide__right--map iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .operation-slide__right--map img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
    .operation-slide__right--details {
      background: #2e2e2e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 51px 41px; }
      .operation-slide__right--details h4 {
        color: #ffffff;
        margin: 0 0 19px;
        width: 50%; }
        @media (max-width: 1140px) {
          .operation-slide__right--details h4 {
            margin: 0 0 15px;
            width: 100%; }
            .operation-slide__right--details h4:last-of-type {
              margin-bottom: 0; } }
        @media (max-width: 850px) {
          .operation-slide__right--details h4 {
            font-size: 19px; } }
        .operation-slide__right--details h4:before {
          color: #8d8d8d;
          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: 2px;
          text-transform: uppercase; }

/* MOBILE -- OPERATIONS SLIDER / ACCORDION */
#mobile-operations-carousel .owl-item {
  opacity: 0; }
  #mobile-operations-carousel .owl-item.active {
    opacity: 1; }

#mobile-operations-carousel .owl-stage-outer {
  overflow: visible; }

.operations-mobile__flextop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .operations-mobile__flextop > h4 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: normal;
    margin: 0; }
  .operations-mobile__flextop > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #8d8d8d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.86px;
    text-transform: uppercase; }
    .operations-mobile__flextop > div > span {
      color: #ffffff; }

.operations-mobile #operations-mobile-next-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #659dd4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-left: 9px;
  width: 50px; }
  .operations-mobile #operations-mobile-next-btn i {
    color: #ffffff;
    font-size: 16px; }

.mobile-operation-slide {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14); }
  .mobile-operation-slide > h1 {
    color: #ffffff;
    margin: 2px 0 12px;
    text-align: center; }
  .mobile-operation-slide__image {
    height: 263px;
    overflow: hidden; }
    .mobile-operation-slide__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .mobile-operation-slide__expand {
    background: #ffffff;
    overflow: hidden;
    padding: 0px 13px 0;
    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); }
    .mobile-operation-slide__expand.is-open .mobile-operation-slide__expand--trigger i:nth-of-type(1) {
      display: none; }
    .mobile-operation-slide__expand.is-open .mobile-operation-slide__expand--trigger i:nth-of-type(2) {
      display: block; }
    .mobile-operation-slide__expand > div:not(.mobile-operation-slide__expand--trigger) {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #f1f1f1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .mobile-operation-slide__expand > div > span {
      color: #8d8d8d;
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.42;
      letter-spacing: 0.86px;
      padding: 10px 0px 8px;
      text-transform: uppercase;
      width: 50%; }
      .mobile-operation-slide__expand > div > span.key {
        color: #659dd4 !important;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        max-width: 45%; }
        @media (max-width: 375px) {
          .mobile-operation-slide__expand > div > span.key {
            max-width: 55%; } }
      .mobile-operation-slide__expand > div > span:nth-of-type(odd) {
        text-align: left;
        width: 115px; }
        @media (max-width: 375px) {
          .mobile-operation-slide__expand > div > span:nth-of-type(odd) {
            width: 45%; } }
      .mobile-operation-slide__expand > div > span:nth-of-type(even) {
        color: #000000;
        text-align: right;
        width: calc(100% - 115px); }
        @media (max-width: 375px) {
          .mobile-operation-slide__expand > div > span:nth-of-type(even) {
            width: 55%; } }
    .mobile-operation-slide__expand--description {
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      padding: 16px 0; }
    .mobile-operation-slide__expand .button, .mobile-operation-slide__expand .subscribe .input-fields button, .subscribe .input-fields .mobile-operation-slide__expand button {
      max-width: 100%;
      margin-bottom: 54px;
      width: 100%; }
    .mobile-operation-slide__expand--trigger {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #659dd4;
      border-radius: 50%;
      bottom: -25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 50%;
      height: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 50px; }
      .mobile-operation-slide__expand--trigger i {
        color: #ffffff;
        font-size: 16px; }
        .mobile-operation-slide__expand--trigger i:nth-of-type(1) {
          display: block; }
        .mobile-operation-slide__expand--trigger i:nth-of-type(2) {
          display: none; }

/* LISTING HUB*/
#listing-hub {
  background-image: url("../images/parkay-grey-bg-2.png");
  background-size: inherit;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  z-index: 0; }
  #listing-hub > .container {
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      #listing-hub > .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #listing-hub:before {
    background-color: #f1f1f1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: calc(50% + ((1200px - (11 * 25px)) / 12) + (25px / 2));
    z-index: 1; }
    @media (max-width: 1250px) {
      #listing-hub:before {
        width: calc(50% + ((100% - (11 * 25px)) / 12) + (25px / 2)); } }
    @media (max-width: 950px) {
      #listing-hub:before {
        width: 50%; } }
    @media (max-width: 767px) {
      #listing-hub:before {
        display: none; } }
  #listing-hub h2 {
    margin-bottom: 42px; }
  #listing-hub .button, #listing-hub .subscribe .input-fields button, .subscribe .input-fields #listing-hub button {
    margin-top: 48px; }
    @media (max-width: 950px) {
      #listing-hub .button, #listing-hub .subscribe .input-fields button, .subscribe .input-fields #listing-hub button {
        margin-top: 43px; } }

/* NEWS LISTING */
.news-listing {
  padding-bottom: 148px;
  padding-top: 129px; }
  @media (max-width: 1900px) {
    .news-listing {
      width: calc((((1200px - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }
  @media (max-width: 1250px) {
    .news-listing {
      width: calc((((100% - (11 * 25px)) / 12) * 6) + (5 * 25px)); } }
  @media (max-width: 950px) {
    .news-listing {
      margin-right: 0;
      padding: 60px 20px 60px 0px;
      width: 50%; } }
  @media (max-width: 767px) {
    .news-listing {
      background-color: #f1f1f1;
      padding-right: 0;
      position: relative;
      width: 100%; }
      .news-listing:before {
        background-color: #f1f1f1;
        content: '';
        width: 25px;
        left: -25px;
        top: 0;
        bottom: 0;
        position: absolute; }
      .news-listing:after {
        background-color: #f1f1f1;
        content: '';
        width: 25px;
        right: -25px;
        top: 0;
        bottom: 0;
        position: absolute; } }
  @media (max-width: 640px) {
    .news-listing {
      padding: 55px 20px 60px 0px; } }

.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;
  width: 100%; }
  .news-grid .news-item {
    border-bottom: 1px solid #979797;
    padding-bottom: 32px;
    width: calc(50% - 12.5px); }
    @media (max-width: 950px) {
      .news-grid .news-item {
        width: 100%; }
        .news-grid .news-item:nth-of-type(2) {
          border-bottom: none;
          padding-bottom: 0;
          padding-top: 32px; } }
    .news-grid .news-item:nth-of-type(n+3) {
      border-bottom: none;
      padding-top: 32px; }
      @media (max-width: 950px) {
        .news-grid .news-item:nth-of-type(n+3) {
          display: none; } }

.news-grid .news-item:nth-child(1) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s; }

.news-grid .news-item:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s; }

.news-grid .news-item:nth-child(3) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s; }

.news-grid .news-item:nth-child(4) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s; }

.news-item:hover > div {
  color: #659dd4; }

.news-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); }

.news-item__date {
  color: #8d8d8d;
  margin-bottom: 17px; }

.news-item__title {
  color: #000000; }

.news-item__readmore {
  color: #659dd4;
  margin-top: 39px; }
  @media (max-width: 640px) {
    .news-item__readmore {
      margin-top: 24px; } }

.feature-video {
  padding-bottom: 148px;
  padding-top: 129px; }
  @media (max-width: 1900px) {
    .feature-video {
      width: calc((((1200px - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
  @media (max-width: 1250px) {
    .feature-video {
      width: calc((((100% - (11 * 25px)) / 12) * 5) + (4 * 25px)); } }
  @media (max-width: 950px) {
    .feature-video {
      margin-right: 0;
      padding: 60px 0px 60px 20px;
      width: 50%; } }
  @media (max-width: 767px) {
    .feature-video {
      padding-left: 0;
      width: 100%; } }
  .feature-video .video-button {
    background: #d8d8d8;
    background-image: url(../images/featured-video-thumb-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 246px;
    position: relative;
    width: 100%; }
    .feature-video .video-button:hover > div > i {
      color: #659dd4;
      opacity: 1; }
    .feature-video .video-button > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .feature-video .video-button > div i {
      color: #ffffff;
      font-size: 80px;
      opacity: 0.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); }
  .feature-video .video-details__date {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.31;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 17px 0px 14px; }
  .feature-video .video-details__title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.31;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 22px; }
  .feature-video .video-details__description {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5; }


  /* WEBP CSS */
  html.no-webp #about.image-grid .image-with-link:nth-of-type(1) {background-image:url(../images/metallurgical-coal.jpg);}
  html.webp #about.image-grid .image-with-link:nth-of-type(1) {background-image:url(../images/metallurgical-coal.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(2) {background-image:url(../images/value-added.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(2) {background-image:url(../images/value-added.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(3) {background-image:url(../images/our-people.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(3) {background-image:url(../images/our-people.webp);}

  @media screen and (max-width: 900px) {
  html.no-webp #about.image-grid .image-with-link:nth-of-type(1) {background-image:url(../images/metallurgical-coal-900px.jpg);}
  html.webp #about.image-grid .image-with-link:nth-of-type(1) {background-image:url(../images/metallurgical-coal-900px.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(2) {background-image:url(../images/value-added-900px.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(2) {background-image:url(../images/value-added-900px.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(3) {background-image:url(../images/our-people-900px.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(3) {background-image:url(../images/our-people-900px.webp);}
  }
  @media screen and (max-width: 600px) {
  html.no-webp #about.image-grid .image-with-link:nth-of-type(1):before {background-image:url(../images/metallurgical-coal-600px.jpg);}
  html.webp #about.image-grid .image-with-link:nth-of-type(1):before {background-image:url(../images/metallurgical-coal-600px.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(2):before {background-image:url(../images/value-added-600px.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(2):before {background-image:url(../images/value-added-600px.webp);}
  html.no-webp  #about.image-grid .image-with-link:nth-of-type(3):before {background-image:url(../images/our-people-600px.jpg);}
  html.webp  #about.image-grid .image-with-link:nth-of-type(3):before {background-image:url(../images/our-people.webp);}
  }

.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;}

	
	}










