﻿.cards {
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
    padding: 40px 15px;
    width: 100%;
}

    .cards .new_card {
        align-items: center;
        background-color: var(--evault-white);
        border: 1px solid var(--evault-gray);
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 30px 20px 20px;
        text-align: center;
        width: calc(26% - 20px);
    }

        .cards .new_card .top {
            display: block;
            /* margin-bottom: 30px; */
        }

            .cards .new_card .top h2 {
                align-items: center;
                color: var(--evault-blue);
                display: flex;
                font-weight: bold;
                height: auto;
                justify-content: center;
                margin-bottom: 20px;
            }

            .cards .new_card .top p { color: #6c757d; }

        .cards .new_card .login_required {
            display: inline-block;
            height: 49px;
            margin-bottom: 11px;
            position: relative;
            text-decoration: none !important;
        }

            .cards .new_card .login_required span {
                color: var(--evault-blue);
                font-size: 16px;
                font-weight: bold;
            }

            .cards .new_card .login_required div {
                display: flex;
                flex-direction: column;
                left: 0px;
                position: absolute;
                top: 26px;
                transition: 0.3s;
                width: 100%;
            }

                .cards .new_card .login_required div i {
                    color: var(--evault-red);
                    font-size: 29px;
                }

                    .cards .new_card .login_required div i.chevron-2 { margin-top: -18px; }

            .cards .new_card .login_required:hover span { text-decoration: underline !important; }

            .cards .new_card .login_required:hover div { top: 37px; }

        .cards .new_card .button {
            background: var(--evault-red);
            border-radius: 27px;
            color: white;
            display: inline-block;
            font-size: 1.25rem;
            font-weight: bold;
            font-weight: 500;
            margin-bottom: 11px;
            max-width: 160px;
            padding: .75rem 1.25rem;
            padding: .5rem 1rem;
            transition: 0.3s;
            width: 90%;
            line-height: 1.3;
        }

            .cards .new_card .button:hover { background: #d01f2b; }

.login_section {
    background-color: var(--evault-white);
    border-top: 2px solid var(--evault-gray);
    margin-top: 20px;
    padding: 25px 15px;
}

    .login_section .center {
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        max-width: 1200px;
    }

        .login_section .center #account {
            max-width: 420px;
            width: 46%;
        }

        .login_section .center .right {
            color: #6c757d;
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-width: 420px;
            width: 46%;
        }

        .login_section .center .recaptcha { color: #6c757d; }

.getting-married { margin: -30px 0 0 15px; }

.getting-married-teaser {
    color: var(--evault-red);
    font-size: 20px;
}

@media only screen and (max-width: 850px) {
    .cards .new_card { width: calc(49% - 5px); }

    .login_section .center { flex-direction: column; }

        .login_section .center #account {
            max-width: inherit;
            width: 100%;
        }

        .login_section .center .right {
            margin-top: 36px;
            max-width: inherit;
            width: 100%;
        }
}

@media only screen and (max-width: 480px) {
    .cards .new_card {
        margin-bottom: 20px;
        width: 100%;
    }
}

/* ======== NEW ADDITIONS ===========*/

.system-alert,
.search-message {
    background: #fbad17;
    color: #000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

    .system-alert p,
    .search-message p { margin-bottom: 0; }

header {
    background: #fff;
    position: relative;
}

.container { position: relative; }

.topNav {
    background: #e7e7e7;
    border-bottom: 3px solid #a81c25;
}

    .topNav .container {
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 600px) {
    .topNav nav {
        padding-left: 30%;
    }

        .topNav nav a.p-2 {
            padding: .3rem .5rem !important;
        }
}

.header-login .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 55px;
}

    .header-login .container .fas,
    .header-login .container .user-name,
    .header-login .container .user-documents,
    .header-login .container .user-shoppingcart,
    .header-login .container .user-search {
        color: #666;
    }

        .header-login .container .user-name:hover,
        .header-login .container .user-documents:hover,
        .header-login .container .user-shoppingcart:hover,
        .header-login .container .user-search:hover {
            color: #a81c25
        }

    .header-login .container .user-name,
    .header-login .container .user-documents,
    .header-login .container .user-shoppingcart,
    .header-login .container .user-search {
        font-weight: bold;
        margin-left: 10px;
    }

.header-login form {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.header-login .form-group {
    margin-bottom: 0;
    margin-left: 10px;
}

.header-login .login-input {
    background: transparent;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 2rem !important;
    border-color: transparent !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 2rem !important;
    height: 35px;
    padding: .175rem .75rem;
}

.header-login .input-group { height: 35px; }

.header-login .login-ico {
    border-radius: 2rem;
    color: var(--evault-gray-light);
    margin: 11px 4px 0 14px;
}

.logout-header-text {
    margin-left: 6px;
}

.quick-links {
    background: #e1e5ee;
    color: var(--evault-blue);
    padding: 10px 0;
}

    .quick-links a {
        color: #000;
        text-decoration: underline;
    }

        .quick-links a:hover,
        .quick-links a:focus { color: var(--evault-red); }

.cards-wrapper { background: #f2f2f2; }

.new_card select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../../img/eClerks/down-arrow.png") 96%/15% no-repeat #fff;
    background-size: auto 40%;
    border: 1px solid #CCC;
    border-radius: 0;
    color: #666;
    font-size: 16px;
    height: 34px;
    margin: 0px 0 20px;
    padding: 5px 35px 5px 5px;
    width: 90%;
}

    /* CAUTION: Internet Explorer hackery ahead */

    .new_card select::-ms-expand {
        display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
    }

/* Target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width: 0\0) {
    .new_card select {
        background: none\9;
        padding: 5px\9;
    }
}

.cards .new_card .button.small-btn {
    font-size: 14px;
    max-width: 100%;
    min-width: 200px;
    width: auto;
}

.cards .new_card .button.blue-btn { background: #4155d7; }

    .cards .new_card .button.blue-btn:hover,
    .cards .new_card .button.blue-btn:focus { background: var(--evault-blue); }

.mobile-login { display: none; }

@media only screen and (max-width: 768px) {
    .header-login form,
    .header-login .user-name,
    .header-login .user-documents,
    .header-login .user-shoppingcart,
    .header-login .user-search
    {
        display: none;
    }

    .header-logo {
        height: 80px;
        position: absolute;
    }

    .topNav .container { align-items: center; }

    .mobile-login { display: inline-block; }
}
/* CY additions */
a.logout-link {
    background: #fff;
    border: 2px solid #ccc;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 5px 15px;
    line-height: 1;
    font-weight: 600;
    color: #666;
    transition: all .3s ease;
    font-size: 13px;
    display: inline-block;
}

    a.logout-link:hover,
    a.logout-link:focus {
        background: #193c7e;
        color: #fff;
        border: 2px solid #193c7e;
        text-decoration: none !important;
    }

html {
    background: #e7e7e7;
}

/* SCALE WRAPPER SO FOOTER IS AT THE BOTTOM */
.cards-wrapper {
    min-height: calc(100vh - 270px);
}

.eclerks-home-validation > ul {
    margin: 0 !important;
}

.ieDisclaimer {
    color: var(--evault-red);
}

.self-help-container {
    margin: 10px 0;
    padding: 6px;
}

.module-header {
    height: 60px !important;
}

.module-text {
    height: 75px !important;
}

.statewide-portal-modal-form,
.parish-search-modal-form,
.ebulletin-board-modal-form,
.fraud-alert-modal-form,
.eRecording-modal-form,
.eFiling-modal-form,
.criminal-search-modal-form,
.marriage-modal-form {
    height: 250px;
}

.statewide-portal-eula-header {
    
}

.statewide-portal-eula-body {
    height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    width: 500px;
}

.shopping-cart-purchase-area {
    margin: 10px 0 0;
}

.legal-notice {
    color: var(--evault-link) !important;
    text-decoration: underline !important;
}
