/* 2020 ::placeholder */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

/* 2020 auto-hide placeholder text upon focus Stack Overflow 9707021 2018*/

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */


/*Quform from base-2020*/
p.quform-title {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	/*font-weight: 400;*/
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*Form Description*/
p.quform-description {
	/*! font-family: 'Lato', sans-serif; */
	font-size: 20px;
	/*font-size: 12px;*/
	margin: 0;
	padding-bottom: 2px;
}

p.quform-description-info {
	font-size: 15px;
	/*font-size: 12px;*/
	margin: 0;
	padding-bottom: 15px;
}

p.quform-description-button {
	font-size: 16px;
	/*font-size: 12px;*/
	margin: 0;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: center;
}


/* 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: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.headline8:hover, a.headline8:focus{color:#3f8faf;text-decoration:underline;}






.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(../images/list_icons/list_check.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.plus_list li{background:url(../images/list_icons/list_plus.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.minus_list li{background:url(../images/list_icons/list_minus.png) no-repeat 0% 50%;padding:0 0 0 18px;}
.star_list li{background:url(../images/list_icons/list_star.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.arrow_list li{background:url(../images/list_icons/list_arrow.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.square_list li{background:url(../images/list_icons/list_square.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.circle_list li{background:url(../images/list_icons/list_circle.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.circle_list_gray li{background:url(../images/list_icons/list_circle_gray.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.cross_list li{background:url(../images/list_icons/list_cross.png) no-repeat 0% 50%;padding:0 0 0 16px;}
.empty_list li{background:none;padding:0 0 0 16px;}



/* prequlify for mortgage in NY and PA page */
#bottom-header {
    background-color: #336699;
    color: #fff;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #ffffff;
}
/* prequlify for mortgage in NY and PA page */

/* 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;}

}