body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.8;
}
a {
    color: #007bff;
    text-decoration: none;
}
#content-moderation-entity-moderation-form .entity-moderation-form {
    position: relative !important;
    z-index: 1 !important;
}
#full-width-carousel-images img.img-responsive {
    width: -webkit-fill-available;
    width: -moz-available;
}
#full-width-carousel-images > .col-md-12 .row {
    margin-left: initial !important;
    margin-right: initial !important;
}
#full-width-carousel-images .carousel {
    position: relative;
    margin-top: -66px;
    /*max-height: 970px;*/
    max-height: 100vh;
    overflow: hidden;
}
#full-width-carousel-images a.carousel-control {
    display: none;
}
#hero-banner-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}
#hero-banner-text-wrapper {
    max-width: 760px;
    background: rgba(0,0,0,0.8);
    padding: 10px;
}
#hero-banner-text {
    border: 1px solid #555;
    text-align: center;
    padding: 4vw;
}
#hero-banner-text h2 {
  font-weight: lighter;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: .5rem;
}
#about {
    text-align: center;
}
#about .col-md-4 {
    background: #211E3F;
    padding: 20px 30px 30px;
}
#about .col-md-4:nth-child(2) {
    background: #14112C;
}
h3.g-font-size-16 {
    font-size: 15px;
}
#about .row.row-pad {
    padding: 0 !important;
}
#about h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
    font-weight: lighter;
    margin-bottom: 3.5rem;
}
#about a.btn.btn-default, 
#community-giving-learn-more .btn-default, 
#contact-button-wrapper .btn-default {
    background: var(--default-blue);
    border: none;
    color: #FFF;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: lighter;
    border-radius: 0;
    padding: 10px 15px;
}
#about a.btn.btn-default:hover, 
#community-giving-learn-more .btn-default:hover,
#contact-button-wrapper .btn-default:hover {
    border-color: #4d5ebf;
    background: #4d5ebf;
}
#news {
    padding-bottom: 60px;
}
.section-title-wrapper {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.section-title-wrapper .section-subtitle {
  color: var(--default-blue);
}
.section-under-title {
    margin-top: 2.14286rem;
    width: 5rem;
    border-top-width: 10px;
    border-color: var(--default-blue);
}
.section-title-wrapper .section-title {
    font-size: 4rem;
    text-transform: uppercase;
}
.table-responsive.news-table {
    height: 438px;
    border-bottom: 1px solid #ddd;
}
.card h3.card-header {
    padding: 15px;
    margin-bottom: 0;
    background: var(--default-blue);
    color: #FFF;
    font-weight: lighter;
}
.section-under-title {
    width: 8rem;
    background: var(--default-blue);
    margin: 26px auto 0;
    line-height: 0.8rem;
}
.section-title.dark {
    color: var(--default-dark);
}
#prime-contract-boxes .card-group-item {
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
#prime-contract-boxes .card-group-item a {
    cursor: pointer;
}
#prime-contract-boxes .well {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    min-height: 305px;
}
#first-col-p2, #p3, #pc, #arra, 
#collapseOne, #collapseTwo {
    background: white;
    margin-top: -15px;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 0;
    padding: 20px;
    margin-bottom: 20px;
}
#team-logos-wrapper {
    margin-top: 55px;
}
#community, 
#community-giving-boxes, 
#community-giving-learn-more,
#contact {
    background-color: var(--background-dark);
}
#community-giving-boxes .well {
    background-color: #1D1A37;
    border-color: #1D1A37;
}
#community-giving-boxes .well p, #community-giving-boxes .well, #community p.text-center {
  color: var(--light-text);
}
#community-giving-learn-more {
  text-align: center;
}
#contact {
    text-align: center;
}
#contact-info-wrapper {
    margin-top: 25px;
    margin-bottom: 10px;
}
#contact-info-wrapper .contact-info .topper {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5) !important;
}
#contact-info-wrapper .contact-info p:not(.topper) {
     font-weight: 600;
}

@media screen and (min-width: 768px) {
  #hero-banner-text h2 {
    font-size: 3rem;
  }
  #hero-banner-text p {
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  #hero-banner-text {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 993px) {
  .contact-info.col-md-3:not(:last-child) {
    border-right: 1px solid var(--default-blue);
  }
  .contact-info.col-md-3 {
    min-height: 105px;
  }
}
@media (max-width: 1920px){
  .carousel-type-hero .carousel-image, .carousel-type-hero .carousel-image img {
      height: unset;
  }
}
@media (max-width: 1690px) {
  .carousel-type-hero .carousel-image, .carousel-type-hero .carousel-image img {
      height: unset;
  }
}
@media (max-width: 1366px) {
  .carousel-type-hero .carousel-image, .carousel-type-hero .carousel-image img {
      height: unset;
  }
}
@media (max-width: 1280px) {
  .carousel-type-hero .carousel-image, .carousel-type-hero .carousel-image img {
      height: unset;
  }
}
@media (max-width: 992px) {
  #hero-banner-content {
    width: 80vw;
  }
  .contact-info.col-md-3:not(:last-child) {
    border-bottom: 1px solid var(--default-blue);
    margin-bottom: 20px;
    width: 50%;
    margin: 0 auto 20px;
    min-height: 50px;
  }
}
@media (max-width: 736px) {
  .carousel-type-hero .carousel-image, .carousel-type-hero .carousel-image img {
      height: unset;
  }
}