


























* {
  -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; }

#info .info-wrap {
  background: #063148;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MzE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTQ2NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #063148 0%, #094667 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #063148), color-stop(100%, #094667));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #063148 0%, #094667 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #063148 0%, #094667 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #063148 0%, #094667 100%);
  /* IE10+ */
  background: linear, to bottom, #063148 0%, #094667 100%;
  /* W3C */ }
  @media screen and (min-width: 601px) {
    #info .info-wrap {
      display: table; } }
  #info .info-wrap .photo {
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important; }
    @media screen and (min-width: 601px) {
      #info .info-wrap .photo {
        display: table-cell;
        width: 50%; } }
    #info .info-wrap .photo img {
      width: 100%; }
      @media screen and (min-width: 601px) {
        #info .info-wrap .photo img {
          display: none; } }
  #info .info-wrap article {
    border: none; }
    #info .info-wrap article .content {
      background-image: none; }
      /* @media screen and (min-width: 768px) {
        #info .info-wrap article .content:first-of-type {
          background: url('/static/img/home/bg-ninja.png') no-repeat; } } */
      @media screen and (min-width: 768px) {
        #info .info-wrap article .content {
          background: url('/static/img/home/bg-ninja.png') no-repeat; } }
      @media screen and (min-width: 601px) {
        #info .info-wrap article .content {
          display: table-cell;
          width: 50%; } }
      @media screen and (min-width: 768px) {
        #info .info-wrap article .content {
          padding: 12% 7% 8%; } }

#job-listings {
  overflow: hidden; }
  #job-listings .current-job-openings {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 25px; }
    @media screen and (min-width: 601px) {
      #job-listings .current-job-openings {
        margin-bottom: 45px; } }
    #job-listings .current-job-openings img {
      margin-top: 30px;
      max-width: 909px;
      width: 100%; }
      @media screen and (min-width: 601px) {
        #job-listings .current-job-openings img {
          margin-top: 40px; } }
  #job-listings ul {
    width: 100.3%;
    border-top: 1px solid #444444; }
    #job-listings ul li {
      position: relative;
      height: 300px;
      background-size: cover !important;
      background-position: 50% 50% !important;
      border-bottom: 1px solid #444444; }
      @media screen and (min-width: 601px) {
        #job-listings ul li {
          border-right: 1px solid #444444; } }
      @media screen and (min-width: 768px) {
        #job-listings ul li {
          float: left;
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        #job-listings ul li {
          width: 33.3333%; } }
      #job-listings ul li:nth-child(20n+1) {
        background-image: url('/static/img/careers/position-photo1.jpg'); }
      #job-listings ul li:nth-child(20n+2) {
        background-image: url('/static/img/careers/position-photo2.jpg'); }
      #job-listings ul li:nth-child(20n+3) {
        background-image: url('/static/img/careers/position-photo3.jpg'); }
      #job-listings ul li:nth-child(20n+4) {
        background-image: url('/static/img/careers/position-photo4.jpg'); }
      #job-listings ul li:nth-child(20n+5) {
        background-image: url('/static/img/careers/position-photo5.jpg'); }
      #job-listings ul li:nth-child(20n+6) {
        background-image: url('/static/img/careers/position-photo6.jpg'); }
      #job-listings ul li:nth-child(20n+7) {
        background-image: url('/static/img/careers/position-photo7.jpg'); }
      #job-listings ul li:nth-child(20n+8) {
        background-image: url('/static/img/careers/position-photo8.jpg'); }
      #job-listings ul li:nth-child(20n+9) {
        background-image: url('/static/img/careers/position-photo9.jpg'); }
      #job-listings ul li:nth-child(20n+10) {
        background-image: url('/static/img/careers/position-photo10.jpg'); }
      #job-listings ul li:nth-child(20n+11) {
        background-image: url('/static/img/careers/position-photo11.jpg'); }
      #job-listings ul li:nth-child(20n+12) {
        background-image: url('/static/img/careers/position-photo12.jpg'); }
      #job-listings ul li:nth-child(20n+13) {
        background-image: url('/static/img/careers/position-photo13.jpg'); }
      #job-listings ul li:nth-child(20n+14) {
        background-image: url('/static/img/careers/position-photo14.jpg'); }
      #job-listings ul li:nth-child(20n+15) {
        background-image: url('/static/img/careers/position-photo15.jpg'); }
      #job-listings ul li:nth-child(20n+16) {
        background-image: url('/static/img/careers/position-photo16.jpg'); }
      #job-listings ul li:nth-child(20n+17) {
        background-image: url('/static/img/careers/position-photo17.jpg'); }
      #job-listings ul li:nth-child(20n+18) {
        background-image: url('/static/img/careers/position-photo18.jpg'); }
      #job-listings ul li:nth-child(20n+19) {
        background-image: url('/static/img/careers/position-photo19.jpg'); }
      #job-listings ul li:nth-child(20n+20) {
        background-image: url('/static/img/careers/position-photo20.jpg'); }
      #job-listings ul li .info {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%; }
        #job-listings ul li .info .info-wrap {
          width: 100%;
          padding: 3% 6% 2%; }
          #job-listings ul li .info .info-wrap h3 {
            font-weight: 500;
            font-size: 1.875em;
            margin-bottom: 2px; }
            #job-listings ul li .info .info-wrap h3 a {
              text-decoration: none;
              color: white;
              -webkit-transition: 0.3s all;
              -moz-transition: 0.3s all;
              transition: 0.3s all; }
              #job-listings ul li .info .info-wrap h3 a:hover {
                color: #c5c3c3; }
          #job-listings ul li .info .info-wrap h5 {
            font-weight: 500;
            font-size: 1.25em;
            color: #c5c3c3;
            margin-bottom: 14px; }
          #job-listings ul li .info .info-wrap .date-number {
            font-weight: 500;
            font-size: 0.875em;
            text-transform: uppercase;
            *zoom: 1; }
            #job-listings ul li .info .info-wrap .date-number:before, #job-listings ul li .info .info-wrap .date-number:after {
              content: " ";
              display: table; }
            #job-listings ul li .info .info-wrap .date-number:after {
              clear: both; }
            #job-listings ul li .info .info-wrap .date-number .date {
              float: left;
              margin-right: 7%;
              margin-bottom: 8px; }
            #job-listings ul li .info .info-wrap .date-number .number {
              float: right; }
          #job-listings ul li .info .info-wrap .buttons {
            *zoom: 1; }
            #job-listings ul li .info .info-wrap .buttons:before, #job-listings ul li .info .info-wrap .buttons:after {
              content: " ";
              display: table; }
            #job-listings ul li .info .info-wrap .buttons:after {
              clear: both; }
            #job-listings ul li .info .info-wrap .buttons .apply {
              float: right; }
            #job-listings ul li .info .info-wrap .buttons .details {
              float: left; }
            #job-listings ul li .info .info-wrap .buttons .white-btn {
              margin-top: 20px;
              margin-bottom: 4%;
              text-transform: uppercase;
              display: inline-block;
              text-rendering: optimizeLegibility;
              font-weight: 900;
              font-size: 1em; }
              @media screen and (min-width: 601px) {
                #job-listings ul li .info .info-wrap .buttons .white-btn {
                  font-size: 0.9375em; } }
              @media screen and (min-width: 768px) {
                #job-listings ul li .info .info-wrap .buttons .white-btn {
                  font-size: 1em; } }
              #job-listings ul li .info .info-wrap .buttons .white-btn a {
                color: white;
                text-decoration: none;
                -webkit-transition: 0.3s color;
                -moz-transition: 0.3s color;
                transition: 0.3s color; }
                #job-listings ul li .info .info-wrap .buttons .white-btn a:hover {
                  color: #c5c3c3; }
                #job-listings ul li .info .info-wrap .buttons .white-btn a .red-arrow-right, #job-listings ul li .info .info-wrap .buttons .white-btn a .red-arrow-up, #job-listings ul li .info .info-wrap .buttons .white-btn a .red-arrow-comments {
                  display: inline-block;
                  vertical-align: text-bottom;
                  margin-left: 5px; }
                #job-listings ul li .info .info-wrap .buttons .white-btn a .badge {
                  margin: 16px 0; }

#job-listings ul div.blurb > h3 { 
    font-size: 1.375em;
    text-rendering: optimizelegibility;
    font-weight: 400;
    text-align: center;
    margin-top: 10px; 
    border-bottom: 1px solid rgb(68, 68, 68);
    padding: 0 10% 11px; 
}
@media screen and (min-width: 601px) {
    #job-listings ul div.blurb > h3 { 
        font-size: 1.875em;
    }
}

.modified-info-wrap { 
  display:block !important;
}

@media screen and (min-width: 1100px) {
  .modified-info-wrap { 
      display:table !important;
  }
}

.right-article { 
  display:block !important;
  width: 100%;
  border-left: none !important;
}

@media screen and (min-width: 1100px) {
  .right-article { 
    display: table-cell !important;
    vertical-align: top !important;
    width: 50%;
    border-left: 1px solid black !important;
  }
}
