.article-sidebar-logo {
    width: 350px;
}

body {
    min-width: 375px;
}

.color-palette-blue {
    background-color: #004b99;
}

.eigel-branch-office {
    padding-top: 5px;
}

#footer {
    border-top: 4px solid #194073;
}

.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-auto-rows: 20px;
    margin-bottom: 100px;
}

/* Start of About Us Page */

.core-values-letter {
    color: white;
    font-size: 84px;
    font-weight: bold;
}

.core-values-background-one {
    background-color: #183f72;
}

.core-values-background-two {
    background-color: #183f72;
}

.core-values-background-three {
    background-color: #b31c1b;
}

.core-values-background-four {
    background-color: #183f72;
}

.core-values-background-five {
    background-color: #b31c1b;
}

.employee-card {
    min-height: 505px;
}

/* End of About Us Page */

/* Team Grid Improvements */
.team-list .thumb-info-wrapper {
    height: 350px;
    /* Fixed height container for image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.team-list .thumb-info-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* Crop image to fit without distortion */
    object-position: top center;
    /* Focus on faces */
    min-height: 100%;
}

/* Profile Text Improvements */
.employee-description {
    text-align: justify;
    display: block;
    hyphens: auto;
    /* Helps with justification in narrow columns */
}

/* Ensure equal height cards */
.isotope-item {
    display: flex;
}

.employee-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.thumb-info-caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.employee-description {
    flex-grow: 1;
}



.road-map-description {
    height: 156px;
    vertical-align: text-top;
}

/* Start of Employee Page */

.employee-description-button {
    display: flex;
    width: 100%;
}

.employee-description-button>.hire-me-button {
    margin-left: 10px;
}

/* End of Employee Page */

/* Start of Contact Us Page */

.left-section-contact-us {
    overflow: hidden;
}

.left-section-contact-us-map {
    height: 600px;
    width: 100%;
}

/* End of Contact Us Page */

.org-chart-img {
    width: 100%;
}

.read-more-article-page {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.read-more-article-page a:hover {
    color: white
}

/* Start of Homepage Testimonial Items */

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.testimonial-logo-image {
    width: 120px !important;
}

/* End of Homepage Testimonial Items */

/* Start of Service Page */

.flip-card,
.flip-front,
.flip-back {
    min-height: 310px;
}

/* End of Service Page */

@media (max-width: 476px) {
    .logo-item {
        height: 200px;
    }

    .testimonial-logo-image {
        width: 180px !important;
    }
}

@media (min-width: 768px) {
    .header-container {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .get-started {
        margin-left: auto;
        margin-right: auto;
    }

    /* Custom CSS for search and filter in Datatables of clients and projects page */
    .dataTables_length label,
    .dataTables_filter label {
        width: 100%;
    }

    .dataTables_filter label {
        padding-top: 5px;
    }

    /* Custom CSS for search and filter in Datatables of clients and projects page */

    .header-container {
        max-width: 768px;
        min-width: 375px;
    }

    /* Custom CSS for Road Map in Article Pages */
    .road-map-description {
        height: auto;
    }
}

@media (max-width: 991px) {

    .review-card {
        padding: 12px;
    }

    .svg-map-and-zoom,
    .svg-content {
        padding-bottom: 25px;
    }
}