/* Global */
/* ------------------------------------------------------------------------------ */
.internal-section:nth-of-type(1) ul li {
    line-height: 1.5em;
    font-size: 0.8em;
}
.internal-section:nth-of-type(1) p {
    margin-bottom: 30px;
}

.mobile_logo {
    width: 45vw;
    padding: 50px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("../img/EagleHawk_Logo_HorizontalLogo_Color.png");
}

/* Homepage */
/* ------------------------------------------------------------------------------ */
.quote-container p.bold {
    font-size: 22px;
}
.quote-container p {
    font-size: 17px;
}
.quote-container p em {
    font-weight: 700;
}
@media (max-width: 600px) {
    .video-section:nth-of-type(1) {
        gap: 1em;
    }
}

/* Header Nav */
/* ------------------------------------------------------------------------------ */
#header_flex nav ul li ul {
    gap: 0;
    padding: 0;
    max-width: 250px;
}
#header_flex nav ul li ul li.current-menu-item,
#header_flex nav ul li ul li.current_page_item,
#header_flex nav ul li ul li {
    text-align: left !important;
    padding: 0;
}
#header_flex nav ul li ul li:last-child a,
#header_flex nav ul li ul li:last-child {
    color: black !important;
    border-radius: 0;
}

#header_flex nav ul li ul li a {
    font-size: 18px;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #eee;
    transition: ease all 200ms;
    white-space: initial;
}
#header_flex nav ul li ul li a:last-child {
    border: none;
}
#header_flex nav ul li ul li a:hover {
    background: #f3f3f3;
}

#header_flex nav > ul#menu-main-menu {
    gap: 20px;
}
#header_flex nav > ul#menu-main-menu > li,
.main-nav nav > ul#menu-main-menu > li,
.main-nav nav > ul#menu-main-menu > li.current-menu-item,
.main-nav nav > ul#menu-main-menu > li.current_page_item,
.main-nav nav > ul#menu-main-menu > li.current-menu-ancestor,
.main-nav nav > ul#menu-main-menu > li.current_page_ancestor {
    white-space: nowrap;
    flex: 0 1 auto;
    width: auto;
}

.main-menu ul.sub-menu li.current-menu-item:last-child,
.main-menu ul.sub-menu li.current_page_item:last-child {
    background-color: var(--light-blue) !important;
}

/* Breadcrumbs */
/* ------------------------------------------------------------------------------ */
.breadcrumbs {
    display: flex;
    gap: 20px;
    font-family: "Goldman";
    font-size: 16px;
}
.breadcrumbs span,
.breadcrumbs a {
    font-weight: normal;
    position: relative;
    line-height: 16px;
}
.breadcrumbs a:before {
    content: "";
    transition: ease all 400ms;
    width: 0%;
    position: absolute;
    display: block;
    left: 0px;
    bottom: -3px;
    height: 1px;
    background: var(--blue);
}

.breadcrumbs a:hover:before {
    width: 100%;
}
.breadcrumbs a:after {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 8px;
    color: var(--blue);
    position: absolute;
    right: -11px;
    top: 0;
}

/* Sidebar */
/* ------------------------------------------------------------------------------ */
#sidebar {
    margin: 0 0 50px 0;
}
.sidebar-testimonials {
    gap: 0;
    margin: 0 0 50px 0;
}
.sidebar-testimonials > p:first-child {
    font-size: 15px;
    font-weight: bold;
    color: var(--blue);
}
.wufoo-form-section {
    gap: 0;
}
.wufoo-form-section h2 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}
.sidebar-testimonials h2 {
    font-size: 1.3em;
    margin: 0 0 40px 0;
}
.demo-description {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 0 25px 0;
}
.sidebar-testimonials ul li {
    background-size: 110% 110%;
    border-radius: 4px;
}
.sidebar-testimonials ul li i {
    font-size: 1em;
}
.sidebar-testimonials p {
    font-size: 0.9em;
}
.sidebar-testimonials p:last-child {
    margin-top: 20px;
    font-size: 15px;
}

.internal-section:nth-of-type(2) .sidebar-nav {
    transition: ease all 400ms;
}
.internal-section:nth-of-type(2) .sidebar-nav:hover {
    background: #0a56c5;
}

/* Social Icons */
/* ------------------------------------------------------------------------------ */
.social-icons a {
    transition: ease all 200ms;
}
.social-icons a:hover {
    color: #a2c7ff;
}

/* Internal Page H1 Blue Thing */
/* ------------------------------------------------------------------------------ */
.internal-header-tab {
    padding: 20px 5% 20px 100px;
    width: auto;
    max-width: 100%;
}

/* Team Bios */
/* ------------------------------------------------------------------------------ */
.internal-section:nth-of-type(1) .team-bio-content h3 {
    margin: 25px 0 5px 0;
    font-size: 1.1em;
}
p.team-bio-title {
    color: var(--dark-blue);
    font-size: 15px;
    font-weight: bold;
}

/* Internal Paragraphs */
/* ------------------------------------------------------------------------------ */
.internal-section:nth-of-type(1) p {
    line-height: 1.5em;
    font-size: 0.8em;
}

/* Industries Page */
/* ------------------------------------------------------------------------------ */
.industries-header {
    padding: 10% 0 150px 0;
}
.industries-header-content a {
    font-weight: 400;
    font-style: normal;
    position: relative;
}
.industries-header-content a:before {
    content: "";
    transition: ease all 400ms;
    width: 100%;
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    height: 1px;
    background: transparent;
    border-top: 1px dotted #a4c8ff;
}

.industries-header-content a:hover:before {
    border-top: 1px solid #fff;
}

@media (max-width: 1000px) {
    .industries-header img:nth-of-type(2n) {
        width: 145px;
    }
}

/* Why Us Page */
/* ------------------------------------------------------------------------------ */
.connected-section p {
    font-size: 0.8em;
    line-height: 1.5em;
}
.connected-item h3 {
    padding: 15px 0;
}
.features-wrapper .feature-item p {
    font-size: 0.8em;
    line-height: 1.5em;
}

/* Header Area on ... */
/* ------------------------------------------------------------------------------ */
/* Solutions Page */
/* Why Us Page */
/* Industries Page */
@media (max-width: 1000px) {
    .intelligence-header-wrapper h2,
    .industries-header h2,
    .why-us-container h2,
    .solutions-header .solutions-header-wrapper h2 {
        font-size: 32px;
        line-height: 1em;
    }
    .industries-header p,
    .why-us-container p,
    .solutions-header .solutions-header-wrapper p {
        font-size: 0.8em;
        line-height: 1.5em;
    }
}
@media (max-width: 900px) {
    .intelligence-header {
        padding: 0;
    }
    .why-us-wrapper,
    .solutions-header,
    .industries-header {
        padding: 40px;
        width: 100%;
    }
    .industries-header-content,
    .solutions-header-wrapper {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .industries-header h2,
    .why-us-container h2,
    .solutions-header .solutions-header-wrapper h2 {
        font-size: 25px;
        line-height: 1em;
    }
}

/* CTAS */
/* ------------------------------------------------------------------------------ */
.take-control-grid-item h3 {
    padding: 30px;
}
@media (max-width: 900px) {
    .take-control-grid-item h3 {
        font-size: 19px;
        padding: 20px;
    }
}
