.aspnet-template-page {
    background: #f3f7f8;
    color: #33434f;
}

.aspnet-template-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(112deg, rgba(9, 21, 32, .96), rgba(13, 82, 93, .84), rgba(196, 81, 44, .42)), url("/images/hero.jpg") center/cover no-repeat;
    padding: 70px 0 74px;
}

.aspnet-template-hero .container,
.aspnet-template-shell > .container {
    max-width: 1160px;
}

.aspnet-template-hero__copy {
    max-width: 820px;
    text-align: left;
}

.aspnet-template-kicker {
    display: block;
    margin: 0 0 10px !important;
    color: #116466 !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.aspnet-template-hero .aspnet-template-kicker {
    color: #a8eff0 !important;
}

.aspnet-template-hero h1 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    text-transform: none !important;
}

.aspnet-template-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .91) !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
}

.aspnet-template-shell {
    padding: 56px 0 74px;
}

.aspnet-template-content,
.aspnet-template-page .Content {
    text-align: left;
}

.aspnet-template-content > .container,
.aspnet-template-page > .container,
.aspnet-template-page .Content.container,
.aspnet-template-page .container.g-py-50 {
    max-width: 1160px;
    border: 1px solid #d6e2e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(14, 35, 48, .07);
    margin-bottom: 24px;
    padding: 34px !important;
}

.aspnet-template-page h1,
.aspnet-template-page h2,
.aspnet-template-page h3,
.aspnet-template-page h4 {
    color: #162531;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
}

.aspnet-template-page h1 {
    margin: 0 0 14px;
    font-size: 32px;
}

.aspnet-template-page h2 {
    margin: 0 0 18px;
    font-size: 24px;
}

.aspnet-template-page h3 {
    font-size: 20px;
}

.aspnet-template-page p,
.aspnet-template-page li {
    color: #33434f;
    font-size: 17px;
    line-height: 1.72;
}

.aspnet-template-page a {
    color: #0d686a;
    font-weight: 800;
    text-decoration: none;
}

.aspnet-template-page a:hover,
.aspnet-template-page a:focus {
    color: #c4512c;
    text-decoration: underline;
}

.aspnet-template-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 28px;
    align-items: start;
    border: 1px solid #d6e2e5;
    border-top: 4px solid #116466;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(14, 35, 48, .07);
    margin-bottom: 24px;
    padding: 34px;
}

.aspnet-template-card,
.aspnet-template-link-grid a {
    border: 1px solid #dbe7e9;
    border-left: 4px solid #116466;
    border-radius: 8px;
    background: #fbfdfd;
    padding: 20px;
}

.aspnet-template-card {
    border-top: 4px solid #c4512c;
    border-left-width: 1px;
}

.aspnet-template-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.aspnet-template-actions a,
.aspnet-template-page input[type="image"] {
    display: inline-block;
}

.aspnet-template-actions a {
    border: 1px solid #0d5557;
    border-radius: 6px;
    background: #116466;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.3;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
}

.aspnet-template-actions a + a {
    border-color: #d8e5e7;
    background: #fff;
    color: #0d686a !important;
}

.aspnet-template-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.aspnet-template-link-grid a {
    display: block;
    color: #0d686a !important;
    text-decoration: none !important;
}

.aspnet-template-link-grid strong,
.aspnet-template-link-grid span {
    display: block;
}

.aspnet-template-link-grid strong {
    color: #162531;
    font-size: 18px;
}

.aspnet-template-link-grid span {
    color: #435764;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 5px;
}

.aspnet-template-page .Left-Navigation,
.aspnet-template-page .displayBorder {
    border: 1px solid #dbe7e9;
    border-left: 4px solid #c4512c;
    border-radius: 8px;
    background: #fbf5f2;
    margin: 20px 0;
    padding: 18px 20px;
}

.aspnet-template-page .Left-Navigation h3 {
    margin: 0;
}

.aspnet-template-page .Left-Navigation img {
    display: none;
}

.aspnet-template-page .row.g-py-20 > .col-lg-6 > .bg-light,
.aspnet-template-page .row.g-py-20 > .col-lg-6 > .text-center.bg-light {
    height: 100%;
    border: 1px solid #dbe7e9;
    border-top: 4px solid #116466;
    border-radius: 8px;
    background: #fbfdfd !important;
    box-shadow: 0 12px 28px rgba(14, 35, 48, .06);
}

.aspnet-template-page .row.g-py-20 h3,
.aspnet-template-page .row.g-py-20 h4 {
    text-align: center;
}

.aspnet-template-page hr {
    border-color: #dbe7e9;
    margin: 28px 0;
}

@media (max-width: 900px) {
    .aspnet-template-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .aspnet-template-hero {
        min-height: 330px;
        padding: 56px 0 60px;
    }

    .aspnet-template-hero h1 {
        font-size: 34px !important;
    }

    .aspnet-template-link-grid {
        grid-template-columns: 1fr;
    }

    .aspnet-template-content > .container,
    .aspnet-template-page > .container,
    .aspnet-template-page .Content.container,
    .aspnet-template-page .container.g-py-50,
    .aspnet-template-intro {
        padding: 24px !important;
    }
}
