/* --------------------------------------------------------------
# Variables
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
#animated-homepage {
  font-family: "Montserrat", sans-serif;
}
#animated-homepage .full-screen-section {
  height: calc(100vh - 50px);
}
#animated-homepage .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
#animated-homepage #video-header {
  display: flex;
  position: relative;
  z-index: -2;
  height: calc(100vh - 50px);
  overflow: hidden;
}
#animated-homepage #video-header video {
  max-width: none;
  width: auto;
  height: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: black url(../images/home/video-placeholder-no-logo.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-aspect-ratio: 16/9) {
  #animated-homepage #video-header video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #animated-homepage #video-header video {
    width: auto;
    height: 100%;
  }
}
#animated-homepage #video-header .overlay {
  max-width: none;
  width: auto;
  height: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
}
#animated-homepage #video-header .video-text-overlay {
  position: absolute;
  z-index: 20;
  width: 80vw;
  left: 14vw;
  bottom: 27vh;
}
@media (min-width: 500px) {
  #animated-homepage #video-header .video-text-overlay {
    width: 100%;
    height: auto;
    left: 5vw;
    bottom: 20vh;
  }
}
#animated-homepage #video-header .video-text-header {
  color: white;
  font-weight: 600;
}
#animated-homepage #video-header .white-squares {
  background: url(../svg/squares-white.svg) top left no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60vh;
  width: 50vw;
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: -1;
  display: none;
}
#animated-homepage #video-header #video-header-text-line-1 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f9bc22;
  opacity: 0;
  transform: translate(-100px, 0px);
}
@media (min-width: 767px) {
  #animated-homepage #video-header #video-header-text-line-1 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  #animated-homepage #video-header #video-header-text-line-1 {
    font-size: 2.4em;
  }
}
#animated-homepage #video-header #video-header-text-line-2 {
  font-size: 2em;
  line-height: 1.1em;
  margin-top: 0.1vh;
  max-width: 15em;
  position: relative;
  opacity: 0;
  transform: translate(-100px, 0px);
}
@media (min-width: 767px) {
  #animated-homepage #video-header #video-header-text-line-2 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  #animated-homepage #video-header #video-header-text-line-2 {
    font-size: 4em;
  }
}
#animated-homepage #video-header #video-header-text-line-3 {
  color: #989897;
  opacity: 0;
}
@media (min-width: 767px) {
  #animated-homepage #video-header #video-header-text-line-3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  #animated-homepage #video-header #video-header-text-line-3 {
    font-size: 2em;
  }
}
#animated-homepage #video-header .italic {
  font-style: italic;
  font-size: 0.8em;
  font-weight: 400;
}
#animated-homepage .photo-zoom {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#animated-homepage .photo-zoom .text-container {
  position: absolute;
  z-index: 10;
  left: 5vw;
  bottom: 10vh;
  width: 80vw;
  font-size: 1em;
}
@media (min-width: 600px) {
  #animated-homepage .photo-zoom .text-container {
    font-size: 2em;
    left: 5%;
    max-width: 1180px;
  }
}
@media (min-width: 1180px) {
  #animated-homepage .photo-zoom .text-container {
    left: calc(50% - 590px);
  }
}
#animated-homepage .photo-zoom .service-button {
  background: #f9bc22;
  color: black;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
#animated-homepage .photo-zoom .header-text {
  color: #f9bc22;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
#animated-homepage .photo-zoom .sub-header-text {
  color: white;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 1.2em;
}
#animated-homepage #section-backgrounds {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -10;
}
#animated-homepage #section-backgrounds .section-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}
#animated-homepage #section-backgrounds .overlay {
  background: #004883;
  opacity: 0.7;
  mix-blend-mode: multiply;
  opacity: 0;
}
#animated-homepage #section-backgrounds .gradient-overlay {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#animated-homepage #section-backgrounds .squares-overlay {
  background: url(../svg/squares-white.svg) bottom right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 3vw;
  height: 80vh;
  width: 80vh;
  z-index: 5;
  mix-blend-mode: soft-light;
  opacity: 0.1;
}
#animated-homepage #section-backgrounds .it {
  background-image: url(../images/home/capabilities-it.jpg);
}
#animated-homepage #section-backgrounds .comms {
  background-image: url(../images/home/capabilities-communications.jpg);
}
#animated-homepage #section-backgrounds .warfighter {
  background-image: url(../images/home/capabilities-warfighter.jpg);
  background-position: center bottom;
}
#animated-homepage #section-backgrounds .advanced-engineering {
  background-image: url(../images/home/capabilities-engineering-projects.jpg);
}
#animated-homepage #section-backgrounds.dark .it {
  background-image: url(../images/home/dark/capabilities-it.jpg);
}
#animated-homepage #section-backgrounds.dark .comms {
  background-image: url(../images/home/dark/capabilities-communications.jpg);
}
#animated-homepage #section-backgrounds.dark .warfighter {
  background-image: url(../images/home/dark/capabilities-warfighter.jpg);
  background-position: center bottom;
}
#animated-homepage #section-backgrounds.dark .advanced-engineering {
  background-image: url(../images/home/dark/capabilities-engineering-projects.jpg);
}
#animated-homepage #join-team {
  background-image: url(../images/home/join.jpg);
  height: 45em;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #animated-homepage #join-team {
    background-position: center right 32%;
  }
}
#animated-homepage #join-team .overlay {
  background: black;
  opacity: 0.5;
}
#animated-homepage #join-team .gradient-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
}
#animated-homepage #join-team .squares-overlay {
  right: auto;
  left: 0;
  top: 0;
}
#animated-homepage #join-team .sub-header-text li {
  position: relative;
}

#engineered {
  height: 100vh;
  position: relative;
}
#engineered.full-screen-section {
  height: calc(100vh - 50px);
}
#engineered .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#engineered .engineered-header {
  position: absolute;
  z-index: 100;
  top: 30vh;
  left: 5%;
  color: #f9bc22;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  #engineered .engineered-header {
    font-size: 3em;
    top: auto;
    bottom: 50vh;
  }
}
@media (min-width: 1200px) {
  #engineered .engineered-header {
    font-size: 4em;
    bottom: 50vh;
  }
}
#engineered .photos-container .photo-slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: center center no-repeat;
  background-size: cover;
  left: 0;
}
#engineered .photos-container .photo-slide:nth-child(2) {
  left: 100vw;
}
#engineered .photos-container .photo-slide:nth-child(3) {
  left: 200vw;
}
#engineered .photos-container .photo-slide-innovative {
  background-image: url(../images/home/staellite-truck.jpg);
}
#engineered .photos-container .photo-slide-proven {
  background-image: url(../images/home/proven.jpg);
}
#engineered .photos-container .photo-slide-mission-oriented {
  background-image: url(../images/home/mission-oriented.jpg);
}
#engineered .headings-container {
  position: absolute;
  z-index: 3;
  top: 50vh;
  color: white;
  left: 0;
  width: 100vw;
}
#engineered .headings-container .header-text-container {
  width: 100vw;
  position: absolute;
  left: 5%;
  opacity: 1;
  padding-right: 3em;
  max-width: 20em;
  font-size: 1.5em;
  line-height: 1.2em;
}
@media (min-width: 767px) {
  #engineered .headings-container .header-text-container {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  #engineered .headings-container .header-text-container {
    font-size: 3em;
  }
}
#engineered .engineered-tab {
  color: white;
  position: absolute;
  top: 65vh;
  padding: 1em 2em 1em 5%;
  width: 75%;
  font-size: 3vh;
  border-left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media (min-width: 1200px) {
  #engineered .engineered-tab {
    left: -100px;
    width: 50vw;
  }
}
#engineered .engineered-tab.active {
  left: 0;
  opacity: 1;
  transition: all 1s ease-in-out;
}
#engineered .engineered-tab .no-margin {
  margin: 0;
}

.theme-button,
input[type=submit],
button,
#site-navigation .menu-button > a > span.link-inner,
.button,
.added_to_cart,
.vc_btn3 {
  border: 1px solid black;
  border-radius: 0;
  background-color: #f9bc22;
  color: black;
  text-transform: uppercase;
}
.theme-button:hover,
input[type=submit]:hover,
button:hover,
#site-navigation .menu-button > a > span.link-inner:hover,
.button:hover,
.added_to_cart:hover,
.vc_btn3:hover {
  color: #f9bc22 !important;
  background-color: black !important;
  border: 1px solid #f9bc22 !important;
}

#outcome-switcher h4 {
  margin-top: 0;
}
#outcome-switcher a {
  text-decoration: none !important;
  color: white;
}
#outcome-switcher a:hover, #outcome-switcher a.active {
  color: #f9bc22 !important;
}
#outcome-switcher .outcome-links a {
  color: white;
}
#outcome-switcher .outcome-text {
  display: none;
}
#outcome-switcher .outcome-text h4 {
  color: #f9bc22 !important;
}
#outcome-switcher .outcome-text.active {
  display: block;
}

.outcome-image {
  display: none;
}
.outcome-image .vc_figure,
.outcome-image .vc_single_image-wrapper,
.outcome-image img {
  width: 100% !important;
}
.outcome-image.active {
  display: block;
}

.outcome-image {
  height: 100% !important;
  width: auto !important;
}

.outcome-image .vc_single_image-wrapper {
  overflow: hidden;
  height: 100% !important;
}

.outcome-image .vc_single_image-wrapper img {
  width: auto !important;
  height: 100% !important;
  max-width: none;
}

.outcome-image .vc_figure {
  width: auto !important;
}

.outcomes .wpb_wrapper {
  height: 100%;
}

#site-navigation .current-menu-ancestor > a .link-inner,
#site-navigation .current-menu-item > a .link-inner {
  font-weight: 800 !important;
}
