/* Hero */
.apps-layout .apps-hero .container {
    padding-bottom: 100px;
}

/* Interior Main Content */
.apps-layout .apps-main-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Typography */
.apps-layout .apps-main-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 110%;
}

.apps-layout .apps-main-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
}

.apps-layout .apps-main-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
}

/* Breadcrumb */
.apps-layout .apps-main-content #breadcrumbs-apps {
    margin-bottom: 20px;
}

/* Buttons */
.apps-layout .apps-main-content .btn-primary {
    background-color: var(--prussian-blue-100);
    color: var(--white);
    border-color: transparent;
}

.apps-layout .apps-main-content .btn-primary:hover,
.apps-layout .apps-main-content .btn-primary:active,
.apps-layout .apps-main-content .btn-primary:focus,
.apps-layout .apps-main-content .btn-primary:focus-visible {
    background-color: var(--prussian-blue-75);
    border-color: transparent;
}

/* Forms */
.apps-layout .apps-main-content .form-label {
    font-weight: 600;
    margin-bottom: 4px;
}

.apps-layout .apps-main-content .col-form-label {
    font-weight: 600;
}

.apps-layout .apps-main-content .form-control {
    margin-bottom: 26px;
}

.apps-layout .apps-main-content #uxMain_uxInputSection .col-md-6 {
    width: 100%;
}

.apps-layout .apps-main-content #uxMain_uxInputSection .btn-primary {
    border-radius: 6px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;    
}