





.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.careers-top {
  margin-top: 200px;
  margin-bottom: 115px; }
  .careers-top .title-container h1 {
    position: relative; }
    .careers-top .title-container h1:before {
      content: "";
      position: absolute;
      display: block;
      top: -5px;
      left: -12px;
      width: 10px;
      height: 10px;
      background-color: #1A1919;
      border-radius: 5px; }
      @media (max-width: 767.98px) {
        .careers-top .title-container h1:before {
          left: -8px; } }
    .careers-top .title-container h1.inline-dot:before {
      display: inline-block;
      position: relative;
      top: initial;
      left: initial;
      margin-right: 8px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .careers-top .title-container h1 {
        font-size: 4rem; } }
  @media (min-width: 576px) {
    .careers-top .text {
      padding-right: 7%; } }

aside.gallery .gallery-image {
  width: 26vw;
  margin-right: 2px;
  position: relative;
  -khtml-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    aside.gallery .gallery-image {
      width: 40vw; } }
  aside.gallery .gallery-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 131.52455%; }
  aside.gallery .gallery-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

section.opportunities {
  background-color: #0D1626;
  margin-top: -17.1vw;
  padding-top: 17.1vw;
  color: white; }
  section.opportunities .opportunity-container {
    padding-top: 125px;
    padding-bottom: 125px; }
    @media (max-width: 767.98px) {
      section.opportunities .opportunity-container {
        padding-top: 80px; } }
    @media (max-width: 767.98px) {
      section.opportunities .opportunity-container {
        padding-bottom: 80px; } }
    @media (min-width: 768px) {
      section.opportunities .opportunity-container .side-note {
        padding-right: 30px; } }
    section.opportunities .opportunity-container .side-note .text {
      font-size: 0.875rem;
      font-family: "halyard-micro";
      font-weight: 350; }
      section.opportunities .opportunity-container .side-note .text p {
        font-size: 0.875rem;
        font-family: "halyard-micro";
        font-weight: 350; }
      section.opportunities .opportunity-container .side-note .text a {
        font-size: 1rem;
        font-family: "halyard-micro";
        font-weight: 400; }
        section.opportunities .opportunity-container .side-note .text a:hover {
          text-decoration: underline; }
    section.opportunities .opportunity-container .side-note ul.social-accounts {
      display: inline-block; }
      section.opportunities .opportunity-container .side-note ul.social-accounts li {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px; }
        section.opportunities .opportunity-container .side-note ul.social-accounts li:last-child {
          margin-right: 0; }
        section.opportunities .opportunity-container .side-note ul.social-accounts li a {
          color: #1A1919; }
          section.opportunities .opportunity-container .side-note ul.social-accounts li a i {
            display: block;
            -khtml-background-size: contain;
            -ms-background-size: contain;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-facebook {
              width: 7px;
              height: 14px; }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-instagram {
              width: 16px;
              height: 16px; }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-twitter {
              width: 16px;
              height: 14px; }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-linkedin {
              width: 16px;
              height: 14px; }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-facebook {
              background-image: url("../../images/social-icons-dark/facebook.png"); }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-instagram {
              background-image: url("../../images/social-icons-dark/instagram.png"); }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-twitter {
              background-image: url("../../images/social-icons-dark/twitter.png"); }
            section.opportunities .opportunity-container .side-note ul.social-accounts li a i.fa-linkedin {
              background-image: url("../../images/social-icons-dark/linkedin.png"); }
    @media (max-width: 767.98px) {
      section.opportunities .opportunity-container .title-positions {
        padding-bottom: 50px; } }
    section.opportunities .opportunity-container .title-positions hgroup {
      padding-bottom: 30px; }
      section.opportunities .opportunity-container .title-positions hgroup h2 {
        font-size: 4.375rem;
        font-family: "halyard-display";
        font-weight: 600;
        letter-spacing: 0.01rem; }
        @media (max-width: 767.98px) {
          section.opportunities .opportunity-container .title-positions hgroup h2 {
            font-size: 2.5rem; } }
        @media (max-width: 767.98px) {
          section.opportunities .opportunity-container .title-positions hgroup h2 {
            font-size: 27px;
            font-family: "halyard-display";
            font-weight: 400; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    section.opportunities .opportunity-container .title-positions hgroup h2 {
      font-size: 21px; } }
      section.opportunities .opportunity-container .title-positions hgroup span.opportunities-count {
        display: block;
        padding-bottom: 30px; }
    section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity {
      position: relative;
      display: block;
      padding-top: 30px;
      padding-bottom: 30px;
      color: white;
      border-bottom: 1px solid #212732; }
      section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity:first-child {
        border-top: 1px solid #212732; }
      section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity div.description {
        width: 75%;
        font-size: 0.875rem;
        font-family: "halyard-micro";
        font-weight: 350; }
      section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity div.arrow {
        width: 37px;
        height: 26px;
        background-image: url("../../images/careers/career-blue-arrow.png");
        -khtml-background-size: contain;
        -ms-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity div.arrow {
            -webkit-transition: none;
            transition: none; } }
      section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity:hover h3 {
        text-decoration: underline; }
      section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity:hover div.arrow {
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
        margin-right: -5px; }
        @media screen and (prefers-reduced-motion: reduce) {
          section.opportunities .opportunity-container .title-positions .opportunities-list a.opportunity:hover div.arrow {
            -webkit-transition: none;
            transition: none; } }
    section.opportunities .opportunity-container .title-positions .opportunities-list .the-rest {
      display: none; }
      section.opportunities .opportunity-container .title-positions .opportunities-list .the-rest a:first-child {
        border-top: 0; }
    section.opportunities .opportunity-container .title-positions .view-more-positions {
      position: relative;
      margin-top: 30px;
      margin-right: 30px;
      padding-right: 0;
      padding-left: 0;
      border: 0;
      background: transparent;
      color: #C1E1E0;
      border-bottom: 3px solid #C1E1E0;
      line-height: 1;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        section.opportunities .opportunity-container .title-positions .view-more-positions {
          float: right; } }
      section.opportunities .opportunity-container .title-positions .view-more-positions:after {
        content: '';
        position: absolute;
        right: -27px;
        top: 7px;
        background-image: url("../../images/careers/view-more-plus.png");
        -khtml-background-size: contain;
        -ms-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px; }

aside.other-opportunities {
  background-color: black;
  padding-top: 85px;
  padding-bottom: 85px;
  color: white; }
  aside.other-opportunities:hover a {
    text-decoration: underline; }

section.culture {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media (max-width: 767.98px) {
    section.culture {
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    section.culture {
      padding-bottom: 80px; } }
  section.culture section.slider {
    margin-top: 40px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section.culture section.slider .idea {
        width: 288.75px;
        margin-right: 82.5px; }
        section.culture section.slider .idea:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      section.culture section.slider .idea {
        width: 225px;
        margin-right: 112.5px; }
        section.culture section.slider .idea:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1472px) {
      section.culture section.slider .idea {
        width: 345px;
        margin-right: 172.5px; }
        section.culture section.slider .idea:nth-child(3n+3) {
          margin-right: 0; } }
    section.culture section.slider .idea img {
      height: 120px;
      margin-bottom: 30px; }
    section.culture section.slider .idea .text {
      width: 100%; }
    section.culture section.slider ul.slick-dots {
      margin-top: 85px;
      width: 100%;
      text-align: center;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      section.culture section.slider ul.slick-dots li {
        display: inline-block;
        position: relative;
        margin-right: 15px;
        margin-left: 15px;
        width: 10px;
        height: 10px; }
        @media (max-width: 767.98px) {
          section.culture section.slider ul.slick-dots li {
            width: 5px;
            height: 5px;
            margin-right: 5px;
            margin-left: 5px; } }
        section.culture section.slider ul.slick-dots li button {
          font-size: 0;
          border: 0;
          background: transparent; }
          section.culture section.slider ul.slick-dots li button:before {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.25);
            border-radius: 5px; }
        section.culture section.slider ul.slick-dots li.slick-active button:before {
          background: black; }

section.what-its-like {
  background-color: #f8f8f8;
  padding-top: 125px;
  padding-bottom: 125px; }
  @media (max-width: 767.98px) {
    section.what-its-like {
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    section.what-its-like {
      padding-bottom: 80px; } }
  section.what-its-like h2 {
    margin-bottom: 30px; }
  section.what-its-like section.thinking-posts .thinking {
    color: #1A1919;
    border-right: 1px solid #E4E4E3; }
    section.what-its-like section.thinking-posts .thinking:last-child {
      border-right: 0; }
    @media (max-width: 767.98px) {
      section.what-its-like section.thinking-posts .thinking {
        border-right: 0; } }
    section.what-its-like section.thinking-posts .thinking .image {
      position: relative;
      -khtml-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      section.what-its-like section.thinking-posts .thinking .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 61.57895%; }
      section.what-its-like section.thinking-posts .thinking .image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.what-its-like section.thinking-posts .thinking .image:after {
        content: '';
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          section.what-its-like section.thinking-posts .thinking .image:after {
            -webkit-transition: none;
            transition: none; } }
    section.what-its-like section.thinking-posts .thinking:hover .image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear;
      background-color: rgba(0, 0, 0, 0.75); }
      @media screen and (prefers-reduced-motion: reduce) {
        section.what-its-like section.thinking-posts .thinking:hover .image:after {
          -webkit-transition: none;
          transition: none; } }
    section.what-its-like section.thinking-posts .thinking h4 {
      margin-top: 25px;
      margin-bottom: 50px; }

section.mentorship-benefits .mentorship {
  padding-top: 125px;
  padding-bottom: 155px; }
  @media (max-width: 767.98px) {
    section.mentorship-benefits .mentorship {
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    section.mentorship-benefits .mentorship {
      padding-bottom: 110px; } }
  section.mentorship-benefits .mentorship .left h3 {
    margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    section.mentorship-benefits .mentorship .left {
      padding-bottom: 30px; } }
  section.mentorship-benefits .mentorship .right table tbody tr td {
    padding-top: 15px;
    border: 1px solid #E4E4E3; }
    section.mentorship-benefits .mentorship .right table tbody tr td.title {
      padding-left: 15px;
      vertical-align: top;
      border-right: 0px;
      font-size: 21px;
      font-family: "halyard-text";
      font-weight: 400;
      position: relative; }
      section.mentorship-benefits .mentorship .right table tbody tr td.title.no-triangle span.triangle {
        display: none; }
      section.mentorship-benefits .mentorship .right table tbody tr td.title span.triangle {
        position: absolute;
        top: -2px;
        left: 50%;
        width: 20px;
        height: 11px;
        -khtml-background-size: contain;
        -ms-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../../images/careers/career-triangle.png"); }
    section.mentorship-benefits .mentorship .right table tbody tr td.items {
      border-left: 0px; }
      section.mentorship-benefits .mentorship .right table tbody tr td.items ul {
        margin-bottom: 30px;
        margin-right: 15px; }
        section.mentorship-benefits .mentorship .right table tbody tr td.items ul li {
          font-size: 0.75rem;
          font-family: "halyard-micro";
          font-weight: 400; }

section.mentorship-benefits .benefits {
  padding-bottom: 125px; }
  @media (max-width: 767.98px) {
    section.mentorship-benefits .benefits {
      padding-bottom: 80px; } }
  @media (max-width: 767.98px) {
    section.mentorship-benefits .benefits .left {
      padding-bottom: 30px; } }
  section.mentorship-benefits .benefits .left .image {
    width: 100%;
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    section.mentorship-benefits .benefits .left .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 107.45455%; }
    section.mentorship-benefits .benefits .left .image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  section.mentorship-benefits .benefits .right h3 {
    margin-bottom: 30px; }
  section.mentorship-benefits .benefits .right ul li {
    margin-bottom: 10px; }

section.seattle-home {
  -khtml-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
  color: white;
  position: relative; }
  @media (max-width: 767.98px) {
    section.seattle-home {
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    section.seattle-home {
      padding-bottom: 80px; } }
  section.seattle-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65); }
  section.seattle-home .title-text h2 {
    margin-bottom: 30px; }
  section.seattle-home .title-text .text {
    margin-bottom: 60px; }
  @media (min-width: 576px) {
    section.seattle-home .three-split .city-benefits {
      float: left;
      width: 24.8%;
      border-right: 1px solid white; }
      section.seattle-home .three-split .city-benefits:first-child {
        width: 31.2%;
        padding-right: 6.4%; }
      section.seattle-home .three-split .city-benefits:nth-child(2) {
        width: 37.6%;
        padding-right: 6.4%;
        padding-left: 6.4%; }
      section.seattle-home .three-split .city-benefits:last-child {
        width: 31.2%;
        padding-left: 6.4%;
        border-right: 0; } }
  @media (max-width: 767.98px) {
    section.seattle-home .three-split .city-benefits {
      width: 100%;
      border-bottom: 1px solid white;
      margin-bottom: 30px; }
      section.seattle-home .three-split .city-benefits:last-child {
        border-bottom: 0; } }
  section.seattle-home .three-split .city-benefits ul li a {
    color: white; }
    section.seattle-home .three-split .city-benefits ul li a:hover {
      color: #E4E4E3;
      text-decoration: underline; }
