.modal-body .text .source a {
  color: #B1CF5F;
  font-size: 17px;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
#yip-logo {
  width: 400px;
  margin-top: 196px;
  margin-left: 40px;
}
.glitch {
  background-size: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#banner {
  background-image: linear-gradient(129deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url(/Portals/1/Interactive/2025/11-year-in-photos/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 1000px;
  width: 100%;
  background-attachment: fixed;
}
#banner #inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-out; /* Smooth transition for movement */ z-index: 9;
  display: flex;
  flex-wrap: wrap;
  background-attachment: fixed;
  padding: 20px;
  bottom: 0px;
  align-items: flex-end;
}
#banner #inner a {
  flex: 1;
  color: #fff;
  text-decoration: none;
}
#banner #inner a:hover {
  flex: 1;
  color: #fff;
  text-decoration: none;
}
.content-container {
  position: absolute;
  z-index: 2;
  display: block;
  margin: auto;
  margin-top: 102px;
  width: Calc(100% - 40px);
  padding: 20px;
  border: 1px solid #ffffff4a;
  margin: 20px;
  margin-top: 122px;
  height: calc(100% - 142px);
} /*.screens { display: flex; z-index: 2; margin: auto; margin-top: 60px; padding: 20px; margin: 20px; }*/ .ref {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
}
.screen-item {
  padding: 20px;
  color: #fff;
  height: 286px;
  margin: 20px;
  align-content: end;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.25s ease-in;
  backdrop-filter: grayscale(1);
  color: #e6e6e6;
  border: 3px solid #e6e6e6;
}

.preview-caption {
	margin-bottom: 10px;
}

.preview-credit {
	font-style: italic;
}

.screen-item .title {
  font-family: "Rationale", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px;
}
.screen-item .title span {
  font-size: 20px;
}
.screen-item .indicator {
  margin-bottom: -25px;
  opacity: 0;
  transition: all 0.25s ease-in;
}
.screen-item:hover .indicator {
  margin-bottom: 5px;
  opacity: 1;
}
.screen1:hover, .screen2:hover, .screen3:hover, .screen4:hover {
  backdrop-filter: blur(10px);
  color: #fff;
  border: 3px solid #B1CF5F;
  background: #B1CF5F33;
}
.screen1 a:hover, .screen2 a:hover, .screen3 a:hover, .screen4 a:hover {
  color: #fff;
}
#banner h1 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #fff;
  height: fit-content;
  width: 100%;
  margin-top: 120px;
  margin-left: 20px;
}
#banner .person {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0px;
  right: 0px;
  max-width: 1600px;
  right: -100px;
}
.screen-item .icon {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  top: 0px;
  left: 30px;
  opacity: 0;
  transition: all 0.25s ease-in;
}
.screen-item:hover .icon {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  top: 30px;
  left: 30px;
  opacity: 0;
}
.screen-item .icon img {
  height: 100%;
  min-width: min-content;
}
#blurb {
  padding: 20px;
  align-content: end;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.25s ease-in;
  backdrop-filter: grayscale(1);
  color: #e6e6e6;
  border: 3px solid #e6e6e6;
  margin: 20px;
  width: 400px;
}
#blurb p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#blurb p:last-child {
  margin-bottom: 0px;
}
#blurb p strong {
  font-weight: bold;
  color: #B1CF5F;
}
#banner .modal-title {
  font-family: "Rationale", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 35px;
  color: #fff;
  margin: 0px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
  padding: 4rem 40px 0rem;
}
#banner .modal-content {
  background: #333;
}
.modal-header {
  border-bottom: none;
}
.modal-header button {
  background: none;
  border: none;
  color: #fff;
  right: 15px;
  position: absolute;
  opacity: 0.5;
}
.modal-header button:hover {
  opacity: 1;
}
.modal-body {
  color: #fff;
  padding: 0px;
}
.modal-body img {
  padding-bottom: 1rem;
}
.modal-body .text {
  padding: 20px 40px;
}
.modal-body .text .quote {
  font-style: italic;
  text-align: center;
  position: relative;
}
.modal-body .text .source {
  color: #B1CF5F;
  font-size: 17px;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.modal-body .text .quote span:first-of-type {
  font-size: 40px;
  position: absolute;
  top: -15px;
  left: -20px;
}
.modal-body .text .quote span:last-of-type {
  font-size: 40px;
  position: absolute;
  bottom: -15px;
  right: -5px;
}
.modal-body .btn {
  border: 1px solid #b1cf5f;
  color: #b1cf5f;
  margin: auto;
  display: block;
  width: fit-content;
  margin-bottom: 2rem;
  padding: 10px 24px;
  margin-top: 1rem;
  transition: 0.25s all ease-in;
}
.modal-body .btn:hover {
  border: 1px solid #b1cf5f;
  color: #333;
  background: #b1cf5f;
  margin: auto;
  display: block;
  width: fit-content;
  margin-bottom: 2rem;
  padding: 10px 24px;
  margin-top: 1rem;
}
.modal-nav {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.modal-nav button {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.2s ease;
  margin: 10px;
}
.modal-nav button:hover {
  background: #b1cf5f;
  color: #333;
}
@media screen and (max-width: 1460px) {
  #blurb {
    width: 100%;
    margin-left: 14%;
    margin-right: 14%;
    padding: 2rem 6rem;
    backdrop-filter: blur(6px);
  }
  .screen-item {
    height: 152px;
  }
  #banner .person {
    height: 100%;
    width: auto;
  }
  #yip-logo {
    width: 400px;
    margin-top: 140px;
    margin-left: 30px;
    z-index: 999;
    position: relative;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1240px) {
  #banner {
    height: 1400px;
  }
  #banner .person {
    height: 100%;
    right: -10%;
    max-width: none;
  }
  #yip-logo {
    left: calc(50% - 200px);
    margin-top: 160px;
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  #banner {
    height: 1400px;
  }
  #banner .person {
    height: 100%;
    right: -10%;
    max-width: none;
  }
  #yip-logo {
    left: calc(50% - 200px);
    margin-top: 160px;
    opacity: 1;
    margin-left: 0px;
  }
  .screen-item {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .screen-item {
    height: 250px;
    padding: 10px;
    margin: 10px;
  }
  #banner .person {
    height: 100%;
    width: auto;
    max-width: fit-content;
    right: -600px;
  }
}
@media (max-width: 768px) {
  #banner #inner a {
    flex-basis: calc(50% - 10px) !important;
    flex: 1;
  }
  #blurb {
    margin-left: 10px;
    margin-right: 10px;
  }
  #banner .person {
    height: 120%;
  }
}
@media (max-width: 600px) {
  #yip-logo {
    margin-top: 140px;
  }
  #banner {
    height: 1475px;
  }
  #blurb {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  #yip-logo {
    width: 300px;
    left: calc(50% - 150px);
  }
  #blurb {
    padding: 20px;
  }
  #banner #inner a {
    flex-basis: calc(100% - 10px) !important;
    flex: 1;
  }
  .screen-item {
    height: 110px;
  }
}
.source span {
  display: inline-block;
}

/************************************************************************/ 
/************** BOILERPLATE CSS STYLESHEET FOR DEFENSE.GOV **************/ /************************************************************************/ 
/*************************************************** FONTS ***************************************************/ /*************************************************** DROPDOWN ***************************************************/ 
/* Dropdown Button */
.dropbtn {
    background-color: #565658;
    color: #fff;
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    font-weight: bold;
    border-radius: 20px;
}
.dropbtn i {
    margin-left: 5px;
} /* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
} /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2d2d2dd1;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 5px;
    border-radius: 6px;
} /* Links inside the dropdown */
.dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 5px;
    border: transparent 1px solid;
}
.dropdown-content button:last-child {
    margin-bottom: 0px;
} /* Change color of dropdown links on hover */
.dropdown-content button:hover {
    border: #B1CF5F 1px solid;
    color: #B1CF5F;
} /* Default: use JS + .is-open to show/hide */
.dropdown-content {
    display: none;
}
.module-controls.dropdown.is-open .dropdown-content {
    display: block;
} /* Desktop: keep hover behavior */

@media (min-width: 769px) {
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #1C7C54;
}
}
.dropdown-content button.active {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: #fff 1px solid;
}
.dropdown-content button.active:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: #fff 1px solid;
} /*************************************************** Grid View ***************************************************/
.hide {
    display: none;
}
#photos-module {
    background: #2d2d2d;
}
#photos-module .contain {
    max-width: 2000px;
    margin: auto;
    display: flex;
}
#photos-module .half-contain {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
#nodes {
    width: 100%;
}
#photos-module #module-main {
    padding: 20px;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
#module-main #nodes article {
    width: calc(25% - 2px);
    padding: .5rem;
    border-radius: 4px;
    opacity: 0.6;
}
#module-main #nodes article.active {
    opacity: 1;
}
#module-main #nodes article img {
    border: 2px solid transparent;
    filter: grayscale(1);
}
#module-main #nodes article.active img {
    filter: drop-shadow(0 0 2px #1C7C54);
    border: 2px solid #1C7C54;
}
#module-main #nodes article h2, #module-main #nodes article p, #module-main #nodes article span, #module-main #nodes article .download-btn {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    display: block;
}
#photos-module #preview {
    background: #1c1c1c;
    color: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    place-content: flex-start;
    scrollbar-color: #b1cf5f #1c1c1c;
    scrollbar-width: thin;
}
#module-main .photos-navigation {
    flex-basis: 100%;
    display: flex;
    place-items: anchor-center;
    gap: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #2d2d2d73;
    padding: 10px;
    backdrop-filter: blur(10px);
    padding-top: 4rem;
    margin-top: -4rem;
}
#preview #previewImage {
    flex-basis: 100%;
}
#preview .tag {
    border: 1px solid #8D8D8D;
    padding: 5px 20px;
    color: #8D8D8D;
    border-radius: 20px;
    font-size: 1rem;
    margin-right: 5px;
}
#preview h2 {
    width: 100%;
    color: #fff;
    margin-top: 20px;
    font-size: 2rem;
}
#preview p {
    width: 100%;
    color: #afafaf;
}
#header-text {
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1.4rem;
}
#header-text span {
    font-weight: 100;
}
#module-main #nodes article:hover img {
    filter: grayscale(0);
}
#previewDownload {
    border: 1px solid #B1CF5F;
    padding: 5px 20px;
    color: #B1CF5F;
    border-radius: 20px;
    font-size: 1rem;
}
#previewDownload:hover {
    border: 1px solid #b1cf5f;
    color: #333;
    background: #b1cf5f;
    text-decoration: none;
} /*************************************************** TOGGLE SWITCH ***************************************************/
.switch-toggle {
--width: 200px;
--height: 40px;
--offset: 4px;
--radius: 30px;
    position: relative;
    width: var(--width);
    height: var(--height);
    padding: var(--offset);
    background: #565658;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}
.switch-toggle:hover {
    background: #1C7C54;
}
.switch-toggle:focus, .switch-toggle:active {
    outline: none;
}
.switch-toggle input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    inset: 0;
    appearance: none;
    z-index: 2;
    margin: 0px;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
    translate: 100% 0;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
    color: #fff;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
    color: #1a1a1a;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label {
    position: absolute;
    inset: var(--offset, 0);
    padding: 5px 0;
    display: block;
    user-select: none;
    pointer-events: none;
    display: grid;
    gap: 2px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    place-items: center;
    margin: 0px;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
    content: "";
    position: absolute;
    width: 50%;
    inset: 0;
    background: #fff;
    border-radius: calc(var(--radius) - var(--offset));
    box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
    translate: 0 0;
    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span {
    position: relative;
    transition: 200ms linear;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
    color: #000;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
    color: #fff;
}
.switch-toggle input[type=checkbox]:focus {
    outline: none;
}
.slideshow-layout #module-main .photos-navigation {
    position: relative;
} /******** SLIDESHOW ****/
#slider {
    width: 80%;
    margin: auto;
}
#slider img {
    width: 100%;
}
#slider article {
    display: flex !important;
    flex-wrap: wrap;
    background: #000;
}
#slider .itemNode .contents {
    background: #333;
    padding: 20px;
    flex-basis: 30%;
}
#slider article img {
    flex-basis: 70%;
    width: 70%;
    height: fit-content;
    align-self: anchor-center;
}
#slider .download-btn {
    border: 1px solid #B1CF5F;
    padding: 5px 20px;
    color: #B1CF5F;
    border-radius: 20px;
    font-size: 1rem;
}
#slider .download-btn:hover {
    border: 1px solid #b1cf5f;
    color: #333;
    background: #b1cf5f;
    text-decoration: none;
}
#slider .slick-prev:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 35px;
    color: #fff;
}
#slider .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 35px;
    color: #fff;
} /******** SLIDESHOW ANIMATIONS *****/
#preview, #module-main {
    transition: width 0.5s ease-in-out, opacity 1s ease-out; /* Define the transition: property, duration, and timing function */
    opacity: 1;
    transition-delay: 0.1s, 0s;
}
#preview h2, #preview p, #preview .tags {
    opacity: 1;
    transition: opacity 1s ease-out;
}
.module-controls {
    opacity: 1;
    transition: all .5s ease-out;
    z-index: 999;
}
.slideshow-layout #preview {
    width: 0;
    opacity: 0;
    height: 0px;
}
.slideshow-layout #module-main {
    width: 100%;
}
.slideshow-layout .module-controls {
    opacity: 0;
    height: 0px;
}
#photos-module #slider {
    transition: all 1s ease-out;
    opacity: 0;
    transition-delay: 0.7s, 0s;
}
#photos-module.slideshow-layout #slider {
    transition: all 1s ease-out;
    opacity: 1;
    transition-delay: 0.7s, 0s;
}
#module-main #slider article h2 {
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: normal;
}
#module-main #slider article p {
    width: 100%;
    color: #afafaf;
    margin-bottom: 20px;
}
#module-main #slider article .tag {
    display: none;
}
.module-controls.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
}
.module-controls.dropdown.is-open .dropdown-content {
    display: block;
} /*************************************************** RESPONSIVE ***************************************************/ /* XLG */

@media only screen and (max-width: 1400px) {
} /* LG */

@media only screen and (max-width: 1200px) {
#module-main .photos-navigation {
    flex-wrap: wrap;
}
#header-text {
    flex-basis: 100%;
    margin-bottom: -5px;
}
#module-main #nodes article {
    width: calc(50% - 2px);
}
#slider .itemNode .contents, #slider article img {
    flex-basis: 100%;
}
} /* MD */

@media only screen and (max-width: 992px) {
} /* SM */

@media only screen and (max-width: 768px) {
#module-main #nodes article {
    width: calc(50% - 6px);
}
#header-text {
    display: none;
}
} /* XS */

@media only screen and (max-width: 576px) {
#photos-module #preview {
    display: none;
}
#photos-module #module-main {
    width: 100%;
}
#module-main #nodes article {
    width: 100%;
    opacity: 1;
}
#module-main #nodes article h2, #module-main #nodes article p, #module-main #nodes article span, #module-main #nodes article .download-btn {
    visibility: visible;
    height: auto;
    margin: 0px;
    display: block;
    color: #fff;
}
.switch-toggle {
    width: 170px;
    display: none;
}
#module-main #nodes article img {
    filter: grayscale(0);
}
#module-main #nodes article.active img {
    border: none;
}
#module-main .photos-navigation {
    padding-top: 2rem;
}
#module-main #nodes article h2 {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
#module-main #nodes article .download-btn {
    border: 1px solid #B1CF5F;
    padding: 5px 20px;
    color: #B1CF5F;
    border-radius: 20px;
    font-size: 1rem;
    width: fit-content;
    margin-bottom: 10px;
}
#module-main #nodes article span {
    border: 1px solid #8D8D8D;
    padding: 5px 20px;
    color: #8D8D8D;
    border-radius: 20px;
    font-size: 1rem;
    margin-right: 5px;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 20px;
}
} /* XXS */

@media only screen and (max-width: 400px) {
} 
/*************************************************** IE SPECIFIC ( IE10+ CSS styles go here ) ***************************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
} /*************************************************** end. ***************************************************/