﻿@charset "UTF-8";
@import url(animations.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "freightsanspro-medium";
  src: url("fonts/FreightSansProMedium-Regular.eot");
  src: local("☺"), url("fonts/FreigSanProBook-webfont.woff") format("woff"), url("fonts/FreightSansProMedium-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "freightsanspro-bold";
  src: url("fonts/FreightSansProBold-Regular.eot");
  src: local("☺"), url("fonts/FreigSanProBold-webfont.woff") format("woff"), url("fonts/FreightSansProBold-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "freightsanspro-book";
  src: url("fonts/FreightSansProBook-Regular.eot");
  src: local("☺"), url("fonts/FreigSanProBook-webfont.woff") format("woff"), url("fonts/FreightSansProBook-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "freightsanspro-light";
  src: url("fonts/freightsansprolight-regular-webfont.eot");
  src: url("fonts/freightsansprolight-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FreightSansProLight-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "freightsanspro-semibold";
  src: url("fonts/FreightSansProSemibold-Regular.eot");
  src: local("☺"), url("fonts/FreightSansProSemibold-Regular.woff") format("woff"), url("fonts/FreightSansProSemibold-Regular.ttf") format("truetype"), url("fonts/FreightSansProSemibold-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
#top {
  position: absolute;
  top: 0; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #dbdbdb;
  height: 0; }
  #overlay.active {
    height: 100vh;
    width: 100vw;
    z-index: 2;
    opacity: 0.55; }

body {
  width: 100%;
  margin: 0;
  font-family: "freightsanspro-light";
  color: #46494d;
  overflow-x: hidden; }

a {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer; }
  a:hover {
    opacity: 0.6; }
  a:active {
    color: #f50002; }
  a img {
    border: 0; }

.h1-title {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  letter-spacing: 0.6px;
  color: #ffffff;
  line-height: 1;
  font-variant-numeric: proportional-nums;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum"; }
  @media screen and (max-width: 767px) {
    .h1-title {
      letter-spacing: 0.5px;
      text-align: center;
      font-size: 32px; } }

.b1-quote {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.3px;
  color: #46494d;
  line-height: 1; }
  .b1-quote.white {
    color: #ffffff; }

.b1-quote-president {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #46494d;
  line-height: 45px; }
  @media screen and (max-width: 767px) {
    .b1-quote-president {
      font-size: 24px;
      letter-spacing: 0.2px;
      line-height: 30px; } }

.h2-section-title {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  color: #f50002;
  letter-spacing: 0.2px;
  line-height: 1;
  margin-bottom: 20px; }
  .h2-section-title.white {
    color: #ffffff;
    letter-spacing: 0.1px; }

.b6-quote-mobile {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 1; }

.h5-subhead-red {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #ef0008;
  letter-spacing: 0.6px;
  line-height: 32px;
  margin-bottom: 15px; }

.b1-quote-2 {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-size: 28px;
  color: #46494d;
  letter-spacing: 0.1px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .b1-quote-2 {
      font-family: "freightsanspro-light";
      font-style: normal;
      font-size: 24px;
      color: #46494d;
      letter-spacing: 0.2px;
      line-height: 30px; } }

.h5-subhead-white {
  font-family: "freightsanspro-book";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.6px; }

.b2-body-copy {
  font-family: "freightsanspro-light";
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #36393c; }
  .b2-body-copy.chromefix {
    -webkit-text-stroke: 0.2px;   font-family: "freightsanspro-book"; }
  .b2-body-copy.iefix {
    text-shadow: 0px 0px 0px #46494d;   font-family: "freightsanspro-book"; }
  .b2-body-copy.white {
    color: #ffffff; }
  .b2-body-copy .red {
    color: #f50002; }
  .b2-body-copy strong {
    font-family: "freightsanspro-book"; }
  .b2-body-copy sup {
    vertical-align: text-top;
    position: relative;
    top: -0.4em; }

.h6-nav-mobile {
  font-family: "freightsanspro-semibold";
  font-style: normal;
  font-size: 18px;
  color: #46494d;
  letter-spacing: 0.5px;
  line-height: 1; }

.b3-name {
  font-family: "freightsanspro-bold";
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1px;
  color: #36393c;
  line-height: 1; }

.b3-title {
  font-family: "freightsanspro-book";
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1px;
  color: #36393c;
  line-height: 1; }

.b4-disclaimer {
  font-family: "freightsanspro-book";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #36393c; }
  .b4-disclaimer.white {
    color: #ffffff; }

.h3-top-nav {
  font-family: "freightsanspro-semibold";
  font-style: normal;
  font-size: 14px;
  color: #46494d;
  letter-spacing: 0.2px;
  line-height: 1; }
  .h3-top-nav *:hover, .h3-top-nav .active {
    color: #f50002; }

.h4-navdesktop-submenu {
  font-family: "freightsanspro-semibold";
  font-style: normal;
  font-size: 14px;
  color: #b5b6b8;
  letter-spacing: 0.2px;
  line-height: 1; }

.b5-copyright-info {
  font-family: "freightsanspro-book";
  font-style: normal;
  font-size: 12px;
  color: #36393c;
  line-height: 20px;
  letter-spacing: 0.4px; }
  .b5-copyright-info.red {
    color: #ef0008; }

.main-content {
  max-width: 720px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .main-content {
      max-width: 330px; } }
  @media screen and (max-width: 320px) {
    .main-content {
      max-width: 300px; } }

nav.top-menu {
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  @media screen and (max-width: 1023px) {
    nav.top-menu {
      -webkit-box-shadow: 0px 1px 1px #b5b6b8;
      -moz-box-shadow: 0px 1px 1px #b5b6b8;
      box-shadow: 0px 1px 1px #b5b6b8; } }
  nav.top-menu .logo {
    display: block;
    float: left;
    height: 100%;
    padding: 16px 29px; }
    nav.top-menu .logo img {
      height: 100%;
      width: auto; }
  nav.top-menu .dropdown-menu {
    opacity: 0;
    height: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #46494d;
    padding: 32px 140px; }
    nav.top-menu .dropdown-menu.active {
      opacity: 1;
      height: 200px;
      visibility: visible; }
    nav.top-menu .dropdown-menu .drop-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-bottom: 15px; }
      nav.top-menu .dropdown-menu .drop-item:last-child {
        margin-right: 0; }
      nav.top-menu .dropdown-menu .drop-item:nth-child(2n) {
        margin-right: 0; }
      nav.top-menu .dropdown-menu .drop-item:nth-child(2n+1) {
        clear: left; }
  nav.top-menu .menu {
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 60px; }
    nav.top-menu .menu .menu-item {
      max-width: 12.5%;
      padding: 0 6px; }
    nav.top-menu .menu .download {
      display: inline-block; }
      nav.top-menu .menu .download .doc {
        width: 80px;
        height: auto;
        display: inline-block; }
      nav.top-menu .menu .download img {
        vertical-align: middle;
        width: 100%;
        height: auto; }
  @media screen and (max-width: 1023px) {
    nav.top-menu .logo, nav.top-menu .menu, nav.top-menu .dropdown-menu {
      display: none; } }
  nav.top-menu .mobile-top-menu {
    display: none;
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      nav.top-menu .mobile-top-menu {
        display: block; } }
    @media screen and (max-width: 320px) {
      nav.top-menu .mobile-top-menu {
        padding: 0 10px; } }
    nav.top-menu .mobile-top-menu .burger {
      width: 25px;
      vertical-align: middle;
      cursor: pointer; }
    nav.top-menu .mobile-top-menu .logo-color {
      width: 100px;
      margin-left: 30px; }
      @media screen and (max-width: 320px) {
        nav.top-menu .mobile-top-menu .logo-color {
          margin-left: 10px; } }
    nav.top-menu .mobile-top-menu .menu-text {
      line-height: 60px;
      margin-left: 5px; }
    nav.top-menu .mobile-top-menu .menu-text, nav.top-menu .mobile-top-menu .logo-color {
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      nav.top-menu .mobile-top-menu .menu-text.after-landing, nav.top-menu .mobile-top-menu .logo-color.after-landing {
        opacity: 1; }

nav.mob-menu {
  position: fixed;
  z-index: 3;
  left: -999px;
  top: 0;
  background: #ffffff;
  padding: 30px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  nav.mob-menu.active {
    left: 0; }
  nav.mob-menu .close-btn-box {
    padding-left: 20px;
    width: 20px;
    vertical-align: middle; }
    nav.mob-menu .close-btn-box img {
      cursor: pointer; }
  nav.mob-menu ul {
    list-style-type: none; }
  nav.mob-menu .main-menu {
    padding-left: 0;
    margin-top: 30px; }
    nav.mob-menu .main-menu > li {
      margin-bottom: 36px; }
    nav.mob-menu .main-menu .nav-mob-item {
      padding-left: 20px; }
    nav.mob-menu .main-menu .shareholders-submenu img {
      margin-left: 1em;
      vertical-align: middle;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    nav.mob-menu .main-menu .shareholders-submenu.active {
      color: #f50002; }
      nav.mob-menu .main-menu .shareholders-submenu.active img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    nav.mob-menu .main-menu .download {
      padding-left: 20px; }
      nav.mob-menu .main-menu .download img {
        width: 80px; }
    nav.mob-menu .main-menu .sub-menu {
      padding-left: 40px;
      padding-right: 12px;
      margin-top: 7px;
      margin-bottom: 30px;
      max-height: 0;
      overflow: hidden;
      background: rgba(70, 73, 77, 0.05);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      nav.mob-menu .main-menu .sub-menu.active {
        max-height: 500px;
        padding-top: 18px; }
      nav.mob-menu .main-menu .sub-menu > li {
        margin-bottom: 20px; }

.section-separator {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .section-separator {
      display: none; } }

.section-separator-mob {
  width: 100%;
  display: none; }
  @media screen and (max-width: 767px) {
    .section-separator-mob {
      display: initial; } }

footer {
  width: 100%;
  height: 86px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    footer {
      height: 140px;
      padding: 20px 24px 0 24px; } }
  footer .logo-black {
    float: left;
    padding: 30px 5%; }
    @media screen and (max-width: 1023px) {
      footer .logo-black {
        float: initial;
        padding: 0;
        display: block; } }
  footer .copyright {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 1023px) {
      footer .copyright {
        position: relative;
        margin: 0;
        top: 2em; } }
    @media screen and (max-width: 320px) {
      footer .copyright {
        top: 3em; } }
    footer .copyright .b5-copyright-info, footer .copyright .go-up {
      display: inline-block; }
    footer .copyright .go-up {
      vertical-align: middle;
      width: 60px;
      height: 60px;
      margin-left: 20px; }
      @media screen and (max-width: 1023px) {
        footer .copyright .go-up {
          position: absolute;
          top: -4.5em;
          right: 0; } }
      footer .copyright .go-up img {
        width: 100%;
        height: auto; }

table::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 7px !important;
  height: 5px !important; }
table::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important; }

/*# sourceMappingURL=general.css.map */

.b2-body-copy.chromefix {
    -webkit-text-stroke: 0.2px; 
}
.chromefix, .iefix {
  font-family: "freightsanspro-book"; }
