/* Agent Portal - Atlanta */
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

#content-full {
    padding-left: 15px;
    padding-right: 15px;
}

#ip-agent-portal {
    position: relative;
    background-color: #000000;
}
    #ip-agent-portal #breadcrumbs {
        padding-left: 8.375%;
        padding-right: 8.375%;
        color: #fff;
    }
    .agent-portal-top-content {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
        .agent-portal-logo {
            position: absolute;
            top: 22px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 1;
            width: 45.875%;
            height: 100%;
            margin: 0 auto;
            max-width: 90%;
            pointer-events: none;
        }
            .agent-portal-logo canvas {
                display: block;
                width: 100%;
                background-size: 100%;
                background-position: center top;
                opacity: 0.08;                
            }
        .agent-portal-inner {
            padding: 105px 8.4375% 150px;
            text-align: center;
        }
            .agent-portal-text-title-wrap {
                position: relative;
                z-index: 2;
            }
                .agent-portal-text-title.global_site_title h2 {
                    display: inline-block;
                }
                .agent-portal-description {
                    margin-top: 50px;
                    color: #ffffff;
                    font-size: 16px;
                    line-height: 1.6;
                    letter-spacing: 0.04em;
                }
                    .agent-portal-description p {
                        margin-bottom: 25px;
                    }

.agent-portal-list-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 120px 0;
    margin-bottom: 123px;
    background-color: #ffffff;
    text-align: center;
}
    .agent-portal-list-title.global_site_title h2 {
        display: inline-block;
        text-align: left;
    }
        .agent-portal-list-title.global_site_title h2 span {
            font-size: 50px;
        }
    .agent-portal-list {
        font-size: 0;
        margin-top: 67px;
        margin-left: -30px;
        margin-right: -30px;
    }
        .agent-portal-item {
            width: calc(100% / 3);
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 20px;
        }
            .agent-portal-item a {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-flow: column;
                position: relative;
                z-index: 1;
                padding: 13px 0;
                transition: var(--default-transition);
            }
                .agent-portal-item a:hover {
                    z-index: 2;
                }
                .agent-portal-item a::before {
                    width: 100%;
                    height: calc(100% + 83px);
                    content: '';
                    position: absolute;
                    bottom: -26px;
                    bottom: 0;
                    left: 0;
                    background: rgb(129,21,26);
                    background: linear-gradient(90deg, rgba(129,21,26,1) 0%, rgba(245,68,76,1) 100%);
                    opacity: 0;
                    transition: var(--default-transition);
                    top: 0;
                    margin: auto;
                }
                    .agent-portal-item a:hover::before {
                        opacity: 1;
                    }
            .ap-item-logo {
                min-height: 112px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                z-index: 2;
            }
                .ap-item-logo img {
                    max-width: 100%;
                    height: auto;
                    transition: var(--default-transition);
                    filter: brightness(0);
                }
                    .agent-portal-item a:hover .ap-item-logo img {
                        filter: brightness(0) invert(1);
                    }
            .ap-item-text {
                width: 100%;
                position: relative;
                z-index: 2;
                margin-top: 20px;
                color: #ffffff;
                font-size: 18px;
                font-weight: 500;
                font-family: var(--font-family-title);
                letter-spacing: 0.1em;
                opacity: 0;
                transition: var(--default-transition);
            }
                .agent-portal-item a:hover .ap-item-text {
                    opacity: 1;
                }

.agent-portal-list > h2 {
        display: block;
    color: var(--secondary);
    font-size: 50px;
    font-weight: 500;
    font-family: var(--font-family-title);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.agent-portal-list:last-child {
    padding-top: 50px;
    position: relative;
}

.agent-portal-list:last-child > h2 {
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    max-width: 460px;
    margin: 0 auto 60px;
    cursor: pointer;
    font-size: 40px;
    transition: var(--default-transition);
}

.agent-portal-list:last-child > h2:hover {
    background: var(--secondary);
}

.agent-portal-list:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    content: '';
    background: rgb(129, 21, 26);
    background: linear-gradient(90deg, rgba(129, 21, 26, 1) 0%, rgba(245, 68, 76, 1) 100%);
}

.agent-portal-list-form {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
    overflow: hidden;
}

.agent-portal-list-form > div{
    overflow: hidden;
}

.agent-portal-list-form.active {
    grid-template-rows: 1fr;
}

.agent-portal-list:last-child > h2::before {
    content: "\b0206";
    position: relative;
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    padding-right: 15px;
}

@media only screen and (max-width: 1366px) {
    #ip-testi #breadcrumbs {
        padding-left: 4.375%;
        padding-right: 4.375%;
    }
}

@media only screen and (max-width: 1280px) {
    #ip-testi #breadcrumbs {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 991px) {
    .agent-portal-inner {
        padding-bottom: 100px;
    }
    .agent-portal-list-title.global_site_title h2 {
        text-align: center;
    }
    .agent-portal-item {
        width: 100%;
        max-width: 360px;
        display: block;
        margin: 0 auto;
    }
    .agent-portal-item a {
        padding: 20px 0;
    }
    .agent-portal-item a::before {
        height: 100%;
        bottom: 0;
    }
    .ap-item-logo {
        min-height: auto;
    }

    .agent-portal-list:last-child > h2{
        max-width: 300px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 560px) {
   
}


/* Form */



.ip-careers-form {

    position: relative;

}



    .career-form-note {

        font-size: 16px;

        font-weight: 400;

        letter-spacing: 0.100em;

        color: #565656;

        font-style: italic;

    }



        .career-form-note span {

            color: #f5444c;

        }



    .careers-form-group {

        /*display: flex;

        align-items: flex-start;

        flex-wrap: wrap;

        margin: 0 -45px;*/

        flex-flow: row wrap;
        justify-content: center;
        width: 100%;
        max-width: 600px;
        margin: 0px auto;

    }



        .careers-form-column {

            width: 100%;

            padding: 40px;

        }



            .careers-form-row {

                display: flex;

                flex-wrap: wrap;

                width: 100%;

                margin: 0 0 30px;

            }



                .careers-form-field {

                    width: 100%;

                    padding: 0 5px;

                    display: flex;

                    flex-direction: column;

                    gap: 20px;

                    font-size: 14px;

                    font-weight: 400;

                    line-height: 1.4;

                    letter-spacing: 0.100em;

                    color: #565656;

                }



                .careers-form-field.field-sm {

                    width: 50%;

                }



                    .careers-form-field input[type="text"], 

                    .careers-form-field input[type="email"], 

                    .careers-form-field input[type="tel"], 

                    .careers-form-field select {

                        width: 100%;

                        height: 41px;

                        border: 1px solid #dcdcdc;

                        outline: none;

                        padding: 5px 20px;

                    }



                    .careers-form-field label span {

                        color: #f5444c;

                    }



                    .careers-form-field.field-select select {

                        appearance: none;

                        background: url(../../../../../uploads/2025/04/careers-v2-select-arrow.png);

                        background-repeat: no-repeat;

                        background-position: calc(100% - 15px) center;

                        padding-right: 25px;

                        cursor: pointer;

                        line-height: 1.2;

                    }



                    .careers-form-field.field-radio {

                        max-width: 75%;

                    }



                        .careers-form-field.field-radio span.wpcf7-list-item {

                            padding: 10px;

                            width: 50%;

                            margin: 0;

                            cursor: pointer;

                        }



                            .careers-form-field.field-radio span.wpcf7-list-item > label {

                                display: flex;

                                align-items: center;

                                gap: 11px;

                            }

                            

                            .careers-form-field.field-radio span.wpcf7-list-item input{

                                margin: 0;

                                position: relative;

                                width: 23px;

                                height: 23px;

                                opacity: 0.4;

                                cursor: pointer;

                            }



                            .careers-form-field.field-radio span.wpcf7-list-item span.wpcf7-list-item-label {

                                color: inherit;

                                cursor: pointer;

                            }

                            

                            .careers-form-field.field-radio span.wpcf7-list-item input:checked{

                                opacity: 1;

                                filter: brightness(0) saturate(100%) invert(8%) sepia(60%) saturate(5866%) hue-rotate(349deg) brightness(100%) contrast(92%);

                            }

                    

                    .careers-form-field.field-checkbox {}

                    

                        .careers-form-field.field-checkbox .wpcf7-list-item {

                            margin: 0 0 15px 0;

                        }

                        

                            .careers-form-field.field-checkbox .wpcf7-list-item > label {

                                display: flex;

                                align-items: center;

                                gap: 11px;

                            }

                            

                            .careers-form-field.field-checkbox .wpcf7-list-item input {

                                opacity: 0.4;

                                width: 22px;

                                height: 21px;

                                margin: 0;

                                cursor: pointer;

                            }

                            

                            .careers-form-field.field-checkbox .wpcf7-list-item > label span.wpcf7-list-item-label {

                                color: inherit;

                                cursor: pointer;

                            }

                            

                            .careers-form-field.field-checkbox .wpcf7-list-item input:checked {

                                opacity: 1;

                                filter: brightness(0) saturate(100%) invert(8%) sepia(60%) saturate(5866%) hue-rotate(349deg) brightness(100%) contrast(92%);

                            }



                .careers-form-field.field-submit {

                    display: block;

                }

                

                    .careers-form-field.field-submit .global_site_btn {

                        position: relative;

                    }



                        .careers-form-field.field-submit .global_site_btn input {

                            background: transparent;

                        }



                /* CF7 Validations / Spinner*/

                .careers-form-field:not(.field-radio):not(.field-checkbox) .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {

                    position: absolute;

                    top: 50%;

                    transform: translateY(-50%);

                    right: 10px;

                    left: unset;

                    font-size: 10px;

                    letter-spacing: 0.050em;

                }

                

                .careers-form-field.field-radio .wpcf7-form-control-wrap span.wpcf7-not-valid-tip, 

                .careers-form-field.field-checkbox .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {

                    font-size: 10px;

                    letter-spacing: 0.050em;

                    top: -12px;

                    left: 0;

                }

                

                .wpcf7 form .wpcf7-response-output {

                    margin: 0;

                    padding: 5px;

                    font-size: 10px;

                    letter-spacing: 0.050em;

                    position: absolute;

                    bottom: 15px;

                    width: 100%;

                }

                

                .careers-form-field.field-submit .wpcf7-spinner {

                    left: calc(100% + 10px);

                    margin: 0;

                    position: absolute;

                    top: 50%;

                    transform: translateY(-50%);

                }

                /* CF7 Validations / Spinner*/

/* Form */