.content {
  min-height: 300px;
}
.large-icon {
  font-size: 13em !important;
}
.contact .contact-address {
  padding: 0 1.5rem;
}
.navbar .mod-languages {
  padding-bottom: 0.425rem;
  padding-top: 0.425rem;
}
.lang-inline {
  list-style: outside none none;
  margin: 0;
}
.lang-inline > li {
  display: inline;
  margin-left: 8px;
}
.login {
  margin: 0 auto;
  max-width: 330px;
  padding-top: 1em;
}
.tags.inline {
  padding-left: 0;
}
.tags.inline li {
  display: inline;
}
.item-image {
  margin-bottom: 20px;
}
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.autocomplete-suggestion.active,
.autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/**===================================================
 * UI Elements
 ---------------------------------------------------*/
/**===================================================
 * Hero Carousel
 ---------------------------------------------------*/
@-webkit-keyframes shadowPosition {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shadowPosition {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes heroSlideshow2-even {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes heroSlideshow2-even {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@-webkit-keyframes heroSlideshow2-odd {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes heroSlideshow2-odd {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes captionShow2-even {
  0% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes captionShow2-even {
  0% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes captionShow2-odd {
  0% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes captionShow2-odd {
  0% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes heroSlideshow3 {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  8%,
  16% {
    opacity: 1;
  }
  24%,
  50% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  58%,
  66% {
    opacity: 1;
  }
  74% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@keyframes heroSlideshow3 {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  8%,
  16% {
    opacity: 1;
  }
  24%,
  50% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  58%,
  66% {
    opacity: 1;
  }
  74% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes captionShow3 {
  0% {
    opacity: 0;
  }
  8%,
  16% {
    opacity: 1;
  }
  24%,
  50% {
    opacity: 0;
  }
  58%,
  66% {
    opacity: 1;
  }
  74% {
    opacity: 0;
  }
}
@keyframes captionShow3 {
  0% {
    opacity: 0;
  }
  8%,
  16% {
    opacity: 1;
  }
  24%,
  50% {
    opacity: 0;
  }
  58%,
  66% {
    opacity: 1;
  }
  74% {
    opacity: 0;
  }
}
@-webkit-keyframes heroSlideshow4-even {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes heroSlideshow4-even {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@-webkit-keyframes heroSlideshow4-odd {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes heroSlideshow4-odd {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes captionShow4-even {
  0% {
    opacity: 0;
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}
@keyframes captionShow4-even {
  0% {
    opacity: 0;
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}
@-webkit-keyframes captionShow4-odd {
  0% {
    opacity: 0;
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}
@keyframes captionShow4-odd {
  0% {
    opacity: 0;
  }
  12%,
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}
@-webkit-keyframes heroSlideshow5 {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  5%,
  10% {
    opacity: 1;
  }
  15%,
  50% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  55%,
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@keyframes heroSlideshow5 {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  5%,
  10% {
    opacity: 1;
  }
  15%,
  50% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  55%,
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes captionShow5 {
  0% {
    opacity: 0;
  }
  5%,
  10% {
    opacity: 1;
  }
  15%,
  50% {
    opacity: 0;
  }
  55%,
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
@keyframes captionShow5 {
  0% {
    opacity: 0;
  }
  5%,
  10% {
    opacity: 1;
  }
  15%,
  50% {
    opacity: 0;
  }
  55%,
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
.hero-image {
  background-color: #000;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#module__home-hero {
  background: #000;
  position: relative;
}
#module__home-hero .hero-container {
  position: relative;
  overflow: hidden;
}
#module__home-hero .hero-callout-box {
  color: #fff;
  z-index: 10;
  position: relative;
  max-width: 1600px;
  margin: auto;
}
#module__home-hero .hero-background-shadow {
  background-color: #000;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (min-width: 992px) {
  #module__home-hero .hero-background-shadow {
    width: 1600px;
    -webkit-clip-path: polygon(0 0, 800px 0, 1100px 100%, 0 100%);
            clip-path: polygon(0 0, 800px 0, 1100px 100%, 0 100%);
    -webkit-animation: shadowPosition 30s infinite;
            animation: shadowPosition 30s infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
#module__home-hero .hero-text {
  max-width: 750px;
  padding: 2rem;
}
@media (min-width: 768px) {
  #module__home-hero .hero-text {
    padding: 5rem 5rem;
  }
}
#module__home-hero .hero-text h1 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #156481;
  padding-bottom: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
  color: #fff;
  padding-bottom: 0;
}
#module__home-hero .hero-text h1 .hero-title-small {
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.75rem;
  letter-spacing: normal;
}
@media (min-width: 1200px) {
  #module__home-hero .hero-text h1 {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  #module__home-hero .hero-text h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
#module__home-hero .hero-text .hero-description {
  padding-bottom: 2rem;
  font-size: 1.2rem;
}
#module__home-hero .hero-image-1,
#module__home-hero .hero-image-2,
#module__home-hero .hero-image-3,
#module__home-hero .hero-image-4,
#module__home-hero .hero-image-5 {
  background-color: #000;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  display: none;
}
#module__home-hero .hero-image-1 {
  display: block;
}
#module__home-hero .credit-box-1,
#module__home-hero .credit-box-2,
#module__home-hero .credit-box-3,
#module__home-hero .credit-box-4,
#module__home-hero .credit-box-5 {
  display: none;
  position: absolute;
  z-index: 11;
  bottom: 1.6em;
  right: 3em;
}
@media (min-width: 768px) {
  #module__home-hero .credit-box-1,
  #module__home-hero .credit-box-2,
  #module__home-hero .credit-box-3,
  #module__home-hero .credit-box-4,
  #module__home-hero .credit-box-5 {
    bottom: 3em;
  }
}
#module__home-hero .credit-box-1 .bottom,
#module__home-hero .credit-box-2 .bottom,
#module__home-hero .credit-box-3 .bottom,
#module__home-hero .credit-box-4 .bottom,
#module__home-hero .credit-box-5 .bottom {
  color: #fff;
}
#module__home-hero .credit-box-1 {
  display: block;
}
#module__home-hero .hero-image-visible {
  opacity: 0;
  display: block;
  will-change: transform;
}
#module__home-hero .credit-box-visible {
  opacity: 0;
  display: block;
  will-change: transform;
}
@media (min-width: 992px) {
  #module__home-hero .hero-images-5 .hero-image-5 {
    -webkit-animation: heroSlideshow5 infinite;
            animation: heroSlideshow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -60s;
            animation-delay: -60s;
  }
  #module__home-hero .hero-images-5 .credit-box-5 {
    -webkit-animation: captionShow5 infinite;
            animation: captionShow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -60s;
            animation-delay: -60s;
  }
  #module__home-hero .hero-images-5 .hero-image-4 {
    -webkit-animation: heroSlideshow5 infinite;
            animation: heroSlideshow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
  #module__home-hero .hero-images-5 .credit-box-4 {
    -webkit-animation: captionShow5 infinite;
            animation: captionShow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
  #module__home-hero .hero-images-5 .hero-image-3 {
    -webkit-animation: heroSlideshow5 infinite;
            animation: heroSlideshow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
  }
  #module__home-hero .hero-images-5 .credit-box-3 {
    -webkit-animation: captionShow5 infinite;
            animation: captionShow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
  }
  #module__home-hero .hero-images-5 .hero-image-2 {
    -webkit-animation: heroSlideshow5 infinite;
            animation: heroSlideshow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -100s;
            animation-delay: -100s;
  }
  #module__home-hero .hero-images-5 .credit-box-2 {
    -webkit-animation: captionShow5 infinite;
            animation: captionShow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -100s;
            animation-delay: -100s;
  }
  #module__home-hero .hero-images-5 .hero-image-1 {
    -webkit-animation: heroSlideshow5 infinite;
            animation: heroSlideshow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
  #module__home-hero .hero-images-5 .credit-box-1 {
    -webkit-animation: captionShow5 infinite;
            animation: captionShow5 infinite;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
  #module__home-hero .hero-images-4 .hero-image-4 {
    -webkit-animation: heroSlideshow4-even infinite;
            animation: heroSlideshow4-even infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -65s;
            animation-delay: -65s;
  }
  #module__home-hero .hero-images-4 .credit-box-4 {
    -webkit-animation: captionShow4-even infinite;
            animation: captionShow4-even infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -65s;
            animation-delay: -65s;
  }
  #module__home-hero .hero-images-4 .hero-image-3 {
    -webkit-animation: heroSlideshow4-odd infinite;
            animation: heroSlideshow4-odd infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -70s;
            animation-delay: -70s;
  }
  #module__home-hero .hero-images-4 .credit-box-3 {
    -webkit-animation: captionShow4-odd infinite;
            animation: captionShow4-odd infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -70s;
            animation-delay: -70s;
  }
  #module__home-hero .hero-images-4 .hero-image-2 {
    -webkit-animation: heroSlideshow4-even infinite;
            animation: heroSlideshow4-even infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -75s;
            animation-delay: -75s;
  }
  #module__home-hero .hero-images-4 .credit-box-2 {
    -webkit-animation: captionShow4-even infinite;
            animation: captionShow4-even infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -75s;
            animation-delay: -75s;
  }
  #module__home-hero .hero-images-4 .hero-image-1 {
    -webkit-animation: heroSlideshow4-odd infinite;
            animation: heroSlideshow4-odd infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
  }
  #module__home-hero .hero-images-4 .credit-box-1 {
    -webkit-animation: captionShow4-odd infinite;
            animation: captionShow4-odd infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
  }
  #module__home-hero .hero-images-3 .hero-image-3 {
    -webkit-animation: heroSlideshow3 infinite;
            animation: heroSlideshow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
  #module__home-hero .hero-images-3 .credit-box-3 {
    -webkit-animation: captionShow3 infinite;
            animation: captionShow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
  #module__home-hero .hero-images-3 .hero-image-2 {
    -webkit-animation: heroSlideshow3 infinite;
            animation: heroSlideshow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -60s;
            animation-delay: -60s;
  }
  #module__home-hero .hero-images-3 .credit-box-2 {
    -webkit-animation: captionShow3 infinite;
            animation: captionShow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -60s;
            animation-delay: -60s;
  }
  #module__home-hero .hero-images-3 .hero-image-1 {
    -webkit-animation: heroSlideshow3 infinite;
            animation: heroSlideshow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
  #module__home-hero .hero-images-3 .credit-box-1 {
    -webkit-animation: captionShow3 infinite;
            animation: captionShow3 infinite;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
  #module__home-hero .hero-images-2 .hero-image-2 {
    -webkit-animation: heroSlideshow2-even infinite;
            animation: heroSlideshow2-even infinite;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -35s;
            animation-delay: -35s;
  }
  #module__home-hero .hero-images-2 .credit-box-2 {
    -webkit-animation: captionShow2-even infinite;
            animation: captionShow2-even infinite;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -35s;
            animation-delay: -35s;
  }
  #module__home-hero .hero-images-2 .hero-image-1 {
    -webkit-animation: heroSlideshow2-odd infinite;
            animation: heroSlideshow2-odd infinite;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
  #module__home-hero .hero-images-2 .credit-box-1 {
    -webkit-animation: captionShow2-odd infinite;
            animation: captionShow2-odd infinite;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
  }
}
/**===================================================
 * Work with IARPA 
 ---------------------------------------------------*/
#module__work-with-iarpa {
  background-color: #f8f8f8;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  #module__work-with-iarpa {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#module__work-with-iarpa .properties {
  margin-bottom: 0.5rem;
}
/**===================================================
 * Careers / Engage with Us
 ---------------------------------------------------*/
#module__engage_with_us .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#module__engage_with_us .careers-homepage-left-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #986E1F;
  color: #fff;
  padding: 4rem 4rem 2rem;
  text-align: center;
}
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quote-container {
  max-width: 700px;
}
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation {
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
  position: relative;
}
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation:before,
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation:after {
  color: #fff;
  opacity: 0.2;
  content: "";
  /* content:'\f10d';
				font-family:'FontAwesome'; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/quote-left-ffffff.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
  position: absolute;
  top: -2.3rem;
  left: 0;
  display: block;
}
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation:after {
  /* content: '\f10e'; */
  content: "";
  background-image: url('../fa-svgs-in-js/fa-icons/svg/quote-right-ffffff.svg');
  bottom: -4.1rem;
  right: -1rem;
  top: auto;
  left: auto;
}
#module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation-author {
  text-align: right;
  font-family: "Merriweather", serif;
}
@media (max-width: 576px) {
  #module__engage_with_us .careers-homepage-left-container {
    padding: 2rem;
  }
  #module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation:before,
  #module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation:after {
    opacity: 0.1;
  }
  #module__engage_with_us .careers-homepage-left-container .careers-homepage-quotation {
    font-size: 1rem;
  }
}
#module__engage_with_us .careers-homepage-right-container {
  background-color: #000;
}
#module__engage_with_us .careers-homepage-right-container a {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#module__engage_with_us .careers-homepage-right-container a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#module__engage_with_us .careers-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
#module__engage_with_us .careers-homepage-secondary-link {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 0;
  /*background-image: url("./../images/index-page/LogiQ9.jpg");*/
  background-color: #156481;
}
#module__engage_with_us .careers-homepage-tertiary-link {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 0;
  /*background-image: url("./../images/index-page/Amon-Hen_2.jpg");*/
  background-color: #002a3a;
}
/**===================================================
 Colored Banner
 ---------------------------------------------------*/
.home-module-colored_banner-container {
  background-color: #334455;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* display: flex; IE11 buggy */
  justify-content: center;
}
@media (min-width: 768px) {
  .home-module-colored_banner-container {
    padding: 2rem 4rem;
  }
}
.home-module-colored_banner-container .description {
  padding: 1rem 0 0.5rem;
  max-width: 1000px;
  border-width: 1px 0;
  border-color: #F5B41A;
  border-style: solid;
  text-align: center;
  margin: 0 auto;
}
.home-module-colored_banner-container .description p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.home-module-colored_banner-container .description b,
.home-module-colored_banner-container .description strong {
  color: #F5B41A;
  text-transform: uppercase;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
/**===================================================
 Contact
 ---------------------------------------------------*/
#module__contact_us .contact-section {
  border-top: 5px solid #F5B41A;
  padding-top: 1rem;
}
#module__contact_us h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  #module__contact_us .contact-information-row {
    padding-bottom: 3rem;
  }
}
/**===================================================
 About IARPA
 ---------------------------------------------------*/
#module__about_iarpa {
  padding: 0;
}
#module__about_iarpa .about-iarpa-homepage-description {
  padding-bottom: 1rem;
  max-width: 700px;
}
#module__about_iarpa h2 {
  color: #fff;
}
#module__about_iarpa .about-iarpa-homepage-container {
  background-color: #334455;
  color: #fff;
  padding: 2rem 2rem 4rem;
}
@media (min-width: 992px) {
  #module__about_iarpa {
    background-image: url(../images/index-page/SILMARILS_6.jpg);
    background-size: calc(50% + 125px);
    background-position: left;
  }
  #module__about_iarpa .about-iarpa-homepage-container {
    margin-left: calc(50% - 175px);
    padding-left: 190px;
    -webkit-clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%);
  }
  #module__about_iarpa .about-text-wrapper {
    max-width: 560px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #module__about_iarpa .about-iarpa-homepage-container {
    padding: 2rem 1rem;
  }
}
/**
 * General
 */
html,
body,
.font-text {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.twitter-feed body article {
  font-size: 14px;
}
.font-text-small {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
.font-text-large {
  font-size: 1.2rem;
}
.font-awesome {
  font: normal normal normal 14px/1 FontAwesome;
}
/**
 * Headings
 **/
.font-page-heading {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #156481;
  padding-bottom: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .font-page-heading {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .font-page-heading {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.font-page-heading-small {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: unset;
  word-spacing: unset;
  margin-left: unset;
  padding-bottom: 1.6rem;
}
.font-section-heading {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.font-sub-heading {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
  color: #156481;
}
.font-button {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-size: 1rem;
}
/**
 * Cards
 */
.font-card-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.font-card-subtitle {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
}
.font-card-description {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
}
/**
 * Forms
 **/
.font-label {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
.font-form-control {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
.font-form-text {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
}
.font-form-button {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
/**
 * Misc
 **/
.font-navigation {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
}
.logo-font {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}
.font-footer {
  font-family: 'Fira Sans Condensed', sans-serif;
}
.font-decorative {
  font-family: "Merriweather", serif;
}
pre {
  margin-top: 0.5rem;
  margin-bottom: 0;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  font-size: 0.75rem;
}
/**
 * Generic heading styles
 **/
.h1-size-7 {
  font-size: 7rem;
  line-height: 7.5rem;
  letter-spacing: -3px;
  margin-left: -5px;
}
.h1-size-6 {
  font-size: 6rem;
  line-height: 6.5rem;
  letter-spacing: -3px;
  margin-left: -4px;
}
.h1-size-5 {
  font-size: 5rem;
  line-height: 5.5rem;
  letter-spacing: -2px;
  margin-left: -3px;
}
.h1-size-45 {
  font-size: 4.5rem;
  line-height: 5rem;
  letter-spacing: -2px;
  margin-left: -2px;
}
.h1-size-4 {
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: -2px;
  margin-left: -2px;
}
.h1-size-35 {
  font-size: 3.5rem;
  line-height: 3.75rem;
  letter-spacing: -1px;
  margin-left: -2px;
}
.h1-size-3 {
  font-size: 3rem;
  line-height: 3.25rem;
  letter-spacing: -1px;
  margin-left: -2px;
}
.h1-size-25 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: -1px;
  margin-left: -2px;
}
.h1-size-2 {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -1px;
  margin-left: -2px;
}
.heading-size-larger {
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .heading-size-larger {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .heading-size-larger {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.heading-size-large {
  font-size: 8vw;
  line-height: 8.8vw;
  padding-bottom: 0.8vw;
  letter-spacing: -1px;
  margin-left: -2px;
}
@media (min-width: 1200px) {
  .heading-size-large {
    font-size: 6rem;
    line-height: 6.5rem;
    letter-spacing: -3px;
    margin-left: -4px;
  }
}
@media (max-width: 576px) {
  .heading-size-large {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.heading-size-medium {
  font-size: 7vw;
  line-height: 7.5vw;
  padding-bottom: 0.8vw;
  letter-spacing: -1px;
  margin-left: -2px;
}
@media (min-width: 1200px) {
  .heading-size-medium {
    font-size: 5rem;
    line-height: 5.5rem;
    letter-spacing: -2px;
    margin-left: -3px;
  }
}
@media (max-width: 576px) {
  .heading-size-medium {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.heading-size-small {
  font-size: 6vw;
  line-height: 6.4vw;
  letter-spacing: -1px;
  margin-left: -2px;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .heading-size-small {
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 576px) {
  .heading-size-small {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.heading-size-smaller {
  font-size: 5vw;
  line-height: 5.3vw;
  letter-spacing: -1px;
  margin-left: -2px;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .heading-size-smaller {
    font-size: 4rem;
    line-height: 4.5rem;
    letter-spacing: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 576px) {
  .heading-size-smaller {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
/**===================================================
 * K2 
 ---------------------------------------------------*/
.row-category-description {
  margin-bottom: 2rem;
}
.row-items-list.row-items-horizontal-list .row-item {
  margin-bottom: 2rem;
}
.row-items-list.row-items-horizontal-list .row-item .image img {
  width: 100%;
}
.row-items-list.row-items-horizontal-list .row-item .content-wrapper {
  padding: 1rem;
}
.row-items-list.row-items-horizontal-list .row-item .content-wrapper h3 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.row-items-list.row-items-horizontal-list .row-item .content-wrapper .readmore {
  margin-top: 1.25rem;
}
/**===================================================
 * This file contains all styles related to:
 * - Top nav-bar
 * - Mobile version of the top nav-bar
 * - Breadcrumbs
 * - Footer
 ---------------------------------------------------*/
/**===================================================
 * Colors that are ONLY used in navigation
 ---------------------------------------------------*/
/**===================================================
 * Logo (Header and Footer)
 ---------------------------------------------------*/
a.logo-link-section:hover {
  text-decoration: none;
}
.odniLogoStyle {
  font-family: 'top-logo-font', 'Sylfaen', 'Tinos', 'Open Sans Condensed', sans-serif;
}
.odniLogoStyle span {
  font-style: italic;
}
.logo-section {
  display: flex;
  padding-bottom: 2rem;
}
.logo-section .logo-image {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.logo-section .logo-image img {
  width: 90px;
  /* height: 90px; */
}
.logo-section .odniLogoStyle {
  font-size: 0.8rem;
}
.logo-section span.divider {
  width: 280px;
  border-top: #636465 1px solid;
  height: 1px;
  margin-bottom: 2px;
}
.logo-section .logo-text {
  padding-left: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.logo-section .logo-text-1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.01rem;
}
.logo-section .logo-text-2 {
  font-family: "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: 1.4rem;
  line-height: 2.2rem;
}
.logo-section .logo-text-3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 11px;
  white-space: nowrap;
}
.main-header {
  /* main logo */
}
.main-header a.logo-link-section .odniLogoStyle {
  color: #BCBEC0;
}
.main-header .logo-section {
  background-color: #102D48;
  padding-bottom: 0;
}
.main-header .logo-section .logo-text-1 {
  color: #BCBEC0;
}
.main-header .logo-section .logo-text-2 {
  color: #FFF;
}
.main-header .logo-section .logo-text-3 {
  color: #3DB5E3;
}
@media (max-width: 1200px) {
  .main-header .logo-link-section .odniLogoStyle {
    display: none;
  }
  .main-header .logo-section .logo-text-2 {
    font-size: 1.5rem;
    letter-spacing: 0.7rem;
  }
  .main-header .logo-section .logo-text .logo-text-1,
  .main-header .logo-section .logo-text .logo-text-3,
  .main-header .logo-section .logo-text span.divider {
    display: none;
  }
  .main-header .logo-section .logo-image img {
    width: 50px;
    /* height: 50px; */
  }
}
@media (max-width: 400px) {
  .logo-text-2 {
    display: none;
  }
}
/* SCALED DOWN VERSION OF IARPA LOGO ON MOBILE
@media (max-width: @xl) {
	.main-header {
    .logo-link-section {
      .odniLogoStyle {
        font-size: 0.5rem;
      }
    }
    .logo-section {
      .logo-text-2 {
        font-size: 1.5rem;
        letter-spacing: .7rem;
      }
      .logo-text {
        .logo-text-1 {
          font-size: 7.5px;
        }
        .logo-text-3 {
          font-size: 7px;
        }
        span.divider {
          width: 180px;
        }
      }
      .logo-image {
        img {
          width: 70px;
          height: 70px;
        }
      }
    }
  } 
}
@media (max-width: @xs-sm) {
  .logo-text-2 {
    display: none;
  }
} */
@media (min-width: 992px) {
  .main-header .logo-link-section {
    margin-top: -13px;
    padding: 0.5rem 0;
  }
}
footer a.logo-link-section .odniLogoStyle {
  color: #3f6577;
  font-size: 0.72rem;
}
footer .odniLogoStyle a {
  color: #777777;
}
footer .logo-section {
  background-color: #CED9E5;
}
footer .logo-section .logo-text-1 {
  color: #4F4F4F;
}
footer .logo-section .logo-text-2 {
  color: #003347;
}
footer .logo-section .logo-text-3 {
  color: #000;
}
footer .logo-section .logo-image img {
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  footer .footer-logo .odniLogoStyle {
    display: none;
  }
  footer .logo-section .logo-text-2 {
    font-size: 1.5rem;
    letter-spacing: 0.7rem;
  }
  footer .logo-section .logo-text .logo-text-1,
  footer .logo-section .logo-text .logo-text-3 {
    display: none;
  }
  footer .logo-section .logo-image img {
    width: 50px;
    height: 50px;
  }
}
/**===================================================
 * Navigation
 ---------------------------------------------------*/
.menu-social {
  position: absolute;
  right: 1.25rem;
  top: -10px;
  margin-top: 10px;
  transition: all ease 0.3s;
}
.menu-social.no-classification-banner {
  margin-top: 3px;
}
@media (max-width: calc(1200px - 1px)) {
  .menu-social.no-classification-banner {
    margin-top: -3px;
  }
}
.menu-social li.navbar-top-item {
  display: inline-block;
  padding-left: 5px;
}
.menu-social li.navbar-top-item .nav-link {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #5F8CA1;
}
.menu-social li.navbar-top-item .nav-link > i {
  font-size: 1.25rem;
}
.menu-social li.navbar-top-item .nav-link a {
  color: #5F8CA1;
}
.main-header .navbar-collapse {
  justify-content: flex-end;
  padding-right: 0.5rem;
}
.main-header .navbar {
  background-color: #102D48;
  color: #85ADD1;
  position: relative;
  z-index: 200;
}
.main-header .navbar-nav {
  padding-top: 1rem;
}
.main-header .navbar-nav .nav-item .nav-link {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  color: #85ADD1;
}
.main-header .navbar-nav .nav-item:hover > .nav-link > span {
  color: #68B6FF;
  padding-bottom: 4px;
  border-bottom: 1px solid #F5B41A;
}
.main-header .navbar-collapse > .navbar-nav > .nav-item > a.dropdown-toggle::after {
  display: none;
}
.main-header .navbar-toggler {
  padding: 0.25rem 0.25rem 0 0.25rem;
  margin-right: 0.75rem;
  z-index: 2;
}
.main-header .nav-child.dropdown-menu {
  border: 1px solid #4E6C88;
  background-color: #283E52;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
.main-header .nav-child.dropdown-menu .dropdown-item {
  color: #DCE6EF;
}
.main-header ul.navbar-nav.dropdown-menu {
  position: relative;
}
.main-header ul.navbar-nav > li.nav-item {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: 1.1rem;
  position: relative;
  text-align: right;
}
@media (min-width: 1366px) {
  .main-header ul.navbar-nav > li.nav-item {
    font-size: 1.3rem;
    margin-right: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .main-header ul.navbar-nav > li.nav-item {
    margin-right: 0.7rem;
  }
}
.main-header ul.navbar-nav > li.nav-item.active {
  position: relative;
  /* @media (min-width: @lg) {
          &:after {
            .gold-square-icon;
            / * background-color: @color-navbar-background; * /
            position: absolute;
            bottom: 1px;
            left: calc(50% - 1px);
          }
        } */
}
.main-header ul.navbar-nav > li.nav-item.active > a > span {
  color: #68B6FF;
  padding-bottom: 4px;
  border-bottom: 1px solid #F5B41A;
}
@media (max-width: calc(992px - 1px)) {
  .main-header ul.navbar-nav > li.nav-item .nav-item .active:before {
    /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
    background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 8px;
    height: 8px;
    padding-right: 0.5rem;
  }
}
.main-header ul.navbar-nav > li.nav-item .nav-link {
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-header ul.navbar-nav > li.nav-item .nav-link {
    padding: 0.5rem 0rem 0.5rem 0;
    text-align: left;
  }
}
.main-header ul.navbar-nav > li.nav-item a.dropdown-toggle::after {
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  border: 0;
}
.main-header ul.navbar-nav > li.nav-item > ul.dropdown-menu {
  margin-top: -7px;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media (max-width: calc(992px - 1px)) {
  .main-header ul.navbar-nav > li.nav-item > ul.dropdown-menu {
    display: block !important;
    border: none;
    background: none;
    text-align: center;
    position: relative;
    box-shadow: none;
  }
}
.main-header ul.navbar-nav > li.nav-item > ul.dropdown-menu > li > ul.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.main-header ul.navbar-nav > li.nav-item > ul.dropdown-menu li a.dropdown-toggle::after {
  border-right: none;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: relative;
  top: 0.2rem;
  margin-left: 0.5rem;
}
.main-header ul.navbar-nav > li.nav-item > ul.dropdown-menu li.active > a {
  background: none;
  color: #68B6FF;
  text-decoration: none;
  border: 0;
}
#nav-background-overlay {
  display: none;
}
@media (max-width: calc(992px - 1px)) {
  .main-header .menu-social {
    top: 10px;
    right: 4rem;
  }
  .navbar-collapse {
    z-index: 9999;
    left: -15px;
    transition: left 0.3s ease;
    position: absolute;
    top: -10px;
    padding-left: 0;
    padding: 15px;
    width: calc(100% - 35px);
    background-color: #102D48;
    padding-right: 0px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
  }
  .navbar-collapse img {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .navbar-collapse.collapsing {
    transition: left 0.3s ease;
    height: auto;
    left: -90vw;
  }
  .main-header ul.navbar-nav {
    padding-top: 0;
  }
  .main-header ul.navbar-nav > li.nav-item {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
  }
  ul.nav-child.unstyled.dropdown-menu {
    display: none !important;
  }
  .navbar-collapse.show + #nav-background-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;
  }
  .dropdown-toggle,
  .dropdown-item {
    white-space: unset;
  }
}
@media (max-width: calc(576px - 1px)) {
  .main-header .menu-social {
    right: 3rem;
    padding-left: 0;
  }
}
/**===================================================
 * Breadcrumbs - Overwrite default
 ---------------------------------------------------*/
ul.breadcrumb {
  padding: 0.75rem 0;
  background: none;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: calc(992px - 1px)) {
  ul.breadcrumb {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
  }
}
ul.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 0;
}
li.breadcrumb-item {
  max-width: 25vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.breadcrumb li.breadcrumb-item + .breadcrumb-item > a,
ul.breadcrumb li.breadcrumb-item + .breadcrumb-item > span {
  padding-left: 1rem;
}
ul.breadcrumb li.breadcrumb-item > a > span {
  color: #2064CD;
}
ul.breadcrumb li.breadcrumb-item span {
  color: #6b6b6b;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '';
}
/**===================================================
 * Sticky Footer Layout
 ---------------------------------------------------*/
/* WILL NEED TO REVISIT.  CURRENTLY BREAKING SITE STYLE FOR HOMEPAGE
@media (min-width: @md) {
  footer {
    position: absolute;
    bottom: 0;
  }
  body {
    padding-bottom: 858px;
  }
}
@media (min-width: @lg) {
  footer {
    position: absolute;
    bottom: 0;
  }
  body {
    padding-bottom: 672px;
  }
}*/
/**===================================================
 * Footer 
 ---------------------------------------------------*/
footer {
  width: 100%;
  background-color: #CED9E5;
  border: 0;
  padding: 42px 0 35px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
footer .menu-row .footer-menu-col {
  padding-bottom: 1.25rem;
}
footer .menu-row .footer-menu-col a {
  color: #445E6F;
}
footer .menu-row .footer-menu-col a:hover {
  -webkit-text-decoration-color: #003347;
          text-decoration-color: #003347;
}
footer .menu-row .footer-menu-col a:hover > span {
  color: #003347;
}
footer .menu-row .footer-menu-col > a {
  font-size: 1.3rem;
  line-height: 1.5rem;
  display: block;
}
footer .menu-row .footer-menu-col .child .footer-menu-col {
  padding: 0.5rem 0 0.25rem;
  line-height: 1.1rem;
}
footer .menu-row .footer-menu-col .child a,
footer .menu-row .footer-menu-col .child span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
.footer-department {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #5E5E5E;
  position: relative;
}
.footer-department ul.list-inline {
  position: relative;
  padding: 1.5rem 0;
}
.footer-department ul.list-inline li.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.footer-department ul.list-inline li.list-inline-item a {
  color: #5E5E5E;
}
ul.social-footer-list {
  padding-top: 0.5rem;
}
ul.social-footer-list li.list-inline-item .list-inline-item-link {
  color: #444;
}
@media (min-width: 992px) {
  ul.social-footer-list {
    position: relative;
  }
}
/**===================================================
 * Header > Navbar 
 ---------------------------------------------------*/
header ul.navbar-nav li.nav-item > ul.nav-child {
  margin-top: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header ul.navbar-nav li.nav-item > ul.nav-child > li > a {
  padding: 0.25rem 1rem;
}
header ul.navbar-nav li.nav-item > ul.nav-child > li > a.dropdown-item:hover {
  background-color: inherit;
  color: #68B6FF;
}
header ul.navbar-nav li.nav-item:hover > ul.nav-child {
  display: block;
}
/**
 *
 **/
/**===================================================
 * Shared styles used on both the FAQ page and
 * the Covid-19 All Research page
 ---------------------------------------------------*/
.alternate-headings h2 {
  color: #000;
}
.alternate-headings h3 {
  font-family: "Fira Sans Condensed";
  color: #6b6b6b;
  text-transform: unset;
  margin: 1rem 0;
}
.anchor-list {
  position: sticky;
  top: 0;
  display: block;
}
.anchor-list li {
  padding: 0.75rem 0 0;
  background-color: inherit;
  position: relative;
}
.anchor-list li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2064CD;
  text-decoration: none;
  padding: 0;
}
.anchor-list li > a.active {
  color: #000;
  position: relative;
}
.anchor-list li > a.active > span {
  padding-left: 1rem;
}
.anchor-list li > a.active:before {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.35rem;
}
/**===================================================
 * Style Guide
 ---------------------------------------------------*/
#style-guide h2.heading {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
#style-guide .code-block {
  background-color: #dfe6e9;
  color: #2d3436;
  padding: 1rem;
}
#style-guide .code-block .title {
  cursor: pointer;
}
#style-guide .code-block .title .accordion-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#style-guide .code-block .title .accordion-icon:before {
  content: "\f077";
}
#style-guide .code-block .title.collapsed .accordion-icon:before {
  content: "\f078";
}
#style-guide .style-section {
  margin-bottom: 2.5rem;
}
/**===================================================
 * COVID-19 All Research 
 ---------------------------------------------------*/
#custom-page-covid_19_all_research {
  position: relative;
}
#custom-page-covid_19_all_research #covid_19_all_research-content {
  margin-top: 3rem;
  position: relative;
}
#custom-page-covid_19_all_research .iarpa-page-description-wrapper {
  margin-top: 1rem;
}
#custom-page-covid_19_all_research .covid_19_all_research-wrapper:not(:last-child) {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #979797;
}
#custom-page-covid_19_all_research .covid_19_all_research-wrapper:not(:last-child) img {
  max-width: 100%;
  height: auto;
}
#custom-page-covid_19_all_research .sticky-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors {
  position: sticky;
  top: 0;
  display: block;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors li {
  padding: 0.75rem 0 0;
  background-color: inherit;
  position: relative;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2064CD;
  text-decoration: none;
  padding: 0;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors li > a.active {
  color: #000;
  position: relative;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors li > a.active > span {
  padding-left: 1rem;
}
#custom-page-covid_19_all_research ul#covid_19_all_research-anchors li > a.active:before {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.35rem;
}
/**===================================================
 * FAQs 
 ---------------------------------------------------*/
#custom-page-faq {
  position: relative;
}
#custom-page-faq #faq-content {
  position: relative;
}
#custom-page-faq .faq-wrapper {
  margin-bottom: 2rem;
}
#custom-page-faq .faq-wrapper .faq-item {
  margin-bottom: 1rem;
}
#custom-page-faq .faq-wrapper .faq-item .faq-q {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
#custom-page-faq .faq-wrapper .faq-item .faq-a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
#custom-page-faq .sticky-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-page-faq ul#faq-anchors {
  position: sticky;
  top: 0;
  display: block;
}
#custom-page-faq ul#faq-anchors li {
  padding: 0.75rem 0 0;
  background-color: inherit;
  position: relative;
}
#custom-page-faq ul#faq-anchors li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2064CD;
  text-decoration: none;
  padding: 0;
}
#custom-page-faq ul#faq-anchors li > a.active {
  color: #000;
  position: relative;
}
#custom-page-faq ul#faq-anchors li > a.active > span {
  padding-left: 1rem;
}
#custom-page-faq ul#faq-anchors li > a.active:before {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.35rem;
}
/**===================================================
 * Leadership 
 ---------------------------------------------------*/
#custom-page-leadership {
  margin-bottom: 4rem;
}
#custom-page-leadership .leadership-info {
  border-top: 1px solid #979797;
  margin-top: 2rem;
  padding-top: 2rem;
}
#custom-page-leadership .leadership-info img {
  margin-top: 8px;
  max-height: 500px;
}
#custom-page-leadership .leadership-contact-info {
  padding-bottom: 2rem;
}
#custom-page-leadership .leadership-contact-info i {
  color: #979797;
}
#custom-page-leadership .leadership-contact-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/**===================================================
 * Engage with Us
 ---------------------------------------------------*/
#custom-page-engage-with-us .featured-card-box-vertical .thumbnail {
  flex: 0 0 55px;
  height: 55px;
}
#custom-page-engage-with-us .featured-card-box-vertical .thumbnail img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#custom-page-engage-with-us .featured-horizontal-list {
  margin-bottom: 1rem;
}
#custom-page-engage-with-us .icon-line-divider {
  margin: auto;
  max-width: 600px;
}
#custom-page-engage-with-us .icon-line-divider .fa {
  font-size: 22px;
}
#custom-page-engage-with-us .highlights-card-box-wrapper {
  padding-top: 1.8em;
}
#custom-page-engage-with-us .highlights-card-box-wrapper .left {
  /* the left column */
  padding-top: 1.2em;
}
#custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
  color: #1999C8;
  font-size: 5rem;
  line-height: 6.5rem;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1200px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 576px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 400px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 320px) {
  #custom-page-engage-with-us .highlights-card-box-wrapper .current-opportunities-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row {
  display: flex;
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons {
  position: relative;
  height: 250px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 1rem;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons {
    height: 468px;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons {
    height: 468px;
    margin-bottom: 1em;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons {
    /*height: 408px;*/
    margin-bottom: 1em;
  }
}
@media (max-width: 576px) {
  #custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons {
    /*height: 364px;*/
    margin-bottom: 1em;
  }
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons a {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  color: #fff;
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons a > img {
  height: auto;
  width: 100%;
  top: unset;
  left: unset;
  transform: unset;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s ease;
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons a > img:hover {
  transform: scale(1.1, 1.1);
}
#custom-page-engage-with-us .container .image-buttons-wrapper .row .column .image-buttons .box-caption {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  word-break: break-word;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media (max-width: 576px) {
  #who-we-are-page .featured-item.h-100.hover-box .image-container {
    height: 200px;
  }
}
/**===================================================
 * Breakpoints 
 ---------------------------------------------------*/
/**===================================================
 * Colors 
 ---------------------------------------------------*/
/**===================================================
 * K2 removes default focus styles, which is bad practice.
 * This code reinstates the browser defaults.
 ---------------------------------------------------*/
a:active,
a:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
/**===================================================
 * Common styles
 ---------------------------------------------------*/
.border-top-gold {
  border-top: 5px solid #F5B41A;
}
.gold-square-icon {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
}
.sr-only {
  position: fixed;
  left: calc(100% + 10000px);
}
.color-gold {
  color: #F5B41A;
}
/**===================================================
 * Body 
 ---------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
body {
  min-height: 100vh;
  position: relative;
  color: #000;
  background-color: #fff;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.body-bp {
  padding-bottom: 100px;
}
.body {
  flex: 1;
  color: #000;
  min-height: 800px;
  padding-bottom: 0;
}
.section-spacing {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-spacing {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .section-spacing {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-spacing {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.col-props {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.container {
  max-width: 1120px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1120px;
  }
}
/**===================================================
 * Error Page
 ---------------------------------------------------*/
#error-page {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#error-page .container-fluid > .row {
  max-width: 1200px;
  margin: auto;
}
#error-page .error-header {
  background-color: #102D48;
  margin-bottom: 2rem;
}
#error-page .error-header img {
  max-height: 50px;
}
@media (min-width: 768px) {
  #error-page .error-header img {
    max-height: 74px;
  }
}
#error-page .error-header .logo {
  margin: 0.5rem 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#error-page .error-content {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#error-page .error-content .code-display {
  font-size: 10rem;
  color: #156481;
  text-align: right;
}
#error-page .error-content .message {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: right;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #1999C8;
}
@media (min-width: 768px) {
  #error-page .error-content .message {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#error-page #error-page-footer {
  background-color: #CED9E5;
  margin-top: 2rem;
}
#error-page #error-page-footer .footer-department {
  padding-top: 0;
  border-top: none;
}
#error-page #error-page-footer img {
  max-width: 100%;
  margin-left: -1rem;
}
@media (max-width: 768px) {
  #error-page #error-page-footer {
    padding-top: 0;
  }
  #error-page #error-page-footer ul.list-inline {
    margin-top: -2rem;
  }
  #error-page #error-page-footer ul.list-inline li.list-inline-item a {
    font-size: 0.9rem;
  }
}
/**===================================================
 * Default Styles 
 ---------------------------------------------------*/
.color_dark_gray {
  color: #444;
}
.color_blue {
  color: #156481;
}
.color_accent {
  color: #1999C8;
}
.color_dark_blue {
  color: #002a3a;
}
.color_gray {
  color: #979797;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.iarpa-page-description-wrapper {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.iarpa-page-description-wrapper h1 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #156481;
  padding-bottom: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
  word-spacing: 6px;
}
@media (min-width: 1200px) {
  .iarpa-page-description-wrapper h1 {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .iarpa-page-description-wrapper h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.description-card {
  border-top: #156481 5px solid;
  padding: 1rem 0 0;
  margin-top: 1rem;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
p {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
blockquote {
  padding: 0.3rem 1rem;
  margin-left: 2rem;
  border-left: 2px solid #979797;
  color: #6b6b6b;
}
blockquote,
blockquote p {
  font-family: "Merriweather", serif;
}
.body-content h1 > a,
.body-content h2 > a,
.body-content h3 > a,
.body-content h4 > a,
.body-content h5 > a {
  color: #156481;
}
.body-content h1.title,
.body-content h2.title,
.body-content .h1.title,
.body-content .h2.title {
  color: #156481;
}
.body-content .custom-item-container h1,
.body-content .custom-item-container h2 {
  color: #156481;
}
.body-content h1,
.body-content .h1,
.body-content .large-header {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #156481;
  padding-bottom: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .body-content h1,
  .body-content .h1,
  .body-content .large-header {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .body-content h1,
  .body-content .h1,
  .body-content .large-header {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content h2,
.body-content .h2 {
  color: #000;
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.body-content h3,
.body-content .h3 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
  color: #156481;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.body-content h3.section-title,
.body-content .h3.section-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.body-content h4,
.body-content .h4 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
.body-content h5,
.body-content .h5 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
  color: #444;
}
.body-content .heading-wrapper-larger h1 {
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .body-content .heading-wrapper-larger h1 {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .body-content .heading-wrapper-larger h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content .heading-wrapper-large h1 {
  font-size: 8vw;
  line-height: 8.8vw;
  padding-bottom: 0.8vw;
  letter-spacing: -1px;
  margin-left: -2px;
}
@media (min-width: 1200px) {
  .body-content .heading-wrapper-large h1 {
    font-size: 6rem;
    line-height: 6.5rem;
    letter-spacing: -3px;
    margin-left: -4px;
  }
}
@media (max-width: 576px) {
  .body-content .heading-wrapper-large h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content .heading-wrapper-medium h1 {
  font-size: 7vw;
  line-height: 7.5vw;
  padding-bottom: 0.8vw;
  letter-spacing: -1px;
  margin-left: -2px;
}
@media (min-width: 1200px) {
  .body-content .heading-wrapper-medium h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    letter-spacing: -2px;
    margin-left: -3px;
  }
}
@media (max-width: 576px) {
  .body-content .heading-wrapper-medium h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content .heading-wrapper-small h1 {
  font-size: 6vw;
  line-height: 6.4vw;
  letter-spacing: -1px;
  margin-left: -2px;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .body-content .heading-wrapper-small h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 576px) {
  .body-content .heading-wrapper-small h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content .heading-wrapper-smaller h1 {
  font-size: 5vw;
  line-height: 5.3vw;
  letter-spacing: -1px;
  margin-left: -2px;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .body-content .heading-wrapper-smaller h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    letter-spacing: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 576px) {
  .body-content .heading-wrapper-smaller h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.body-content .section-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #000;
}
.body-content .small-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: unset;
  word-spacing: unset;
  margin-left: unset;
  padding-bottom: 1.6rem;
}
.body-content .ttn {
  text-transform: none;
}
.body-content .body-column img {
  max-width: 100%;
  height: auto;
}
.body-content .btn-link span.icon {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
}
.body-content .btn-link span.icon.open-close {
  background-image: url('../images/icons/close.svg');
}
.body-content .btn-link.collapsed .open-close {
  background-image: url('../images/icons/plus.svg') !important;
}
.body-content .category-icon {
  width: 36px;
  height: 36px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.body-content .category-icon span.cat-icon {
  background-size: contain;
  background-position: center;
  margin: auto;
  display: block;
  height: 100%;
}
.body-content .category-icon span.cat-icon.cat-news-events,
.body-content .category-icon span.cat-icon.cat-news {
  background-image: url('../images/icons/news_icon.png');
}
.body-content .category-icon span.cat-icon.cat-events {
  background-image: url('../images/icons/events_icon.png');
}
.body-content .category-icon span.cat-icon.cat-iarpa-showcase {
  background-image: url('../images/icons/iarpa-showcase_icon.png');
}
.body-content .category-icon span.cat-icon.cat-iarpas-impact {
  background-image: url('../images/icons/iarpas-impact_icon.png');
}
.body-content .category-icon span.cat-icon.cat-press-releases {
  background-image: url('../images/icons/press-releases_icon.png');
}
.body-content .news-events-row .image {
  position: relative;
}
.body-content .news-events-row .image > a {
  display: block;
  position: relative;
}
.body-content .news-events-row .image > a > img {
  z-index: 1;
  position: relative;
}
.body-content .news-events-row .image > a > .category-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  left: 0;
  top: 0;
}
.body-content .modal-dialog .modal-header {
  color: #156481;
  border: none;
}
.body-content .modal-dialog .modal-header .modal-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.body-content .modal-dialog .modal-header .close {
  color: #156481;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 34px;
  position: relative;
  top: -10px;
}
.body-content .modal-dialog .modal-content {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.body-content .modal-dialog .modal-footer {
  border: none;
}
.body-content .iarpa-modal {
  border: 1px solid #156481;
}
.body-content .iarpa-modal .modal-close {
  width: 8px;
  height: 8px;
  background-image: url(../images/icons/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 5px;
  right: 5px;
  display: block;
  float: right;
}
.body-content .iarpa-accordion h2 {
  margin-top: 0;
}
.body-content .iarpa-accordion .card {
  border: none;
  border-top: 1px solid #002a3a;
  border-radius: 0;
}
.body-content .iarpa-accordion .card .card-header {
  background-color: #fff;
  border: none;
}
.body-content .iarpa-accordion .card button {
  background-color: #fff;
  color: #002a3a;
}
.body-content .btn {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-size: 1rem;
}
.body-content .btn.btn-primary {
  border: 1px solid #156481;
  background-color: #fff;
  color: #156481;
}
.body-content .btn.btn-primary:hover {
  border-color: #156481;
  background-color: #156481;
  color: #fff;
}
.body-content .btn.btn-iarpa-solid {
  border: 1px solid #fff;
  background-color: #156481;
  color: #fff;
}
.body-content .btn.btn-iarpa-solid:hover {
  border-color: #fff;
  background-color: #fff;
  color: #156481;
}
.body-content .btn.btn-secondary {
  border: 1px solid #444;
  background-color: #fff;
  color: #444;
}
.body-content .btn.btn-secondary:hover {
  border-color: #444;
  background-color: #444;
  color: #fff;
}
.body-content .btn.btn-submit {
  border: 1px solid #156481;
  color: #156481;
  padding: 0.75rem 1.75rem 0.25rem 0.5rem;
  display: inline-block;
  transition: 0.3s;
}
.body-content .btn.btn-submit:hover {
  background-color: #156481;
  color: #fff;
  text-decoration: none;
}
.body-content .btn.btn-filter-submit {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
  background-color: #156481;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1.6rem;
  transition: 0.3s;
}
.body-content .btn.btn-filter-submit:hover {
  background-color: #072029;
  color: #fff;
  text-decoration: none;
}
.body-content .current-past-filter {
  min-width: 145px;
}
.body-content .sort-dropdown {
  min-width: 160px;
}
.body-content .pm-select {
  min-width: 230px;
}
.body-content .item-content ul,
.body-content ul:not(.nobullets, .pagination, .nav) {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
  list-style: none;
}
.body-content .item-content ul li,
.body-content ul:not(.nobullets, .pagination, .nav) li {
  list-style: none;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 12px;
}
.body-content .item-content ul li::before,
.body-content ul:not(.nobullets, .pagination, .nav) li::before {
  /* font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 9px;
  width: 14px;
  text-align: center;
  color: @color-gold; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/square-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 15px;
}
.body-content .item-content ul li > ul > li::before,
.body-content ul:not(.nobullets, .pagination, .nav) li > ul > li::before {
  color: #979797;
}
.body-content .nobullets {
  list-style: none;
  padding: 0;
}
.body-content .nobullets li {
  list-style: none;
}
.body-content ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-content ul.pagination > li.page-item > .page-link-wrapper {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.15rem 0.45rem;
  margin: 0 0.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 1.25rem;
}
.body-content ul.pagination > li.page-item > .page-link-wrapper.helper {
  padding: 0.5rem 0rem;
}
.body-content ul.pagination > li.page-item > .page-link-wrapper i.fa {
  font-size: 0.75rem;
}
.body-content ul.pagination > li.page-item > .page-link-wrapper.disabled {
  color: #757575;
}
.body-content ul.pagination > li.page-item > .page-link-wrapper.active {
  background-color: inherit;
  border: 2px solid #1999C8;
  color: #000;
}
.body-content ul.pagination > li.page-item > .page-link {
  color: #2064CD;
}
.body-content ul.pagination > li.page-item > .page-link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #515151;
  text-decoration: none;
}
.body-content ul.pagination > li.page-item.page-item-left > .page-link {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 0.5rem;
}
.body-content ul.pagination > li.page-item.page-item-right > a.page-link {
  margin: 0 0 0 0.5rem;
  padding: 0.5rem 0.5rem;
}
.body-content a {
  color: #2064CD;
  text-decoration: underline;
  transition: 0.3s;
}
.body-content a:hover,
.body-content a .hover {
  color: #123975;
  text-decoration: none;
}
.body-content a.style {
  text-decoration: none;
}
.body-content a.style:hover {
  text-decoration: none;
}
.body-content .nav.nav-tabs {
  margin-bottom: 1rem;
  display: flex;
}
.body-content .nav.nav-tabs > .nav-item {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  flex: 1;
  border-bottom: 2px solid #BEBEBE;
  border-top: 4px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #2064CD;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.body-content .nav.nav-tabs > .nav-item:hover {
  background: #e4e4e4;
  color: #515151;
  text-decoration: none;
}
.body-content .nav.nav-tabs > .nav-item.active {
  bottom: 0;
  border-top: 4px solid #F5B41A;
  border-left: 2px solid #BEBEBE;
  border-right: 2px solid #BEBEBE;
  border-bottom: none;
  color: #000;
}
.body-content .tab-content {
  padding: 1.5em 0;
}
.body-content .tab-content .tab-pane {
  margin-bottom: 2.5em;
}
.body-content .tab-content .office-manager-photo {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: calc(992px - 1px)) {
  .body-content .tab-content .office-manager-photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.body-content .tab-content .office-manager-photo > img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.body-content .card-column {
  margin-bottom: 30px;
}
.body-content .body-content-with-sidebar .body-column {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-content .body-content-component-fixed .body-column {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-content .body-content-component-fixed .body-column.intro-paragraph {
  flex: 0 0 100%;
  max-width: 100%;
}
/**===================================================
 * Search Box
 ---------------------------------------------------*/
.window-overlay {
  height: 100vh;
  width: 100vw;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
}
section.search-box {
  background-color: #002a3a;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 200;
  box-shadow: inset 0px 0px 45px rgba(0, 0, 0, 0.25);
}
section.search-box form {
  padding: 20px 0;
}
section.search-box form .input-group input {
  text-transform: none;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
section.search-box form .input-group input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
section.search-box form .input-group input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
section.search-box form .input-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
section.search-box form .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #156481;
}
section.search-box form .input-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #156481;
}
section.search-box form .input-group .input-group-append > .input-group-text {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background-color: #156481;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
}
section.search-box .icon-search-close {
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
/**===================================================
 * Forms
 ---------------------------------------------------*/
.search-input-and-button {
  display: flex;
}
.search-input-and-button .search-button-wrapper {
  position: relative;
}
.search-input-and-button .search-button-wrapper:after {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #FFF;
  /* font: normal normal normal 20px/1 FontAwesome;
      content: "\f002"; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-ffffff.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
}
.search-input-and-button .search-button-wrapper .btn {
  padding-left: 2.5rem;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
.form-control {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #BEBEBE;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #BEBEBE;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #979797;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #979797;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #979797;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
label {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
  font-size: 0.8rem;
}
input {
  width: 100%;
  padding: 10px;
}
input[type=text] {
  text-transform: none;
  color: #000;
}
textarea {
  width: 100%;
  min-height: 100px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  position: absolute;
  height: 100%;
  min-width: 1rem;
  right: 0;
  top: 0;
  background-color: #156481;
  color: #FFF;
  /* font: normal normal normal 20px/1 FontAwesome;
    border-left: 1px solid @color-input-border;
    content: "\f0d7"; */
  background-image: url('../fa-svgs-in-js/fa-icons/svg/caret-down-ffffff.svg');
  background-repeat: no-repeat;
  background-size: 35%;
  width: 2.1rem;
  height: 37px;
  background-position: center;
  content: "";
  display: flex;
  align-items: center;
  justify-content: space-around;
  pointer-events: none;
}
select,
select.form-control {
  color: #6b6b6b;
}
select option,
select.form-control option {
  text-transform: none;
  color: #6b6b6b;
}
.mgr-options {
  display: none;
}
.mgr-options.show {
  display: block;
}
.form-sort-row {
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.form-sort-row label {
  padding-top: 0.5rem;
}
.form-sort-row .filter-col {
  padding: 0 5px;
}
.form-sort-row .filter-col-sort {
  width: 140px;
}
.form-sort-row .filter-col-show {
  width: 180px;
}
.input-search-wrapper {
  position: relative;
}
.input-search-wrapper .input-search {
  padding-right: 2rem;
}
.input-search-wrapper .input-search-icon {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
}
.form-filter-row .btn {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.form-filter-row .btn.btn-clear-filters {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #000;
  text-decoration: none;
}
.form-filter-row .btn.btn-clear-filters:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.form-filter-row .btn.btn-clear-filters:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  padding-left: 0.5rem;
}
.filter-checkboxes {
  border: 1px solid #BEBEBE;
  padding: 15px;
}
.filter-checkboxes input {
  width: auto;
  display: inline-block;
}
.filter-checkboxes label {
  display: inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: unset;
  color: #444;
  margin-left: 0.5rem;
  margin-bottom: 0;
}
/**===================================================
 * Global Styles 
 ---------------------------------------------------*/
.box-shadow {
  box-shadow: 3px 2px 4px 2px rgba(173, 171, 173, 0.5);
}
.hidden-row {
  height: 30px;
}
/**===================================================
 * Header 
 ---------------------------------------------------*/
.main-header {
  z-index: 109;
  position: relative;
  background-size: cover;
}
.main-header > .navbar > .container-fluid {
  position: relative;
  max-width: 1600px;
}
.main-header header {
  background-color: #fff;
}
@media (min-width: 992px) {
  .main-header header {
    padding-top: 25px;
    background-color: inherit;
  }
}
.main-header #header-container {
  padding: 0;
}
@media (min-width: 992px) {
  .main-header #header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main-header .hero-callout-links {
  height: 100%;
  position: relative;
}
.main-header .hero-callout-links ul {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#covid-19-research-page {
  margin-top: 1.5rem;
}
#covid-19-research-page .covid-banner {
  background-color: #000;
  color: #fff;
  background: url('/templates/iarpa/images/covid-19/covid-19-bg.jpg');
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
#covid-19-research-page .covid-banner .covid-banner-shadow {
  background-color: rgba(0, 0, 0, 0.4);
}
#covid-19-research-page .covid-banner h2,
#covid-19-research-page .covid-banner p {
  color: #fff;
}
#covid-19-research-page .featured-horizontal-list .featured-item.hover-box .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
#covid-19-research-page .featured-horizontal-list .featured-item.hover-box .image-container a {
  width: 100%;
  height: auto;
}
#covid-19-research-highlights .description {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  #covid-19-research-highlights {
    padding-left: 2rem;
  }
}
.covid-19-btn-wrapper {
  display: block;
  position: relative;
  background: url('/templates/iarpa/images/covid-19/covid-19-bg.jpg');
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  padding: 0.5rem;
  text-align: center;
}
#modal-covid_19_relatd_research .modal-body img {
  max-width: 100%;
  height: auto;
}
#modal-covid_19_relatd_research .modal-body .link-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#modal-covid_19_relatd_research .modal-body .link-list ul > li {
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
/**===================================================
* Style Guid page styles
 ---------------------------------------------------*/
.style-guide-page p {
  color: #fff;
  font-size: 14px;
}
.style-guide-page.style-block-bg {
  background-color: #334455;
  /* @color-gold | for testing purpuse */
  padding: 10px;
}
/**===================================================
* Hero - Learn More Button
 ---------------------------------------------------*/
.home-hero-banner.home-hero-style-guide {
  background-color: #334455;
  /* for testing purpuse */
  padding: 10px;
}
.home-hero-banner p {
  color: #fff;
  font-size: 14px;
}
/**===================================================
 * Highlights - Read More Button
 ---------------------------------------------------*/
.highlights-section .h1,
.home-highlights-section .h1 {
  margin-top: -1rem;
}
.highlights-section .readmore-btn,
.home-highlights-section .readmore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/**===================================================
 * TODO: Label section
 ---------------------------------------------------*/
.news-or-press-release h1.title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: unset;
  word-spacing: unset;
  margin-left: unset;
  padding-bottom: 1.6rem;
}
.default-item-container .item-content,
.custom-item-container .item-content {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.itemAttachmentsBlock {
  border-top: 1px dotted #ccc;
  border-bottom: none !important;
}
.itemAttachmentsBlock > div {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.itemAttachmentsBlock ul.itemAttachments {
  display: block !important;
}
.itemAttachmentsBlock ul.itemAttachments > li {
  display: block !important;
  text-align: left !important;
  padding-left: 15px !important;
}
.itemAttachmentsBlock ul.itemAttachments > li:before {
  top: 10px;
}
.itemAttachmentsBlock ul.itemAttachments > li > a {
  text-decoration: none;
}
.itemAttachmentsBlock ul.itemAttachments > li span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.readmore-btn a {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  border: 2px solid #979797;
  color: #515151;
  padding: 0.3rem 1.75rem 0.2rem 1.75rem;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
.readmore-btn a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #515151;
  text-decoration: none;
}
.readmore-btn.on-dark-bg a {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.readmore-btn.on-dark-bg a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
.btn-filter-submit {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.3rem 1.75rem 0.2rem 1.75rem;
  display: inline-block;
  text-decoration: none;
  background: #156481;
  transition: 0.3s;
}
.btn-filter-submit:hover {
  background: #2980a3;
  color: #fff;
  text-decoration: none;
}
.btn-filter-clear {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  border: 2px solid #979797;
  border-radius: 0;
  color: #515151;
  padding: 0.245rem 1.75rem 0.245rem 1.75rem;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
.btn-filter-clear:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #515151;
  text-decoration: none;
}
.right-sidebar .sidebar-link-box {
  border-top: 5px solid #156481;
  padding: 1rem 0 3rem 0;
}
.right-sidebar .sidebar-link-box.sidebar-blue {
  padding: 25px;
  border-top: none;
}
.right-sidebar .sidebar-link-box h2 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.right-sidebar .sidebar-link-box h2 a {
  text-decoration: none;
}
.sidebar-blue {
  color: #fff;
  background-color: #156481;
  padding: 25px;
  margin-bottom: 2rem;
}
.sidebar-blue h3,
.sidebar-blue h2,
.sidebar-blue h3 > a,
.sidebar-blue h2 > a {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
}
.sidebar-blue h3:hover,
.sidebar-blue h2:hover,
.sidebar-blue h3 > a:hover,
.sidebar-blue h2 > a:hover {
  color: #fff;
}
.sidebar-blue .readmore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-blue .readmore-btn a {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.sidebar-blue .readmore-btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
.intro-paragraph > p:first-child {
  margin-bottom: 0;
}
.intro-paragraph > p:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-paragraph {
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.rfi-item .properties-container {
  margin-bottom: 0.75rem;
}
.rfi-item .properties-container .properties {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 0.25rem;
}
.rfi-item .properties-container .properties .title {
  color: #156481;
  text-transform: uppercase;
}
.featured-horizontal-list {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-horizontal-list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .featured-horizontal-list {
    margin-bottom: 4rem;
  }
}
.featured-horizontal-list .viewall {
  margin-top: 1.25rem;
}
.featured-vertical-list {
  margin-bottom: 4rem;
}
.featured-vertical-list h2.title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}
.featured-vertical-list .featured-item-group {
  padding: 0 0 1.5rem;
}
.featured-vertical-list .featured-item-group .featured-item {
  margin: 0 0 1rem;
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid #ccc;
}
.featured-vertical-list .featured-item-group .featured-item.featured-item-bottom-border {
  border-bottom: 2px solid #ccc;
}
.featured-vertical-list .featured-item-group .featured-item .image-container {
  overflow: hidden;
  text-align: center;
}
.featured-vertical-list .featured-item-group .featured-item .image-container > a {
  position: relative;
  display: block;
  opacity: 0.999;
  z-index: 0;
}
.featured-vertical-list .featured-item-group .featured-item .image-container .shadow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 250px;
  max-height: 250px;
}
.featured-vertical-list .featured-item-group .featured-item .image-container .shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: inset 0px 0px 45px rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .featured-vertical-list .featured-item-group .featured-item .image-container .shadow {
    height: 140px;
    max-height: 140px;
  }
}
@media (min-width: 768px) {
  .featured-vertical-list .featured-item-group .featured-item .image-container .shadow {
    height: 190px;
    max-height: 190px;
  }
}
@media (min-width: 992px) {
  .featured-vertical-list .featured-item-group .featured-item .image-container .shadow {
    height: 168px;
    max-height: 168px;
  }
}
@media (min-width: 1200px) {
  .featured-vertical-list .featured-item-group .featured-item .image-container .shadow {
    height: 200px;
    max-height: 200px;
  }
}
.featured-vertical-list .featured-item-group .featured-item .image-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper {
  padding: 0;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h3,
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h2 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #156481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: none;
  line-height: unset;
  margin-bottom: 0.2rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h3 a,
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h2 a {
  text-decoration: none;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h3 a,
.featured-vertical-list .featured-item-group .featured-item .content-wrapper h2 a {
  text-decoration: none;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper .published {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper .readmore {
  margin-top: 1rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper.content-wrapper-readmore {
  padding-bottom: 5rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper.content-wrapper-readmore .readmore-btn {
  position: absolute;
  bottom: 1.5rem;
  margin-top: 1.5rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper.content-wrapper-readmore-right,
.featured-vertical-list .featured-item-group .featured-item .content-wrapper.content-wrapper-readmore-left {
  margin-left: 1.5rem;
}
.featured-vertical-list .featured-item-group .featured-item .content-wrapper .tag-pills {
  float: left;
  border: 1px solid gray;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin: 5px;
}
.featured-vertical-list .featured-vertical-list-news-events .featured-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.modal-dialog .photo-w-400 {
  width: 400px;
}
.prize-challenges-content {
  margin-bottom: 100px;
}
.prize-challenges-content h2 {
  text-transform: none;
}
.prize-challenges-content h2 a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .featured-vertical-list .research-programs-cards.row,
  .featured-horizontal-list .research-programs-cards.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -18px;
    margin-right: -18px;
  }
  .featured-vertical-list .research-programs-cards.row [class*='col-'],
  .featured-horizontal-list .research-programs-cards.row [class*='col-'],
  .featured-vertical-list .research-programs-cards.row [class*='col-']:not(:first-child):not(:last-child),
  .featured-horizontal-list .research-programs-cards.row [class*='col-']:not(:first-child):not(:last-child) {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 30px;
  }
}
.featured-vertical-list .research-programs-cards.row [class*='col-'],
.featured-horizontal-list .research-programs-cards.row [class*='col-'],
.featured-vertical-list .research-programs-cards.row [class*='col-'],
.featured-horizontal-list .research-programs-cards.row [class*='col-'] {
  padding-bottom: 30px;
}
.featured-vertical-list .featured-item,
.featured-horizontal-list .featured-item {
  position: relative;
  border: #BEBEBE 2px solid;
  padding: 10px;
}
.featured-vertical-list .featured-item .description,
.featured-horizontal-list .featured-item .description,
.featured-vertical-list .featured-item .cards-description,
.featured-horizontal-list .featured-item .cards-description {
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .featured-vertical-list .featured-item.featured-item-readmore-left,
  .featured-horizontal-list .featured-item.featured-item-readmore-left {
    margin-right: 1.5rem;
  }
  .featured-vertical-list .featured-item.featured-item-readmore-right,
  .featured-horizontal-list .featured-item.featured-item-readmore-right {
    margin-left: 1.5rem;
  }
}
.featured-vertical-list .featured-item img,
.featured-horizontal-list .featured-item img {
  transition: transform 0.3s linear;
}
.featured-vertical-list .featured-item:hover img,
.featured-horizontal-list .featured-item:hover img {
  transform: scale(1.05);
}
.featured-vertical-list .featured-item:hover,
.featured-horizontal-list .featured-item:hover {
  border: #1999C8 2px solid;
}
.featured-vertical-list .featured-item:hover h2,
.featured-horizontal-list .featured-item:hover h2,
.featured-vertical-list .featured-item:hover h3,
.featured-horizontal-list .featured-item:hover h3,
.featured-vertical-list .featured-item:hover h2 a,
.featured-horizontal-list .featured-item:hover h2 a,
.featured-vertical-list .featured-item:hover h3 a,
.featured-horizontal-list .featured-item:hover h3 a,
.featured-vertical-list .featured-item:hover .cards-title,
.featured-horizontal-list .featured-item:hover .cards-title {
  color: #177FA5;
}
.featured-vertical-list .featured-item img,
.featured-horizontal-list .featured-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-vertical-list .featured-item a,
.featured-horizontal-list .featured-item a {
  text-decoration: none;
  text-transform: none;
}
.featured-vertical-list .featured-item h3,
.featured-horizontal-list .featured-item h3,
.featured-vertical-list .featured-item h2,
.featured-horizontal-list .featured-item h2 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #156481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: none;
  line-height: unset;
  margin-bottom: 0.2rem;
}
.featured-vertical-list .featured-item h3 a,
.featured-horizontal-list .featured-item h3 a,
.featured-vertical-list .featured-item h2 a,
.featured-horizontal-list .featured-item h2 a {
  text-decoration: none;
}
.featured-vertical-list .featured-item .image-container-research-program,
.featured-horizontal-list .featured-item .image-container-research-program {
  overflow: hidden;
  display: block;
  position: relative;
  height: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}
.featured-vertical-list .featured-item .image-container-research-program img,
.featured-horizontal-list .featured-item .image-container-research-program img {
  max-width: 100%;
  max-height: 100%;
  width: 220px;
  /* IE10/IE11 hack */
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.featured-vertical-list .featured-item .block-date,
.featured-horizontal-list .featured-item .block-date {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-top: -0.4rem;
  height: 1.5rem;
}
.featured-vertical-list .featured-item.hover-box .image-container,
.featured-horizontal-list .featured-item.hover-box .image-container {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease;
}
.featured-vertical-list .featured-item.hover-box .image-container a,
.featured-horizontal-list .featured-item.hover-box .image-container a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.featured-vertical-list .featured-item.hover-box .image-container a img,
.featured-horizontal-list .featured-item.hover-box .image-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-vertical-list .featured-item.hover-box .image-container,
.featured-horizontal-list .featured-item.hover-box .image-container {
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .featured-vertical-list .featured-item.hover-box .image-container,
  .featured-horizontal-list .featured-item.hover-box .image-container {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .featured-vertical-list .featured-item.hover-box .image-container,
  .featured-horizontal-list .featured-item.hover-box .image-container {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .featured-vertical-list .featured-item.hover-box .image-container,
  .featured-horizontal-list .featured-item.hover-box .image-container {
    height: 210px;
  }
}
.featured-vertical-list .featured-item.hover-box .content-wrapper,
.featured-horizontal-list .featured-item.hover-box .content-wrapper {
  overflow: hidden;
  transition: all 0.5s ease;
}
.featured-vertical-list .featured-item.hover-box .content-wrapper .full,
.featured-horizontal-list .featured-item.hover-box .content-wrapper .full {
  display: block;
}
/*
 * Style that can potentially apply to both vertical and horizontal cards
 */
.featured-card-box .featured-card-box-01 {
  border: #BEBEBE 2px solid;
  padding: 10px;
}
.featured-card-box .featured-card-box-01.featured-card-no-border {
  border: none;
}
.featured-card-box .featured-card-box-01.featured-card-no-border:hover {
  border: none;
}
.featured-card-box .featured-card-box-01 img {
  transition: transform 0.3s linear;
}
.featured-card-box .featured-card-box-01:hover img {
  transform: scale(1.05);
}
.featured-card-box .featured-card-box-01:hover {
  border: #1999C8 2px solid;
}
.featured-card-box .featured-card-box-01:hover h2,
.featured-card-box .featured-card-box-01:hover h3,
.featured-card-box .featured-card-box-01:hover h2 a,
.featured-card-box .featured-card-box-01:hover h3 a,
.featured-card-box .featured-card-box-01:hover .cards-title {
  color: #177FA5;
}
.featured-card-box .featured-card-box-01 .thumbnail {
  overflow: hidden;
}
.featured-card-box .featured-card-box-01 .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/**
 * Apply this to a card to have it get the new border color and zoom image in slightly on hover
 **/
.cards-hover {
  border: #BEBEBE 2px solid;
  padding: 10px;
}
.cards-hover img {
  transition: transform 0.3s linear;
}
.cards-hover:hover img {
  transform: scale(1.05);
}
.cards-hover:hover {
  border: #1999C8 2px solid;
}
.cards-hover:hover h2,
.cards-hover:hover h3,
.cards-hover:hover h2 a,
.cards-hover:hover h3 a,
.cards-hover:hover .cards-title {
  color: #177FA5;
}
/**
 * Use for anything that acts as the title text of a card
 **/
.cards-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #156481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: none;
  line-height: unset;
  margin-bottom: 0.2rem;
}
.cards-title a {
  text-decoration: none;
}
/**
 * Use for anything that acts as the subtitle text of a card, such as date or program manager
 **/
.cards-subtitle,
.published {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-top: -0.4rem;
  height: 1.5rem;
}
.published {
  margin-top: unset;
}
/**
 * Use for the description text of the card. Overwrite -webkit-line-clamp as needed to get the correct number of lines.
 **/
.cards-description {
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
}
/**
 * Vertical card list
 */
.featured-card-box-vertical .featured-card-box-01 {
  border: #BEBEBE 2px solid;
  padding: 10px;
}
.featured-card-box-vertical .featured-card-box-01.featured-card-no-border {
  border: none;
}
.featured-card-box-vertical .featured-card-box-01.featured-card-no-border:hover {
  border: none;
}
.featured-card-box-vertical .featured-card-box-01 img {
  transition: transform 0.3s linear;
}
.featured-card-box-vertical .featured-card-box-01:hover img {
  transform: scale(1.05);
}
.featured-card-box-vertical .featured-card-box-01:hover {
  border: #1999C8 2px solid;
}
.featured-card-box-vertical .featured-card-box-01:hover h2,
.featured-card-box-vertical .featured-card-box-01:hover h3,
.featured-card-box-vertical .featured-card-box-01:hover h2 a,
.featured-card-box-vertical .featured-card-box-01:hover h3 a,
.featured-card-box-vertical .featured-card-box-01:hover .cards-title {
  color: #177FA5;
}
.featured-card-box-vertical .featured-card-box-01 .thumbnail {
  overflow: hidden;
}
.featured-card-box-vertical .featured-card-box-01 .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-card-box-vertical h3 {
  margin-top: 0;
}
.featured-card-box-vertical a {
  text-decoration: none;
}
.featured-card-box-vertical .featured-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.featured-card-box-vertical .feature-card-box-row {
  display: flex;
}
.featured-card-box-vertical .feature-card-box-row .content-wrapper {
  flex: 0 1 100%;
  padding-left: 0.8rem;
  overflow: hidden;
}
.featured-card-box-vertical .feature-card-box-row .thumbnail {
  flex: 0 0 110px;
  width: 100px;
  height: 100px;
}
.featured-card-box-vertical .feature-card-box-row .thumbnail ~ .content-wrapper {
  width: 70%;
}
.featured-card-box-vertical .feature-card-box-row .photo-thumbnail {
  flex: 0 0 210px;
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.featured-card-box-vertical .feature-card-box-row .photo-thumbnail ~ .content-wrapper {
  width: 60%;
  padding-top: 0;
}
.featured-card-box-vertical .feature-card-box-row .cards-published {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
}
.featured-card-box-vertical .cards-subtitle {
  margin-bottom: 0.2em;
}
.featured-card-box-vertical .cards-description,
.featured-card-box-vertical .description-details {
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
.featured-card-box-vertical .description-details {
  margin-bottom: 0.5rem;
}
.featured-card-box-vertical .aoi {
  text-transform: capitalize;
}
.publication-block {
  margin-bottom: 1.25rem;
}
.featured-text-list .featured-text-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.featured-text-list .featured-text-item .published {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
}
.featured-text-list .featured-text-item h3 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #156481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: none;
  line-height: unset;
  margin-bottom: 0.2rem;
}
.featured-text-list .featured-text-item h3 a {
  text-decoration: none;
}
.featured-text-list .viewall {
  margin-top: 1.25rem;
}
.viewall {
  color: #1999C8;
}
.article-header h1 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: unset;
  word-spacing: unset;
  margin-left: unset;
  padding-bottom: 1.6rem;
}
.article-container {
  min-height: 350px;
}
.article-container .article-content .callout-quote {
  display: inline-block;
  border-left: 3px solid gray;
  padding: 20px;
  margin: 20px;
  width: 40%;
  font-size: 1.4em;
  /* float: right; */
}
.article-container .itemIntroText {
  font-weight: normal;
  line-height: inherit;
}
.article-container .published {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}
.article-container .article-feature-image-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.article-container .article-feature-image-wrapper .article-feature-image {
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
  min-height: 200px;
  background-color: gray;
  z-index: 51;
}
.article-container .article-feature-image-wrapper .article-feature-image-overlay {
  position: absolute;
  background-color: #156481;
  padding: 8rem 1rem 1rem;
  z-index: 50;
  width: 95%;
  right: 0;
  margin-top: -7rem;
}
.article-container .article-feature-image-wrapper .article-feature-image-overlay .image-caption {
  color: #fff;
}
.article-container .article-feature-image-wrapper-prize-challenge {
  position: relative;
}
.article-container .article-feature-image-wrapper-prize-challenge .article-feature-image {
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 51;
}
.article-container .article-feature-image-wrapper-prize-challenge .article-feature-image.image-padding {
  padding: 2rem;
}
.article-container .article-feature-image-wrapper-prize-challenge .article-feature-image-overlay {
  position: absolute;
  background-color: #156481;
  padding: 8rem 1rem 1rem;
  z-index: 50;
  width: 95%;
  right: 0;
  margin-top: -7rem;
  margin-bottom: 2rem;
}
.article-container .article-feature-image-wrapper-prize-challenge .article-feature-image-overlay .image-caption {
  color: #fff;
}
/**
 * Divider line with an icon in the center
 * Used under HIGHLIGHTS on the home page and on the Engage With Us page
 **/
.icon-line-divider {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.icon-line-divider span.outer-line {
  flex: 0 1 100%;
  border-bottom: #156481 4px solid;
}
.icon-line-divider .fa {
  color: #156481;
  border-radius: 50%;
  border: 3px solid #156481;
  padding: 3px;
  font-size: 26px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  text-align: center;
}
/**===================================================
 * Home page - Highlights Card Box Section 
 ---------------------------------------------------*/
.highlights-card-box-wrapper {
  padding: 3em 0;
}
.highlights-card-box-wrapper .readmore-btn {
  margin-bottom: 30px;
}
/**===================================================
 * Home page - Research Card Box Section 
 ---------------------------------------------------*/
#module__research,
.research-card-box-wrapper {
  padding: 3em 0;
}
#module__research .description-card,
.research-card-box-wrapper .description-card {
  padding-bottom: 1rem;
}
#module__research .office_of_analysis_box,
.research-card-box-wrapper .office_of_analysis_box,
#module__research .office_of_collection_box,
.research-card-box-wrapper .office_of_collection_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: #BEBEBE 2px solid;
  padding: 20px;
  max-width: 700px;
  margin: auto;
  height: 100%;
}
#module__research .office_of_analysis_box .h2,
.research-card-box-wrapper .office_of_analysis_box .h2,
#module__research .office_of_collection_box .h2,
.research-card-box-wrapper .office_of_collection_box .h2 {
  text-align: center;
  border-bottom: #F5B41A 3px solid;
  padding: 0 0 10px;
  margin-top: 0;
  margin-bottom: 20px;
}
#module__research .office_of_analysis_box .office_description,
.research-card-box-wrapper .office_of_analysis_box .office_description,
#module__research .office_of_collection_box .office_description,
.research-card-box-wrapper .office_of_collection_box .office_description {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #module__research .office_of_analysis_box .office_description,
  .research-card-box-wrapper .office_of_analysis_box .office_description,
  #module__research .office_of_collection_box .office_description,
  .research-card-box-wrapper .office_of_collection_box .office_description {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  #module__research .office_of_analysis_box .office_description,
  .research-card-box-wrapper .office_of_analysis_box .office_description,
  #module__research .office_of_collection_box .office_description,
  .research-card-box-wrapper .office_of_collection_box .office_description {
    height: 100px;
  }
}
@media (max-width: 768px) {
  #module__research .office_of_analysis_box .col-md-4,
  .research-card-box-wrapper .office_of_analysis_box .col-md-4,
  #module__research .office_of_collection_box .col-md-4,
  .research-card-box-wrapper .office_of_collection_box .col-md-4 {
    padding-bottom: 15px;
  }
}
#module__research .office_of_analysis_box .thumbnail,
.research-card-box-wrapper .office_of_analysis_box .thumbnail,
#module__research .office_of_collection_box .thumbnail,
.research-card-box-wrapper .office_of_collection_box .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: transparent 2px solid;
  max-width: 150px;
  height: 150px;
  margin: 0 auto;
}
#module__research .office_of_analysis_box .thumbnail:hover,
.research-card-box-wrapper .office_of_analysis_box .thumbnail:hover,
#module__research .office_of_collection_box .thumbnail:hover,
.research-card-box-wrapper .office_of_collection_box .thumbnail:hover {
  border: #1999C8 2px solid;
}
#module__research .office_of_analysis_box .readmore-btn,
.research-card-box-wrapper .office_of_analysis_box .readmore-btn,
#module__research .office_of_collection_box .readmore-btn,
.research-card-box-wrapper .office_of_collection_box .readmore-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #module__research .office_of_analysis_box .thumbnail,
  .research-card-box-wrapper .office_of_analysis_box .thumbnail,
  #module__research .office_of_collection_box .thumbnail,
  .research-card-box-wrapper .office_of_collection_box .thumbnail {
    height: 100%;
    max-height: 150px;
  }
}
@media (max-width: 576px) {
  #module__research .office_of_analysis_box .thumbnail,
  .research-card-box-wrapper .office_of_analysis_box .thumbnail,
  #module__research .office_of_collection_box .thumbnail,
  .research-card-box-wrapper .office_of_collection_box .thumbnail {
    padding: 0;
  }
  #module__research .office_of_analysis_box .col-md-4,
  .research-card-box-wrapper .office_of_analysis_box .col-md-4,
  #module__research .office_of_collection_box .col-md-4,
  .research-card-box-wrapper .office_of_collection_box .col-md-4 {
    padding: 0 5px 10px 5px;
  }
}
/**===================================================
 * News Events /  Newsroom
 ---------------------------------------------------*/
@media (min-width: 768px) {
  .newsroom-wrapper .form-filter-row.row {
    /* add right padding from first column */
    /* add left padding from first column */
  }
  .newsroom-wrapper .form-filter-row.row.row [class*='col-']:first-child {
    padding-right: 15px;
  }
  .newsroom-wrapper .form-filter-row.row.row [class*='col-']:last-child {
    padding-left: 15px;
  }
}
.newsroom-wrapper .filter-label-title {
  color: #156481;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .newsroom-wrapper .pagination {
    margin-bottom: 3em;
  }
}
.newsroom-wrapper .section-divider {
  border-top: #F5B41A 3px solid;
  margin-bottom: 15px;
}
.newsroom-wrapper .call-to-action {
  margin: 60px 0 30px;
}
@media (max-width: calc(992px - 1px)) {
  .newsroom-wrapper .showhide-call-to-action-sidebar {
    display: none;
  }
}
@media (min-width: 992px) {
  .newsroom-wrapper .showhide-call-to-action-bottom {
    display: none;
  }
}
/**===================================================
 * Tables
 ---------------------------------------------------*/
.iarpa-table {
  border: 1px solid #979797;
}
.iarpa-table caption {
  border: 1px solid #979797;
  border-width: 0 1px 1px 1px;
  caption-side: bottom;
  color: #000;
}
.iarpa-table thead.thead-dark th {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: #334455;
  border-color: #334455;
  color: #fff;
  line-height: 1.25;
}
.iarpa-table td {
  border: 1px solid #979797;
  border-top: 1px solid #979797;
}
.iarpa-table td i {
  position: relative;
  top: 1px;
  font-size: 18px;
  padding-right: 0.35rem;
}
.iarpa-table .table-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  background-color: #1999C8;
  display: block;
  margin: 10px auto;
  /* vertical-align: middle; */
}
.iarpa-table .table-bullet.faded {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/**===================================================
 * Filters 
 ---------------------------------------------------*/
.no-results {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #000;
  position: relative;
}
.no-results > div {
  position: relative;
}
.no-results i {
  font-size: 2.75rem;
  color: #F5B41A;
  position: absolute;
  top: 0.5rem;
}
.no-results span.text {
  padding-left: 4rem;
  position: relative;
  top: 0.2rem;
  color: #000;
  font-size: 1.2rem;
}
.no-results-row {
  text-align: center;
}
.no-results-row p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
  padding-left: 65px;
  background-image: url("../images/NoResults_Blue.svg");
  background-repeat: no-repeat;
  height: 35px;
  background-size: 90px;
  background-position: left 0px top -12px;
}
hr.section-top-divider {
  border-top: 4px solid #F5B41A;
}
hr.section-top-divider-secondary {
  border-top: 4px solid #F5B41A;
}
/**===================================================
 * Research Area 
 ---------------------------------------------------*/
#research-area-page .logo-image-wrapper {
  /* display: flex; IE11 buggy*/
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 15px;
}
#research-area-page .section-block-wrapper {
  margin-bottom: 2em;
}
#research-area-page .section-block {
  margin-bottom: 1.5rem;
}
#research-area-page .section-block .sub-content-text,
#research-area-page .section-block .baa_content_block {
  margin-bottom: 1rem;
}
#research-area-page .section-block .sub-content-text p,
#research-area-page .section-block .baa_content_block p {
  padding-bottom: 0;
  margin-bottom: 0;
}
#research-area-page .section-block .sub-content-text .baa_content_status,
#research-area-page .section-block .baa_content_block .baa_content_status {
  font-size: 1.2rem;
  color: #986E1F;
}
#research-area-page .split-column {
  -moz-column-count: 2;
       column-count: 2;
  /*.section-content {
      min-height: 150px;
    }*/
}
#research-area-page .split-column h3 {
  color: #1999C8;
}
#research-area-page .split-column a {
  color: #2064CD;
  text-decoration: underline;
}
#research-area-page .custom-list ul {
  list-style-type: none;
  padding-left: 0;
}
#research-area-page .custom-list ul li a {
  color: #2064CD;
  text-decoration: underline;
}
#research-area-page .related-publications {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-size: 0.9rem;
}
#research-area-page .related-publications a {
  color: #2064CD;
  text-decoration: underline;
}
#research-area-page .research-program-sidebar-item h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
  margin-bottom: 0;
}
#research-area-page .research-program-sidebar-item h4 {
  font-size: 0.9rem;
  /*font-weight: 600;*/
  margin-bottom: 0;
}
#research-area-page .research-program-sidebar-item p {
  font-size: 1rem;
  margin-bottom: 0;
}
#research-area-page .research-program-sidebar-item p i.fa.fa-envelope {
  color: #8c8c8c;
  margin-right: 3px;
}
#research-area-page .research-program-sidebar-item p i.fa.fa-phone {
  color: #8c8c8c;
  margin-right: 7px;
}
#research-area-page .research-program-sidebar-item .sub-content-text {
  font-size: 1rem;
}
.filter-label,
.filter-label-title {
  font-size: 1rem;
  margin-bottom: 0;
  color: #156481;
  text-transform: uppercase;
}
.program-manager-row .content-wrapper {
  padding: 1.5rem;
}
.program-manager-row .content-wrapper .related-list-group .related-list-title {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.program-manager-row .content-wrapper .related-list-group .related-list-content {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .program-manager-row .pm-name,
  .program-manager-row .pm-contact {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .program-manager-row .pm-name,
  .program-manager-row .pm-contact {
    min-width: 250px;
  }
}
.content-wrapper h3 {
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #156481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: none;
  line-height: unset;
  margin-bottom: 0.2rem;
}
.content-wrapper h3 a {
  text-decoration: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#back-to-top {
  position: sticky;
  bottom: 1rem;
  margin-bottom: 3rem;
  margin-right: -100px;
  text-align: right;
}
#back-to-top.hide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}
#back-to-top.show {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}
#back-to-top a {
  text-align: center;
  border: 1px solid #156481;
  color: #156481;
  font-size: 1rem;
  padding: 0.75rem;
  text-transform: lowercase;
  display: inline-block;
  text-decoration: none;
  width: 80px;
  position: relative;
  transition: 0.3s;
}
#back-to-top a > .icon-image {
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  background-image: url('../images/icons/icon-angle-up.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 38px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#back-to-top a > .text {
  line-height: 1rem;
  font-size: 1.05rem;
}
#back-to-top a:hover {
  background-color: #fff;
  color: #156481;
  text-decoration: none;
}
/**===================================================
 * Sidebar Contact
 ---------------------------------------------------*/
.sidebar-contact .section-block-wrapper .description {
  font-size: 1.1rem;
}
.sidebar-contact .section-block-wrapper h3 {
  margin-bottom: 0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #156481;
}
.sidebar-contact .section-block-wrapper p {
  font-size: 1rem;
  margin-bottom: 0;
}
.sidebar-contact .section-block-wrapper p i.fa.fa-envelope {
  color: #8c8c8c;
  margin-right: 3px;
}
.sidebar-contact .section-block-wrapper .section-contact-name p {
  font-size: 1.2rem;
}
/**===================================================
 * Search Page 
 ---------------------------------------------------*/
#finder-search-results #finder-search.form-search-results-iarpa {
  background-color: #002a3a;
  box-shadow: inset 0px 0px 45px rgba(0, 0, 0, 0.25);
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container {
  padding: 20px 0;
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156481;
  opacity: 1;
  /* Firefox */
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #156481;
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #156481;
}
#finder-search-results #finder-search.form-search-results-iarpa .input-container .input-group .input-group-append > .input-group-text {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background-color: #156481;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
}
#finder-search-results #search-results .results-message {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 2rem 0;
  text-align: center;
}
#finder-search-results .search-results-wrapper .search-result-item {
  border-bottom: 2px solid #ccc;
  padding: 1.25rem 0;
}
#finder-search-results .search-results-wrapper .search-result-item .category {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}
#finder-search-results .search-results-wrapper .search-result-item .category > a {
  text-decoration: none;
}
#finder-search-results .search-results-wrapper .search-result-item h4 {
  margin-bottom: 0.5rem;
  font-family: 'Oswald', "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
#finder-search-results .search-results-wrapper .search-result-item h4 > a {
  text-decoration: none;
}
#finder-search-results .search-pagination {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}
@keyframes flash {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: transparent;
  }
}
/**===================================================
 * light theme support
 * add this class to your tag to inverse the button colors
 ---------------------------------------------------*/
.on-light-bg a {
  border: 2px solid #979797;
  color: #515151;
}
.on-light-bg a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #515151;
  text-decoration: none;
}
.odni-seal-section .fa {
  display: none;
}
.other-odni-sites-section .fa {
  top: -0.1rem;
  left: -0.2rem;
}
/* External links */
/* Document types links i.e. PDF, Zip, Word, Excel */
.fa.fa-external-link-square,
.fa.fa-file-pdf-o,
.fa.fa-file-zip-o,
.fa.fa-file-word-o,
.fa.fa-file-excel-o {
  font-size: 14px;
  position: relative;
  top: 0;
  margin-top: 0;
  padding-top: 0;
}
/**
 * Adjusting heading font sizes for PMs page
 **/
.program-managers-iarpa-page h1 {
  font-size: 9vw;
  line-height: 9.9vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .program-managers-iarpa-page h1 {
    font-size: 7rem;
    line-height: 7.5rem;
    letter-spacing: -3px;
    margin-left: -5px;
  }
}
@media (max-width: 576px) {
  .program-managers-iarpa-page h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
    margin-left: -2px;
  }
}
.program-managers-iarpa-page .set-min-width-200 {
  min-width: 200px;
}
/**===================================================
 * Custom spacing adjustments between content and table
 * - Request For Information page
 * - Proposers' Day page
 * - Open BAAs page
 ---------------------------------------------------*/
.rfi-iarpa-page .body-content-with-sidebar.mb-5,
.proposers-days-iarpa-page .body-content-with-sidebar.mb-5,
.open-baas-iarpa-page .body-content-with-sidebar.mb-5 {
  margin-bottom: 1.5rem !important;
}
.rfi-iarpa-page .default-item-container.mb-3,
.proposers-days-iarpa-page .default-item-container.mb-3,
.open-baas-iarpa-page .default-item-container.mb-3 {
  margin-bottom: 0 !important;
}
.rfi-iarpa-page .item-content.pb-3,
.proposers-days-iarpa-page .item-content.pb-3,
.open-baas-iarpa-page .item-content.pb-3 {
  padding-bottom: 0 !important;
}
.description-readmore {
  padding-left: 1rem;
}
/**=================================================
 * Support for switching FontAwesome to SVG mapping
 * Implimented because of IE10-11 issues
 ---------------------------------------------------*/
.light-blue-svg-icon {
  filter: invert(51%) sepia(33%) saturate(391%) hue-rotate(154deg) brightness(96%) contrast(94%);
}
.light-blue2-svg-icon {
  filter: invert(28%) sepia(71%) saturate(1987%) hue-rotate(201deg) brightness(93%) contrast(86%);
}
.bluegreen-svg-icon {
  filter: invert(31%) sepia(30%) saturate(1268%) hue-rotate(150deg) brightness(93%) contrast(88%);
}
.gold-svg-icon {
  filter: invert(88%) sepia(29%) saturate(4514%) hue-rotate(339deg) brightness(99%) contrast(109%);
}
.gray-svg-icon {
  filter: invert(37%) sepia(0%) saturate(1%) hue-rotate(254deg) brightness(96%) contrast(90%);
}
.light-gray-svg-icon {
  filter: invert(57%) sepia(8%) saturate(15%) hue-rotate(351deg) brightness(96%) contrast(96%);
}
.white-svg-icon {
  filter: invert(100%) sepia(96%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}
.blast-twitter {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/twitter.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.blast-twitter-5f8ca1 {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/twitter-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.blast-twitter-156481 {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/twitter-156481.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.blast-twitter-topbar {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/twitter-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.blast-twitter-circle-blue {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/twitter-156481.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.blast-search {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blast-search-results-icon {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.blast-search-results-icon-ffffff {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-ffffff.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.blast-search-topbar {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.blast-search-results {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-f5b41a.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.blast-search-button-icon {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/search-ffffff.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.blast-youtube-play {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/youtube-play-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blast-youtube-play-topbar {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/youtube-play-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.blast-linkedin-play {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/linkedin-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blast-linkedin-play-topbar {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/linkedin-5f8ca1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.blast-intellipedia-logo {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/intellipedia-logo-5f8ca1.svg');
  background-size: 20px 20px;
}
.blast-intellipedia-logo-topbar {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/intellipedia-logo-5f8ca1.svg');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.blast-files-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/files-o-156481.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blast-files-o-circle-blue {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/files-o-156481.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.blast-external-link-square {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/external-link-square-156481.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.other-odni-sites-section a i.blast-external-link-square {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/external-link-square-5e5e5e.svg');
}
.readmore-btn.on-dark-bg a i.blast-external-link-square {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/external-link-square-ffffff.svg');
}
.blast-envelope {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/envelope-8c8c8c.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-envelope-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/envelope-o-8c8c8c.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-phone {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/phone-8c8c8c.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.svg-file-properties {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-file-pdf-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/file-pdf-o-2064cd.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-file-word-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/file-word-o-2064cd.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-file-excel-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/file-excel-o-2064cd.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-file-powerpoint-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/file-powerpoint-o-2064cd.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-file-archive-o {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/file-archive-o-2064cd.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 14px;
  vertical-align: middle;
}
.blast-times {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/times-ffffff.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
}
.blast-caret-down {
  background-image: url('../fa-svgs-in-js/fa-icons/svg/caret-down-ffffff.svg');
  background-repeat: no-repeat;
  background-size: 35%;
  width: 2.1rem;
  height: 37px;
  background-position: center;
}
.twitter-no-support-message {
  display: none;
  padding: 60px 20px 100px;
}
.twitter-no-support-message h2 {
  font-size: 1.6rem;
  color: #156481;
  text-transform: uppercase;
  text-align: center;
}
.classification-banner {
  height: 1.333em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  position: fixed;
  width: 100%;
  z-index: 200;
}
.classificaiton-bkgd {
  background-color: #009900;
}
.sticky-header {
  top: 0;
}
.sticky-footer {
  bottom: 0;
  margin-top: 8px;
}
