/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup, sub {
  vertical-align: top;
  position: relative;
  font-size: 0.7em;
  top: -0.6em; }

sub {
  top: 0.4em; }

/* #Basic Styles
================================================== */
body {
  font: 16px/1.5em "Crimson Text", Georgia, "Times New Roman", serif;
  color: #333;
  font-weight: 400; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #C70F2D;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 400; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: 'Anton'; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
  color: #000000; }

h1 {
  font-size: 84px;
  line-height: 120%;
  font-weight: 500; }

h2 {
  font-size: 32px;
  line-height: 120%;
  margin: 0; }

h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0; }

h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px; }

span.underline {
  border-bottom: 2px solid #C70F2D; }

p {
  margin: 0 0 20px;
  color: #000000;
  font-size: 16px;
  font-family: "Crimson Text";
  line-height: 25px; }

div {
  color: #000000;
  font-size: 12px;
  font-family: "Crimson Text";
  line-height: 160%; }

em {
  font-style: italic; }

strong {
  font-weight: bold;
  color: #000000; }

small {
  font-size: 80%; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/* #Links
================================================== */
a, a:visited {
  color: #000000;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #C70F2D; }

p a, p a:visited {
  line-height: inherit; }

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
  text-align: left; }

ul {
  list-style: none outside;
  list-style-image: none;
  line-height: 16px;
  padding: 0;
  margin: 0 0 15px; }
  ul li {
    font-size: 12px;
    padding: 0 0 0 15px; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 5px;
  font-size: 14px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

/* #Images
================================================== */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* #Videos / #Iframes
================================================== */
iframe {
  border: 1px solid #DDD; }

hr {
  display: block;
  height: 0px;
  background: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  clear: both;
  padding: 0;
  margin: 25px 0; }

*::selection {
  background: #000;
  /* Safari */ }
*::-moz-selection {
  background: #000;
  /* Firefox */ }

.container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 0; }

.column, .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block; }

nav.nav {
  margin: 0;
  padding: 0;
  z-index: 10; }
  nav.nav ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    nav.nav ul li {
      display: inline-block;
      padding: 0 0 10px;
      margin: 0 10px;
      position: relative; }
      nav.nav ul li a, nav.nav ul li a:link, nav.nav ul li a:visited {
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 20px;
        display: block;
        cursor: pointer;
        font-family: 'Anton'; }
        nav.nav ul li a:hover, nav.nav ul li a.active, nav.nav ul li a:link:hover, nav.nav ul li a:link.active, nav.nav ul li a:visited:hover, nav.nav ul li a:visited.active {
          color: #C70F2D; }
  nav.nav .subnav {
    display: none;
    width: 210px;
    background: transparent;
    height: auto;
    position: absolute;
    top: 22px;
    left: -15px;
    min-height: 30px; }
    nav.nav .subnav ul {
      width: 100%;
      margin: 0;
      padding: 5px;
      position: relative;
      display: block; }
      nav.nav .subnav ul li {
        display: block;
        padding: 2px 10px;
        margin: 0;
        width: auto;
        float: none; }
        nav.nav .subnav ul li a, nav.nav .subnav ul li a:link, nav.nav .subnav ul li a:visited {
          line-height: 15px;
          padding: 0;
          letter-spacing: 1px;
          font-size: 12px;
          -moz-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          -webkit-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
          nav.nav .subnav ul li a:hover, nav.nav .subnav ul li a:link:hover, nav.nav .subnav ul li a:visited:hover {
            color: #C70F2D;
            -moz-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
    nav.nav .subnav:hover {
      display: block; }
  @media screen and (max-width: 768px) {
    nav.nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      nav.nav ul li {
        margin: 0 10px 20px; } }

html {
  background: #ffffff;
  width: 100%;
  height: 100%; }

body {
  height: auto;
  min-height: 100%;
  min-width: 1200px;
  background: #ffffff;
  width: 100%;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden; }

section {
  width: 100%;
  height: auto; }

header.header {
  background: transparent;
  height: 160px;
  width: calc(100% - 40px);
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  header.header.fixed {
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  header.header h1.logo {
    display: block;
    width: 160px;
    height: 60px;
    background: url(../images/logo-curtisswright.png) no-repeat 0 0;
    background-size: 160px 45px;
    text-indent: -50000px;
    position: relative;
    margin: 0;
    z-index: 2000; }
    header.header h1.logo a, header.header h1.logo a:link, header.header h1.logo a:visited {
      display: block;
      width: 100%;
      height: 100%; }
    header.header h1.logo span {
      position: absolute;
      bottom: -5px;
      left: 0px;
      text-indent: 0;
      color: #222;
      font-weight: normal;
      font-size: 12px;
      font-family: "Roboto";
      width: 100%;
      text-align: center;
      line-height: 15px;
      display: block;
      margin: 0;
      clear: both;
      font-weight: 500;
      text-transform: uppercase; }
  header.header #helper {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
    color: #222;
    font-weight: bold;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    header.header {
      flex-direction: column;
      max-width: calc(100% - 40px);
      padding: 20px;
      height: auto; }
      header.header #helper {
        display: none; } }

.page {
  padding: 180px 0 0;
  background: #fff; }
  .page.index {
    padding: 0; }
  .page.inside {
    padding: 0; }
    .page.inside .content {
      padding: 150px 0 0; }
    .page.inside.shareholder .content {
      background: none; }
    .page.inside.shareholder section {
      height: auto; }
  .page.letter {
    padding: 0; }
    .page.letter .content {
      padding: 150px 0 50px; }

.intro {
  color: #C8102E;
  font-size: 24px;
  line-height: 38px; }

section.home.timeline {
  background: url(../images/home-timeline.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: 125% auto;
  height: 100vh; }
  section.home.timeline h1 {
    display: none; }
  section.home.timeline .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    section.home.timeline .container .text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
      section.home.timeline .container .text a, section.home.timeline .container .text a:link, section.home.timeline .container .text a:visited {
        display: block;
        border: 1px solid #C8102E;
        padding: 5px 10px;
        font-family: "Anton";
        color: #C8102E;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        section.home.timeline .container .text a:hover, section.home.timeline .container .text a:link:hover, section.home.timeline .container .text a:visited:hover {
          background: #C8102E;
          color: #fff;
          -moz-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          -webkit-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
    section.home.timeline .container h2 {
      text-transform: uppercase;
      margin: -40px 0 20px;
      font-size: 34px; }
  @media screen and (max-width: 768px) {
    section.home.timeline {
      background-size: cover;
      background-attachment: scroll; }
      section.home.timeline .container {
        flex-direction: column;
        max-width: calc(100% - 40px);
        padding: 20px; } }

section.home.copy {
  background: #C8102E;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 100px 0; }
  section.home.copy .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%; }
  section.home.copy h3 {
    color: #fff;
    font-size: 75px;
    margin: 0 0 40px;
    padding: 0;
    line-height: 95px; }
  section.home.copy p {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px; }
    section.home.copy p.intro {
      font-family: 'Anton';
      font-size: 34px;
      line-height: 40px; }
  section.home.copy .left {
    width: 40%;
    margin-right: 100px; }
  section.home.copy .copy-block {
    max-width: 50%; }
    section.home.copy .copy-block img {
      max-width: 150px; }
  @media screen and (max-width: 768px) {
    section.home.copy .container {
      flex-direction: column;
      max-width: calc(100% - 40px);
      padding: 20px; }
      section.home.copy .container h3 {
        font-size: 60px;
        line-height: 70px; }
      section.home.copy .container .copy-block {
        max-width: 100%; } }

a.scroller, a.scroller:link, a.scroller:visited {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 54px 0 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: .1em;
  text-decoration: none;
  color: #4D4D4D;
  transition: opacity .3s;
  border: none; }
  a.scroller:hover, a.scroller:link:hover, a.scroller:visited:hover {
    opacity: .5;
    background: transparent; }
  a.scroller span, a.scroller:link span, a.scroller:visited span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #4D4D4D;
    border-radius: 50px;
    box-sizing: border-box; }
    a.scroller span:before, a.scroller:link span:before, a.scroller:visited span:before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 4px;
      height: 6px;
      margin-left: -3px;
      background-color: #4D4D4D;
      border-radius: 100%;
      -webkit-animation: sdb10 2s infinite;
      animation: sdb10 2s infinite;
      box-sizing: border-box; }
  a.scroller div, a.scroller:link div, a.scroller:visited div {
    text-indent: -50000px;
    border: solid #4D4D4D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px; }
  @media screen and (max-width: 768px) {
    a.scroller, a.scroller:link, a.scroller:visited {
      bottom: 40px;
      left: calc(50% - 8px); } }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
section.financial-highlights {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px; }
  section.financial-highlights h1 {
    font-size: 58px;
    text-transform: uppercase;
    color: #000; }
    section.financial-highlights h1 span {
      color: #C70F2D; }
  section.financial-highlights .chart-holder {
    position: relative;
    width: 100%;
    padding: 60px 0 50px; }
    section.financial-highlights .chart-holder:after {
      content: "";
      display: table;
      clear: both; }
  section.financial-highlights .chart {
    width: 25%;
    float: left;
    position: relative; }
    section.financial-highlights .chart h4 {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      color: #C70F2D;
      font-size: 18px;
      margin: 0;
      text-align: center;
      letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    section.financial-highlights .chart {
      width: 100%;
      float: none;
      margin: 0 0 20px; }
      section.financial-highlights .chart h4 {
        position: relative; } }

#chart {
  width: 100%;
  margin: 0 auto 65px;
  display: block;
  position: relative; }
  #chart .bars {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 65%;
    height: 340px;
    overflow: hidden; }
    #chart .bars:after {
      content: "";
      display: table;
      clear: both; }
    #chart .bars li {
      display: block;
      width: 33%;
      height: 300px;
      margin: 0;
      padding: 0;
      text-align: center;
      position: relative;
      float: left; }
      #chart .bars li .bar {
        height: 0;
        display: block;
        width: 20px;
        margin-left: 18px;
        background: #000;
        position: absolute;
        bottom: 0;
        cursor: default;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #chart .bars li .bar:before {
          color: #000;
          content: attr(data-value);
          position: relative;
          bottom: 20px;
          left: -24px;
          font-size: 12px;
          font-family: "Roboto";
          display: block;
          height: 20px;
          width: 60px;
          text-align: center; }
      #chart .bars li span {
        color: #000;
        width: 100%;
        position: absolute;
        bottom: -2em;
        left: 0;
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        font-family: "Roboto"; }

.sh-info {
  padding: 50px 0; }
  .sh-info h1 {
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
    margin: 0 0 30px;
    font-size: 30px; }
  .sh-info .fifty {
    width: 50%;
    float: left;
    max-width: 440px; }
    .sh-info .fifty:nth-child(odd) {
      margin-left: 100px; }
  .sh-info h2 {
    font-size: 18px; }
  .sh-info p {
    font-size: 21px;
    line-height: 30px; }
  .sh-info ul li {
    padding: 0; }
  .sh-info.white {
    background: #E3E3E3; }

.text {
  padding: 0;
  position: relative; }
  .text h3 {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: none; }
  .text h4 {
    font-size: 14px;
    margin: 0 0 20px;
    text-transform: none; }

.table {
  display: table; }

.middle {
  display: table-cell;
  vertical-align: middle;
  height: 750px; }

.wrap {
  width: 410px;
  float: left;
  padding: 80px 0;
  position: relative;
  margin-left: 128px; }
  .wrap button {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    width: 360px;
    height: 360px;
    box-shadow: inset 0 0 0 2px #333;
    color: #333;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle; }
    .wrap button::before, .wrap button::after {
      box-sizing: inherit;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    .wrap button i {
      background: #fff;
      border-radius: 50%;
      display: block;
      text-align: center;
      color: #C70F2D;
      font-family: 'Anton';
      font-size: 30px;
      font-weight: 700;
      width: 100px;
      height: 100px;
      position: absolute;
      line-height: 100px;
      opacity: 0;
      z-index: 200;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .wrap button i span {
        display: block;
        clear: both;
        color: #fff;
        font-size: 16px !important;
        position: absolute;
        bottom: -30px;
        right: 0;
        line-height: 20px;
        height: 20px;
        width: 100%;
        text-align: center;
        min-width: 200px; }
      .wrap button i#i1 {
        width: 280px;
        height: 280px;
        font-size: 80px;
        line-height: 280px;
        left: -140px;
        top: calc(50% - 140px); }
      .wrap button i#i2 {
        width: 180px;
        height: 180px;
        font-size: 50px;
        line-height: 180px;
        left: calc(50% - 50px);
        bottom: -65px; }
      .wrap button i#i3 {
        width: 72px;
        height: 72px;
        font-size: 30px;
        line-height: 72px;
        right: -36px;
        top: calc(50% - 10px); }
        .wrap button i#i3 span {
          right: calc(50% - 100px); }
      .wrap button i#i4 {
        width: 46px;
        height: 46px;
        font-size: 20px;
        line-height: 46px;
        right: 15px;
        top: 50px; }
        .wrap button i#i4 span {
          right: calc(50% - 100px); }
      .wrap button i#i5 {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        left: 200px;
        top: -12px; }
        .wrap button i#i5 span {
          right: calc(50% - 100px); }
      .wrap button i#i6 {
        width: 200px;
        height: 200px;
        font-size: 60px;
        line-height: 200px;
        right: -100px;
        top: calc(50% - 100px); }
      .wrap button i:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
    .icons .wrap button i {
      opacity: 1;
      -moz-transition: all 750ms ease-in-out;
      -o-transition: all 750ms ease-in-out;
      -webkit-transition: all 750ms ease-in-out;
      transition: all 750ms ease-in-out; }
  .wrap .spin {
    padding: 0; }
    .wrap .spin:hover {
      color: #fff; }
    .wrap .spin::before, .wrap .spin::after {
      top: 0;
      left: 0; }
    .wrap .spin::before {
      border: 3px solid transparent; }
    .active .wrap .spin::before {
      border-top-color: rgba(255, 255, 255, 0.5);
      border-right-color: rgba(255, 255, 255, 0.5);
      border-bottom-color: rgba(255, 255, 255, 0.5);
      transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
    .wrap .spin::after {
      border: 0 solid transparent; }
    .active .wrap .spin::after {
      border-top: 3px solid rgba(255, 255, 255, 0.5);
      border-left-width: 3px;
      border-right-width: 3px;
      transform: rotate(270deg);
      transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }
  .wrap .circle {
    border-radius: 100%;
    box-shadow: none; }
    .wrap .circle::before, .wrap .circle::after {
      border-radius: 100%; }

.chart-text {
  width: 400px;
  float: right;
  padding: 200px 0 0; }
  .chart-text h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 10px; }
  .chart-text p {
    color: #fff; }
    .chart-text p span {
      font-size: 24px; }

.letter .content-wrap h3 {
  font-size: 40px;
  margin: 0 0 30px; }
.letter .content-wrap p {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 30px; }
.letter .content-wrap ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 30px; }
  .letter .content-wrap ul li {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 10px 25px;
    padding: 0; }
.letter .content-wrap h4 {
  color: #000;
  font-size: 20px;
  margin: 0 0 20px;
  text-transform: uppercase; }
@media screen and (max-width: 768px) {
  .letter .content-wrap h3 {
    font-size: 30px;
    line-height: 40px; } }

p.quote {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  color: #C8102E;
  margin: 0 0 50px; }

.letter .content-wrap {
  max-width: 100%;
  overflow: hidden; }

.letter .content .left {
  max-width: 900px; }
  .letter .content .left a.scroller, .letter .content .left a.scroller:link, .letter .content .left a.scroller:visited {
    left: -100px; }
  .letter .content .left h1 {
    color: #C8102E;
    font-size: 48px;
    margin: 0;
    line-height: 58px; }
  .letter .content .left h3 {
    font-weight: 700;
    margin: 0 0 10px; }
  .letter .content .left p {
    font-size: 25px;
    line-height: 35px; }
    .letter .content .left p.intro {
      font-family: 'Anton';
      line-height: 58px;
      color: #000;
      font-weight: 700;
      font-size: 48px;
      margin: 0 0 50px; }
  .letter .content .left ul {
    list-style: disc;
    list-style-position: outside;
    padding: 0 0 0 20px; }
    .letter .content .left ul li {
      font-family: 'acumin-pro';
      font-weight: 300;
      font-size: 16px;
      line-height: 25px;
      padding: 0; }
  .letter .content .left h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #C8102E;
    text-transform: none; }
  .letter .content .left span {
    display: block;
    color: #4B4F54;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; }

.full-image {
  width: 100%;
  margin: 0;
  position: relative; }
  .full-image:before {
    content: '';
    display: block;
    width: 50%;
    height: 48px;
    background: url(../images/jetline.png) repeat-x left top;
    background-size: 3px 48px;
    position: absolute;
    top: -26px;
    left: calc(50% + 673px); }
  .full-image img {
    display: none; }
  .full-image#warhawk {
    position: relative;
    background: #E3E3E3;
    padding: 300px 0 100px;
    margin: 350px 0 100px; }
    .full-image#warhawk:after {
      display: block;
      background: url(../images/warhawk.png) no-repeat center center;
      background-size: 100% auto;
      top: -255px;
      left: calc(50% - 673px);
      width: 100%;
      height: 505px;
      content: '';
      position: absolute;
      max-width: 1346px; }
    .full-image#warhawk .text {
      max-width: 60%; }
      .full-image#warhawk .text p {
        color: #000; }
      .full-image#warhawk .text ul li {
        color: #000; }
    @media screen and (max-width: 768px) {
      .full-image#warhawk {
        margin: 0;
        flex-direction: column-reverse;
        display: flex;
        padding: 50px 0; }
        .full-image#warhawk img {
          margin-bottom: 40px; }
        .full-image#warhawk .text {
          max-width: 100%; } }

.sig {
  max-width: 422px;
  margin: 40px 0 40px -40px; }

.parallax {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .parallax .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .parallax .col:first-child {
      margin-right: 100px; }
    .parallax .col h2 {
      padding: 20px 0;
      margin: 0 0 50px;
      width: 100%;
      color: #000;
      font-size: 40px;
      position: relative;
      display: flex;
      align-items: flex-start;
      line-height: 54px; }
      .parallax .col h2 span {
        font-size: 20px;
        line-height: 25px;
        margin-left: 10px; }
      .parallax .col h2:before {
        content: '';
        width: 150%;
        height: 2px;
        background: #000;
        left: -50%;
        top: 0px;
        display: block;
        position: absolute; }
      .parallax .col h2.right:before {
        left: auto;
        right: -50%; }
    .parallax .col.col-text {
      max-width: 50%; }
  @media screen and (max-width: 768px) {
    .parallax {
      flex-direction: column; }
      .parallax .col {
        width: 100%; }
        .parallax .col:first-child {
          margin-right: 0px; }
        .parallax .col h2 {
          font-size: 30px;
          line-height: 40px; }
          .parallax .col h2:before {
            display: none; }
        .parallax .col.col-text {
          max-width: 100%; } }

.fp {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .fp {
      padding: 50px 0; } }

.rd {
  background: #C8102E;
  padding: 100px 0;
  margin: 0; }
  .rd .col-image {
    max-width: 450px; }
  .rd .floating-image-wrapper {
    margin-top: -200px; }
    .rd .floating-image-wrapper img {
      margin: 0 0 30px; }
    .rd .floating-image-wrapper h4 {
      color: #fff; }
    .rd .floating-image-wrapper p {
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      font-family: 'Roboto';
      font-weight: 400;
      font-style: italic; }
  .rd h3 {
    color: #fff;
    line-height: 54px; }
  .rd p {
    color: #fff; }
  .rd ul, .rd li {
    color: #fff; }

.lower {
  padding: 100px 0; }
  .lower .col h2 {
    color: #C8102E; }
  @media screen and (max-width: 768px) {
    .lower .parallax {
      flex-direction: column-reverse; } }

/* ==========================================================================
Floating Images
========================================================================== */
.floating-holder .floating-inner {
  position: relative; }
.floating-holder .floating-main-image-holder,
.floating-holder .floating-aux-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.floating-holder .floating-image-wrapper {
  height: 100%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out; }
  .floating-holder .floating-image-wrapper .floating-main-image {
    box-shadow: rgba(137, 173, 255, 0.35) 7px 13px 35px 1px; }
  .floating-holder .floating-image-wrapper .floating-aux-image {
    box-shadow: rgba(187, 193, 255, 0.45) 4px 5px 15px 1px; }
  .floating-holder .floating-image-wrapper .solo {
    box-shadow: rgba(187, 193, 255, 0.45) -7px 13px 35px 4px;
    top: 50%;
    transform: translate(0, -50%); }
.floating-holder .floating-main-image-holder {
  z-index: 10; }
.floating-holder img {
  position: absolute;
  max-width: unset;
  border-radius: 8px; }

@media only screen and (max-width: 768px) {
  .letter-section .left, .letter-section .right {
    width: 100%;
    float: none; } }
.page.inside.financial p {
  font-family: 'Roboto'; }
.page.inside.financial section {
  height: auto; }
.page.inside.financial .container {
  width: 960px; }
.page.inside.financial .intro {
  width: 100%; }
  .page.inside.financial .intro .caption {
    padding: 0;
    width: 100%;
    position: relative; }
    .page.inside.financial .intro .caption h1 {
      text-transform: none;
      font-size: 48px;
      margin-bottom: 0px; }
    .page.inside.financial .intro .caption h2 {
      font-size: 32px;
      line-height: 32px;
      margin: 0 0 10px;
      color: #000; }
    .page.inside.financial .intro .caption p {
      margin: 0;
      color: #C70F2D;
      font-size: 14px;
      font-weight: 300;
      max-width: 530px;
      line-height: 20px; }
.page.inside.financial .text {
  padding: 0; }
  .page.inside.financial .text:before {
    display: none; }
  .page.inside.financial .text p {
    margin: 0;
    color: #C70F2D;
    font-size: 14px;
    font-weight: 300;
    max-width: 530px;
    line-height: 20px; }
.page.inside.financial .ems {
  padding: 50px 0;
  background: #fff; }
  .page.inside.financial .ems h2 {
    margin: 0; }
  .page.inside.financial .ems .ems-chart {
    margin: 30px auto;
    padding: 30px 0;
    background: url(../images/ems-chart-grid.png) no-repeat center bottom;
    background-size: 960px 13px; }
    .page.inside.financial .ems .ems-chart ul#emsbars {
      width: 964px;
      max-width: 964px;
      position: relative;
      padding: 0;
      margin: 0 auto; }
      .page.inside.financial .ems .ems-chart ul#emsbars:after {
        content: "";
        display: table;
        clear: both; }
      .page.inside.financial .ems .ems-chart ul#emsbars li {
        width: 0;
        float: left;
        display: inline-block;
        margin: 0;
        height: 120px;
        padding: 0;
        position: relative; }
        .page.inside.financial .ems .ems-chart ul#emsbars li:after {
          content: "";
          display: table;
          clear: both; }
        .page.inside.financial .ems .ems-chart ul#emsbars li.open label {
          -webkit-transition: all 500ms linear;
          -moz-transition: all 500ms linear;
          -ms-transition: all 500ms linear;
          -o-transition: all 500ms linear;
          transition: all 500ms linear;
          opacity: 1;
          visibility: visible; }
        .page.inside.financial .ems .ems-chart ul#emsbars li label {
          -webkit-transition: all 500ms linear;
          -moz-transition: all 500ms linear;
          -ms-transition: all 500ms linear;
          -o-transition: all 500ms linear;
          transition: all 500ms linear;
          position: relative;
          opacity: 0;
          display: block;
          height: 48px;
          visibility: hidden; }
          .page.inside.financial .ems .ems-chart ul#emsbars li label:after {
            content: "";
            display: table;
            clear: both; }
          .page.inside.financial .ems .ems-chart ul#emsbars li label span {
            color: #000;
            display: block;
            font-size: 12px;
            line-height: 14px;
            padding: 5px 8px;
            margin: 0;
            font-family: 'Roboto'; }
            .page.inside.financial .ems .ems-chart ul#emsbars li label span.number {
              font-size: 34px;
              font-family: 'Anton'; }
        .page.inside.financial .ems .ems-chart ul#emsbars li .bar {
          position: relative;
          margin: 0 4px 0 0;
          background: #C70F2D;
          height: 55px; }
        .page.inside.financial .ems .ems-chart ul#emsbars li:nth-child(2) .bar {
          background: rgba(199, 15, 45, 0.8); }
        .page.inside.financial .ems .ems-chart ul#emsbars li:nth-child(3) .bar {
          background: rgba(199, 15, 45, 0.6); }
        .page.inside.financial .ems .ems-chart ul#emsbars li:nth-child(4) .bar {
          background: rgba(199, 15, 45, 0.4); }
  .page.inside.financial .ems h3 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px; }
  .page.inside.financial .ems .fnote {
    margin-bottom: 0; }

section.financial#five-year-total-return {
  padding: 0 0 80px; }
  section.financial#five-year-total-return:after {
    content: "";
    display: table;
    clear: both; }
  section.financial#five-year-total-return .container {
    width: 960px; }

#five-year-total-return #graph_5yr_bg {
  width: 700px;
  min-height: 489px;
  margin: 0px 40px 0 0;
  float: left;
  background: url(../images/graph_5yr_bg.png) no-repeat left bottom;
  background-size: 691px 489px;
  text-align: center;
  height: 489px;
  position: relative; }

#five-year-total-return .graph-5yr-line {
  margin: 0;
  position: absolute;
  top: 94px;
  left: 59px;
  width: 0;
  height: 190px;
  background: url(../images/graph_5yr_lines.png) no-repeat left bottom;
  background-size: 615px auto;
  display: block; }

#five-year-total-return #graph_legend {
  float: right;
  width: 220px; }
  #five-year-total-return #graph_legend .item {
    background: #808080;
    width: 160px;
    margin: 0 auto 20px;
    padding: 15px 40px;
    text-align: left;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase; }
    #five-year-total-return #graph_legend .item#legend-1 {
      color: #fff; }
    #five-year-total-return #graph_legend .item#legend-2 {
      background: #989898; }
      #five-year-total-return #graph_legend .item#legend-2 span {
        background: #fff; }
    #five-year-total-return #graph_legend .item#legend-3 {
      background: #B3B3B3; }
      #five-year-total-return #graph_legend .item#legend-3 span {
        background: #666; }
    #five-year-total-return #graph_legend .item#legend-4 {
      background: #CCC; }
      #five-year-total-return #graph_legend .item#legend-4 span {
        background: url(../images/dots-chart.png) repeat-x 0 0;
        background-size: 10px 3px; }
    #five-year-total-return #graph_legend .item span {
      width: 100%;
      height: 3px;
      background: #C70F2D;
      display: block;
      margin: 15px 0 5px; }

#five-year-total-return #graph_legend .short {
  width: 40%; }

#cum5yr_table {
  margin: 0 auto;
  padding-top: 25px;
  font-size: 14px; }
  #cum5yr_table td {
    padding: 10px 25px;
    font-size: 18px; }
    #cum5yr_table td:first-child {
      width: 470px;
      font-size: 18px;
      color: #000; }
  #cum5yr_table thead th {
    padding: 10px 25px;
    color: #C70F2D;
    text-align: right;
    font-weight: bold;
    font-family: 'Roboto'; }
    #cum5yr_table thead th:first-child {
      background: #fff;
      border-top: none;
      border-bottom: none; }
  #cum5yr_table tbody {
    border-top: 4px solid #000000;
    border-bottom: 2px solid #000000; }
    #cum5yr_table tbody tr:nth-child(even) td {
      background: #EDEDED; }
      #cum5yr_table tbody tr:nth-child(even) td.hover {
        background: #EDEDED !important; }
      #cum5yr_table tbody tr:nth-child(even) td:nth-child(2), #cum5yr_table tbody tr:nth-child(even) td:nth-child(4) {
        background: #EDEDED !important; }
        #cum5yr_table tbody tr:nth-child(even) td:nth-child(2).hover, #cum5yr_table tbody tr:nth-child(even) td:nth-child(4).hover {
          background: #EDEDED !important; }
    #cum5yr_table tbody td {
      text-align: right; }
      #cum5yr_table tbody td.hover {
        background: #fff !important; }
      #cum5yr_table tbody td:nth-child(2), #cum5yr_table tbody td:nth-child(4) {
        background: #fff !important; }
        #cum5yr_table tbody td:nth-child(2).hover, #cum5yr_table tbody td:nth-child(4).hover {
          background: #fff !important; }
      #cum5yr_table tbody td:first-child {
        text-align: left;
        font-weight: bold; }

#cum5yr_table .subh th {
  font-size: 20px; }

.page.timeline header.header.fixed {
  height: 90px;
  align-items: flex-start;
  padding-top: 20px; }
.page.timeline header.header #helper {
  bottom: 10px; }

/* hide scrollbar */
::-webkit-scrollbar {
  width: 1px;
  height: 1px; }

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px; }

.external {
  overflow: hidden;
  height: 100vh;
  margin-top: -170px; }

.horizontal-scroll-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100vh;
  -webkit-transform: rotate(-90deg) translate3d(0, -100vh, 0);
  transform: rotate(-90deg) translate3d(0, -100vh, 0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-bottom: 10rem;
  min-width: 700px;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .horizontal-scroll-wrapper .text {
    background: #fff;
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .horizontal-scroll-wrapper img {
    max-width: 50%; }

.timeline-bg {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 300px; }
  .timeline-bg svg {
    display: none;
    position: absolute;
    top: 100px;
    left: -50px;
    width: 100%;
    height: calc(100% - 400px);
    z-index: 10; }
  .timeline-bg:after {
    position: absolute;
    top: 250px;
    left: 50px;
    content: '';
    background: url(../images/t3.png) no-repeat 0 0;
    background-size: cover;
    width: 559px;
    height: 14525px;
    z-index: -1; }

.img-wrapper {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 10vh;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 700px;
  height: 365px;
  min-height: 365px;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 50px 50px; }
  .img-wrapper.first {
    margin-top: 250px; }

.push {
  margin-top: 100px; }

.cut {
  margin-top: -100px; }

.bump img {
  max-width: 65%; }

.scalem img {
  max-width: 50%; }

.scalem-m img {
  max-width: 25%; }

.vert {
  flex-direction: column; }
  .vert img {
    margin-bottom: 30px; }

@media only screen and (max-width: 1440px) {
  .external {
    height: 100vh; }

  .horizontal-scroll-wrapper {
    width: 100vh; }
    .horizontal-scroll-wrapper .img-wrapper img {
      max-width: 40% !important; }
    .horizontal-scroll-wrapper .bump img {
      max-width: 50% !important; }
    .horizontal-scroll-wrapper .scalem-m img {
      max-width: 25% !important; }

  .timeline-bg:after {
    left: 50px; } }
@media only screen and (max-height: 699px) {
  .horizontal-scroll-wrapper {
    min-width: 700px;
    -webkit-transform: rotate(-90deg) translate3d(0, -700px, 0);
    transform: rotate(-90deg) translate3d(0, -700px, 0); }

  .external {
    min-height: 700px; } }
footer.footer {
  background: #E2E2E2;
  margin: 0;
  padding: 40px 0px;
  position: relative;
  z-index: 20; }
  footer.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  footer.footer .fl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 150px); }
    footer.footer .fl .info {
      width: 100%; }
    footer.footer .fl a.link-li, footer.footer .fl a.link-li:link, footer.footer .fl a.link-li:visited {
      display: block;
      width: 38px;
      height: 38px;
      opacity: 1;
      text-indent: -5000px;
      margin: 0 20px 0 0;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      background: url(../images/icon-linkedin.png) no-repeat center center;
      background-size: 33px 33px; }
      footer.footer .fl a.link-li:hover, footer.footer .fl a.link-li:link:hover, footer.footer .fl a.link-li:visited:hover {
        background: url(../images/icon-linkedin-white.png) no-repeat center center;
        background-size: 33px 33px;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
    footer.footer .fl ul {
      margin: 0 0 5px;
      padding: 0; }
      footer.footer .fl ul li {
        display: inline-block;
        margin: 0 20px 0 0;
        position: relative;
        padding: 0 20px 0 0; }
        footer.footer .fl ul li:after {
          display: block;
          content: '';
          height: 14px;
          background: #4D4D4D;
          width: 1px;
          margin: 0;
          position: absolute;
          top: 2px;
          right: 0; }
        footer.footer .fl ul li:last-child:after {
          display: none; }
        footer.footer .fl ul li a, footer.footer .fl ul li a:link, footer.footer .fl ul li a:visited {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 12px;
          color: #4D4D4D;
          text-transform: uppercase; }
          footer.footer .fl ul li a:hover, footer.footer .fl ul li a:link:hover, footer.footer .fl ul li a:visited:hover {
            color: #C8102E; }
    footer.footer .fl p {
      font-size: 11px;
      color: #4d4d4d;
      text-align: left;
      font-family: 'Roboto';
      font-weight: 400;
      padding: 0;
      margin: 0;
      line-height: 16px;
      clear: both; }
  footer.footer .fr {
    text-align: right; }
    footer.footer .fr img {
      max-width: 150px; }
  @media screen and (max-width: 768px) {
    footer.footer .container {
      flex-direction: column; }
      footer.footer .container > div {
        margin-bottom: 40px; }
      footer.footer .container .fl {
        flex-direction: column; }
        footer.footer .container .fl a.link-li {
          margin: 0 auto 20px; }
        footer.footer .container .fl p {
          width: 100%;
          text-align: center; }
      footer.footer .container .fl ul li {
        margin: 0 0 10px;
        width: 100%;
        padding: 0;
        text-align: center; }
        footer.footer .container .fl ul li:after {
          display: none; }
      footer.footer .container .fr {
        text-align: center; } }

.no-hover {
  background-color: transparent !important; }

.financial .hlghts_table {
  width: 100%;
  margin: 50px 0;
  border-bottom: 2px solid #000;
  /*   td.no-pad {
      padding:0;
      border:none;
    } */ }
  .financial .hlghts_table .hover {
    background-color: #D4D4D4; }
  .financial .hlghts_table .hovercell {
    background-color: #f1f1f1 !important; }
  .financial .hlghts_table.operating-margins {
    max-width: 845px; }
  .financial .hlghts_table .subh td {
    border: none;
    border-bottom: 4px solid #000; }
    .financial .hlghts_table .subh td:nth-child(2) h3 {
      font-weight: bold; }
  .financial .hlghts_table tr.no-border-top td {
    border-top: none; }
  .financial .hlghts_table p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0; }
  .financial .hlghts_table h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #C70F2D;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: bold; }
  .financial .hlghts_table span {
    display: block;
    position: relative;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center; }
    .financial .hlghts_table span.pct {
      text-align: right;
      margin-right: -14px; }
  .financial .hlghts_table h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-transform: none;
    border-bottom: none;
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold; }
    .financial .hlghts_table h1 span {
      display: inline-block;
      font-size: 14px;
      font-family: 'Roboto';
      font-weight: normal; }
  .financial .hlghts_table div.red h1, .financial .hlghts_table div.red h3 {
    color: #C70F2D;
    font-weight: bold; }
  .financial .hlghts_table tbody {
    margin-bottom: 40px; }
    .financial .hlghts_table tbody td:nth-child(4) {
      padding-right: 20px; }
  .financial .hlghts_table td {
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #DFE0E1;
    text-align: right;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin: 0;
    font-family: 'Roboto';
    cursor: pointer; }
    .financial .hlghts_table td span.hang {
      display: block;
      text-align: right; }
    .financial .hlghts_table td.bold {
      font-weight: 700; }
    .financial .hlghts_table td:nth-child(4) {
      padding-right: 20px; }
    .financial .hlghts_table td span.dol {
      float: left; }
    .financial .hlghts_table td span.per {
      margin-right: -15px; }
  .financial .hlghts_table td:first-child, .financial .hlghts_table th:first-child {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px; }
  .financial .hlghts_table th + th, .financial .hlghts_table td + td {
    width: 100px; }
  .financial .hlghts_table th + th + th + th, .financial .hlghts_table td + td + td + td {
    width: 77px; }
  .financial .hlghts_table th + th + th + th {
    padding-right: 0; }
  .financial .hlghts_table td:nth-child(2) {
    background: #EDEDED; }
    .financial .hlghts_table td:nth-child(2).hover {
      background-color: #EDEDED; }
    .financial .hlghts_table td:nth-child(2).hovercell {
      background-color: #EDEDED; }

tr.total {
  border-top: 2px solid #000; }

th {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 0.3em; }

th + th + th, td + td + td {
  color: #000; }

.fnote {
  width: 670px;
  margin: 0 0 50px;
  font-family: 'Roboto';
  font-weight: 400; }
  .fnote li {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    text-indent: -5px;
    color: #B3B3B3; }

@media only screen and (max-width: 850px) {
  .full-image#warhawk:before, .full-image#warhawk:after {
    display: none; }

  header.header h1.logo {
    margin: 0 0 20px; }

  .parallax .col h2 {
    font-size: 40px;
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 20px;
    padding-bottom: 0; }
    .parallax .col h2 span {
      margin: 20px 0 0; }

  .parallax .floating-image-wrapper:nth-child(2) h2 {
    margin-bottom: 50px;
    padding-bottom: 20px; }

  .page.inside .content,
  .page.letter .content {
    padding-top: 200px; }

  .sh-info {
    padding-top: 0; }

  footer.footer .fl, footer.footer .fr {
    float: none;
    width: 100%; }
  footer.footer ul.social-links {
    float: left; }
  footer.footer p {
    float: left;
    text-align: left; }

  body {
    min-width: 100%; }

  .container {
    width: calc(100% - 20px);
    padding: 0 10px; }

  .parallax {
    background-attachment: scroll; }

  h1, .letter-section h1 {
    font-size: 60px;
    line-height: 65px; }

  .stats ul {
    width: 100%; }
    .stats ul li {
      display: block;
      margin: 40px auto;
      width: 100%;
      text-align: center; }

  .letter .content .left p {
    padding-right: 0 !important; }

  .full-image {
    height: auto;
    background: none !important; }
    .full-image img {
      display: block; }

  .full-image {
    width: 100%;
    margin: 50px 0;
    position: relative; }

  .sig {
    max-width: 100%; }

  .wrap {
    width: 100%;
    float: none;
    padding: 0;
    display: none; }

  .chart-text {
    width: calc(100% - 40px);
    float: none;
    padding: 50px 20px;
    text-align: center; }
    .chart-text h3 {
      line-height: 120%; }

  .page.inside.financial .ems .ems-chart ul#emsbars li label span {
    padding: 5px 0; }

  .page.inside.financial .container {
    width: calc(100% - 20px); }

  .fnote {
    max-width: 100%; }

  .financial .hlghts_table td {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px 5px 10px; }

  .page.inside.financial .ems .ems-chart {
    background: none;
    padding: 0; }

  .page.inside.financial .ems .ems-chart {
    max-width: 100%;
    overflow: hidden; }

  .page.inside.financial .ems .ems-chart ul#emsbars {
    width: 225%; }
    .page.inside.financial .ems .ems-chart ul#emsbars li {
      display: block;
      float: none;
      clear: both;
      margin: 10px 0; }

  .sh-info .fifty:nth-child(odd),
  .sh-info .fifty {
    width: 100%;
    margin: 0; }

  .show-menu .menu-wrap {
    height: auto !important; }

  section.financial#five-year-total-return .container {
    width: calc(100% - 40px); }

  #five-year-total-return #graph_legend {
    float: none;
    margin: 0 auto;
    width: 100%;
    display: flex; }

  #five-year-total-return #graph_5yr_bg {
    float: none;
    margin: 0 auto 60px; }

  #five-year-total-return #graph_legend .item {
    float: none;
    width: 25%;
    margin: 10px;
    padding: 15px 20px; }

  .financial .hlghts_table.operating-margins {
    max-width: 633px; } }
@media only screen and (max-width: 767px) {
  section.home_goals ul#goals {
    flex-direction: column; }
    section.home_goals ul#goals li {
      width: calc(100% - 40px);
      border-bottom: 1px solid #eee;
      margin: 0 20px 40px;
      padding: 0 0 30px; }
      section.home_goals ul#goals li:last-child {
        border: none; }

  section.home_goals {
    background: #fff url(../images/home-plane.html) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    height: calc(100vh + 2070px); } }
@media only screen and (max-width: 480px) {
  section.home_goals ul#goals {
    flex-direction: column; }
    section.home_goals ul#goals li {
      width: calc(100% - 40px);
      border-bottom: 1px solid #eee;
      margin: 0 20px 40px;
      padding: 0 0 30px; }
      section.home_goals ul#goals li:last-child {
        border: none; }

  section.home_goals {
    background: #fff url(../images/home-plane.html) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    height: calc(100vh + 1670px); }

  section.home_goals ul.fnote {
    margin: 0;
    bottom: 20px;
    max-width: calc(100% - 20px); }

  section.financial#five-year-total-return {
    display: none; }

  #five-year-total-return #graph_legend {
    float: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column; }

  #five-year-total-return #graph_5yr_bg {
    width: 100%; }

  #five-year-total-return #graph_legend .item {
    float: none;
    width: 100%;
    margin: 10px;
    padding: 15px 20px; } }
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  *::-ms-backdrop, nav.nav {
    margin-left: auto; }

  /*  *::-ms-backdrop,  #home-main { height: 900px; }  */
  *::-ms-backdrop, :root a.scroller {
    position: absolute;
    display: none; }

  /* IE11 */ }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  nav.nav {
    margin-left: auto; } }
