.template-database-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(11, 31, 51, .92), rgba(11, 31, 51, .58)), url("/images/hero.jpg") center/cover no-repeat !important;
    color: #fff;
    padding: 66px 0 !important;
    max-height: none !important;
}

.template-database-hero .container {
    position: relative;
    z-index: 1;
}

.template-database-hero h1,
.template-database-hero h2 {
    margin: 0 0 14px !important;
    color: #fff !important;
    text-transform: none !important;
}

.template-database-hero h1 span,
.template-database-hero h2 span {
    display: inline !important;
    background: transparent !important;
    padding: 0 !important;
}

.template-database-hero h1 {
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.template-database-hero h2 {
    color: rgba(255, 255, 255, .86) !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.template-database-page {
    background: #f4f7fb !important;
    padding: 56px 0 70px;
}

.template-database-page .container {
    max-width: 1180px;
}

.template-database-content {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(23, 43, 77, .08);
    color: #364657;
    font-size: 16px;
    line-height: 1.68;
    margin: 0 auto;
    padding: 34px;
    text-align: left;
}

.template-database-content h1,
.template-database-content h2 {
    color: #14213d;
    font-weight: 700;
    line-height: 1.25;
    text-align: left !important;
}

.template-database-content h1 {
    font-size: 31px;
    margin: 0 0 10px;
}

.template-database-content h2 {
    font-size: 24px;
    margin: 0 0 24px;
}

.template-database-content p,
.template-database-content li {
    color: #4f5f70;
    font-size: 16px;
    line-height: 1.68;
}

.template-database-content iframe {
    max-width: 100%;
    border-radius: 6px;
}

.template-database-content .iFrameDisplay,
.template-database-content > p.text-center {
    margin: 18px 0 28px;
    text-align: center !important;
}

.template-database-overview-card {
    border: 1px solid #dce5ef;
    border-left: 4px solid #2d7dd2;
    border-radius: 6px;
    background: #fbfdff;
    margin: 26px 0 30px;
    padding: 24px 26px;
}

.template-database-kicker {
    margin: 0 0 8px !important;
    color: #2d7dd2 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.template-database-overview-card h2 {
    margin: 0 0 14px;
}

.template-database-top-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 28px;
    align-items: start;
    margin-bottom: 34px;
}

.template-database-lead {
    min-width: 0;
}

.template-database-lead > h1:first-child,
.template-database-lead > h2:first-child {
    margin-top: 0;
}

.template-database-action-panel {
    width: 100%;
    margin: 0;
}

.template-database-action-section {
    border: 1px solid #dce5ef;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 43, 77, .08);
    margin-bottom: 18px;
    overflow: hidden;
}

.template-database-action-section:last-child {
    margin-bottom: 0;
}

.template-database-action-section .Left-Navigation {
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dce5ef !important;
    border-radius: 0 !important;
    background: #eef6fd !important;
}

.template-database-action-section .displayBorder {
    border: 0 !important;
    border-radius: 0;
    background: #fff;
    margin: 0;
    box-shadow: none;
}

.template-database-content .Left-Navigation {
    clear: both;
    margin: 34px 0 16px !important;
    border-left: 4px solid #2d7dd2 !important;
    border-radius: 0 6px 6px 0 !important;
    background: #eef6fd !important;
    padding: 18px 20px !important;
}

.template-database-content .Left-Navigation h1,
.template-database-content .Left-Navigation h2,
.template-database-content .Left-Navigation h3,
.template-database-content .Left-Navigation h4 {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #14213d !important;
    font-family: inherit !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.template-database-content .displayBorder {
    border: 1px solid #dce5ef !important;
    border-radius: 6px;
    background: #fbfdff;
    color: #364657;
    margin: 0 0 16px;
    padding: 18px 20px !important;
    text-align: left !important;
}

.template-database-content .displayBorder form {
    margin: 12px 0 0;
}

.template-database-content .displayBorder input[type="image"] {
    max-width: 100%;
}

.template-database-content .displayBorder ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.template-database-content .displayBorder li {
    height: auto !important;
    margin-bottom: 8px;
}

.template-database-content .carousel {
    border: 1px solid #dce5ef;
    border-radius: 6px;
    background: #0b1f33;
    box-shadow: 0 12px 30px rgba(23, 43, 77, .12);
    margin: 18px auto 28px;
    overflow: hidden;
}

.template-database-content .carousel-inner {
    min-height: 360px;
}

.template-database-content .carousel-inner > .item {
    display: none;
    background: #0b1f33;
    text-align: center;
}

.template-database-content .carousel-inner > .carousel-item {
    display: none;
    background: #0b1f33;
    text-align: center;
}

.template-database-content .carousel-inner > .active,
.template-database-content .carousel-inner > .carousel-item.active {
    display: block;
}

.template-database-content .carousel-inner img {
    width: auto;
    max-height: 560px;
    max-width: 100%;
    object-fit: contain;
    padding: 18px;
}

.template-database-content .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(11, 31, 51, .84);
    padding: 14px 18px;
    text-shadow: none;
}

.template-database-content .carousel-caption h3,
.template-database-content .carousel-caption p {
    color: #fff;
    margin: 0;
}

.template-database-content .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9%;
    background-image: none !important;
    color: #fff;
    opacity: .86;
}

.template-database-content .carousel-control:hover,
.template-database-content .carousel-control:focus {
    opacity: 1;
}

.template-database-content .carousel-control .glyphicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(11, 31, 51, .78);
    font-size: 0;
}

.template-database-content .carousel-control .glyphicon:before {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1;
}

.template-database-content .carousel-control .glyphicon-chevron-left:before {
    content: "<";
}

.template-database-content .carousel-control .glyphicon-chevron-right:before {
    content: ">";
}

.template-database-content .carousel-indicators {
    bottom: 78px;
}

.template-database-content img.img-responsive:not(.peopleCarouselImg) {
    border-radius: 6px;
    margin: 16px 0 24px;
}

.template-database-content a {
    color: #1f67b0;
    font-weight: 700;
}

.template-database-content > br {
    display: none;
}

@media (max-width: 767px) {
    .template-database-hero {
        min-height: 290px;
        padding: 48px 0 !important;
    }

    .template-database-hero h1 {
        font-size: 32px !important;
    }

    .template-database-content {
        padding: 24px;
    }

    .template-database-action-panel {
        width: auto;
    }

    .template-database-top-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .template-database-content h1 {
        font-size: 26px;
    }

    .template-database-content .carousel-inner {
        min-height: 260px;
    }

    .template-database-content .carousel-inner img {
        max-height: 380px;
        padding: 10px;
    }
}
