body {
    padding-top: 0px;
}
.bebas-headline {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.5rem;
}
.montserrat-sub-headline, .montserrat-page-header {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.open-sans-copy {
    font-family: Georgia, "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}
nav.navbar {
    transition: 0.4s;
    background-color: rgba(255, 255, 255, 0.7);
}
#logo {
    transition: 0.4s;
}
#navbar-container {
    transition: 0.4s;
}
.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #003478;
    font-weight: 550;
}
.nav-link.active {
    color: #000 !important;
}
.background-blue {
    background-color: #3777AD;
}
.copy-blue {
    color: #003478;
}
.copy-purple {
    color: #522398;
}
.copy-yellow {
    color: #F0B353;
}
.navbar-container {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 0px;
}
nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: bold;
    font-variation-settings:
      "wdth" 100;
}
.navbar-nav-right {
    margin-right: -12px;
}
a.nav-link {
    font-size: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
/* Without this, clicking will make it sticky */
    pointer-events: none;
}
button.navbar-toggler {
    margin-left: 15px !important;
}
a.dropdown-toggle::after {
    content: none;
}
.btn-primary {
    background-color: #522398;
    border-color: #522398;
    color: #fff;
}
.btn-primary:hover { 
    background-color: #003478;
    border-color: #003478;
    color:#fff;
}
ol, ul {
    padding-left: 0;
}
div.hero-container {
    padding-left: 0; 
    padding-right: 0;
    position: relative;
}
.hero-text {
    position: absolute;
    bottom: 500px;
    left: 40px;
    font-weight: bold;
}
.home-hero-image {
    height: 750px;
    background-image: url('../../assets/images/vs-hero-cover.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
}
.mission-hero-image {
    height: 450px; 
    background-image: url('../../assets/images/hero-mission.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.solutions-hero-image {
    height: 450px; 
    background-image: url('../../assets/images/hero-solutions.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.media-hero-image {
    height: 450px; 
    background-image: url('../../assets/images/hero-media.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.team-hero-image {
    height: 450px; 
    background-image: url('../../assets/images/hero-team.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.contact-hero-image {
    height: 450px; 
    background-image: url('../../assets/images/hero-contact.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.main-copy {
    font-size: 18px;
}
div.footer-row {
    min-height: 130px;
}
.footer-copy {
    font-size: 14px;
    color: #fff;
}
.team-overlay-container-outer {
    background-color: #f4f4f4; 
    border-radius: 5px; 
    padding: 20px; 
    margin-bottom: 40px;
    height: fit-content;
}
.team-overlay-container {
    position: relative;
    max-width: 400px;
    height: fit-content;
}
.team-overlay {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0px;
    color: #fff;
    background: rgba(0, 52, 120, .5);
    z-index: 9999999;
    position: absolute;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 200ms ease 0s, transform 200ms ease 0s;
}
.team-overlay-link {
    text-decoration: none;
}
.team-bio {
    display: none;
}
.team-close {
    display: block;
    max-width: 80px;
}
.team-close-mobile {
    display: none;
    max-width: 65px;
    margin-bottom: 15px;
}
/* responsive classes
---------------------------------------------------------------*/

@media (max-width: 1201px) {
    /*.approach-hero-image, .services-hero-image, .team-hero-image, .contact-hero-image  {
        height: 191px;
    }*/
}

/* large tablets 
---------------------------------------------------------------*/
@media (max-width: 991px) {
    #navbarNavAltMarkup {
        background-color: #fff;
    }
    .navbar-container {
        padding-left: 0 !important;
    }
    div.footer-row {
        min-height: 80px;
    }
    /*.approach-hero-image, .services-hero-image, .team-hero-image, .contact-hero-image  {
        height: 191px;
    }*/
}

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {
    .logo-img {
        max-width: 250px !important;
    }
    .navbar-container {
        padding-left: 0 !important;
    }
    .home-hero-image {
        height: 650px;
    }
    /*.approach-hero-image, .services-hero-image, .team-hero-image, .contact-hero-image  {
        height: 143px;
    }*/
    div.footer-row {
        min-height: 80px;
        padding: 10px;
    }
    #approachHeaderDiv2 {
        padding-left: 15px !important;
        position: relative;
        margin-top: 20px;
    }
    .team-close {
        display: none;
    }
    .team-close-mobile {
        display: block;
    }
}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {
    #logo {
        margin-left: 10px;
    }
    .navbar-toggler {
        margin-right: 20px;
    }
    .navbar-container {
        padding-left: 0 !important;
    }
    .home-hero-image {
        height: 415px;
        background-image: url('../../assets/images/mobile-hero-home.jpg');
    }
    .home-hero-inner-image {
        display: none;
    }
    .mission-hero-image {
        background-image: url('../../assets/images/mobile-hero-mission.jpg');
    }
    .solutions-hero-image {
        background-image: url('../../assets/images/mobile-hero-solution.jpg');
    }
    .media-hero-image {
        background-image: url('../../assets/images/mobile-hero-media.jpg');
    }
    .team-hero-image {
        background-image: url('../../assets/images/mobile-hero-team.jpg');
    }
    .contact-hero-image {
        background-image: url('../../assets/images/mobile-hero-contact.jpg');
    }
    div.footer-row {
        min-height: 80px;
        padding: 10px;
    }
    .footer-container {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-button {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 11px !important;
    }
    .team-photo {
        padding-bottom: 25px;
    }
}

/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
    }
  }
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px;
    }
  }*/
@media (min-width: 992px) {
    .approach-hero-image, .services-hero-image, .team-hero-image, .contact-hero-image {
        padding: 7rem !important;
    }
}