@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; }
.graph-note {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.4px;
  margin: 0 auto;
  margin-left: 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .graph-note {
      margin-left: 0; } }
  .graph-note sup.no-indent {
    position: absolute;
    left: -1em;
    top: -0.5em; }

.quote {
  width: 560px;
  margin: 30px auto; }
  .quote:before, .quote:after {
    content: " ";
    display: block;
    border: 0.5px solid #979797;
    margin: 15px 0; }
  .quote .red {
    color: #f50002; }
  .quote .b1-quote-2 {
    padding: 0 25px;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .quote .b1-quote-2 {
        padding: 0 20px; } }
    .quote .b1-quote-2:before {
      position: absolute;
      font-size: 32px;
      line-height: 1;
      top: 0;
      left: -0.25em;
      content: "“";
      color: #f50002;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .quote .b1-quote-2:before {
          padding-left: 15px; } }
    .quote .b1-quote-2:after {
      position: absolute;
      float: right;
      font-size: 32px;
      line-height: 1;
      content: "”";
      color: #f50002;
      padding-right: 20px;
      -ms-transform: translateX(-25%); }
  @media screen and (max-width: 767px) {
    .quote {
      width: 100%; } }

.signature {
  text-align: right;
  color: #f50002;
  margin-bottom: 30px; }
  .signature .signature-box {
    display: inline-block;
    text-align: left; }
    .signature .signature-box .name {
      font-family: "freightsanspro-medium";
      font-size: 20px;
      letter-spacing: 0.1px; }
    .signature .signature-box .position {
      font-size: 18px;
      letter-spacing: 0.1px; }

#landing {
  background: url("../img/Travelers_Landing_BKG_DigRED.svg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative; }
  #landing .title {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    text-align: center;
    width: 100%; }
    #landing .title img {
      width: 300px; }
    #landing .title.loaded {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; }
    @media screen and (max-width: 767px) {
      #landing .title {
        width: 100%;
        text-align: center; }
        #landing .title img {
          width: 60%; } }
  #landing .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #b20000;
    padding: 8px 40px;
    color: #ffffff;
    font-family: "freightsanspro-medium";
    letter-spacing: 0.2px;
    font-size: 14px; }
    @media screen and (max-width: 320px) {
      #landing .scroll {
        padding: 8px 25px; } }

#ceo_letter {
  padding-top: 60px; }
  #ceo_letter .main-content {
    text-align: center; }
    #ceo_letter .main-content img {
      width: 540px;
      height: auto;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #ceo_letter .main-content img {
          width: 100%;
          margin-bottom: 55px; } }
    #ceo_letter .main-content .b1-quote-president {
      text-align: left;
      margin-bottom: 55px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #ceo_letter .main-content .b1-quote-president {
          margin-bottom: 29px;
          width: 95%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 320px) {
        #ceo_letter .main-content .b1-quote-president {
          width: 90%; } }
      #ceo_letter .main-content .b1-quote-president:before {
        position: absolute;
        font-size: 44px;
        line-height: 1;
        top: 0;
        left: -0.4em;
        content: "“";
        color: #f50002; }
      #ceo_letter .main-content .b1-quote-president:after {
        position: absolute;
        float: right;
        font-size: 44px;
        line-height: 1;
        content: "”";
        color: #f50002;
        padding-right: 20px;
        -ms-transform: translateX(-25%); }

#to_our_shareholders {
  padding-top: 50px; }
  #to_our_shareholders .shareholder-img {
    margin: 50px auto 0 auto;
    width: 540px;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #to_our_shareholders .shareholder-img {
        width: 100%;
        margin-top: 84px; } }
    #to_our_shareholders .shareholder-img img {
      width: 100%;
      height: auto; }
    #to_our_shareholders .shareholder-img .foot-note {
      text-align: left; }

#numbers {
  background-color: #46494d;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fefefe; }
  #numbers .title-2016 {
    font-size: 76px;
    letter-spacing: 4.4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    width: 2em; }
    #numbers .title-2016:after {
      content: " ";
      display: block;
      border: 0.5px solid #fefefe;
      margin-top: 18px; }
  #numbers .number-content {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #numbers .number-content {
        width: 100%; } }
    #numbers .number-content .number {
      font-size: 36px;
      letter-spacing: 1px; }
      #numbers .number-content .number span {
        font-size: 21px;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0.7em; }
    #numbers .number-content .text {
      font-size: 22px;
      font-family: "freightsanspro-semibold"; }
    #numbers .number-content:after {
      content: " ";
      display: block;
      border: 0.5px solid #fefefe;
      margin-top: 18px;
      margin-bottom: 6.5px; }
    #numbers .number-content:last-child:after {
      display: none; }
  #numbers .section-separator {
    margin-top: 25px; }
  #numbers .section-separator-mob {
    margin-top: 50px; }

#financial_overview img {
  margin-top: 32px;
  width: 100%; }

#financial_highlights {
  background-color: #46494d;
  padding-top: 54px;
  padding: 50px 0;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #financial_highlights {
      padding: 50px 0; } }
  #financial_highlights .h5-subhead-white {
    text-transform: uppercase; }
  #financial_highlights table {
    border-collapse: collapse;
    width: 100%;
    color: #ffffff;
    font-family: "freightsanspro-book";
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      #financial_highlights table {
        overflow-x: scroll;
        display: block;
        padding-bottom: 3px; } }
    #financial_highlights table thead {
      background-color: #dadbdb;
      color: #46494d; }
    #financial_highlights table tr:nth-child(even) {
      background-color: #b5b6b8;
      color: #46494d; }
    #financial_highlights table tr th {
      font-size: 20px;
      letter-spacing: 1.2px; }
      #financial_highlights table tr th.strong {
        font-family: "freightsanspro-bold"; }
    #financial_highlights table tr td {
      text-align: right;
      padding: 6px 8px;
      min-width: 95px; }
      #financial_highlights table tr td span {
        float: left;
        margin-left: 1em; }
      #financial_highlights table tr td.strong {
        font-family: "freightsanspro-bold";
        letter-spacing: 0.8px; }
    #financial_highlights table tr td:first-child {
      text-align: left;
      min-width: 250px; }
  #financial_highlights table, #financial_highlights th, #financial_highlights td {
    border: 1px solid #ffffff; }
  #financial_highlights .b4-disclaimer.white {
    margin-top: 32px;
    font-family: "freightsanspro-light"; }

#team_effort .signature-box {
  margin-right: 35px; }

#total_shareholder img {
  width: 100%; }
#total_shareholder .graph-note {
  margin-bottom: 20px; }

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