/*
Theme Name: C2 Financial Corporation
Theme URI: http://mschwartz-pendingcom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
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 {
    margin-top: 25px;
}

/* Sub Menu */
#nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
}
    #nav li:last-child {
        margin-right: 0;
    }
    #nav li a {
        display: block;
        padding: 0 10px 30px;
        color: #ffffff;
        font-size: 15px;
        font-family: 'Didact Gothic', sans-serif;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0.02em;
    }
        #nav li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: -5px;
            background: #0397d7;
            height: 5px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
            #nav li:hover a:before,
            #nav li:focus a:before,
            #nav li:active a:before {
                left: 0;
                right: 0;
            }
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 6px 0 0;
    position: absolute;
 	width: 100%;
 	min-width: 170px;
    text-align: center;
}
#nav .sub-menu a {
    color: #4f4f4f;
    display: block;
    padding: 9px 10px;
    line-height: 1;
    background-color: rgba(255,255,255,0.80);
}
    #nav .sub-menu a:before {
        display: none;
    }
#nav .sub-menu a:hover {
    color: #ffffff;
    background-color: rgba(3,151,215,0.90);
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    min-width: 220px;
    margin-left: 101%;
 	top: 0;
    padding: 0;
}
#nav .sub-menu li {
    width: 100%;
    margin: 0;
    position: relative;
}


#nav .sub-menu .sub-menu .sub-menu {
   column-count: 2;
   min-width: 322px;
   column-gap: 1px;
}


/* FIXED NAV */
#fixednav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
}
    #fixednav li:last-child {
        margin-right: 0;
    }
    #fixednav li a {
        display: block;
        padding: 0 10px 30px;
        color: #4f4f4f;
        font-size: 15px;
        font-family: 'Didact Gothic', sans-serif;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0.02em;
    }
        #fixednav li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: -5px;
            background: #0397d7;
            height: 5px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
            #fixednav li:hover a:before,
            #fixednav li:focus a:before,
            #fixednav li:active a:before {
                left: 0;
                right: 0;
            }
  
#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 6px 0 0;
    position: absolute;
    width: 100%;
    min-width: 170px;
    text-align: center;
}
#fixednav .sub-menu a {
    color: #4f4f4f;
    display: block;
    padding: 9px 10px;
    line-height: 1;
    background-color: rgba(255,255,255,0.80);
}
    #fixednav .sub-menu a:before {
        display: none;
    }
#fixednav .sub-menu a:hover {
    color: #ffffff;
    background-color: rgba(3,151,215,0.90);
    text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
    min-width: 220px;
    margin-left: 101%;
    top: 0;
    padding: 0;
}
#fixednav .sub-menu li {
    width: 100%;
    margin: 0;
    position: relative;
}

#fixednav .sub-menu .sub-menu .sub-menu {
   column-count: 2;
   min-width: 322px;
   column-gap: 1px;
}


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

/* Global */

body {
	font-size: 15px;
    /*font-family: 'Didact Gothic', sans-serif;*/
    font-family: 'Muli', sans-serif;
	background: #ffffff;
	color: #5e5e5e;
	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: #5e5e5e;
    outline: none;
    text-decoration: none;
}

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

.site_easing, .head_logo img, #nav li 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;
}

.aios-mobile-header-wrapper {
    z-index: 1034 !important;
}


/* HEADER */
.header_wrap {
    width: 100%;
    position: absolute;
    z-index: 1001;
    top: 0;
}
    .header_wrap:before {
        width: 100%;
        height: 265px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/header-bg.png);
        background-repeat: repeat-x;
        background-size: 100% 100%;
        pointer-events: none;
    }
    .header_wrap .container-fluid {
        padding-left: 110px;
        padding-right: 110px;
    }
        .head_left_logo {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            padding-top: 17px;
        }
            .head_left_logo img {
                width: 100%;
                max-width: 177px;
            }
        .head_mid {
            text-align: right;
            padding-top: 25px;
            font-size: 0;
            font-family: 'Didact Gothic', sans-serif;
            line-height: 33px;
        }
            .headinfo {
                display: inline-block;
                vertical-align: top;
                color: #ffffff;
            }
                .headinfo.headphone {
                    font-size: 18px;
                }
                    .headinfo.headphone span {
                        color: #0397d7;
                        font-size: 13px;
                        margin-right: 10px;
                    }
                .headinfo.heademail {
                    margin: 0 10px 0 15px;
                }
                    .headinfo.heademail a {
                        color: #ffffff;
                        padding: 0 8px;
                        font-size: 17px;
                        background-color: #00529b;
                        display: inline-block;
                        vertical-align: top;
                        -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;
                    }
                        .headinfo.heademail a:hover {
                            background-color: #0397d7;
                        }
                        .headinfo.heademail span {
                            font-size: 10px;
                            margin-right: 5px;
                        }

            .head_smi {
                display: inline-block;
                vertical-align: top;
                font-size: 0;
            }
                .head_smi a span {
                    width: 33px;
                    height: 33px;
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 5px;
                    color: #ffffff;
                    font-size: 18px;
                    border-radius: 50%;
                    border: 1px solid #ffffff;
                    background-color: transparent;
                    text-align: center;
                    line-height: 33px;
                    -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;
                }
                .head_smi a span:hover {
                    color: #ffffff;
                    background-color: #0397d7;
                    border: 1px solid #0397d7;
                }
                

        .head_right_logo {
            display: inline-block;
            vertical-align: top;
            text-align: right;
            padding-top: 40px;
        }
            .head_right_logo img {
                width: 100%;
                max-width: 332px;
            }

/* FIXED HEADER */
.fixed_header {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: -100px;
    opacity: 0;
    padding: 5px 0;
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 #444444;
    box-shadow: 0 0 10px 0 #444444;
}
.fixed_header.fixedhead {
    top: 0;
    opacity: 1;
}
    .fixed_header .container-fluid {
        padding-left: 130px;
        padding-right: 130px;
    }
    .fixhead_mid {
        text-align: right;
    }
    .fixhead_right_logo {
        padding-top: 15px;
        text-align: right;
    }

/* HP UPPER FOLD */
.hp_upper_fold_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 0;
}
    .hp_upper_btn {
        width: 242px;
        height: 242px;
        position: absolute;
        z-index: 2;
        /*top: 255px;*/
        top: 32%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
        .hp_upper_btn .slide_btn_wrap {
            width: 226px;
            height: 226px;
            margin: 8px auto;
            color: #9b0000;
            font-size: 14px;
            font-weight: 700;
            border-radius: 50%;
            border: 10px solid #9b0000;
            text-transform: uppercase;
        }
            .hp_upper_btn .slide_btn_wrap .btn_top_banner {
                display: inline-block;
                vertical-align: top;
                padding: 9px 16px;
                margin-top: -10px;
                color: #ffffff;
                font-size: 13px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                line-height: 1;
                background-color: #9b0000;
            }
            .hp_upper_btn .slide_btn_wrap strong {
                display: block;
                margin-top: 30px;
                font-size: 17px;
                font-weight: 800;
            }
            .hp_upper_btn .slide_btn_wrap a.slide_btn_link {
                width: 129px;
                height: 41px;
                display: inline-block;
                vertical-align: top;
                margin: 20px auto 0;
                color: #9b0000;
                font-size: 11px;
                border-top: 1px solid #9b0000;
                border-bottom: 1px solid #9b0000;
                line-height: 39px;
            }
                .hp_upper_btn .slide_btn_wrap a.slide_btn_link:hover {
                    color: #ffffff;
                    background-color: #9b0000;
                }
                .hp_upper_fold_wrap.hidebtn .hp_upper_btn {
                    opacity: 0;
                    visibility: hidden;
                    pointer-events: none;
                }         

    .hp_upper_fold {
        position: relative;
    }
    .hp_upper_fold .hp_upper_widget {
        width: 50%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        cursor: pointer;
        background-color: #000000;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }   
        .hp_upper_left {
            left: 0;
        }
        .hp_upper_right {
            right: 0;
        }

        .hp_upper_fold .hp_upper_widget canvas {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
        }
            .hp_upper_left canvas {
                background-position: top right;
                opacity: 0.90;
            }
            .hp_upper_right canvas {
                background-position: top left;
                opacity: 0.70;
            }

            .hp_upper_fold .hp_upper_widget.expand {
                width: 72%;
            }
            .hp_upper_fold .hp_upper_widget.makeitshort {
                width: 28%;
            }

        .hp_upper_txt_wrap {
            width: 100%;
            position: absolute;
            z-index: 2;
            /*top: 360px;*/
            top: 45%;
            text-align: center;
            pointer-events: none;
        }
            .hp_upper_title {
                color: #ffffff;
                font-size: 49px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.02em;
                text-transform: uppercase;
            }
            .hp_upper_desc {
                width: 100%;
                margin: 30px 0 0;
                color: #ffffff;
                font-size: 16px;
                font-family: 'Didact Gothic', sans-serif;
                letter-spacing: 0.02em;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
            }
                .hp_upper_desc a.hp_upper_link {
                    width: 180px;
                    height: 44px;
                    display: block;
                    margin: 45px auto 0;
                    color: #ffffff;
                    font-size: 13px;
                    text-transform: uppercase;
                    border: 1px solid #ffffff;
                    line-height: 42px;
                }
                    .hp_upper_desc a.hp_upper_link:hover {
                        background-color: #9b0000;
                        border: 1px solid #9b0000;
                    }

                .hp_upper_fold .hp_upper_widget.expand .hp_upper_txt_wrap {
                    top: 37%;
                    pointer-events: auto;
                }
                .hp_upper_fold .hp_upper_widget.expand .hp_upper_title {
                    text-shadow: 0 0 15px #333333;
                }
                .hp_upper_fold .hp_upper_widget.expand .hp_upper_desc {
                    opacity: 1;
                    visibility: visible;
                    pointer-events: auto;
                }

        .widget_close_btn {
            height: 24px;
            color: #ffffff;
            font-size: 13px;
            font-family: 'Didact Gothic', sans-serif;
            position: absolute;
            z-index: 3;
            top: 49%;
            text-transform: uppercase;
            line-height: 24px;
            opacity: 0;
        }
            .hp_upper_fold .hp_upper_widget.expand .widget_close_btn {
                opacity: 1;
            }
            .hp_upper_fold .hp_upper_widget.expand .widget_close_btn:hover {
                opacity: 0.7;
            }
        .hp_upper_left .widget_close_btn {
            right: 25px;
            padding-right: 30px;
            background-image: url(images/back-btn-left.png);
            background-size: auto 100%;
            background-position: center right;
            background-repeat: no-repeat;
        }
        .hp_upper_right .widget_close_btn {
            left: 25px;
            padding-left: 30px;
            background-image: url(images/back-btn-right.png);
            background-size: auto 100%;
            background-position: center left;
            background-repeat: no-repeat;
        }


/* HP CTA */
.hp_widget1 {
    position: relative;
    z-index: 2;
    margin-top: -180px;
}
    .hp_widget1 .container {
        position: relative;
        overflow: hidden;
        padding-top: 15px;
    }
    .hp_cta {
        position: relative;
    }
    .hp_cta li a {
        width: 100%;
        max-width: 262px;
        display: block;
        margin: 0 auto;
        position: relative;
    }
        .hp_cta li a:before {
            width: 197px;
            height: 130px;
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            background-image: url(images/cta-logo.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: top left;
            pointer-events: none;
        }
        .hp_cta li.cta_mortgage_btn a {
            z-index: 3;
        }
        .cta_img {
            display: inline-block;
            vertical-align: top;
            font-size: 0;
            background-color: #000000;
        }
            .cta_img:before {
                width: 100%;
                height: 198px;
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                background-image: url(images/cta-top-shadow.png);
                background-size: 100% 100%;
                background-repeat: repeat-x;
                background-position: top left;
                pointer-events: none;
            }
            .cta_img:after {
                width: 92%;
                height: 92%;
                content: '';
                position: absolute;
                z-index: 1;
                top: 4%;
                left: 4%;
                border: 1px solid rgba(255,255,255,0.30);
                pointer-events: none;
            }
            .cta_img canvas {
                width: 100%;
                height: auto;
                display: block;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: 0.50;
            }

            .cta_img canvas, .cta_img:before {
                -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;
            }
            .hp_cta li a:hover .cta_img canvas {
                opacity: 0.80;
                -webkit-filter: none;
                filter: none;
            }
            .hp_cta li a:hover .cta_img:before {
                background-image: url(images/cta-top-shadow-hov.png);
            }

        .cta_txt {
            position: absolute;
            z-index: 2;
            top: 50px;
            left: 30px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            line-height: 1;
        }
            .cta_txt span {
                display: block;
                font-size: 26px;
            }

        .cta_close_btn {
            width: 39px;
            height: 39px;
            position: absolute;
            z-index: 5;
            top: -14px;
            right: -15px;
            color: #ffffff;
            font-size: 0;
            text-align: center;
            background-color: #00529b;
            border-radius: 50%;
            cursor: pointer;
            background-image: url(images/cta-close-btn.png);
            background-size: auto;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
        }
        .show-subcta .cta_close_btn {
            opacity: 1;
        }

        /* MORTGAGE BANKING SUB CTA */
        .cta_mortgage_sublinks {
            font-size: 0;
        }
            .cta_mortgage_sublinks .cta_mort_list {
                width: 18.6%;
                max-width: 211px;
                position: absolute;
                z-index: 2;
                top: 0;
                opacity: 0;
                pointer-events: none;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                -webkit-transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -ms-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
            }
                .show-subcta .cta_mortgage_sublinks .cta_mort_list {
                    opacity: 1;
                    pointer-events: auto;
                    -webkit-transform: none;
                    transform: none;
                }

                .cta_mort_list_01 {
                    left: 0;
                }
                .cta_mort_list_02 {
                    /*left: 219px;*/
                    left: 19.2%;
                }
                .cta_mort_list_03 {
                    /*left: 438px;*/
                    left: 38.4%;
                }
                .cta_mort_list_04 {
                    /*left: 657px;*/
                    left: 57.6%;
                }
                .cta_mortgage_sublinks .cta_mort_list a {
                    width: 100%;
                    max-width: 211px;
                    height: 277px;
                    display: block;
                    background-color: #00529b;
                    position: relative;
                }
                    .cta_mortgage_sublinks .cta_mort_list a:hover {
                        background-color: #0397d7;
                    }
                    .cta_mortgage_sublinks .cta_mort_list a:before {
                        width: 92%;
                        height: 92%;
                        content: '';
                        position: absolute;
                        z-index: 1;
                        top: 4%;
                        left: 4%;
                        border: 1px solid rgba(255,255,255,0.30);
                        pointer-events: none;
                    }
                    .cta_mortgage_sublinks .cta_mort_list .cta_mortlist_title {
                        display: inline-block;
                        vertical-align: top;
                        margin: 45px 0 0 30px;
                        color: #ffffff;
                        font-size: 18px;
                        font-weight: 600;
                        text-transform: uppercase;
                    }

                    .cta_fadeout {
                        opacity: 1;
                        -webkit-transform: none;
                        transform: none;
                        -webkit-transition: all 1s ease-in-out;
                        -moz-transition: all 1s ease-in-out;
                        -ms-transition: all 1s ease-in-out;
                        -o-transition: all 1s ease-in-out;
                        transition: all 1s ease-in-out;
                    }
                    .show-subcta .cta_fadeout {
                        opacity: 0;
                        -webkit-transform: translate3d(-100%, 0, 0);
                        transform: translate3d(-100%, 0, 0);
                    }


/* HP QUICK SEARCH */
.hp_widget2 {
    margin-top: 60px;
    text-align: center;
}
    .hp_qs h2 {
        margin-bottom: 20px;
        color: #00529b;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 1;
        position: relative;
    }
        .hp_qs h2 span {
            color: #0397d7;
        }
        .hp_qs h2:before, .hp_qs h2:after {
            width: 35.53%;
            max-width: 405px;
            height: 1px;
            content: '';
            position: absolute;
            top: 50%;
            background-color: rgba(0,0,0,0.20);
        }
            .hp_qs h2:before {
                left: 0;
            }
            .hp_qs h2:after {
                right: 0;
            }

    .qs_form {
        font-size: 0;
        font-family: 'Didact Gothic', sans-serif;
    }
	.qs_form .bootstrap-select.btn-group .dropdown-menu{
		max-height: 300px !important;
	}
	.qs_form .bootstrap-select.btn-group .dropdown-menu.inner{
		max-height: 250px !important;
	}
        .qs_form .qs_field {
            display: inline-block;
            vertical-align: top;
            margin-right: 4px;
        }
            .qs_form .qs_long {
                width: 25%;
                max-width: 284px;
            }
            .qs_form .qs_medium {
                width: 15.9%;
                max-width: 181px;
            }
			.sideqs_field button.btn.dropdown-toggle.btn-default,
			.qs_field button.btn.dropdown-toggle.btn-default{
				border-radius: 0px;
			}
            .qs_form .qs_short {
                width: 7.9%;
                max-width: 89px;
            }
            .qs_form input, .qs_form select {
                width: 100%;
                height: 34px;
                display: inline-block;
                vertical-align: top;
                padding: 0 8px;
                color: #979797;
                font-size: 13px;
                font-family: 'Didact Gothic', sans-serif;
                border: 1px solid rgba(76,76,76,0.3);
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
            .qs_form select {
                background-image: url(images/qs-arrow.png);
                background-repeat: no-repeat;
                background-position: 95% 50%;
            }
            .qs_form select::-ms-expand {
                display: none;
            }

        .qs_form input.qs_search {
            width: 12.3%;
            max-width: 140px;
            height: 34px;
            padding: 0;
            margin: 0 7px;
            color: #ffffff;
            border: none;
            background-color: #00529b;
            text-transform: uppercase;
        }
        .qs_form a.qs_adv {
            width: 12.3%;
            max-width: 140px;
            height: 34px;
            display: inline-block;
            vertical-align: top;
            color: #ffffff;
            font-size: 13px;
            background-color: #0397d7;
            text-align: center;
            text-transform: uppercase;
            line-height: 34px;
        }
            .qs_form input.qs_search:hover,
            .qs_form a.qs_adv:hover {
                opacity: 0.8;
            }
        button.btn.dropdown-toggle.btn-default {
            width: 100%;
            height: 34px;
            display: inline-block;
            vertical-align: top;
            padding: 0 8px;
            color: #979797;
            font-size: 13px;
            font-family: 'Didact Gothic', sans-serif;
            border: 1px solid rgba(76,76,76,0.3);
            background-color: transparent;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
        }
        span.filter-option.pull-left {
            font-size: 13px !important;
        }


/* HP Featured Properties */
.hp_widget3 {
    height: 621px;
    margin-top: 50px;
    padding: 60px 0 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
    .hp_widget3:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: url(images/widget-bg.jpg);
        background-position: center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.1;
    }
    .hp_featprop {
        position: relative;
        z-index: 2;
    }
        .hp_featprop h2 {
            margin-bottom: 55px;
            color: #00529b;
            font-size: 28px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            line-height: 1;
            position: relative;
        }
            .hp_featprop h2 span {
                color: #0397d7;
            }
            .hp_featprop h2:before, .hp_featprop h2:after {
                width: 29%;
                max-width: 320px;
                height: 1px;
                content: '';
                position: absolute;
                top: 50%;
                background-color: rgba(0,0,0,0.20);
            }
                .hp_featprop h2:before {
                    left: 0;
                }
                .hp_featprop h2:after {
                    right: 0;
                }

        .fp_slider_wrap {
            margin-left: -10px;
            margin-right: -10px;
        }
            #fp_slider .fp_item {
                margin: 0 10px;
            }
                #fp_slider .fp_item a {
                    width: 100%;
                    display: block;
                }
                #fp_slider .fp_item .fp_img canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    -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;
                }

            #fp_slider .fp_item .fp_txt {
                padding: 25px 20px;
                color: #5e5e5e;
                font-size: 16px;
                font-family: 'Didact Gothic', sans-serif;
                line-height: 1.5;
                letter-spacing: 0.02em;
            }
                .fp_txt .fp_price {
                    color: #00529b;
                    font-size: 24px;
                    font-weight: 600;
                    font-family: 'Muli', sans-serif;
                    text-transform: uppercase;
                    height: 0;
                    opacity: 0;
                    visibility: hidden;
                }
                .fp_txt .fp_info {
                    margin-top: 10px;
                    color: #909090;
                    font-size: 0;
                    text-transform: uppercase;
                    height: 0;
                    opacity: 0;
                    visibility: hidden;
                }
                    .fp_txt .fp_info span {
                        font-size: 12px;
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1;
                    }
                    .fp_txt .fp_info span.fp_info_bed {
                        padding-right: 15px;
                        margin-right: 15px;
                        border-right: 1px solid #909090;
                    }

                #fp_slider .fp_item a:hover .fp_txt {
                    background-color: #f4f4f4;
                }
                #fp_slider .fp_item a:hover .fp_img canvas {
                    opacity: 0.8;
                }
                #fp_slider .fp_item a:hover .fp_txt .fp_price,
                #fp_slider .fp_item a:hover .fp_txt .fp_info {
                    height: auto;
                    opacity: 1;
                    visibility: visible;
                }


/* HP FEATURED COMMUNITIES */
.hp_widget4 {
    padding: 90px 0 135px;
    text-align: center;
}
    .hp_featcomm h2 {
        margin-bottom: 70px;
        color: #00529b;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 1;
        position: relative;
    }
        .hp_featcomm h2 span {
            color: #0397d7;
        }
        .hp_featcomm h2:before, .hp_featcomm h2:after {
            width: 29%;
            max-width: 320px;
            height: 1px;
            content: '';
            position: absolute;
            top: 50%;
            background-color: rgba(0,0,0,0.20);
        }
            .hp_featcomm h2:before {
                left: 0;
            }
            .hp_featcomm h2:after {
                right: 0;
            }

    .hp_featcomm li a {
        width: 100%;
        margin-bottom: 25px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
        .hp_featcomm li a:before, .hp_featcomm li a:after {
            width: 50%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
        }
            .hp_featcomm li a:before {
                left: 0;
                border: 4px solid #159eda;
                border-right: none;
            }
            .hp_featcomm li a:after {
                right: 0;
                border: 4px solid #00529b;
                border-left: none;
            }

        .hp_featcomm li a .fc_item {
            width: 100%;
            height: 127px;
            display: inline-block;
            vertical-align: middle;
            font-size: 0;
            position: relative;
            z-index: 4;
        }
            .hp_featcomm li a .fc_item:before {
                width: 0%;
                height: 100%;
                content: '';
                display: inline-block;
                vertical-align: middle;
            }

            .hp_featcomm li a span {
                width: 100%;
                color: #00529b;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                display: inline-block;
                vertical-align: middle;
                -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;
            }
                .hp_featcomm li a:hover span {
                    color: #ffffff;
                }

        .hp_featcomm li a .fc_img {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 3;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: #000000;
        }
            .hp_featcomm li a .fc_img canvas {
                width: 100%;
                height: 100%;
                opacity: 0.44;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .hp_featcomm li a:hover .fc_img {
                opacity: 1;
            }


/* HP WELCOME */
.hp_widget5 {
    padding: 80px 0 55px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
}
    .hp_widget5:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: url(images/widget-bg.jpg);
        background-position: center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.1;
    }
    .hp_welcome {
        position: relative;
        z-index: 2;
        color: #5e5e5e;
        font-size: 17px;
        font-family: 'Didact Gothic', sans-serif;
        line-height: 26px;
        letter-spacing: 0.02em;
    }
        .hp_welcome p {
            margin-bottom: 25px;
        }


/* HP CONTACT FORM */
.hp_widget6 {
    padding: 70px 0 65px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
}
    .hp_widget6:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: url(images/widget-bg.jpg);
        background-position: top center;
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.1;
    }
    .hp_cntctform {
        position: relative;
        z-index: 2;
    }
    .hp_cntctform h2 {
        margin-bottom: 35px;
        color: #00529b;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 1;
        position: relative;
    }
        .hp_cntctform h2 span {
            color: #0397d7;
        }
        .hp_cntctform h2:before, .hp_cntctform h2:after {
            width: 29%;
            max-width: 360px;
            height: 1px;
            content: '';
            position: absolute;
            top: 50%;
            background-color: rgba(0,0,0,0.20);
        }
            .hp_cntctform h2:before {
                left: 0;
            }
            .hp_cntctform h2:after {
                right: 0;
            }

    .cntctform_wrap {
        font-size: 0;
        font-family: 'Didact Gothic', sans-serif;
        position: relative;
    }
        .cntctform_wrap .hpform_left {
            width: 53.8%;
            max-width: 613px;
            display: inline-block;
            vertical-align: top;
        }
            .cntctform_wrap .hp_form_name {
                display: block;
                margin: 0 0 10px 7px;
                color: #5e5e5e;
                font-size: 12px;
                letter-spacing: 0.02em;
                text-align: left;
            }

            .hp_form_left_top {
                margin-bottom: 11px;
            }
                .hpform_field_01, .hpform_field_02 {
                    width: 49%;
                    max-width: 300px;
                    display: inline-block;
                    vertical-align: top;
                }
                .hpform_field_01 {
                    margin-right: 13px;
                }

        .cntctform_wrap .hpform_right {
            width: 36.7%;
            max-width: 418px;
            display: inline-block;
            vertical-align: top;
            margin: 0 13px 0 14px;
        }
            .cntctform_wrap input, .cntctform_wrap textarea {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                padding: 0 7px;
                color: #5e5e5e;
                font-size: 12px;
                font-family: 'Didact Gothic', sans-serif;
                letter-spacing: 0.02em;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                border: 1px solid #d1d1d1;
                background-color: #ffffff;
            }
                .cntctform_wrap input {
                    height: 35px;
                }
                    .hp_form_left_top input {
                        color: #a7a7a7;
                    }

                .cntctform_wrap textarea {
                    height: 82px;
                    padding: 8px 15px;
                    resize: none;
                }

        .cntctform_wrap .hpform_btn {
            width: 7.2%;
            max-width: 82px;
            display: inline-block;
            vertical-align: top;
        }
            .hpform_btn input.wpcf7-submit {
                height: 82px;
                padding: 0;
                color: #ffffff;
                font-size: 13px;
                text-transform: uppercase;
                border: none;
                background-color: #00529b;
                -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;
            }
                .hpform_btn input.wpcf7-submit:hover {
                    background-color: #0397d7;
                }


            .cntctform_wrap .wpcf7-form-control-wrap {
                display: block;
            }
            .cntctform_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
                font-size: 11px;
            }
            .cntctform_wrap div.wpcf7-response-output {
                width: 100%;
                margin: 0;
                position: absolute;
                bottom: -40px;
                left: 0;
                right: 0;
                margin: 0 auto;
                font-size: 13px;
                text-align: center;
            }


/* FOOTER INFO */
.footer_wrap {
    font-family: 'Didact Gothic', sans-serif;
}
.foot_info {
    padding: 50px 0 70px;
    color: #4f4f4f;
    font-size: 15px;
    background-color: #ffffff;
    text-align: center;
}
    .foot_info a:hover {
        color: #0c9bd8;
    }
    .footphone, .footemail {
        font-size: 18px;
    }
        .footinfo span {
            width: 100%;
            display: inline-block;
            vertical-align: bottom;
            color: #0c9bd8;
            font-size: 19px;
            margin-bottom: 5px;
            line-height: 30px;
        }
        .footinfo.footlocation {
            font-size: 15px;
        }
            .footinfo.footlocation span {
                font-size: 30px;
            }

    .foot_logos {
        margin-bottom: 40px;
    }
        .foot_logos .foot_logo {
            display: inline-block;
            vertical-align: middle;
            margin: 0 30px;
        }
        .foot_logos .foot_logo img {
            width: 100%;
            max-width: 323px;
        }

    .foot_smi {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
    }
        .foot_smi a span {
            width: 39px;
            height: 39px;
            display: inline-block;
            vertical-align: top;
            margin: 0 6px;
            color: #0397d7;
            font-size: 20px;
            border-radius: 50%;
            border: 1px solid #959595;
            background-color: transparent;
            text-align: center;
            line-height: 39px;
            -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;
        }
        .foot_smi a span:hover {
            color: #ffffff;
            background-color: #0397d7;
            border: 1px solid #0397d7;
        }

    .foot_license {
        margin-bottom: 45px;
        color: #7e7e7e;
        font-size: 12px;
        letter-spacing: 0.02em;
        text-align: center;
    }
        .foot_license p {
            margin-top: 15px;
        }


/* FOOTER COPYRIGHT */
.foot_bottom {
    padding: 35px 0;
    color: #ffffff;
    font-size: 12px;
    background-color: #00529b;
    text-align: center;
    letter-spacing: 0.02em;
}
    .footernav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 12px;
    }
        .footernav li a {
            color: #ffffff;
            font-size: 15px;
            text-transform: uppercase;
        }
    .foot_copyright {
        margin: 5px 0 15px;
    }
        .foot_copyright a {
            color: #ffffff;
        }
            .footernav li a:hover,
            .foot_copyright a:hover {
                color: #0397d7;
            }
    .foot_mls {
        color: #ffffff;
        font-size: 27px;
        line-height: 1;
    }


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip_banner {
    width: 100%;
    height: 250px;
    position: relative;
    z-index: -1;
    background-image: url(images/widget-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 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: 73.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 23.83%;
    margin-top: 50px;
    text-align: center;
}

.side_form_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
    .side_form_wrap h2 {
        margin: 0 0 15px;
        color: #00529b;
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 1;
        position: relative;
    }
        .side_form_wrap h2 span {
            color: #0397d7;
        }

    .sideqs_form {
        font-size: 0;
        font-family: 'Didact Gothic', sans-serif;
    }
        .sideqs_form .sideqs_field {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 4px;
        }
            .sideqs_form .sideqs_long, .sideqs_form .sideqs_medium {
                width: 100%;
            }
            .sideqs_form .sideqs_short {
                width: 49.3%;
            }
                .sideqs_form .sideqs_left {
                    float: left;
                }
                .sideqs_form .sideqs_right {
                    float: right;
                }
            .sideqs_form input, .sideqs_form select {
                width: 100%;
                height: 34px;
                display: inline-block;
                vertical-align: top;
                padding: 0 8px;
                color: #979797;
                font-size: 13px;
                font-family: 'Didact Gothic', sans-serif;
                border: 1px solid rgba(76,76,76,0.3);
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
            .sideqs_form select {
                background-image: url(images/qs-arrow.png);
                background-repeat: no-repeat;
                background-position: 95% 50%;
            }
                .sideqs_form .sideqs_long select {
                    background-position: 97% 50%;
                }
            .sideqs_form select::-ms-expand {
                display: none;
            }

        .sideqs_form input.sideqs_search {
            width: 49.3%;
            height: 34px;
            float: left;
            padding: 0;
            margin: 0;
            color: #ffffff;
            border: none;
            background-color: #00529b;
            text-transform: uppercase;
        }
        .sideqs_form a.sideqs_adv {
            width: 49.3%;
            height: 34px;
            float: right;
            color: #ffffff;
            font-size: 13px;
            background-color: #0397d7;
            text-align: center;
            text-transform: uppercase;
            line-height: 34px;
        }
            .sideqs_form input.sideqs_search:hover,
            .sideqs_form a.sideqs_adv:hover {
                opacity: 0.8;
            }


ul.side_cta_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    list-style: none;
}
    ul.side_cta_wrap li {
        margin-bottom: 10px;
    }
        ul.side_cta_wrap li a {
            width: 100%;
            display: block;
            padding: 25px 0 23px;
            background-color: #0397d7;
        }
            ul.side_cta_wrap li a:hover {
                background-color: #00529b;
            }
            ul.side_cta_wrap li a .sidecta_txt {
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.2em;
                line-height: 1;
            }
                ul.side_cta_wrap li a .sidecta_txt span {
                    display: block;
                    font-size: 25px;
                }




/* 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 post/page main headings (h1) */
#content .entry-title { 
    color: #00529b;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    color: #00529b;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    color: #00529b;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
#content .archive-subtitle a {
    color: #00529b;
}
    #content .archive-subtitle a:hover {
        color: #0397d7;
    }

#breadcrumbs {
    font-size: 13px;
}
    #breadcrumbs a:hover,
    #content .entry a:hover {
        color: #0397d7;
    }


/* IP MORTGAGE BANKING SUB CTA */
#content ul.ipcta_mortgage_sublinks {
    margin: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
}
    ul.ipcta_mortgage_sublinks li {
        width: 45%;
        margin: 1%;
        display: inline-block;
        vertical-align: top;
    }
    ul.ipcta_mortgage_sublinks li a {
        width: 100%;
        padding: 20px 0;
        display: inline-block;
        vertical-align: middle;
        background-color: #00529b;
        -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;
    }
        ul.ipcta_mortgage_sublinks li a:hover {
            background-color: #0397d7;
        }
        ul.ipcta_mortgage_sublinks li a:before {
            width: 0%;
            height: 100%;
            content: '';
            display: inline-block;
            vertical-align: middle;
        }
            ul.ipcta_mortgage_sublinks li a .ipcta_mortlist_title {
                display: inline-block;
                vertical-align: middle;
                color: #ffffff;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 1.5;
            }
			
.apply-btn {
	padding: 10px 20px !important;
	display: block;
	max-width: 190px;
	text-align: center;
	background-color: #0397D7;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.apply-btn:hover {
	background-color: #00529B;
}
body.page-id-426 .ai-contact-wrap,
body.page-id-206 .ai-contact-wrap{
	max-width: 360px;
}
img{
	max-width: 100%;
	height: auto;
}
a, input, textarea, select{
	outline: 0;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	white-space: unset;
}
#content #ihf-main-container .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}

.sidebar .bootstrap-select.btn-group .dropdown-menu{
	max-height: 200px !important;
    min-width: 100% !important;
}
.sidebar .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 200px !important;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"]{
	margin: 6px 0 0;
}

.ip-form {
    display: inline-block;
    position: relative;
}
.ip-form .wpcf7-response-output.wpcf7-display-none {
    position: absolute;
    width: 100%;
    margin: 0 !important;
}
.ip-form span.wpcf7-not-valid-tip {
    line-height: 1;
    width: 160px;
}

.ftr-nmls-link{
	color: #0c9bd8;
}
.ftr-nmls-link:hover{
	color: #000000 !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

