@charset "UTF-8";
/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
.field--item .content.container, .content.container {
  padding-top: 36px;
}
@media (min-width: 768px) {
  .field--item .content.container, .content.container {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .field--item .content.container, .content.container {
    padding: 36px 50px;
  }
}

.node--type-component-video-carousel {
  position: relative;
}
.node--type-component-video-carousel .field--name-field-display-title h2 {
  margin-top: 0;
}
.node--type-component-video-carousel .slick-slide .field.field--name-field-video-display-title {
  visibility: hidden;
}
.node--type-component-video-carousel .slick-slide.slick-current.slick-active .field.field--name-field-video-display-title {
  visibility: visible;
}
.node--type-component-video-carousel.two-videos .slick-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .node--type-component-video-carousel.two-videos .slick-prev {
    display: inline-block !important;
  }
}
.node--type-component-video-carousel.two-videos .slick-slide[data-slick-index="-1"][aria-hidden=true], .node--type-component-video-carousel.two-videos .slick-slide[data-slick-index="0"][aria-hidden=true] {
  visibility: hidden;
  background: transparent;
}
.node--type-component-video-carousel.one-video .slick-prev,
.node--type-component-video-carousel.one-video .slick-next {
  display: none !important;
}
.node--type-component-video-carousel .slick-list {
  overflow: visible;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .node--type-component-video-carousel .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.node--type-component-video-carousel .slick__arrow {
  height: 100%;
  top: 50%;
  bottom: 0;
}
.node--type-component-video-carousel button.slick-next.slick-arrow {
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 42, 58, 0)), color-stop(85%, #01202C), to(#01202C));
  background: linear-gradient(to right, rgba(2, 42, 58, 0) 0%, #01202C 85%, #01202C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00022a3a", endColorstr="#022a3a",GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00022a3a", endColorstr="#022a3a",GradientType=1 );
  position: absolute;
  font-size: 9rem;
  border-radius: 0;
  width: 17vw;
  height: 100%;
  top: 0;
  right: -14vw;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.node--type-component-video-carousel button.slick-next.slick-arrow:before {
  background: url("../../assets/images/arrow-slick.png") left center no-repeat;
  position: absolute;
  top: 43%;
  color: transparent;
  font-size: 3rem;
  margin-left: 0;
  opacity: 0.3;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.node--type-component-video-carousel button.slick-next.slick-arrow:hover:before {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (min-width: 992px) {
  .node--type-component-video-carousel button.slick-next.slick-arrow {
    right: -22vw;
  }
  .node--type-component-video-carousel button.slick-next.slick-arrow:before {
    position: initial;
    top: 0;
  }
}
.node--type-component-video-carousel button.slick-prev.slick-arrow {
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#01202C), color-stop(15%, #01202C), to(rgba(2, 42, 58, 0)));
  background: linear-gradient(to right, #01202C 0%, #01202C 15%, rgba(2, 42, 58, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#022a3a", endColorstr="#00022a3a",GradientType=1 );
  position: absolute;
  font-size: 9rem;
  border-radius: 0;
  width: 25px;
  height: 100%;
  top: 0px;
  left: -18px;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.node--type-component-video-carousel button.slick-prev.slick-arrow:before {
  background: url("../../assets/images/arrow-slick-left.png") right center no-repeat;
  position: absolute;
  top: 43%;
  color: transparent;
  font-size: 3rem;
  margin-right: 0;
  opacity: 0.3;
  float: right;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.node--type-component-video-carousel button.slick-prev.slick-arrow:hover:before {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (min-width: 992px) {
  .node--type-component-video-carousel button.slick-prev.slick-arrow {
    left: -22vw;
    width: 17vw;
  }
  .node--type-component-video-carousel button.slick-prev.slick-arrow:before {
    background: url("../../assets/images/arrow-slick-left.png") right center no-repeat;
    margin-right: 3px;
    position: initial;
    top: 0;
  }
}
.node--type-component-video-carousel .media.media--type-video-embed {
  margin-right: 15px;
}
@media (min-width: 480px) {
  .node--type-component-video-carousel .media.media--type-video-embed {
    margin-left: 10px;
  }
}
.node--type-component-video-carousel .slick__slide {
  overflow: visible;
  margin-bottom: 40px;
}
@media (max-width: 1439px) {
  .node--type-component-video-carousel .slick__slide {
    max-width: initial;
    width: 320px;
  }
}
@media (max-width: 370px) {
  .node--type-component-video-carousel .slick__slide {
    width: 280px;
  }
}
.node--type-component-video-carousel .slick__slide .field.field--name-field-video-display-title {
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: 1px;
  color: #c6ccd0;
  margin-bottom: 15px;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
}
.node--type-component-video-carousel .video-embed-field-lazy-play {
  background: url("../../assets/images/play-icon.png") center center no-repeat;
  background-size: 72px 72px;
  opacity: 0.7;
  border: 0;
}
.node--type-component-video-carousel .video-embed-field-lazy.form-group {
  outline: 0;
}
.node--type-component-video-carousel .video-embed-field-lazy.form-group:before {
  position: absolute;
  right: -2px;
  bottom: -2px;
  content: "";
  border-bottom: 30px solid #01202C;
  border-left: 30px solid transparent;
}

.node--type-component-page .node--type-component-video-carousel {
  float: none;
}

.careers-dec-iso .node--type-component-video-carousel .slick-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .careers-dec-iso .node--type-component-video-carousel .slick-prev {
    display: inline-block !important;
  }
}
.careers-dec-iso .node--type-component-video-carousel .slick-slide[data-slick-index="-1"][aria-hidden=true], .careers-dec-iso .node--type-component-video-carousel .slick-slide[data-slick-index="0"][aria-hidden=true] {
  visibility: visible;
  background: transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../../assets/fonts/slick/slick.eot");
  src: url("../../assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick/slick.woff") format("woff"), url("../../assets/fonts/slick/slick.ttf") format("truetype"), url("../../assets/fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.careers-dec-iso .node--type-component-video-carousel .slick__slide {
  width: 100%;
}
.careers-dec-iso .one-video.node--type-component-video-carousel .slick__slide .media.media--type-video-embed {
  margin-right: 0;
  margin-left: 0;
}