/*
Theme Name: TRUVIZO
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.3
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


.navigation {
    width: 75%;
    max-width: 585px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 0 0;
    background-color: rgba(14,60,96,0.95);
}

/* Sub Menu */
#nav li {
    position: relative;
    display: inline-block;
    padding: 0 18px;
}
    #nav li.nav-login {
        background-color: #59a8d5;
        border-radius: 20px;
    }
        #nav li.nav-login a {
            padding: 0;
        }
    #nav li a {
        display: block;
        padding: 24px 0 23px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 0.03em;
    }
        #nav li:hover {
            background-color: #072d4b;
        }
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width: 100%;
 	min-width: 180px;
    text-align: center;
}
    #nav > li > .sub-menu {
        left: -150%;
        right: -150%;
        margin: 0 auto;
    }
#nav .sub-menu a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 10px 5px;
    background-color: #0e3c60;
    line-height: 1.2;
}
#nav .sub-menu a:hover {
    color: #ffffff;
    background-color: #59a8d5;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top: 0;
}
/*#nav li:hover > .sub-menu {
    display: block;
}*/
#nav .sub-menu li {
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
	background: #ffffff;
	color: #6a6a6a;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a, a:hover, a:link, a:active, a:focus {
    color: #6a6a6a;
    outline: none;
    text-decoration: none;
}

.slick-slide, .slick-slide *, .slick-slide a {outline: none;}

.site_easing, .head_logo img, #nav li, #nav li a, .footer_wrap a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* HEADER */
.header_wrap {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    font-size: 0;
}
    .header_extender {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden;
    }
        .name-Safari .header_extender{
            background-color: rgba(14,60,96,0.95); 
            z-index: -1;
        }
    .header_extender .container {
        position: relative;
    }
        .header_extender .container:before, .header_extender .container:after {
            width: 1000%;
            height: 80px;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            background-color: rgba(14,60,96,0.95);
            pointer-events: none;
        }
            .name-Safari .header_extender .container:before, .name-Safari .header_extender .container:after {
                background-color: rgba(14,60,96,0);
            }
            .header_extender .container:before {
                right: 100%;
            }
            .header_extender .container:after {
                left: 100%;
            }

    .head_logo {
        min-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(14,60,96,0.95);
    }
        .name-Safari .head_logo {
            background-color: rgba(14,60,96,0);
        }
    .head_right {
        padding: 0;
        text-align: right;
    }
        .head_info {
            width: 25%;
            max-width: 195px;
            height: 80px;
            padding-top: 15px;
            display: inline-block;
            vertical-align: top;
            color: #ffffff;
            font-size: 11px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 26px;
            background-color: rgba(28,142,205,0.70);
        }
            .head_info strong {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                font-size: 18px;
                letter-spacing: 0.09em;
                text-align: center;
            }
            .head_info span {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                letter-spacing: 0.45em;
                text-align: right;
                padding-right: 30px;
            }


/* HP SLIDESHOW */
.hp_slideshow_wrap {
    position: relative;
    z-index: 1;
}
    .hp_slideshow {
        position: relative;
        z-index: 1;
    }
        .hp_slideshow:before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.39);
            pointer-events: none;
        }

/* HP QUICK SEARCH */
.hp_widget1 {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 100px;
}
    .hp_qs {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
    }
        .hp_qs h2 {
            font-size: 52px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }
        .hp_qs p {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            font-weight: 500;
            line-height: 35px;
        }
        .qs_form {
            width: 100%;
            max-width: 556px;
            display: block;
            margin-top: 15px;
            font-size: 0;
            font-family: 'Montserrat', sans-serif;
        }
            .qs_field {
                width: 73.2%;
                max-width: 407px;
                display: inline-block;
                vertical-align: top;
            }
                .qs_field input {
                    width: 100%;
                    height: 53px;
                    display: block;
                    padding: 0 20px;
                    color: #8f8f8f;
                    font-size: 13px;
                    outline: none;
                    border: none;
                    background-color: #ffffff;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -o-appearance: none;
                    border-top-left-radius: 25px;
                    border-bottom-left-radius: 25px;
                }
            .qs_submit_wrap {
                width: 26.8%;
                max-width: 149px;
                display: inline-block;
                vertical-align: top;
            }
                .qs_submit_wrap input.qs_submit {
                    width: 100%;
                    height: 53px;
                    display: block;
                    padding: 0;
                    color: #ffffff;
                    font-size: 13px;
                    font-weight: 700;
                    outline: none;
                    border: none;
                    background-color: #0e3c60;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -o-appearance: none;
                    border-top-right-radius: 25px;
                    border-bottom-right-radius: 25px;
                }
                    .qs_submit_wrap input.qs_submit:hover {
                        background-color: #59a8d5;
                    }
        .qs_btn {
            width: 282px;
            height: 60px;
            display: block;
            margin-top: 20px;
            border: 3px solid rgba(255,255,255,0.80);
        }
            .qs_btn a {
                width: 100%;
                height: 100%;
                display: block;
                color: #ffffff;
                font-size: 15px;
                font-weight: 700;
                text-align: center;
                text-transform: uppercase;
                line-height: 58px;
                letter-spacing: 0.1em;
            }
                .qs_btn a i {
                    margin-right: 5px;
                    font-size: 12px;
                }
                .qs_btn:hover {
                    background-color: #0e3c60;
                    border: 3px solid #0e3c60;
                }


/* HP CTA */
.hp_widget2 {
    padding: 85px 0 105px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
    .hp_top_cta h2 {
        margin-bottom: 70px;
        color: #0e3c60;
        font-size: 32px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        letter-spacing: 0.02em;
    }
    .cta_top_item {

    }
        .cta_top_item a {
            width: 100%;
            display: block;
            pointer-events: none;
        }
        .cta_top_icon {
            min-height: 169px;
            display: inline-block;
            vertical-align: top;
            font-size: 0;
        }
            .hp_top_cta .col-md-4:first-child .cta_top_icon img{
                max-width: 130px;
                margin-top: 40px;
            }
            .cta_top_icon img {
                display: inline-block;
                vertical-align: middle;
            }
            .cta_top_icon_03 {
                padding-top: 40px;
            }

        .cta_top_title {
            margin-top: 15px;
            color: #0e3c60;
            font-size: 23px;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 0.02em;
        }
        .cta_top_desc {
            margin-top: 20px;
            padding: 0 65px;
            color: #8a8a8a;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.02em;
        }
            /*.cta_top_item a:hover .cta_top_icon {
                opacity: 0.6;
            }
            .cta_top_item a:hover .cta_top_title {
                color: #59a8d5;
            }*/


/* HP PROFILES */
.hp_widget3 {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
    .hp_widget3:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/resume-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.10;
    }
        .profiles_left {
            margin-top: 60px;
        }
            .profiles_left h2 {
                display: inline-block;
                vertical-align: top;
                padding-bottom: 25px;
                color: #0e3c60;
                font-size: 32px;
                font-weight: 500;
                font-family: 'Montserrat', sans-serif;
                line-height: 47px;
                letter-spacing: 0.02em;
                position: relative;
            }
                .profiles_left h2:after {
                    width: 1000%;
                    height: 1px;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 135px;
                    background-color: rgba(14,60,93,0.20);
                }
            .profiles_left p {
                display: block;
                max-width: 275px;
                margin-top: 25px;
                color: #8a8a8a;
                font-size: 16px;
                line-height: 26px;
                letter-spacing: 0.02em;
            }
            .profiles_left .qs_form {
                max-width: 452px;
            }
                .profiles_left .qs_form .qs_field {
                    width: 67%;
                    max-width: 303px;
                }
                .profiles_left .qs_form .qs_submit_wrap {
                    width: 33%;
                    max-width: 149px;
                }
        .profiles_right {
            text-align: right;
            margin-top: 53px;
        }
            .profiles_right img {
                position: relative;
                right: -40px;
            }


/* HP TESTIMONIALS */
.hp_widget4 {
    padding-top: 90px;
    text-align: center;
}
    .hp_testimonials {
        position: relative;
        padding-bottom: 55px;
        border: 1px solid #eaeae8;
    }
        .hp_testimonials .quote {
            display: inline-block;
            vertical-align: top;
            margin-top: -13px;
            padding: 0 30px;
            background-color: #ffffff;
        }
        .hp_testimonials h2 {
            margin-top: 45px;
            color: #0e3c60;
            font-size: 32px;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            line-height: 1;
            letter-spacing: 0.02em;
        }
        #testi_slider {
            max-width: 915px;
            margin: 65px auto 0;
        }
            .testi_item {
                color: #6a6a6a;
                font-size: 18px;
                font-style: italic;
                line-height: 33px;
                letter-spacing: 0.02em;
            }
            .testi_item span {
                display: block;
                margin-top: 35px;
                color: #0f3b62;
                font-size: 18px;
                font-weight: 700;
                font-style: normal;
                text-transform: uppercase;
                line-height: 1;
            }
            #testi_slider ul.slick-dots {
                font-size: 0;
                margin-top: 60px;
            }
                #testi_slider ul.slick-dots li {
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 5px;
                }
                    #testi_slider ul.slick-dots li button {
                        width: 8px;
                        height: 8px;
                        display: block;
                        padding: 0;
                        border: none;
                        border-radius: 50%;
                        background-color: #c2c2c2;
                        outline: none;
                    }
                    #testi_slider ul.slick-dots li.slick-active button {
                        background-color: #0e3c60;
                    }


/* HP BOTTOM CTA */
.hp_widget5 {
    margin-top: 65px;
    position: relative;
    /*overflow: hidden;*/
}
    .hp_bottom_cta h2 {
        margin-bottom: 95px;
        color: #0e3c60;
        font-size: 32px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        letter-spacing: 0.02em;
        text-align: center;
    }
        .hp_bottom_cta h2 span {
            display: block;
            font-size: 25px;
            margin-top: 20px;
        }
        .cta_bttm_wrap {
            font-size: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
            .cta_bttm_item {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                max-width: 390px;
                padding: 0 15px;
                margin: 0 !important;
            }
                .cta_bttm_item_02 {
                    text-align: right;
                }
                .cta_bttm_item_03 {
                    margin-top: 85px;
                }
                .cta_bttm_icon {
                    margin-right: 140px;
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    z-index: 2;
                }
                    /*.cta_bttm_icon:hover {
                        opacity: 0.8;
                    }*/
                    .cta_bttm_item_01 .cta_bttm_icon {
                        margin: 0 90px 0 20px;
                    }
                    .cta_bttm_item_02 .cta_bttm_icon {
                        float: right;
                        margin: 0 95px 0 195px;
                    }
                    .cta_bttm_item_03 .cta_bttm_icon {
                        margin: 0 145px 0 60px;
                    }
                .cta_bttm_txt {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    z-index: 1;
                }
                    .cta_bttm_item_01 .cta_bttm_txt {
                        margin-top: 50px;
                    }
                    .cta_bttm_item_02 .cta_bttm_txt {
                        margin-top: 75px;
                    }
                    .cta_bttm_item_03 .cta_bttm_txt {
                        margin-top: 55px;
                    }
                    .cta_bttm_txt h3 {
                        display: inline-block;
                        vertical-align: top;
                        margin-bottom: 20px;
                        padding-bottom: 25px;
                        color: #0e3c60;
                        font-size: 35px;
                        font-weight: 600;
                        font-family: 'Montserrat', sans-serif;
                        line-height: 1;
                        letter-spacing: 0.02em;
                        position: relative;
                    }

                    .cta_bttm_txt h3 a {
                        color: #0e3c60;
                        pointer-events: none;
                    }
                    
                        .cta_bttm_txt h3:before {
                            width: 320px;
                            height: 1px;
                            content: '';
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            background-color: rgba(14,60,93,0.20);
                        }
                        .cta_bttm_item_02 .cta_bttm_txt h3:before {
                            left: 0;
                            right: auto;
                        }
                    .cta_bttm_links {
                        display: block;
                        font-size: 0;
                        min-height: 50px;
                    }
                        .cta_bttm_links a {
                            display: inline-block;
                            vertical-align: top;
                            padding: 0 6px;
                            color: #6a6a6a;
                            font-size: 14px;
                            font-style: italic;
                            letter-spacing: 0.02em;
                            position: relative;
                            pointer-events: none;
                        }
                            .cta_bttm_links a:before {
                                    width: 1px;
                                    height: 15px;
                                    content: '';
                                    position: absolute;
                                    left: 0;
                                    top: 1px;
                                    transform: rotate(10deg);
                                    background-color: #6a6a6a;
                            }
                            .cta_bttm_links a:first-child {
                                padding-left: 0;
                            }
                            .cta_bttm_links a:first-child:before {
                                display: none;
                            }
                            /*.cta_bttm_links a:hover {
                                color: #59a8d5;
                            }*/

                        .cta_bttm_inner {
                            border: solid 2px #1a4668;
                            padding: 15px;
                            text-align: center;
                        }

                    .cta_bttm_txt h3:before{
                        display: none !important;
                    }

                .cta_bttm_inner .cta_bttm_icon {
                    margin: 50px auto 0 !important;
                    float: none;
                    min-height: 115px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }
                .cta_bttm_inner .cta_bttm_icon a {
                    pointer-events: none;
                }

            .cta_bttm_inner .cta_bttm_txt {
                margin: 50px 0 0 !important;
            }

        /*.cta_bttm_txt h3 a:hover {
            color: #59a8d5;
        }*/

    .cta-bttm-btn a:hover {
        background-color: #59a8d5;
    }
    
        .cta-bttm-btn a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            padding: 0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            outline: none;
            border: none;
            background-color: #0e3c60;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            max-width: 200px;
            margin: 0 auto 40px;
        }


/* FOOTER */
.foot_form_wrap {
    margin-top: 140px;
    padding: 130px 0 115px;
    background-image: url(images/form-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
/*    .foot_form_wrap:before {
        width: 1px;
        height: 104px;
        content: '';
        position: absolute;
        z-index: 2;
        top: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #eaeae8;
        pointer-events: none;
    }*/
    .foot_form_wrap:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.70);
        pointer-events: none;
    }
    .foot_form_wrap .container {
        position: relative;
        z-index: 2;
    }
        .foot_form_wrap h2 {
            color: #ffffff;
            font-size: 40px;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            line-height: 1;
            letter-spacing: 0.02em;
        }
            .foot_form_wrap h2 span {
                display: block;
                font-size: 25px;
                margin-top: 10px;
            }
            .foot_form_wrap .qs_form {
                max-width: 690px;
                margin: 10px auto 0;
            }
            .foot_form_wrap .qs_field {
                width: 78.27%;
                max-width: 540px;
            }
            .foot_form_wrap .qs_submit_wrap {
                width: 21.73%;
                max-width: 150px;
            }

        .foot_communities_list {
            margin-top: 40px;
        }
            .foot_communities_list h2 {
                font-size: 30px;
                margin-bottom: 20px;
            }
            .foot_communities_list ul {
                line-height: 2;
            }
                .foot_communities_list ul li a {
                    color: #ffffff;
                    font-size: 16px;
                }
                    .foot_communities_list ul li a:hover {
                        color: #999999;
                    }



.foot_top {
    padding: 40px 0 25px;
    background-color: #0e3c5e;
}
    .foot_links {
        
    }
        .foot_links h3 {
            margin-bottom: 20px;
            color: #ffffff;
            font-size: 27px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            line-height: 1;
            letter-spacing: 0.02em;
        }
            .foot_links ul {
                display: block;
            }
            .foot_links ul li {
                width: 100%;
                display: inline-block;
                vertical-align: top;
            }
                .foot_links ul li a, .foot_links span.foot_follow {
                    color: #d5d5d5;
                    font-size: 14px;
                    line-height: 26px;
                    letter-spacing: 0.06em;
                }
                    .foot_links ul li a:hover {
                        color: #59a8d5;
                    }
    .foot_smi_wrap {
        margin-left: -25px;
    }
        .foot_smi {
            margin-top: 10px;
            font-size: 0;
        }
            .foot_smi a {
                width: 26px;
                height: 25px;
                display: inline-block;
                vertical-align: top;
                margin-right: 10px;
                color: #ffffff;
                border: 1px solid #ffffff;
                text-align: center;
            }
                .foot_smi a span {
                    display: block;
                    font-size: 12px;
                    line-height: 23px;
                }
                .foot_smi a:hover {
                    color: #59a8d5;
                    border: 1px solid #59a8d5;
                }

    .foot_info_right {
        color: #ffffff;
        font-size: 14px;
        text-align: right;
    }
        .foot_info_right a {
            color: #ffffff;
        }
            .foot_info_right a:hover {
                color: #59a8d5;
            }
        .foot_info_right h3 {
            margin-bottom: 20px;
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            line-height: 1;
            letter-spacing: 0.02em;
        }
        .foot_phone strong {
            display: block;
            font-size: 21px;
            letter-spacing: 0.04em;
        }
        .foot_phone span {
            display: block;
            margin-top: 5px;
            letter-spacing: 0.3em;
        }
        .foot_email {
            margin-top: 20px;
        }
            .foot_email span {
                margin-right: 8px;
                font-size: 10px;
            }

.foot_bottom {
    padding: 27px 0;
    background-color: #0e3c5e;
    border-top: 1px solid rgba(255,255,255,0.10);
}
    .foot_copyright {
        color: #eaeae8;
        font-size: 13px;
        line-height: 22px;
    }
        .foot_copyright a {
            color: #eaeae8;
        }
            .foot_copyright a:hover {
                color: #59a8d5;
            }
    .foot_mls {
        color: #c1c1c1;
        font-size: 22px;
        text-align: right;
        line-height: 1;
    }



/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0.39);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background: #f9f7f7;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    text-align: center;
}

/* SIDEBAR QUICK SEARCH */
.side_qs_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
    .side_qs_form {
        width: 100%;
        max-width: 556px;
        display: block;
        margin-top: 30px;
        font-size: 0;
        font-family: 'Montserrat', sans-serif;
    }
        .side_qs_field {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 5px;
        }
            .side_qs_field input {
                width: 100%;
                height: 53px;
                display: block;
                padding: 0 20px;
                color: #8f8f8f;
                font-size: 13px;
                outline: none;
                border: none;
                background-color: #ffffff;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                border: 1px solid #6a6a6a;
                border-radius: 25px;
            }
        .side_qs_submit_wrap {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            vertical-align: top;
        }
            .side_qs_submit_wrap input.side_qs_submit {
                width: 100%;
                height: 53px;
                display: block;
                padding: 0;
                color: #ffffff;
                font-size: 13px;
                font-weight: 700;
                outline: none;
                border: none;
                background-color: #0e3c60;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                border-radius: 25px;
            }
                .side_qs_submit_wrap input.side_qs_submit:hover {
                    background-color: #59a8d5;
                }
    .side_qs_btn {
        width: 282px;
        height: 60px;
        display: block;
        margin-top: 40px;
        border: 1px solid rgba(255,255,255,0.80);
    }
        .side_qs_btn a {
            width: 100%;
            height: 100%;
            display: block;
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            line-height: 58px;
            letter-spacing: 0.1em;
        }
            .side_qs_btn a i {
                margin-right: 5px;
                font-size: 12px;
            }
            .side_qs_btn:hover {
                background-color: #0e3c60;
                border: 1px solid #0e3c60;
            }


/* SIDEBAR CTA */
.side_cta_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 30px;
}
    .side_cta_item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
        .side_cta_item_02 {
            margin: 50px 0;
        }
        .side_cta_icon {
            margin-bottom: 20px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            z-index: 2;
        }
        .side_cta_txt {
            display: block;
            vertical-align: top;
            position: relative;
            z-index: 1;
        }
            .side_cta_txt h3 {
                margin: 0 0 10px;
                padding-bottom: 15px;
                color: #0e3c60;
                font-size: 30px;
                font-weight: 600;
                font-family: 'Montserrat', sans-serif;
                line-height: 1;
                letter-spacing: 0.02em;
                position: relative;
            }
            .side_cta_txt h3 a {
                color: #6a6a6a;
            }
                .side_cta_txt h3:before {
                    width: 100%;
                    height: 1px;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background-color: rgba(14,60,93,0.20);
                }
            .side_cta_links {
                display: block;
                font-size: 0;
            }
                .side_cta_links a {
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 8px;
                    margin-bottom: 5px;
                    color: #6a6a6a;
                    font-size: 18px;
                    font-style: italic;
                    line-height: 1;
                    letter-spacing: 0.02em;
                    position: relative;
                }
                    .side_cta_links a:before {
                        width: 1px;
                        height: 15px;
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 1px;
                        transform: rotate(10deg);
                        background-color: #6a6a6a;
                    }
                    .side_cta_links a:first-child {
                        padding-left: 0;
                    }
                    .side_cta_links a:first-child:before {
                        display: none;
                    }
                    .side_cta_links a:hover {
                        color: #59a8d5;
                    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    color: #0e3c60;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}


#breadcrumbs {
    font-size: 13px;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/*template How it Works start*/
.page-template-template-how_it_works #content-full {
    margin-top: 0;
}
.page-template-template-how_it_works p#breadcrumbs {
    display: none;
}
.page-template-template-how_it_works .foot_form_wrap {
    margin-top: 0;
}
.ip_hiw_wrap {
    position: relative;
}
    .ip_hiw_banner {
        background: url(/wp-content/themes/truvizo.com/images/how-it-works/banner.jpg) center/cover no-repeat;
        position: relative;
        text-align: center;
        z-index: 1;
        padding: 154px 0 67px;
    }
        .ip_hiw_banner:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.55);
            pointer-events: none;
            z-index: -1;
        }
        #content .ip_hiw_banner h1 {
            margin: 0;
            font-weight: 700;
            font-size: 50px;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
        }
            .ip_hiw_banner h1 span {
                display: block;
                font-weight: 500;
                line-height: 1.5;
                font-size: 20px;
                text-transform: initial;
                letter-spacing: 0;
            }

        .ip_hiw_form.qs_form {
            margin: 27px auto 30px;
            max-width: 521px;
        }

    .ip_hiw_section_1 {
        text-align: center;
        padding: 71px 0 83px;
    }
        #content .ip_hiw_section_title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 50px;
            line-height: 1;
            letter-spacing: .02em;
            color: #0e3c60;
            margin: 0 0 14px;
        }
        .ip_hiw_section_subtitle {
            font-weight: 300;
            font-size: 22px;
            letter-spacing: .04em;
            line-height: 1.3;
            color: #838383;
        }
        .ip_hiw_looking_to {
            max-width: 968px;
            margin: 73px auto 0;
            position: relative;
        }
            .ip_hiw_looking_to img {
                width: 100%;
            }
            .ip_hiw_looking_to_links {
                position: absolute;
                top: 48.4%;
                left: 0;
                right: 0;
                transform: translateY(-50%);
                margin: auto;
                width: 71.7%;
                color: #fff;
                font-family: 'Montserrat', sans-serif;
            }
            #content .ip_hiw_looking_to_links h3 {
                font-weight: 500;
                font-size: 32px;
                line-height: 1;
                letter-spacing: .02em;
                margin: 0 0 7.93%;
            }

            #content .ip_hiw_looking_to_links h4 {
                font-weight: 500;
                font-size: 14px;
                line-height: 1;
                letter-spacing: .02em;
                overflow: hidden;
                width: 87%;
                margin: 6.3% auto 5%;
            }
                #content .ip_hiw_looking_to_links h4 span {
                    display: inline-block;
                    position: relative;
                }
                    #content .ip_hiw_looking_to_links h4 span:before,
                    #content .ip_hiw_looking_to_links h4 span:after {
                        content: '';
                        position: absolute;
                        top: 48%;
                        width: 1000px;
                        height: 1px;
                        background: #fff;
                        opacity: .3;
                    }
                    #content .ip_hiw_looking_to_links h4 span:before {
                        right: 100%;
                        margin-right: 20px;
                    }
                    #content .ip_hiw_looking_to_links h4 span:after {
                        left: 100%;
                        margin-left: 20px;
                    }

            .ip_hiw_looking_to_link {
                font-size: 0;
            }              
                .ip_hiw_looking_to_link a {
                    color: inherit;
                    position: relative;
                    display: inline-block;
                    vertical-align: bottom;
                }
                    .ip_hiw_looking_to_link a span {
                        display: block;
                        font-weight: 500;
                        font-size: 20px;
                        letter-spacing: .02em;
                        line-height: 1;
                        margin-top: 16px;
                    }
                    .ip_hiw_looking_to_link a:before {
                        content: '';
                        position: relative;
                        display: block;
                        margin: 0 auto;
                        background: url(images/how-it-works/icon-sprites.png) 0 0 no-repeat;
                    }
                    .ip_hiw_looking_to_link_1 a:first-child::before,
                    .ip_hiw_looking_to_link_2 a:nth-child(2)::before {
                        /*background-position-y: -54px!important;*/
                    }
                    .ip_hiw_looking_to_link_1 a:first-child span,
                    .ip_hiw_looking_to_link_2 a:nth-child(2) span {
                        /*color: #397cd0;*/
                    }
                .ip_hiw_looking_to_link_1 a {
                    margin: 0 5%;
                }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_leave:before {
                        background-position: 0 0;
                        width: 47px;
                        height: 54px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_buy:before {
                        background-position: -47px 0;
                        width: 58px;
                        height: 47px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_sell:before {
                        background-position: -105px 0;
                        width: 51px;
                        height: 51px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_retail:before {
                        background-position: -156px 0;
                        width: 44px;
                        height: 44px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_office:before {
                        background-position: -200px 0;
                        width: 45px;
                        height: 44px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_industrial:before {
                        background-position: -245px 0;
                        width: 43px;
                        height: 45px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_multifamily:before {
                        background-position: -288px 0;
                        width: 40px;
                        height: 44px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_land:before {
                        background-position: -328px 0;
                        width: 34px;
                        height: 44px;
                    }
                    .ip_hiw_looking_to_link a.ip_hiw_looking_to_link_other:before {
                        background-position: -362px 0;
                        width: 47px;
                        height: 47px;
                    }

            .ip_hiw_looking_to_link_2 {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 0 6%;
            }
                .ip_hiw_looking_to_link_2 a {
                    margin: 0 2%;
                }
                    .ip_hiw_looking_to_link_2 a span {
                        font-size: 14px;
                    }

    .ip_hiw_section_2 {
        background: #3479ce url(images/how-it-works/bg-agent-profiles.jpg) center/cover no-repeat;
        color: #fff;
        padding: 89px 0 0;
        overflow: hidden;
    }
        #content .ip_hiw_section_2 .ip_hiw_section_title {
            color: #fff;
            text-align: center;
            margin-bottom: 16px;
        }
        .ip_hiw_section_2 .ip_hiw_section_subtitle {
            color: #fff;
            text-align: center;
        }
        .ip_hiw_section_2 .row:before,
        .ip_hiw_section_2 .row:after {
            display: none;
        }
        .ip_hiw_section_2 .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .ip_hiw_section_2_left {
            padding-bottom: 30px;
        }
            #content .ip_hiw_section_2 .ip_hiw_section_list {
                padding: 84px 0 19px;
            }
            #content .ip_hiw_section_list {
                list-style: none;
                margin: 0;                
            }
                .ip_hiw_section_list li {
                    padding-left: 20px;
                    font-size: 22px;
                    font-weight: 300;
                    line-height: 28px;
                    letter-spacing: .04em;
                    position: relative;
                    margin-bottom: 16px;
                }
                    .ip_hiw_section_list li:before {
                        content: '•';
                        position: absolute;
                        left: 0;
                        top: 0px;
                    }
                a.btn-a {
                    display: block;
                    max-width: 232px;
                    height: 53px;
                    text-align: center;
                    color: #fff;
                    font-family: 'Montserrat', sans-serif;
                    font-size: 13px;
                    line-height: 53px;
                    border-radius: 25px;
                    background: #0e3c60;
                    font-weight: 700;
                    transition: all .3s;
                }
                    a.btn-a:hover {
                        background: #59a8d5;
                    }

                .ip_hiw_form_play_btn {
                    width: 90px;
                    height: 90px;
                    margin: 30px auto 0;
                    border-radius: 50%;
                    border: 6px solid #ffffff;
                }
                    .ip_hiw_form_play_btn a {
                        width: 100%;
                        display: block;
                    } 
                    .ip_hiw_form_play_btn span {
                        display: inline-block;
                        vertical-align: top;
                        color: #ffffff;
                        font-size: 34px;
                        line-height: 78px;
                    }
                    .ip_hiw_form_play_btn:hover {
                        opacity: 0.8;
                    }

        .ip_hiw_section_2_right {
            padding-left: 0;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }
            .ip_hiw_section_2 .img-bleed-right {
                padding-left: 3px;
                margin-right: calc( (1140px - 100vw) / 2 );
                max-width: 687px;
                margin-top: 20px;
            }
                .ip_hiw_section_2 .img-bleed-right img {
                    display: block;
                    width: 100%;
                }

    .ip_hiw_section_3 {
        overflow: hidden;
        padding: 139px 0 114px;
    }
        #content .ip_hiw_section_3 .ip_hiw_section_title {
            margin-top: 6px;
            margin-bottom: 33px;
        }
        .ip_hiw_section_3 .ip_hiw_section_subtitle {
            line-height: 33px;
            max-width: 360px;
        }
        #content .ip_hiw_section_3 .ip_hiw_section_list {
            padding: 34px 0;
        }
            #content .ip_hiw_section_3 .ip_hiw_section_list li {
                font-size: 20px;
                line-height: 26px;
                margin-bottom: 13.5px;
            }
        .ip_hiw_section_3 img {
            display: block;
            margin-left: -55px;
            width: 709px;
        }

    .ip_hiw_section_4 {
        color: #fff;
        background: #3479ce url(images/how-it-works/bg-use-truvizo.jpg) center/cover no-repeat fixed;
        text-align: center;
        padding: 89px 0 154px;
    }
        #content .ip_hiw_section_4 .ip_hiw_section_title {
            color: #fff;
            margin-bottom: 92px;
        }
        #ip_hiw_accordion {
            border: none;
            padding: 0;
        }
            #ip_hiw_accordion .panel {
                border: none;
                padding: 0;
                color: #fff;
                background: transparent;
                box-shadow: none;
                text-align: left;
                margin-bottom: 21.5px;
            }
                #ip_hiw_accordion .panel a {
                    color: #fff;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 500;
                    font-size: 30px;
                    letter-spacing: .04em;
                    line-height: 1;
                    position: relative;
                }
                    #ip_hiw_accordion .panel a:before {
                        content: '';
                        position: absolute;
                        left: -40px;
                        top: 40%;
                        border-top: 8px dashed rgba(255,255,255,0.5);
                        border-right: 7px solid transparent;
                        border-left: 7px solid transparent;
                        opacity: 0;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }
                    #ip_hiw_accordion .panel a:after {
                        content: '';
                        position: absolute;
                        left: -34px;
                        top: 31%;
                        border-top: 7px solid transparent;
                        border-left: 8px dashed rgba(255,255,255,0.5);
                        /* border-left: 7px solid transparent; */
                        border-bottom: 7px solid transparent;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                        opacity: 1;
                    }
                    #ip_hiw_accordion .panel a[aria-expanded="true"]::before {
                        opacity: 1;
                    }
                    #ip_hiw_accordion .panel a[aria-expanded="true"]::after {
                        opacity: 0;
                    }
                #ip_hiw_accordion .panel-body {
                    font-size: 22px;
                    line-height: 34px;
                    letter-spacing: .04em;
                    font-weight: 300;
                    max-width: 930px;
                    margin: 0 auto;
                    padding: 2px 0 4px;
                }

    .ip_hiw_section_5 {
        text-align: center;
        padding: 62px 0 105px;
    }
        #content .ip_hiw_section_5 h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 1;
            color: #0e3c60;
            margin: 0 0 71px;
        }
        .ip_hiw_partners_list {
            position: relative;
        }
            .ip_hiw_partner {
                display: inline-block;
                vertical-align: top;
            }
                .ip_hiw_partner img {
                    display: block;
                    width: initial;
                    max-width: 95%;
                    margin: 0 auto;
                }
            .ip_hiw_partners_list .slick-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: none;
                border: none;
                outline: none;
                font-size: 30px;
                color: #0e3c5e;
            }
                .ip_hiw_partners_list .slick-arrow:hover {
                    color: #387cd0;
                }
            .ip_hiw_partners_list .slick-prev {
                right: 100%;
                margin-right: 98px;
            }
            .ip_hiw_partners_list .slick-next {
                left: 100%;
                margin-left: 98px;
            }

/*template How it Works end*/



/* AGENT SIGNUP TEMPLATE START */
.page-template-template-agent-signup #breadcrumbs {
    display: none;
}
.page-template-template-agent-signup #content-full {
    margin-top: 0;
}
.ip_agent_signup_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
    .ip_agent_signup_banner {
        width: 100%;
        min-height: 630px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-size: 0;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        background-image: url(images/ip-agent-signup-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
        .ip_agent_signup_banner::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.34);
        }
            .ip_agent_signup_banner_title {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                position: relative;
                z-index: 1;
                margin-top: 240px;
                color: #ffffff;
            }
                #content .ip_agent_signup_banner_title h1 {
                    margin: 0;
                    font-size: 42px;
                    font-weight: 700;
                    line-height: 1;
                    letter-spacing: -0.04em;
                }
                .ip_agent_signup_play_btn {
                    width: 90px;
                    height: 90px;
                    margin: 30px auto 35px;
                    border-radius: 50%;
                    border: 6px solid #ffffff;
                }
                    .ip_agent_signup_play_btn a {
                        width: 100%;
                        display: block;
                    } 
                    .ip_agent_signup_play_btn span {
                        display: inline-block;
                        vertical-align: top;
                        color: #ffffff;
                        font-size: 34px;
                        line-height: 78px;
                    }
                    .ip_agent_signup_play_btn:hover {
                        opacity: 0.8;
                    }
            .ip_agent_signup_join_btn {
                width: 178px;
                display: inline-block;
                vertical-align: top;
                z-index: 2;
                top: 440px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
                .ip_agent_signup_join_btn a {
                    width: 100%;
                    height: 55px;
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 auto;
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    font-family: 'Montserrat', sans-serif;
                    background-color: #ff7f00;
                    border-radius: 25px;
                    line-height: 55px;
                }
                    .ip_agent_signup_join_btn a:hover {
                        background-color: #59a8d5;
                    }

    #content .ip_agent_signup_wrap .section_title {
        margin: 0;
        color: #113d5f;
        font-size: 50px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.02em;
    }
    .ip_agent_signup_section_01 {
        padding: 100px 0 115px;
        text-align: center;
        background-color: #ffffff;
    }
        .ip_agent_signup_referral_wrap {
            margin-top: 80px;
        }
            .ip_agent_signup_referral_item {
                margin-bottom: 50px;
            }
                .ip_referral_icon {
                    width: 100%;
                    height: 166px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 0;
                }
                    .ip_referral_icon::before {
                        width: 0%;
                        height: 100%;
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                    }
                    .ip_referral_icon span {
                        display: inline-block;
                        vertical-align: middle;
                    }
                .ip_referral_txt {
                    width: 100%;
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: 20px;
                }
                    .ip_referral_title {
                        margin-bottom: 15px;
                        color: #0e3c60;
                        font-size: 30px;
                        font-weight: 500;
                        font-family: 'Montserrat', sans-serif;
                        line-height: 1;
                        letter-spacing: 0.02em;
                    }
                    .ip_referral_description {
                        padding: 0 30px;
                        color: #828282;
                        font-size: 17px;
                        font-weight: 300;
                        line-height: 25px;
                        letter-spacing: 0.04em;
                    }

    .ip_agent_signup_section_02 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 100px 0 10px;
        background-color: #f1f1f1;
        position: relative;
    }
        .ip_agent_signup_section_02::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(images/ip-agent-signup-section-02-bg.jpg);
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            opacity: 0.03;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            pointer-events: none;
        }
        .ip_agent_signup_section_02_left {
            margin-top: 85px;
            color: #2f2f2f;
            font-size: 22px;
            font-weight: 300;
            line-height: 34px;
            letter-spacing: 0.04em;
        }
            #content .ip_agent_signup_section_02_left ul {
                margin: 0;
            }
                .ip_agent_signup_section_02_left ul li {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    margin-bottom: 15px;
                    padding-right: 20px;
                    position: relative;
                }
                    .ip_agent_signup_section_02_left ul li::before {
                        width: 11px;
                        height: 11px;
                        content: '';
                        position: absolute;
                        top: 13px;
                        left: -30px;
                        background-color: #0e3c60;
                        border-radius: 50%;
                    }
        .ip_agent_signup_section_02_right {
            margin-top: 20px;
            padding: 0;
            text-align: right;
        }
            .ip_agent_signup_section_02_photo {
                font-size: 0;
            }
                .ip_agent_signup_section_02_photo img {
                    display: inline-block;
                    vertical-align: top;
                }

    .ip_agent_signup_section_03 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 105px 0 85px;
        background-color: #3479ce;
        position: relative;
        text-align: center;
    }
        .ip_agent_signup_section_03::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(images/ip-agent-signup-section-03-bg.jpg);
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            opacity: 0.03;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            pointer-events: none;
        }
        #content .ip_agent_signup_wrap .ip_agent_signup_section_03 .section_title {
            color: #ffffff;
        }
        .ip_agent_signup_accordion_wrap {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-top: 85px;
            color: #ffffff;
            font-size: 22px;
            font-weight: 300;
            letter-spacing: 0.04em;
            text-align: left;
        }
            #ip_agent_signup_accordion .panel {
                margin-bottom: 45px;
                border: none;
                border-radius: 0;
                box-shadow: none;
                background-color: transparent;
            }
                #ip_agent_signup_accordion .panel > a {
                    color: #ffffff;
                    font-size: 30px;
                    font-weight: 500;
                    font-family: 'Montserrat', sans-serif;
                    position: relative;
                }
                    #ip_agent_signup_accordion .panel > a::before {
                        content: '';
                        position: absolute;
                        top: 13px;
                        left: -40px;
                        border-top: 14px dashed rgba(255,255,255,0.5);
                        border-right: 13px solid transparent;
                        border-left: 13px solid transparent;
                        opacity: 0;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }
                   #ip_agent_signup_accordion .panel > a:after {
                        content: '';
                        position: absolute;
                        top: 7px;
                        left: -34px;
                        border-top: 13px solid transparent;
                        border-left: 14px dashed rgba(255,255,255,0.5);
                        border-bottom: 13px solid transparent;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                        opacity: 1;
                    }
                    #ip_agent_signup_accordion .panel > a[aria-expanded="true"]::before {
                        opacity: 1;
                    }
                   #ip_agent_signup_accordion .panel > a[aria-expanded="true"]::after {
                        opacity: 0;
                    }

            #content #ip_agent_signup_accordion .panel-body ul {
                max-width: 945px;
                margin: 0 auto;
            }
                #ip_agent_signup_accordion .panel-body ul li {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    padding-left: 30px;
                }
                    #ip_agent_signup_accordion .panel-body ul li::before {
                        width: 11px;
                        height: 11px;
                        content: '';
                        position: absolute;
                        top: 13px;
                        left: 0;
                        background-color: #ffffff;
                        border-radius: 50%;
                        margin-right: 20px;
                    }
            #ip_agent_signup_accordion .panel-body p {
                max-width: 945px;
                margin: 0 auto 30px;
            }
            #ip_agent_signup_accordion .panel-body .ip_agent_signup_accordion_indent {
                max-width: 945px;
                margin: 0 auto 30px;
                padding-left: 25px;
            }
                #ip_agent_signup_accordion .panel-body .ip_agent_signup_accordion_indent span {
                    display: block;
                    font-size: 15px;
                }

.page-template-template-agent-signup .foot_form_wrap {
    display: none;
}

/* AGENT SIGNUP TEMPLATE END */



/* POP UP VIDEO */
.home-container .aiosp-iframe-holder .aiosp-content,
.page-template-template-how_it_works .aiosp-iframe-holder .aiosp-content,
.page-template-template-agent-signup .aiosp-iframe-holder .aiosp-content {
    max-width: 80%;
}

/* POP UP FORM */
.login-popup-form {
    margin: 0 auto;
    max-width: 400px;
    background-color: #e7e7e6;
    padding: 50px 30px;
}

.compare-agents-popup-form {
    margin: 0 auto;
    max-width: 510px;
    background-color: #e7e7e6;
    padding: 50px 30px;
}

.compare-agents-popup-form .profiles_left {
    margin: 0;
}

.compare-agents-popup-form .profiles_left p {
    max-width: 410px;
}

.login-popup-form .login-form {
    text-align: center;
}

.login-popup-form h2.login-title {
    color: #0e3c60;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.login-popup-form .login-field {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.login-popup-form .login-forgot-pass {
    margin-bottom: 25px;
}

.login-popup-form .login-form input[type="submit"] {
    width: 100%;
    height: 53px;
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    outline: none;
    border: none;
    background-color: #0e3c60;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 25px;
    transition: background-color .3s ease-in-out;
}

.login-popup-form .login-form input[type="submit"]:hover {
    background-color: #59a8d5;
}

.login-popup-form button.aiosp-close,
.compare-agents-popup-form button.aiosp-close {
    color: #000;
}

.login-popup-form  .login-field input[type="text"], 
.login-popup-form  .login-field input[type="email"], 
.login-popup-form  .login-field input[type="password"] {
    height: 40px;
    border-radius: 25px;
    width: 100%;
    display: block;
    padding: 0 20px !important;
    color: #8f8f8f;
    font-size: 13px;
    outline: none;
    border: none;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.login-popup-form .login-forgot-pass a {
    transition: color .3s ease;
}

.login-popup-form .login-forgot-pass a:hover {
    color: #59a8d5;
}

.login-popup-form .login-agent-type > * {
    display: inline-block;
    width: 40%;
}

.menu-main-navigation-container #nav #menu-item-160 {
    display: none;
}

.login-error-notif {
    display: none;
    margin: 20px 0;
}

.login-error-notif a {
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    color: #6a6a6a;
}

#login-popup #wp-submit {
    margin-top: 25px;
}

.login-error-notif .login-error {
    color: red;
}

.login-error-notif .login-success {
    color: green;
}

.login-field.forgot-password {
    margin: 20px 0 0;
    font-size: 15px;
}

/*.pac-container.pac-logo {
    z-index: 9999;
}*/

.qs_submit_wrap input[disabled="disabled"]:hover,
.side_qs_submit_wrap input[disabled="disabled"]:hover {
    background-color: #0e3c60;
}

.page-template-template-fe-proposal-agents ul li {
    list-style-type: none;
}

.page-template-template-fe-proposal-agents ul {
    margin-left: 0 !important;
}

.page-template-template-fe-proposal-agents ul li input {
    margin-right: 5px;
}

.page-template-template-fe-proposal-agents .fe-agent {
    position: relative;
    margin-bottom: 20px
}

.page-template-template-fe-proposal-agents .fe-agent img {
    padding: 0 15px 0 25px;
}

.page-template-template-fe-proposal-agents .fe-agent label {
    position: absolute;
    top: 40%;
}

.page-template-template-fe-proposal-agents .fe-agent input[type="radio"] {
    position: absolute;
    top: 40%;
}

.archive.author .aios-mobile-header-wrapper {
    display: none !important;
}

.archive.author .header_wrap {
    margin-top: 0;
}

.page-template-template-fe-proposal-agents .agent-profile-popup iframe {
    width: 100%;
    min-height: 500px;
}


/* RECAPTCHA */
.grecaptcha-badge {
    z-index: 999;
}

/* 404 Page */
.error-page-cf-wrap div.wpcf7-response-output {
    text-align: center;
}

.aios-roadmaps .aios-roadmap-link {
    border: none;
    text-transform: uppercase;
}

.postid-130 #inner-page-wrapper .navigation {
    display: none;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    padding: 30px;
}
.aios-popup-body .aiosp-close {
    top: -5px;
    right: -5px;
}
