* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#hero {
  position: relative;
  border-bottom: 1px solid #ff5139;
  overflow: hidden;
  opacity: 0; }
  @media screen and (min-width: 601px) {
    #hero {
      border-bottom: none; } }
  #hero #scroller {
    opacity: 0;
    position: relative;
    overflow: hidden; }
    #hero #scroller ul {
      overflow: hidden; }
      #hero #scroller ul li {
        float: left;
        position: relative; }
        @media screen and (min-width: 601px) {
          #hero #scroller ul li {
            max-height: 720px; } }
        #hero #scroller ul li img {
          width: 100%; }
        #hero #scroller ul li iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        #hero #scroller ul li .close-button {
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          padding: 10px;
          color: white;
          display: none; }
  #hero .pagination-wrap {
    text-align: center; }
    #hero .pagination-wrap .pagination {
      position: absolute;
      bottom: 3%;
      width: 100%;
      display: none; }
      #hero .pagination-wrap .pagination li {
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.3s background-color;
        -moz-transition: 0.3s background-color;
        transition: 0.3s background-color;
        margin: 8px;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #403c3a;
        height: 18px;
        width: 18px;
        border-radius: 18px; }
        #hero .pagination-wrap .pagination li.active {
          background-color: #fe5443;
          border: none;
          height: 18px;
          width: 18px;
          border-radius: 18px; }
  #hero iframe {
    z-index: 11; }

.lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0; }
  .lightbox .spinner {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 -15px;
    background: transparent url('/static/img/global/spinner.gif') top left no-repeat;
    z-index: 2;
    opacity: 0.9; }
  .lightbox .lightbox-inner {
    margin: 0 auto;
    top: 50%;
    position: relative; }
    .lightbox .lightbox-inner img.stretch {
      width: 100%; }
  .lightbox .close {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.75em;
    z-index: 1;
    color: white;
    width: 38px;
    height: 38px;
    background-image: url('/static/img/global/red-close.png');
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-position: bottom center; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      .lightbox .close {
        background-image: url('/static/img/global/red-close@2x.png');
        background-size: 38px 38px; } }
    .lightbox .close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

#story {
  background: #033148;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMzE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzA1NDY2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #033148 0%, #054667 19%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #033148), color-stop(19%, #054667));
  background: -webkit-linear-gradient(top, #033148 0%, #054667 19%);
  background: -o-linear-gradient(top, #033148 0%, #054667 19%);
  background: -ms-linear-gradient(top, #033148 0%, #054667 19%);
  background: linear, to bottom, #033148 0%, #054667 19%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033148', endColorstr='#054667', GradientType=0); }
  #story .inner {
    /* background-image: url(/static/img/careers/details/bg-character.png); */
    background-repeat: no-repeat;
    background-position: right 101%;
    background-size: contain; }
    @media screen and (min-width: 601px) {
      #story .inner {
        background-position: right 110%;
        background-size: auto; } }
    #story .inner .down-arrow {
      width: 17px;
      height: 13px;
      background-image: url('/static/img/news/details/arrow-down.png');
      background-size: 17px 13px;
      background-repeat: no-repeat;
      background-position: bottom center;
      display: inline-block;
      margin-left: 4px;
      margin-bottom: -2px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #story .inner .down-arrow {
          background-image: url('/static/img/news/details/arrow-down@2x.png');
          background-size: 17px 13px; } }
  #story a {
    color: #ff5139;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.07em;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    #story a:hover {
      color: white; }
  #story .block {
    margin-bottom: 10%; }
    @media screen and (min-width: 601px) {
      #story .block {
        margin-bottom: 4%; } }
  #story .copy {
    padding: 0 4%; }
    #story .copy:first-of-type {
      padding-top: 10%; }
      @media screen and (min-width: 601px) {
        #story .copy:first-of-type {
          padding-top: 4%; } }
    #story .copy p {
      font-size: 0.875em;
      line-height: 1.65em; }
      @media screen and (min-width: 601px) {
        #story .copy p {
          font-weight: 300;
          font-size: 1em;
          line-height: 1.9em; } }
      #story .copy p:first-of-type:first-letter {
        color: white;
        font-size: 3.125em;
        font-weight: 900; }
  #story blockquote {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    padding: 2% 0%;
    margin: 0 4% 2%;
    border-top: 1px solid #12577d;
    border-bottom: 1px solid #12577d;
    line-height: 1.4em;
    font-size: 1.625em; }
    @media screen and (min-width: 601px) {
      #story blockquote {
        font-size: 2.625em; } }
  #story .media {
    position: relative; }
    #story .media img {
      width: 100%; }
  #story .split {
    padding: 0 4%; }
    #story .split p {
      font-size: 0.875em;
      line-height: 1.65em; }
      @media screen and (min-width: 601px) {
        #story .split p {
          font-weight: 300;
          font-size: 1em;
          line-height: 1.9em; } }
    #story .split img {
      width: 100%;
      margin-bottom: 8%; }
      @media screen and (min-width: 601px) {
        #story .split img {
          margin-bottom: 2%;
          width: 50%; } }
    @media screen and (min-width: 601px) {
      #story .split.left img {
        float: left;
        margin: 8px 4% 3.5% 0; } }
    @media screen and (min-width: 601px) {
      #story .split.right img {
        float: right;
        margin: 8px 0 3.5% 4%; } }
  #story .bottom-nav {
    background-color: black;
    border-bottom: 1px solid #12577d;
    padding: 2% 4%; }
    @media screen and (min-width: 601px) { }
    #story .bottom-nav .previous-next {
      width: 100%; }
      #story .bottom-nav .previous-next a {
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-weight: 900;
        letter-spacing: 0;
        font-size: 1.25em; }
        @media screen and (min-width: 601px) {
          #story .bottom-nav .previous-next a {
            font-size: 1.875em; } }
        #story .bottom-nav .previous-next a:hover {
          color: #c5c3c3; }
      #story .bottom-nav .previous-next .inline {
        display: inline-block; }
      #story .bottom-nav .previous-next .previous {
        float: left; }
        #story .bottom-nav .previous-next .previous .red-arrow-left {
          margin-right: 10px;
          margin-bottom: -2px; }
          @media screen and (min-width: 601px) {
            #story .bottom-nav .previous-next .previous .red-arrow-left {
              margin-bottom: 0; } }
      #story .bottom-nav .previous-next .next {
        float: right; }
        #story .bottom-nav .previous-next .next .red-arrow-right {
          margin-left: 10px;
          margin-bottom: -2px; }
          @media screen and (min-width: 601px) {
            #story .bottom-nav .previous-next .next .red-arrow-right {
              margin-bottom: 0; } }

#hero {
  position: relative; }
  #hero .copy {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    text-align: center;
    padding: 2% 5% 3%; }
    @media screen and (min-width: 601px) {
      #hero .copy {
        padding: 2% 5% 3%; } }
    #hero .copy .date {
      text-transform: uppercase;
      color: #c5c3c3;
      font-size: 1.125em;
      letter-spacing: 0.3em;
      font-weight: 100;
      margin-bottom: 1.5%; }
    #hero .copy h1 {
      font-weight: 100;
      text-transform: uppercase;
      margin-bottom: 0.8%;
      /* font-size: 2.25em;  */
      font-size: 1.25em;
    }
      @media screen and (min-width: 601px) {
        #hero .copy h1 {
          /* font-size: 3.375em; */
          font-size: 2.75em;
         } }
      @media screen and (min-width: 769px) {
        #hero .copy h1 {
          /* font-size: 4.75em; */
          font-size: 2.75em;
        } }
    #hero .copy h3 {
      text-transform: uppercase;
      font-size: 1.625em;
      font-weight: 900;
      margin-bottom: 1.7%; }
      @media screen and (min-width: 601px) {
        #hero .copy h3 {
          font-size: 2.125em; } }
      @media screen and (min-width: 769px) {
        #hero .copy h3 {
          font-size: 2.5em; } }
    #hero .copy .byline {
      font-weight: 100;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      font-size: 1.125em; }
      #hero .copy .byline .author {
        color: #ff5139; }

#hero {
  border-bottom: #444444; }