


/* CSS-Tricks Centering in the Unknown */

.block {
  text-align: center;
  /*background: #c0c0c0;
  border: #a0a0a0 solid 1px;
  /*margin: 20px;*/
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 700px;
  /*padding: 10px 15px;*/
  /*border: #a0a0a0 solid 1px;
  background: #f5f5f5;*/
 }


/* Global Alert */

#globalAlert .alert-text {
    margin: 0;
    padding: 0;
    font: 400 14px/18px "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

#globalAlert .alert-text {
    font-size: 16px;
    line-height: 20px;
}


#globalAlert .alert-block {
    padding: 10px 0;
}

#globalAlert {
    text-align: center;
}


#globalAlert:hover {
    opacity: .9;
    transition: 500ms ease;
    text-decoration: none;
}



/* Important */


.banner-title {
	/*font-family: 'Lato', sans-serif;*/
	font-size: 64px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.90);
	text-align: center;
	/*letter-spacing: -1px;*/
	line-height: 1.3em;
	/*margin-top:120px;*/
}	


.banner-subtitle {
	/*font-family: 'Lato', sans-serif;*/
	font-size: 26px;
	font-weight: 400;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 1.6em;
	margin-top:15px;
	margin-bottom:40px;
}

/* Important */


/*2019 buttons*/
.hero-btn .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 11px 45px;
	/*pophonic*/
	margin-right: 10px;
    margin-left: 10px;
}

.hero-btn .btn {
    /*padding: 10px 30px !important;*/
    font-size: 1.1rem;
	font-weight: 600;
    text-transform: uppercase;
	width:150px;
    /*font-style: normal;
	letter-spacing: normal !important;
    color: #ffffff !important;
	outline: 0;
    border: 0;
    text-shadow: none;
    display: inline-block;
    line-height: 33px;*/
	
}


.star-center{
	/*float:right;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bottom-header {
    background-color: #336699;
    color: #fff;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #ffffff;
}


/*Full Application 2019*/

.distance{
	margin-left:12px;
	margin-right:12px;
}

.disclaimer {
	font-size: 15px;
}
.container.full-app {
	background-color: #f1f5f8;	
	}

.full-app {
	background-color: #f1f5f8;	
	}

.description{
	/*color: #fff;*/
	/*text-align: center;*/
	font-size:16px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:3px;
}

/*2020*/
.description-short-app{
	/*color: #fff;*/
	/*text-align: center;*/
	font-size:16px;
	line-height: 29px;
}
.new{
	/*color: #fff;*/
	/*text-align: center;*/
	/*padding-left:5px;
	padding-right:5px;*/
	margin-left:15px;
	margin-right:15px;
	/*border:1px solid black;*/
}

.form-title {
    color: #333;
    font-weight: 600;
    /*text-align: center;*/
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px;
    line-height: normal;
}
/*Full Application 2019*/

.container.page-start {
	margin-top:25px;
	}

/*Hero Banner 2019*/

.main-title h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 2px 1px rgba(0,0,0,.25);
    text-shadow: 0 2px 1px rgba(0,0,0,.40);
    text-align: left;
	margin-top: 10px;
}

.hero-title {
	margin: 0 auto;
	padding-top: 95px;
	padding-bottom: 15px;
	}
	
.hero-title p {
	font-size:64px;
	font-weight:400;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.90);
	text-align:center;
	letter-spacing: -1px;
	line-height:1.3em;
	}	
	
.hero-title-promo {
	font-size: 26px;
	font-weight: 400; 
	color: rgba(255,255,255,0.9);
	text-transform: uppercase; 
	letter-spacing: 10px; 
	line-height:normal;
	}

.hero-button-container {
	margin-top:60px;
	}
	
.hero-button-wrap {
	text-align:center;
	width:70%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 60px;
	}
	
.hero-button-promo {
	font-weight: 300;
	margin-top:15px;
	}


.button.orangehero {
	font-weight:600;
	font-size:20px;
	color: #fff;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: none;
	/*text-shadow: 0 2px 1px rgba(0,0,0,.40);*/
	
	/*2019*/
	display: block;
	/*display: inline-block;*/
	width: 70%;
	/*width: 80%;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
	padding-bottom:7px;
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;	
}


.button.orangehero{border-color:#ea8231;background:#ff9f00;background:-moz-linear-gradient(top, #ff9f00 0%, #f28b34 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f00), color-stop(100%,#f28b34));background:-webkit-linear-gradient(top, #ff9f00 0%,#f28b34 100%);background:-o-linear-gradient(top, #ff9f00 0%,#f28b34 100%);background:-ms-linear-gradient(top, #ff9f00 0%,#f28b34 100%);background:linear-gradient(to bottom, #ff9f00 0%,#f28b34 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f00', endColorstr='#f28b34',GradientType=0);text-shadow:0 -1px 0 #de6200;}

.button.orangehero:hover{background:#f28b34;background:-moz-linear-gradient(top, #f28b34 0%, #ff9f00 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28b34), color-stop(100%,#ff9f00));background:-webkit-linear-gradient(top, #f28b34 0%,#ff9f00 100%);background:-o-linear-gradient(top, #f28b34 0%,#ff9f00 100%);background:-ms-linear-gradient(top, #f28b34 0%,#ff9f00 100%);background:linear-gradient(to bottom, #f28b34 0%,#ff9f00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28b34', endColorstr='#ff9f00',GradientType=0);text-decoration:none;}


/*Hero Banner 2019*/


.broker-reviews {
    font-size: 22px;
	font-weight:600;
    border-bottom: 1px solid #e7e7e7;
    margin-top:20px;
	margin-bottom:20px;
}


.template-outside-2019 {
	padding: 17px;
	/*padding: 20px;*/
	border: solid 1px #b9b9b9;
	background-color: #f1f5f8;
	/*background-color:#f1f5f8;*/
	/*background-color: #f3f3f3;*/
	/*background-color: #f4f4f4;*/
	margin-bottom: 20px;
}


.quote2{font-size:30px; margin-bottom:0px;margin-top:10px;}
p.quote2-description{color:#505050;padding:2px 0 0;font-size:20px; /*line-height:normal;*/padding-bottom:8px;}




.site-logo {
	margin-top: 22px; 
	margin-bottom: 22px;
}

#call{
	/*font-size:28px;*/
	font-size:16px; 
	font-weight:normal; 
	text-align:right; 
	color:#fff;
	line-height:32px; 
	}


.headline10{display:block;border-bottom:1px solid #e7e7e7;padding:0 0 3px 0;margin:20px 0 20px 0; font-size:20px;}
#phone a {color:#ddd;}

.review {border-right:1px solid rgba(255,255,255,0.2);}

a.areview {color: #fff; text-decoration: underline; opacity:0.6;}
/*a.areview {color: #fff; text-decoration: none; opacity:0.5;} 2019*/
a.areview:hover {text-decoration: none; opacity:1;}
/*a.areview:hover {text-decoration: underline; opacity:1;} 2019*/
a.areview:visited {text-decoration: none;} 

a.areview2 {opacity:1;}
a.areview2:hover {opacity:0.5;}

.red {color:#EF1316}
.green {font-weight:700; color: #3CB910}
.blue {font-weight:700; color: #0066ff}
.yellow {font-weight:700; color: #ffcc00}

/*2019*/
.title-margin {/*! margin-top:20px; */ margin-bottom:30px;}


/* New Breadcrumb design*/
#page-breadcrumb{
	/*border:1px solid #e2e2e2;
	border-left:none;
	border-right:none;
	margin-top:-1px;
	background-color:#f7f7f7;*/
	margin-top:15px;
	}
	
#page-breadcrumb a {color: #666;}
.breadcrumb {
	font-size:13px;
	padding-top:6px;
	padding-bottom:6px;
	margin:0;
	color: #999;
}
.post-bread{margin:10px 0 0 0;}
.post-bread p{margin:0 0 20px 0;}

/*h2{font-size:22px;}*/



p.home-title{font-size:22px;font-weight:600;line-height:normal;}


a.office {color: #bbb;}

a.quote4:link {color: #fff;text-decoration:underline;}
a.quote4:hover, a.quote4:focus{color:#fff; text-decoration:none;}

a.phone6:link, a.phone6:visited {text-decoration:none;}
a.phone6:hover {text-decoration:underline;}


#div-right2{font-size:22px; font-weight:normal; text-align:right;}



p.notice-title{padding:0 0 8px 0;margin:0px 0 12px 0;font-size:24px;font-weight:400;}
p.phone-title{padding:0 0 8px 0;margin:0px 0 12px 0;font-size:24px;font-weight:600;}

ol{line-height:30px; margin-left:25px; margin-bottom:15px;}
ul.disc{line-height:30px; margin-left:25px; margin-bottom:15px;}

ul.circle {line-height:30px; margin-left:10px;}

/* Split a list into two columns*/
.list-two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
column-gap: 40px;
-moz-column-gap: 40px;
margin-bottom:20px;
}


.sm-text {font-size:10px}

/* Service Box 2017 */
.service-box{background:#f8f8f8;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.05);border-radius:3px;text-align:center; padding-bottom:10px; padding-top:10px; margin-bottom:10px;}
.service-box:hover{background:#336699;color:#fff;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1)}
.service-box p{margin:0;color:#222}
.service-box:hover p {color:#fff}

.service-title {font-weight:600; text-align: center; font-size:16px; padding-bottom:15px;}
.service-icon {margin: 0 auto 10px;display: block;float: none;}




/* New slider 2017 */
#slider{
	border-bottom:3px solid #336699;
	/*background-color:#b6bec1;*/
	/*background-color:#bebabb;*/
	/*background-image:url(../images/banner49.jpg);*/
	/*background-image:url(../images/banner111.jpg);*/
	/*background-image:url(../images/background/banner115a.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}


.slider_top{margin-top:70px; margin-bottom:0px;}

.slider_title h1{
	font-size:18px;
	color: #fff;
	font-weight:300;
	margin-top:10px;
	/*text-shadow: 0 2px 1px rgba(0,0,0,.25);*/
	text-shadow: 0 2px 1px rgba(0,0,0,.40);
	text-align:left;
}



.slider_hero h2{
	font-size:40px;
	font-weight:600;
	color: #fff;
    /*-webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;*/
	text-shadow: 0 2px 1px rgba(0,0,0,.40);
}

.slider_hero {margin-top:30px; margin-bottom:0px;} /*christmas*/

.slider_bottom{margin-top:20px; margin-bottom:60px;}

.slider_description_hero{
	font-size: 17px;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.40);
	margin-bottom: 35px;
	width:80%;
}

.slider_description_hero2{
	font-size: 16px;
	color: #444;
	/*text-shadow: 0 2px 1px rgba(0,0,0,.40);*/
	margin-bottom: 35px;
	width:80%;
}



p.hero2 {
    margin-bottom: 20px;
}

.star-rating{
	font-size: 18px;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.40);
	text-align: right;
	font-weight: 600;
}

p.star {
    margin-bottom: 9px;
}

.star-rating a {
    color: #FFF;
    text-decoration: underline;
}

.star-rating a:hover {
    color: #3f8faf;
    text-decoration: none;
}

.star-image{
	float:right;
}

/* home */
.blueline{
	background-color: #336699;
	color: #fff;
	text-align: center;
	margin-top:25px;
}

.blueline-font{
	font-size: 42px;
	font-weight:600;
}

.home-margin {
	margin-top:25px;
}


/* site */
.container.bluetext{
	color: #336699;
	font-weight:700;
	text-align: center;
	margin-top:30px;
	/*border-top: solid 1px #b9b9b9;*/

}

.bluetext-font{
	font-size: 46px;
}

.strong-font {font-weight:600;}


a.home:link, a.home:visited{color:#3f8faf;text-decoration:none;outline:0;-webkit-transition:color 0.1s ease-in-out;-moz-transition:color 0.1s ease-in-out;-o-transition:color 0.1s ease-in-out;-transition:color 0.1s ease-in-out;}

a.home:hover, a.home:focus{color:#3f8faf;text-decoration:underline;}

a.headline:link, a.headline:visited{color:#3f8faf;text-decoration:underline;outline:0;-webkit-transition:color 0.1s ease-in-out;-moz-transition:color 0.1s ease-in-out;-o-transition:color 0.1s ease-in-out;-transition:color 0.1s ease-in-out;}

a.headline:hover, a.headline:focus{color:#3f8faf;text-decoration:none;}

a.headline8:link, a.headline8:visited{color:#3f8faf;text-decoration:underline;outline:0;-webkit-transition:color 0.1s ease-in-out;-moz-transition:color 0.1s ease-in-out;-o-transition:color 0.1s ease-in-out;-transition:color 0.1s ease-in-out;}

a.headline8:hover, a.headline8:focus{color:#3f8faf;text-decoration:none;}

.default_list li{list-style:disc outside;margin:5px 25px;padding:0 0 0 5px;}
.def_list_col li{list-style:disc outside;margin:5px 15px;padding:0 0 0 3px;}



#page-title{margin-top:25px;margin-bottom: 25px;}
#page-title-custom{/*! border:1px solid #e2e2e2; *//*! border-left:none; *//*! border-right:none; */margin-top:15px;/*! background-color:#f7f7f7; */}
#page-title-home{border-top:1px solid #e2e2e2;border-left:none;border-right:none;margin-top:-1px;}
p.headline2{padding:0 0 8px 0;margin:0px 0 12px 0;font-size:16px;font-weight:bold;line-height:30px;}
p.headline2{display:block;border-bottom:1px solid #e7e7e7;padding:0 0 10px 0;margin:20px 0 20px 0;}
p.review{font-size:18px;line-height:34px;}
p.feature2{font-size:18px;font-weight:600;}

p.feature5{font-size:20px;font-weight:600;}



.post-new{margin:10px 0 0 0;}
.post-new p{margin:0 0 20px 0;}

.image-top{margin:0 0 20px 0;}
.image-bottom{margin-bottom:-10px;}
	

.team-heading {font-size:24px; font-weight:600;}


#top-header{
	background-color:#336699;
	/*background-color:#336699;*/
	color:#fff;
	}
/*#top-header{background-color:#757575;color:#fff;}*/
#top-header a{color:#fff;text-decoration:none;}
#top-header a:visited{color:#fff;text-decoration:none;}
#top-header a:hover {color:#fff;text-decoration:underline;}



#div-left{font-size:12px;float:left;display:inline;height:30px;line-height:30px;vertical-align:middle;}

#div-right{
	font-size:22px; 
	font-weight:normal; 
	float:right;
	display:inline;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}
#div-right3{font-size:22px; font-weight:normal; text-align:right; color:#444;}

.bbb-logo2{border:1px solid #e4e4e4;padding:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.bbb-logo{padding:10px 0px 30px 0px;}
.bbb-logo-home{padding:15px 0px 0px 0px;}
.bbb-logo3{padding:30px 0px 0px 0px;}
.bbb-logo4{padding:15px 0px 15px 10px;}

.quote{color:#fff;font-weight:bold;font-size:26px;padding-bottom:20px;}



.quote-home{color:#fff;font-size:26px;margin-bottom:15px;margin-top:5px;}


p.quote3-description{color:#eaeaea;padding:0px 0 0;font-size:15px; /*line-height:normal;*/padding-bottom:15px;}
.medium-notice{background:#fcfcfc;border:1px solid #e4e4e4;padding-top:32px;padding-right:32px;padding-left:32px;padding-bottom:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.medium-notice h2{margin-bottom:10px;}
.medium-notice p{color:#777;}
.large-notice2{background:#f4f4f4;border:1px solid #e4e4e4;padding-top:25px;padding-right:32px;padding-left:32px;padding-bottom:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:30px;}
.large-notice2 h3{margin-bottom:10px;}
.large-notice2 p{}
.large-notice3{/*! background:#f4f4f4; *//*! border:1px solid #e4e4e4; */padding-top:30px;padding-right:32px;padding-left:32px;padding-bottom:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:30px;border: solid 1px #b9b9b9;background: #f1f5f8;}
.large-notice4{/*! background:#f4f4f4; *//*! border:1px solid #e4e4e4; */padding-top:30px;padding-right:32px;padding-left:32px;padding-bottom:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:20px;border: solid 1px #b9b9b9;background: #f1f5f8;}
.large-notice4 p{}

.large-notice5{background:#f4f4f4;border:1px solid #e4e4e4;padding-top:30px; padding-bottom:30px; padding-right:32px;padding-left:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:20px;}

h2.head{margin-bottom:15px; margin-top:10px;}

.reviews{background:#f4f4f4;border:1px solid #e4e4e4;padding-top:32px;padding-right:32px;padding-left:32px;padding-bottom:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}


p.notice{padding:0 0 8px 0;margin:0px 0 12px 0;font-size:20px;font-weight:600;}
p.notice-phone{font-size:18px;font-weight:bold;color:#444;}
p.tollfree{padding:0 0 8px 0;margin:0px 0 12px 0;font-size:22px;/*! font-weight:bold; */}
p.quotes{font-size:16px;line-height:20px;font-style:italic}
.loan-types{margin-top:30px;}
.programs{border:1px solid #e4e4e4;padding-top:25px;padding-right:32px;padding-left:32px;padding-bottom:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:15px;}
.programs h3{margin-bottom:10px;}
.programs p{padding-top:5px;}
#no-page{margin:90px 0 115px 0}
#no-page h2{text-align:center;font-size:100px;line-height:110px;font-weight:500;letter-spacing:-5px}
#no-page p{text-align:center;font-size:22px;line-height:48px;color:#999}
.features2{margin:25px 0 25px 0;float:left;}
.features3{margin:45px 0 15px 0;float:left;}
.features-home {margin:35px 0 15px 0;float:left;}

.team-title{text-align:left;padding:0px 0;border-bottom:1px solid #e7e7e7;margin-bottom:15px; margin-top:15px}
.team-branch{text-align:left;padding:0px 0;margin-bottom:15px; margin-top:15px}
.team{text-align:left;border-bottom:1px solid #e7e7e7;margin-bottom:15px;padding-bottom: 15px;line-height: 1.6em;}
.team-name-left{text-align:left;padding:15px 0;border-bottom:1px solid #e7e7e7;margin-bottom:15px;}
.team-image{text-align:left;padding:35px 0 0 0;}

.member{margin:0px 0 0 0;}
#about{background:#383838;color:#a4a4a4;padding:0 0 10px 0;margin:30px 0 0 0;}

.pagination2{display:block;margin-top:20px;margin-right:0;margin-left:0;margin-bottom:20px;padding-top:0px;}
#toll-free{float:right;font-size:22px;color:#366baf;font-weight:600;padding-right:10px;padding-top:10px;padding-bottom:10px;}


.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .circle_list_gray li, .cross_list li, .empty_list li {
	line-height: 1.6em.;
}

/* Shortcodes*/
.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .circle_list_gray li, .cross_list li, .empty_list li{list-style:none;margin:5px 0;}
.check_list li{background:url(../png/list_check.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.plus_list li{background:url(../png/list_plus.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.minus_list li{background:url(../png/list_minus.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.star_list li{background:url(../png/list_star.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.arrow_list li{background:url(../png/list_arrow.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.square_list li{background:url(../png/list_square.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.circle_list li{background:url(../png/list_circle.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.circle_list_gray li{background:url(../png/list_circle_gray.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.cross_list li{background:url(../png/list_cross.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.empty_list li{background:none;padding:0 0 0 16px;}


/* Angie */

/* Newsletter Ally 2020
==========================*/

.newsletter-btn{
	float:right;
	z-index:5;
	position: absolute;
	top: 0;
	/*right: 0;*/
	right: 10px;
	margin:0;
}


input.newsletter{
	float:left;
	z-index:1;
	position:relative;
	font-size:14px;
	/*line-height: 24px;*/
	height: 34px;
	padding: 0 5%;
	/*width: 90%;*/
	width: 85%;
}

/* important */
.quform-elements.newsletter-wrap {
	position: relative;
	padding-right: 70px; /* match button width */

}
.quform-elements.newsletter-wrap .quform-input {
	width: 100%;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* iPhone 5, 6/7/8, 6/7/8 Plus, X/XS, XR, XS MAX, Galaxy S3, S9,  */
@media only screen and (max-width: 479px) {

.centered {
  width: 290px;
 }

/*2019 Banner*/
.main-title h1{font-size:14px; text-align:center;}
.hero-ang {
  min-height: 500px;
}
.banner-title {
	font-size: 40px;
	margin-bottom:10px;
	/*margin-top: 40px;*/
}	

.banner-subtitle {display: none;}

.title-margin {margin-top:10px;}

#page-breadcrumb {display: none;}	
#call{display: none;}	

#div-right{font-size:18px; float:none;}
#div-right3{font-size:18px;}

/*2019*/
.h1-title{
	font-size:26px;
	/*font-size:28px;*/
	font-weight:400;
	}
		
.h2-title{font-size:24px;}
.h3-title{font-size:22px;}

.h2-home{font-size:24px;}
#page-title h1{font-weight:normal;font-size:20px;}
#page-title-home h1{font-size:14px;}


p.quform-title {font-size: 26px;}
p.quform-description {font-size: 18px;}


p.home-title{font-size:20px;}

.review {border-right: none; border-bottom:1px solid rgba(255,255,255,0.2);}
.hspace {margin-bottom:15px; margin-top:15px;}

.star-rating{font-size: 16px; text-align: left;}
.star-image{float:left;}
.small{width:100%}

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.centered {
  width: 450px;
 }

.banner-title {
	font-size: 40px;
	margin-bottom:10px;
	/*margin-top: 40px;*/
}	

.banner-subtitle {display: none;}

.title-margin {margin-top:10px;}

#page-breadcrumb {display: none;}

#call{display: none;}	
	
#div-right{font-size:18px; float:none;}
#div-right3{font-size:18px;}

/*2020*/
.h1-title{
	font-size:26px;
	font-weight:400;
	}
	
/*.h1-title{font-size:28px;}*/
.h2-title{font-size:24px;}
.h3-title{font-size:22px;}
.h2-home{font-size:24px;}

p.home-title{font-size:20px;}
#page-title-home h1{font-size:14px;}

.review {border-right: none; border-bottom:1px solid rgba(255,255,255,0.2);}
.hspace {margin-bottom:15px; margin-top:15px;}

.star-rating{font-size: 16px; text-align: left;}
.star-image{float:left;}
.small{width:100%}
}

/*iPad, iPad Mini, IpadPro 10.5", Kiddle Fire */ 
@media (min-width: 767px) and (max-width: 979px) {


/*2019 Banner*/
.main-title h1 {
	font-size: 14px;
}

.hero-ang {
  min-height: 525px;
}
.banner-title {
	font-size: 50px;
	/*margin-top: 90px;*/
}	

.banner-subtitle {
	font-size: 20px;
}

.title-margin {/*! margin-top:10px; */}

#div-right{font-size:18px; float:none;}
#div-right3{font-size:18px;}

/*Fix form width Iphone and Ipad 2019*/
.template-outside-2019 {
	width:45%;
	margin-left: auto;
	margin-right: auto;	
	}

/*Fix form width Iphone and Ipad 2020*/
.form-border {
	width: 50%; 
	margin: 0 auto; 
}

/*2020*/
.h1-title{
	font-size:26px;
	font-weight:400;
	}
	
/*.h1-title{font-size:28px;}*/
.h2-title{font-size:24px;}
.h3-title{font-size:22px;}

.h2-home{font-size:24px;}

/*2020*/
p.quform-title {font-size: 26px;}
p.quform-description {font-size: 18px;}

p.home-title{font-size:20px;}

.review {border-right: none; border-bottom:1px solid rgba(255,255,255,0.2);}
.hspace {margin-bottom:15px; margin-top:15px;}


}


@media only screen and (min-width:768px) and (max-width:959px){
	

.title-margin {margin-top:10px;}

#div-right{font-size:18px; float:none;}
#div-right3{font-size:18px;}

/*2020*/
.h1-title{
	font-size:26px;
	font-weight:400;
	}
	
/*.h1-title{font-size:28px;}*/
.h2-title{font-size:24px;}
.h3-title{font-size:22px;}

.h2-home{font-size:24px;}

/*2020*/
p.quform-title {font-size: 26px;}
p.quform-description {font-size: 18px;}

#page-title-home h1{font-size:16px;}

p.home-title{font-size:20px;}

.review {border-right: none; border-bottom:1px solid rgba(255,255,255,0.2);}
.hspace {margin-bottom:15px; margin-top:15px;}

.medium{width:13.7%}
/*.image-left{margin:0 100px 8px 0;}*/
.image-left{margin:0 20px 8px 0;}
}


/*iPad Pro 1024x1336*/
@media only screen and (min-width:960px) and (max-width:1199px){
	
.centered {
  width: 900px;
 }	

.banner-title {
	font-size: 50px;
	/*margin-top: 90px;*/
}	

.banner-subtitle {
	font-size: 20px;
}

/*2020*/
.h1-title{
	font-size:30px;
	font-weight:400;
	}
	
/*.h1-title{font-size:28px;}*/
.h2-title{font-size:26px;}
.h3-title{font-size:24px;}

.h2-home{font-size:24px;}

p.quform-title {font-size: 26px;}
p.quform-description {font-size: 18px;}
	
.medium{width:13.7%}

}

/*2020 Tablet Nexus 7 600x900*/
@media only screen and (min-width:599px) and (max-width:959px){
.centered {
  width: 550px;
 }	

.banner-title {
	font-size: 50px;
	/*margin-top: 90px;*/
}	

.banner-subtitle {
	font-size: 20px;
}

/*2020*/
p.quform-title {font-size: 26px;}
p.quform-description {font-size: 18px;}

/*2020*/
.h1-title{
	font-size:28px;
	font-weight:400;
	}
	
/*.h1-title{font-size:28px;}*/
.h2-title{font-size:26px;}
.h3-title{font-size:24px;}

}


@media only screen and (min-width:1200px) {
	
.centered {
  width: 1100px;
 }
 	
.large{width:14.9%}	
}



/*
/* Angie  */
@media only screen and (max-width: 835px) {


/*2019 Banner
/*.hero-ang {
  min-height: 500px;
}

*/


.main-title h1{font-size:14px; text-align:center;}
.hero-title{
	padding-top: 40px;
	}
.hero-title p {
	font-size: 38px; 
	letter-spacing:0; 
	}
.hero-title-promo {font-size: 18px;}
.hero-button-wrap {
	width:80%;
	/*margin-bottom: 25px;*/
	}
.button.orangehero {
	font-size:18px;
	}
.hero-button-promo {font-size:16px;}

.star-rating2{font-size: 15px;}
.review {border-right: none; border-bottom:1px solid rgba(255,255,255,0.2);}
.hspace {margin-bottom:15px; margin-top:15px;}

}





/* 2026 Typography Update: H1/H2/H3 for better finance UX */
/* Grok 2026-01-05 analyses and guidelines tailored to finance/banking UX: 
Hierarchy: H1 (~36px max) > H2 (~28px) > H3 (~24px) > Body (18px) — Clear but gentle progression
Balance: Medium-semi-bold (600) and #333333 keep them supportive, not dominant—like your updated H1.*/
/* H1 Title Styles - Optimized for Desktop, Tablets, and Mobile */
.h1-title {
    font-size: clamp(24px, 3vw + 1rem, 36px); /* Fluid base: Min 24px (mobile), scales to 36px (desktop) */
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 500; /* Semi-bold: Professional and balanced */
    line-height: 1.25; /* Tight spacing for clean look */
    margin: 20px 0;
	color: #333333; /* Dark gray for subtle contrast */
    /*color: #222222; /* Dark gray for subtle contrast */
    -webkit-font-smoothing: antialiased; /* Safari/iOS optimization */
    -moz-osx-font-smoothing: grayscale; /* Firefox macOS */
    text-rendering: optimizeLegibility; /* Better text quality */
    word-wrap: break-word; /* Prevents overflow on long titles */
}

/* Mobile: Extra-small screens (e.g., iPhones in portrait, <479px) */
@media only screen and (max-width: 479px) {
    .h1-title {
        font-size: clamp(24px, 8vw, 30px); /* Caps at 30px to fit small screens without overwhelming */
        font-weight: 500; /* Keep semi-bold for readability */
        line-height: 1.3; /* Slightly more space for touch devices */
        color: #333333; /* Optional: Lighter gray if needed for mobile contrast */
    }
}

/* Mobile/Tablet: Small to medium screens (e.g., larger phones, small tablets, 480-767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .h1-title {
        font-size: clamp(26px, 6vw, 32px); /* Smooth scaling for mid-range mobiles */
        font-weight: 500;
        line-height: 1.25;
    }
}

/* Tablet: Medium screens (e.g., iPads, 768-959px) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .h1-title {
        font-size: clamp(28px, 5vw, 34px); /* Balanced for tablets */
        font-weight: 500;
        line-height: 1.25;
    }
}

/* Desktop/Laptop: Large screens (960px+) */
@media only screen and (min-width: 960px) {
    .h1-title {
        font-size: clamp(32px, 3vw + 1rem, 36px); /* Caps at 36px to prevent "too big" feel */
        font-weight: 500;
        line-height: 1.25;
        color: #333333; /* Darker for better desktop visibility */
    }
}



/* H2 Title Styles - Section Headings */
/* Base styles applied to all screens */
.h2-title {
    font-size: clamp(22px, 3vw + 1rem, 28px); /* Fluid: min mobile-friendly, max 28px desktop */
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 600; /* Semi-bold for gentle hierarchy */
    line-height: 1.3;
    margin: 30px 0 20px 0;
    color: #333333; /* Soft dark gray – matches your updated H1 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    border-bottom: 1px solid #e7e7e7; /* Preserves your original subtle underline */
    padding-bottom: 8px;
    display: block; /* Ensures consistent behavior */
}

/* Mobile: Extra-small screens (e.g., iPhones in portrait, <479px) */
@media only screen and (max-width: 479px) {
    .h2-title {
        font-size: clamp(22px, 7vw, 26px);
        line-height: 1.35;
    }
}

/* Mobile/Tablet: Small to medium screens (e.g., larger phones, small tablets, 480-767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .h2-title {
        font-size: clamp(24px, 5vw, 27px);
        line-height: 1.3;
    }
}

/* Tablet: Medium screens (e.g., iPads, 768-959px) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .h2-title {
        font-size: clamp(25px, 4.5vw, 28px);
        line-height: 1.3;
    }
}

/* Desktop/Laptop: Large screens (960px+) */
@media only screen and (min-width: 960px) {
    .h2-title {
        font-size: clamp(26px, 2.5vw + 1rem, 28px);
        line-height: 1.3;
    }
}

/* H3 Title Styles - Subheadings */
/* Base styles applied to all screens */
.h3-title {
    font-size: clamp(18px, 2.5vw + 1rem, 24px); /* Starts near body text on mobile, grows to 24px desktop */
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin: 25px 0 15px 0;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    border-bottom: 1px solid #e7e7e7; /* Preserves your original style */
    padding-bottom: 10px;
    display: block;
}

/* Mobile: Extra-small screens (e.g., iPhones in portrait, <479px) */
@media only screen and (max-width: 479px) {
    .h3-title {
        font-size: clamp(18px, 6vw, 22px);
        line-height: 1.4;
    }
}

/* Mobile/Tablet: Small to medium screens (e.g., larger phones, small tablets, 480-767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .h3-title {
        font-size: clamp(20px, 4vw, 23px);
        line-height: 1.35;
    }
}

/* Tablet: Medium screens (e.g., iPads, 768-959px) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .h3-title {
        font-size: clamp(21px, 3.5vw, 24px);
        line-height: 1.3;
    }
}

/* Desktop/Laptop: Large screens (960px+) */
@media only screen and (min-width: 960px) {
    .h3-title {
        font-size: clamp(22px, 2vw + 1rem, 24px);
        line-height: 1.3;
    }
}






/* Modern Footer Updates - 2026 Finance UX */
#footer {
    background-color: #f8f9fa; /* Light neutral for calm trust */
    padding: 60px 0 40px; /* More vertical breathing room */
    font-size: 16px; /* Slightly larger base text */
}

#footer .container {
    max-width: 1200px;
}

#footer .four.columns {
    margin-bottom: 40px; /* Better row spacing */
}

#footer .p-title {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
    border-bottom: none; /* Remove if too old-school */
}

#footer ul.links-list {
    list-style: none;
}

#footer ul.links-list li {
    margin-bottom: 12px; /* Looser spacing */
}

#footer ul.links-list a {
    color: #333333;
    font-size: 16px;
    transition: color 0.2s;
}

#footer ul.links-list a:hover {
    color: #006597; /* Your brand blue */
}






/* "Ask a Mortgage Expert" Button - Match top nav phone button style (transparent bg, blue border/text) */
#footer .ask-btn .btn {
    background-color: transparent; /* Clear background */
    color: #006597; /* Blue text */
    border: 2px solid #006597; /* Blue border */
    border-radius: 10px; /* Rounded like top buttons */
    padding: 10px 20px;
	/*padding: 10px 25px;*/
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

#footer .ask-btn .btn:hover {
    background-color: #006597; /* Solid blue on hover */
    color: #ffffff; /* White text on hover */
    border-color: #006597;
}





/* Sub-footer (copyright) */
#footer-bottom {
    background-color: #003366; /* Dark for contrast */
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}

#footer-bottom a {
    color: #ffffff;
    /*text-decoration: underline;*/
}

#footer-bottom img.equal {
    vertical-align: middle;
    margin-right: 10px;
}

/* Mobile: Stack cleaner */
@media only screen and (max-width: 767px) {
    #footer .four.columns {
        width: 100%;
        text-align: center; /* Center for mobile */
    }
    
    #footer .social-links3 {
        justify-content: center;
    }
}






/* Tablet Fixes (e.g., iPad Pro: 768-1199px) - Prevent button/icon overflow */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #footer .ask-btn .btn {
        padding: 8px 18px; /* Tighter padding for column fit */
        font-size: 14px; /* Smaller text to avoid expansion */
    }
    
}






/* --- Gemini 2025-1-5 Fix: Prevent Trust Logos from jumping to the bottom on mobile 
I noticed the Trust Cards use the class .logo. In the future, to avoid these "CSS collisions,
it is a best practice to use a more unique class name for elements that aren't part of the main site identity, such as:
    Change <img class="logo" ...> to <img class="trust-platform-icon" ...>
    Then update your CSS to target .trust-platform-icon.

---  */
@media (max-width: 1199px) {
    .trust-card .logo {
        /* -1 forces it to the very top of the stack, overriding the navigation's 'order: 1' */
        order: -1 !important;
        -webkit-order: -1 !important;
        margin-bottom: 15px !important;
    }

    /* Ensure the card stacks elements correctly */
    .trust-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
}






/* --- Gemini fix Standardizing Footer 'Ask A Mortgage Expert' Button --- */
#footer .ask-btn a.btn {
    background-color: transparent !important; /* Force clear background */
    color: #006597 !important;           /* Force blue text */
    border: 2px solid #006597 !important;/* Force blue border */
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover State: Solid Blue with White Text */
#footer .ask-btn a.btn:hover {
    background-color: #006597 !important;
    color: #ffffff !important;
    border-color: #006597 !important;
    text-decoration: none;
}



/* footer-navik.css */
.links-list li a {
  padding: 0px 0;
}



/* --- Gemini fix Center Social Media Icons on Mobile --- */
/* --- Ultra-Specific Fix: Centering Social Icons on Mobile --- */
/* --- FINAL FIX: Center Footer Social Icons on Mobile --- */
/* --- OVERRIDE: Center Social Media Icons on Mobile --- */
@media only screen and (max-width: 767px) {
    /* 1. Target the grid column wrapping the icons */
    #footer .four.columns, 
    #footer .social-icons-wrap,
    .footer-social-section {
        width: 100% !important;
        float: none !important;
        display: flex !important;
        flex-direction: column !important; /* Stack vertical */
        align-items: center !important;    /* Center children horizontally */
        justify-content: center !important;
        text-align: center !important;
        margin: 20px 0 !important;
    }

    /* 2. Target the list of icons specifically */
    #footer ul.social-icons,
    #footer .social-links,
    ul.social-icons {
        display: flex !important;
        flex-direction: row !important; /* Keep icons in a row */
        justify-content: center !important; /* Center the row */
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        list-style: none !important;
    }

    /* 3. Space out the icons evenly */
    #footer ul.social-icons li,
    #footer .social-links li {
        margin: 0 10px !important;
        float: none !important;
        display: inline-block !important;
    }
}




/* --- Gemini Uniform Style for Get My Free Quote (Submit Button) --- */
.quform-submit button.btn-primary {
    background: #007bff !important; /* Brand Blue from Testimonials button */
    color: #ffffff !important;
    padding: 12px 30px !important;  /* Matching padding */
    border-radius: 6px !important;  /* Matching rounded corners */
    border: none !important;        /* Remove default button borders */
    font-weight: bold !important;
    text-transform: none !important; /* Keeps text casing as you have it */
    transition: background 0.3s ease !important;
    cursor: pointer;
    display: inline-block;
    /* Font size is naturally inherited, so it stays as it is */
}

/* Hover State to match View All Testimonials */
.quform-submit button.btn-primary:hover {
    background: #0056b3 !important; /* Darker blue hover */
    text-decoration: none !important;
    color: #ffffff !important;
}





/* --- Uniform Style: Matching Footer Button to Header Phone Button --- */
#footer .ask-btn a.btn {
    background-color: transparent !important;
    color: #006597 !important;           /* Match Navik blue */
    border: 2px solid #006597 !important; /* Blue outline */
    border-radius: 5px !important;       /* Match Navik corner radius */
    padding: 10px 22px !important;
    font-weight: 600 !important;
	/*font-weight: 700 !important;*/
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out !important;
    display: inline-block;
    /* Font size remains inherited from existing footer style */
}

/* Hover State: Fills with blue and changes text to white */
#footer .ask-btn a.btn:hover {
    background-color: #006597 !important;
    color: #ffffff !important;
    border-color: #006597 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 101, 151, 0.2); /* Subtle lift effect */
}





/* --- Color Correction: Synchronize with Phone Icon Blue --- */
#footer .ask-btn a.btn {
    color: #007bff !important;           /* Identical to top-phone-icon */
    border: 2px solid #007bff !important; 
    background-color: transparent !important;
}

#footer .ask-btn a.btn:hover {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}


/* --- Color Sync: Match Header Phone Icon Blue --- */
#footer .ask-btn a.btn {
    color: #007bff !important;           /* Match the blue of the top-phone-icon */
    border: 2px solid #007bff !important; /* Update border to match */
    background-color: transparent !important;
}

#footer .ask-btn a.btn:hover {
    background-color: #007bff !important; /* Solid blue on hover */
    border-color: #007bff !important;
    color: #ffffff !important;
}



/* --- Global Slimming: "Ask a mortgage expert" Button --- */

#footer .ask-btn a.btn {
    /* Reduce horizontal padding from 22px to 14px for a slimmer look */
    padding: 10px 14px !important;
    
    /* Optional: Change to Capitalize instead of ALL CAPS to save width */
    text-transform: none !important; 
    
    /* Ensure the button doesn't stretch or wrap awkwardly */
    display: inline-block !important;
    white-space: nowrap !important;
    width: auto !important;
    
    /* Sync the blue color (Lighter Blue #007bff) */
    color: #007bff !important;
    border: 2px solid #007bff !important;
    background-color: transparent !important;
}

/* Maintain consistency on hover */
#footer .ask-btn a.btn:hover {
    background-color: #007bff !important;
    color: #ffffff !important;
    border-color: #007bff !important;
}

/* Ensure centering on Mobile isn't broken by the width change */
@media only screen and (max-width: 767px) {
    #footer .ask-btn {
        text-align: center !important;
        width: 100% !important;
        margin-top: 15px !important;
    }
}





/* --- Index Page Fix: Sync Mobile CTA Button Colors --- */

/* Force "Buy a Home" and "Refinance" to the standard Bright Blue */
.cta-btn a.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

/* Sync Hover state for consistency */
.cta-btn a.btn-primary:hover {
    background-color: #0069d9 !important; /* Standard Bootstrap primary hover blue */
    border-color: #0062cc !important;
    color: #ffffff !important;
}

/* Ensure the "Ask" button remains distinct if desired, or use #17a2b8 */
.cta-btn a.btn-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}



/* Modern Footer Updates - 2026 Finance UX */
/* Sub-footer Application (copyright) */
#footer-bottom-application {
    background-color: #f8f9fa;; /* Dark for contrast */
    /*color: #ffffff;*/
    padding: 20px 0;
    font-size: 14px;
	margin-top: 150px;
}

#footer-bottom-application a {
    /*color: #ffffff;*/
    /*text-decoration: underline;*/
}

#footer-bottom-application img.equal {
    vertical-align: middle;
    margin-right: 10px;
}

