/**
 * @file
 * Photo Hero styles.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.photo-hero {
  display: flex;
  max-height: 54.375rem;
  min-height: 28.125rem;
}
.photo-hero.photo-hero--frontpage-hero {
  max-height: calc(100vh - 3.5625rem);
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero {
    flex-wrap: wrap;
    min-height: inherit;
  }
}
.photo-hero .page-title {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Proxima-Nova", sans-serif;
  line-height: 1.03;
  font-size: 4.5vw;
  margin: 1rem 0 0;
  width: 215%;
}
.photo-hero .page-title.page-title--small {
  font-size: 3.875vw;
  width: 170%;
}
.photo-hero .page-title.page-title--medium {
  font-size: min(5.375vw, 7rem);
  margin-top: 0.5rem;
}
.photo-hero .page-title.page-title--large {
  font-size: 7.375vw;
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero .page-title {
    font-size: 2.0625rem;
    width: auto;
  }
}
.photo-hero .page-title span {
  font-size: 0.548em;
  padding-bottom: 0.25rem;
  display: block;
}
.photo-hero .slick-list,
.photo-hero .slick-track {
  height: 100%;
}
.photo-hero .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 5;
  border: none;
  width: 4.75rem;
  height: 4.75rem;
  transition: 0.2s all;
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero .slick-arrow {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
.photo-hero .slick-arrow svg path {
  fill: #ffffff;
}
.photo-hero .slick-arrow span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.photo-hero .slick-prev {
  right: 4.75rem;
  background-color: #002040;
}
.photo-hero .slick-prev:hover {
  background-color: #002A54;
}
.photo-hero .slick-next {
  right: 0;
  background-color: #003366;
}
.photo-hero .slick-next:hover {
  background-color: #00458A;
}
.photo-hero .slick-dots {
  position: absolute;
  z-index: 5;
  left: 1.875rem;
  bottom: calc(4.75rem + 1.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero .slick-dots {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
.photo-hero .slick-dots li {
  display: inline-block;
  margin-right: 1.125rem;
}
.photo-hero .slick-dots button {
  width: 0.75rem;
  height: 0.75rem;
  background: #D3D3D3;
  border: none;
  padding: 0;
  border-radius: 50%;
}
.photo-hero .slick-dots .slick-active button {
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
}

.photo-hero__content {
  width: 33%;
  padding: 10.095rem 5rem 0 3.25rem;
  background-color: #005028;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 87.4375rem) {
  .photo-hero__content {
    padding: 7.515625rem 2.5rem 0 3.25rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__content {
    padding: 6.065625rem 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__content {
    padding: 0 1.5rem 1.25rem;
    width: 100%;
  }
}
.photo-hero--frontpage-hero .photo-hero__content {
  padding-top: calc(2.095rem);
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero--frontpage-hero .photo-hero__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .masthead--alert-button + .layout-container .photo-hero__content {
    padding-top: 2rem;
  }
}
.photo-hero__content .photo-hero__intro {
  margin: 1.25rem 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 87.4375rem) {
  .photo-hero__content .photo-hero__intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__content .photo-hero__intro {
    font-size: 0.875rem;
  }
}
.photo-hero__content .photo-hero__intro p {
  margin: 0 0 1.25rem;
}
.photo-hero__content .photo-hero__intro p:last-of-type {
  margin-bottom: 0;
}
.photo-hero__content .photo-hero__callout-link {
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: min(3.15vw, 4rem);
  align-self: flex-start;
  transition: 0.2s all ease-in;
  line-height: 1.2;
}
.photo-hero__content .photo-hero__callout-link span {
  padding-bottom: 0.25rem;
  transition: 0.2s all ease-in;
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__content .photo-hero__callout-link span {
    padding-bottom: 0.125rem;
  }
}
.photo-hero__content .photo-hero__callout-link:hover {
  transform: scale(1.1) translate(5%, -2%);
}
.photo-hero__content .photo-hero__callout-link:hover span {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
}
.photo-hero__content .photo-hero__callout-link svg {
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
}

.photo-hero__content_alternate {
  background-color: transparent;
  position: absolute;
  padding: 2rem 5rem 0 3.25rem;
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__content_alternate {
    padding: 2rem 5rem 0 2rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__content_alternate {
    padding: 0 0 0 1rem;
  }
}

.photo-hero__content_alternate p {
  /* Upped this to from 10.095rem to 11.095rem */
  padding: 11.095rem 6rem 0 0rem;
  /* Added block displays for better control between breakpoints */
  display: block;
  font-size: 0.548rem;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 87.438rem) {
  /* The H1 was drifting down the screen as I was viewing smaller screen sizes. The following breakpoints seemed to adjust the H1 well for tablet and mobile displays. */
  .photo-hero__content_alternate p {
    padding: 9.095rem 6rem 0 0rem;
    display: block;
    font-size: 0.548em;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 73.063rem) {
  .photo-hero__content_alternate p {
    padding: 4.095rem 6rem 0 0rem;
    display: block;
    font-size: 0.48em;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 47.938rem) {
  .photo-hero__content_alternate p {
    padding: 4.095rem 6rem 0 0rem;
    display: block;
    font-size: 0.548em;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 37.688rem) {
  .photo-hero__content_alternate p {
    padding: 3.25rem 6rem 0 0rem;
    display: block;
    font-size: 0.548em;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 27.5rem) {
  .photo-hero__content_alternate p {
    padding: 2rem 6rem 0 0rem;
    display: block;
    font-size: 0.548em;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__content_alternate .photo-hero__callout-link {
    padding: 0 0 0 0;
  }
}

.photo-hero__intro_alternate_large_text {
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: min(8.3vw, 10rem);
  /* Upped text size */
  align-self: flex-start;
  /* Shortened line height */
  line-height: 0.85;
}

@media screen and (max-width: 87.4375rem) {
  /* Adjusted for different breakpoints */
  .photo-hero__intro_alternate_large_text {
    font-size: min(8.3vw, 8rem);
  }
}
@media screen and (max-width: 67.9375rem) {
  .photo-hero__intro_alternate_large_text {
    font-size: min(8.3vw, 6rem);
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__intro_alternate_large_text {
    font-size: min(8.3vw, 4rem);
  }
}
.photo-hero__image {
  width: 67%;
  position: relative;
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image {
    width: 100%;
  }
}
.photo-hero__image .photo-hero__image-container {
  height: 100%;
  position: relative;
}
.photo-hero__image figure {
  height: 100%;
  position: relative;
}
.photo-hero__image figure:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image figure:before {
    display: none;
  }
}
.photo-hero__image figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.18);
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image figure:after {
    display: none;
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image.photo-hero--slideshow img {
    padding-bottom: 4.75rem;
  }
}
.photo-hero__image figcaption {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 4.75rem;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.63);
  font-size: 1.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 1.875rem;
}
@media screen and (max-width: 87.4375rem) {
  .photo-hero__image figcaption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__image figcaption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image figcaption {
    background-color: #003319;
  }
}
.photo-hero__image figcaption a {
  color: #ffffff;
  text-decoration: none;
}
.photo-hero__image figcaption a:hover .caption__link-text {
  text-decoration: underline;
}
.photo-hero__image figcaption .caption__link-text {
  color: #BEA96F;
}
.photo-hero__image.photo-hero--slideshow figcaption {
  width: calc(100% - 9.5rem);
  display: flex;
}
@media screen and (max-width: 47.9375rem) {
  .photo-hero__image.photo-hero--slideshow figcaption {
    width: 100%;
  }
}
.photo-hero__image.photo-hero--slideshow .slideshow__caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 73.0625rem) {
  .photo-hero__image.photo-hero--slideshow .slideshow__caption {
    -webkit-line-clamp: 3;
  }
}
.photo-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-hero__image_alternate {
  width: 100%;
}

.photo-hero--video {
  overflow: hidden;
}
.photo-hero--video figure {
  padding-bottom: 67.723880597%;
  overflow: hidden;
  /*
  @include breakpoint($value: rem-calc($mobile_breakpoint - 1), $feature: 'max-width') {
    padding-bottom: $video_height / $hero_image_width * 100%;
  }
  */
}
.photo-hero--video iframe {
  position: absolute;
  width: 120.3980099502%;
  height: 100%;
  min-height: 28.125rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
  @include breakpoint($value: rem-calc($tablet_breakpoint - 1), $feature: 'max-width') {
    width: $video_tablet_width;
  }
  */
  /*
  @include breakpoint($value: rem-calc($mobile_breakpoint - 1), $feature: 'max-width') {
    width: 100%;
  }
  */
}

.video-hero__pause-button {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #005028;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 87.4375rem) {
  .video-hero__pause-button {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .video-hero__pause-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 87.4375rem) {
  .video-hero__pause-button svg {
    width: 50%;
    height: auto;
  }
}
.video-hero__pause-button svg path {
  transition: fill 0.2s;
}
.video-hero__pause-button:hover svg path {
  fill: #BEA96F;
}

/* Added per Joshua Smith - 2025-09-25 */
.photo-hero__content .photo-hero__callout-link {
  font-family: "proxima nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: min(3.15vw, 4rem);
  align-self: flex-start;
  transition: 0.2s all ease-in;
  line-height: 1.2;
  /* Attempting to keep the callout link from drifting down in the hero image container on smaller displays */
  position: relative;
}

/*# sourceMappingURL=photo-hero.css.map*/