﻿form {
    padding: 0 !important;
    margin: 0 !important;
}

.form-element {
    margin-bottom: 15px;
}

.required {
    color: red;
    font-size: 16px;
    padding-left: 5px;
}

.error {
    color: red;
    font-size: 12px;
}

.secondary-form label {
    display: inline-block;
}

.hp-wrap {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.hp-input {
    opacity: 0;
    height: 0;
}

.login_cta {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    color: #fff;
    font-weight: bold;
}

.header_logout {
    position: relative;
    display: inline-block;
    width: 275px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}

.header_logout button {
    color: #fff;
    cursor: pointer;
    background-color: #00a887;
    background-clip: unset;
    border: 2px solid #00a887;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.header_logout button:hover {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border-color: #fff;
}

#forgotpasswordtext {
    text-decoration: underline;
}

#forgotpasswordtext:hover {
    color: #00a887;
    cursor: pointer;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*PAGER*/
.pager {
    padding: 30px;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
        padding-left: 0;
    }

        .pager li:before {
            display: none !important;
        }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            color: #00a887;
        }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #efefef;
            border-radius: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 2px;
            color: #1d2745;
        }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #ffffff;
        background: #1d2745;
        border: 1px solid #1d2745;
        cursor: not-allowed;
    }

.custom-checkbox {
    margin-bottom: 15px;
}

    .custom-checkbox:last-child {
        margin-bottom: 0;
    }

    .custom-checkbox .custom-control-label {
        min-width: 6.66667rem;
        padding-left: 2.33333rem;
        position: relative;
    }

        .custom-checkbox .custom-control-label::before {
            box-shadow: none;
            width: 1.46667rem;
            height: 1.46667rem;
            border-radius: 2px;
            top: 0;
            left: 0;
        }

        .custom-checkbox .custom-control-label::after {
            width: 1.4rem;
            height: 1.4rem;
            top: 0;
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: none;
        content: "\e801";
        font-family: "gcicons";
        left: 0;
        font-size: 0.86667rem;
        text-align: center;
        top: 2px;
        font-weight: 900;
    }

.checkbox-outline .custom-control-label:before {
    background: #ffffff;
}

.checkbox-outline .custom-control-input:checked ~ .custom-control-label::before {
    background: none;
}

.checkbox-outline .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\e801";
    font-family: "gcicons";
    left: 0;
    font-size: 0.86667rem;
    text-align: center;
    top: -2px;
    font-weight: 900;
}

.bookend-cta-wrapper .hero-form__contact {
    display: block !important;
}

.form_secondary label {
    display: inline-block !important;
}