/*
* DO NOT MANUALLY EDIT THIS FILE
/*

/*
* Custom Registration & Login Form Styles
*/
.page-template-page-register-php .ast-container,
.page-template-page-login-php .ast-container {
    justify-content: center;
}

.page-template-page-register div.ast-container {
    flex-direction: column;
    align-items: center;
}

.page-template-page-register div.error {
    font-weight: 700;
    font-size: 1.15em;
    color: red;
}

div.custom-registration-form,
div.custom-login-form {
    margin-top: 10%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

div.custom-registration-form div.register-headline,
div.custom-login-form div.login-headline {
    color: var(--ast-global-color-0);
    font-size: 28px;
    text-align: center;
}

div.custom-registration-form p,
div.custom-login-form p {
    width: 100%;
    display: flex;
}

div.custom-registration-form form,
div.custom-login-form form {
    margin-top: 24px;
    padding: 0 20px;
}

div.custom-registration-form label,
div.custom-login-form label {
    margin-right: 10px;
}

div.custom-registration-form input,
div.custom-login-form input {
    margin-left: auto;
}

input[type="submit"][name="submit_registration"][value="Register"] {
    margin-top: 2em;
    float: right;
}

@media (max-width: 439px) {
    input[type="submit"][name="submit_registration"][value="Register"] {
        float: left;
    }
}

div.g-recaptcha {
    position: relative;
    right: -27px;
}

@media (max-width: 922px) {
    div.g-recaptcha {
        position: relative;
        right: -58px;
    }
}

@media (max-width: 439px) {
    div.g-recaptcha {
        position: relative;
        right: 0px;
    }
}

div.custom-login-form p.forgot-password-link {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    width: 100%;
}

div.custom-login-form p.login-new-to-ccr {
    line-height: 100%;
}

/*
* HEADER STUFF
*/
li.ccr-nav-login-style a {
    color: white !important;
    border-radius: 22px;
    height: 46px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 6px;
    padding-right: 6px;
    background: var(--ast-global-color-0);
}

li.ccr-nav-login-style a:hover {
    background: #035dab;
}

/*
* MISC
*/
.simplefavorite-button {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 0.75em;
}

/*
* DLP stuff
*/
#dlp-document-info-list .dlp-document-info-custom-fields:not(:nth-of-type(2)) {
    /* Hide extraneous 'custom fields' in sidebar on Document "show" (aka instance) View */
    display: none;
}

article.document-type-article-reading header div.entry-meta,
article.type-dlp_document header div.entry-meta {
    /* Hide DLP 'Article' meta (author and date) */
    display: none;
}

/* 'Show' View 'Capabilities' and 'Types' Terms */
.dlp-show-term {
    background-color: lightgray;
    transition: background-color 0.3s ease-in-out;
    border-radius: 4px;
    padding: 0 6px;
    margin-bottom: 8px;
    display: inline-block;
}
.dlp-show-term:hover {
    background-color: rgb(187, 184, 184);
    color:rgb(15,23,42);
}
a.dlp-show-term {
    color:rgb(15,23,42);
    text-decoration: none !important;
    font-size: 15px;
}
a.dlp-show-term:hover {
    color:rgb(15,23,42);
}

/* DLP Index View Tweaks */
section.ast-archive-description {
    padding-left: 0 !important;
}

/* Privacy Policy */
article.post-7676 h1 {
    font-size: 3rem;
}
article.post-7676 h2 {
    font-size: 2.5rem;
}