/* general styles */
body {
  font-family: 'Montserrat', sans-serif;
}

/*textarea.form-control {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}*/

/* 404 styles */
.no-content-page {
  text-align: center !important;
}

/* explore loan options button */
.explore-loan-options {
  color: white !important;
}

/* slider bg */
.range-slider-bg {
  height:190px !important;
}

/* rates area */
.rates-container {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  padding-top: 3em;
  padding-bottom: 3em;
  background: url(../images/ratesbg.png) top right no-repeat;
}

.final-rate {
  background: transparent;
}

.rates-title {
  font-weight: normal;
  font-size: 17px;
  margin-top: -25px;
  line-height: 17px;
  margin-bottom: 10px;
}

.rates-title span {
  color: #225293;
  font-weight: bold;
}

.rates-value {
  text-align: center;
}

.rates-value span {
  color: #225293; 
}

.inner-pages {
  background: url(../images/ratesbghori.png) bottom center no-repeat !important;
}

.date-p {
  font-size: 11px;
  font-style: italic;
  margin-top: -0.6em;
}

/*.rates-container {
  width: 160px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rates-p,
.apr-p {
  font-size: 20px;
  font-weight: bold;
  float: left;
  line-height: 20px;
}

.rates-p {
  margin-right: 10px;
}*/

.get-started {
  text-align: center;
}

.wpb_wrapper p {
  padding-left: 20px;
  padding-right: 20px;
}

a, .callus {
  text-decoration: none !important;
}

a:hover,
a:active,
a:visited,
.callus:hover,
.callus:active,
.callus:visited
 {
  
}

.disclaimer {
  margin-top: 50px;
  margin-left: -10px;
}

.disclaimer .textwidget {
  font-size: 11px !important;
}

.move-slider-up {
  margin-top: -10px !important;
}

.gray-line-gradient {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.action-btn {
  background: #ee5a19;
  border: 0px;
  color: white;
  text-shadow: 2px 2px 5px rgba(202, 74, 18, 1);
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);
  -moz-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);
  box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);    
}

.slider-contact-gen {
  font-size: 13px;
  width: 250px;
  text-align: center;
  color: white;
  border-top: 25px solid #ee5a19;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
  float: right;
  margin-top: 0.05em;
  margin-right: 2em;
  position: absolute;
  top: -12px;
}

.slider-contact-gen div {
  margin-top: -1.5em;
}

/* page: home */
.why-choose-answers {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* page title */
.title-area {
  background: #134b8f;
  padding: 0px 0px 10px 0px;
  color: white;
  text-align: center;
}

.title-area .container .row p:nth-child(1) {
  font-size: 20px;
}

/* general page sidebar - meet our loan officers */
.meet-us {
  background: #e4e4e4;
  padding: 0px;
  margin-top: 60px;
}

.meet-us h1 {
  font-size: 22px;
  font-weight: bold;
}

.meet-us .descript {
  margin-top: 30px;
  margin-bottom: 30px;
}

.officer-contact {
  background: #717171;
  text-align: center;
  color: white;
  margin-top: 0px;
  padding: 20px;
}

.loan-officer-btn {
   font-size: 15px;
}

.officer-address {
  word-break: break-all;
}

.border-bottom-small {
  border-bottom: 1px solid white;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}

.side-current-rates {
  background: #e4e4e4;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: black;
}

.side-current-rates .container .row {
  padding: 20px 0px 50px 0px;
}

.side-current-rates h1 {
  font-size: 30px; 
  font-weight: bold;
}

.side-current-rates > .container > .row > div {
  font-size: 16px;
  
}

.side-current-rates > .container > .row > div:nth-child(2) {
  margin-bottom: 20px;
}

.side-current-rates ul {
  list-style-type: none;
}

.side-current-rates ul li {
  width: 90%;
  background: url(../images/ratesbghori.png) bottom center no-repeat;
  padding: 25px 0px 0px 0px;
}

.side-current-rates ul li:nth-child(5) {
  background: none;
  margin-bottom: 20px;
}

.side-current-rates ul li div span {
  color: #225293;
}

.side-current-rates ul li div:nth-child(1) {
  font-size: 20px;
  margin-bottom: 10px;
}

.side-current-rates ul li > div:nth-child(2) {
  /*margin-left: 38px;*/
}

.side-current-rates ul li .rate-values div:nth-child(1) div,
.side-current-rates ul li .rate-values div:nth-child(2) div {
  float: left;
}

.side-current-rates ul li .rate-values div:nth-child(1) div:nth-child(1),
.side-current-rates ul li .rate-values div:nth-child(2) div:nth-child(1) {
  text-align: right;
  font-weight: bold;
  line-height: 15px;
}

.side-current-rates ul li .rate-values div:nth-child(1) div:nth-child(1) span:nth-child(3),
.side-current-rates ul li .rate-values div:nth-child(2) div:nth-child(1) span:nth-child(3) {
  color: #717171;
  font-size: 15px;
}

.side-current-rates ul li .rate-values div:nth-child(1) div:nth-child(2),
.side-current-rates ul li .rate-values div:nth-child(2) div:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #717171;
  margin-top: -0.36em;
}

.side-current-rates a {
  font-weight: bold;
  text-decoration: none;
  color: #225293;
  font-size: 15px;
}

.rate-values {
  width: 198px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 60px 100px 0px 0px;
  color: #404040;
}

/*.content h1 {
  font-size: 30px;
  line-height: 40px;
}

.content h2 {
  font-size: 20px;
}*/

.content p {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
}

.hori-border {
  border-top: 1px solid #ccc;
}

/* general blog post side bar */
.stylish-input-group .input-group-addon{
  background: white !important; 
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.stylish-input-group button{
  border:0;
  background:transparent;
}

.cat-select {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.wordpress-tools h1 {
  font-size: 30px;
  color: #134b8f;
  font-weight: bold;
}

.side-current-rates-blog {
  background: #e4e4e4;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: black;
  padding: 10px 0px 10px 0px;
}

.side-current-rates-blog .container .row {
  padding: 20px 0px 50px 0px;
}

.side-current-rates-blog h1 {
  font-size: 30px; 
  font-weight: bold;
}

.side-current-rates-blog > .container > .row > div {
  font-size: 16px;
  
}

.side-current-rates-blog > .container > .row > div:nth-child(2) {
  margin-bottom: 20px;
}

.side-current-rates-blog ul {
  list-style-type: none;
  padding: 0px 10px 0px 10px;
}

.side-current-rates-blog ul li {
  width: 50%;
  /*background: url(../images/ratesbghori.png) bottom center no-repeat;*/
  padding: 10px 0px 0px 0px;
  float: left;
}

.side-current-rates-blog ul li:nth-child(5) {
  background: none;
  margin-bottom: 20px;
}

.side-current-rates-blog ul li div span {
  color: #225293;
}

.side-current-rates-blog ul li div:nth-child(1) {
  font-size: 15px;
  margin-bottom: 10px;
  /*line-height: 15px;*/
  text-align: center;
}

.side-current-rates-blog ul li > div:nth-child(2) {
  /*margin-left: 38px;*/
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div,
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div {
  float: left;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(1),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(1) {
  text-align: right;
  font-weight: bold;
  line-height: 15px;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(1) span:nth-child(3),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(1) span:nth-child(3) {
  color: #717171;
  font-size: 15px;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(2),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(2) {
  font-size: 35px;
  font-weight: bold;
  color: #717171;
  margin-top: -0.28em;
}

.last-rates {
  width: 100% !important;
  clear: both !important;
  background: url(../images/ratesbghori.png) top center no-repeat !important;
}

.rates-divider {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.side-current-rates-blog a {
  font-weight: bold;
  text-decoration: none;
  color: #225293;
  font-size: 15px;
}

.rate-values-blog {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
}

.blog-testi {
  border: 1px solid #ccc;
  padding: 0px 30px 0px 30px;
}

.blog-content {
 font-family: 'Open Sans', sans-serif;
 color: black;
}

.blog-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #134b8f;
}

.blog-content img {
  width: 100%;
  padding: 0px 0px 25px 0px;
}

.blog-date, .blog-social {
  padding: 20px 0px 20px 0px;
}

.blog-social {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.blog-social a {
  color: #134b8f;
  font-size: 20px;
}

.blog-inner-content {
  line-height: 25px;
}

.blog-inner-content h1 {
  font-size: 30px;
  font-weight: normal;
  color: black;
  padding: 20px 0px 20px 0px;
}

.blog-newsletter {
  background: #f6f6f6;
  padding: 20px 30px 20px 30px;
  text-align: center;
}

.blog-newsletter h1 {
  font-weight: normal;
  font-size: 30px;
}

.blog-newsletter input[type="email"] {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  width: 100%;
  padding: 20px;
}

.blog-newsletter button {
  width: 100%;
  padding: 5px !important;
}

.blog-newsletter .clearfix {
  padding: 30px;
}

.recommendations {
  padding: 0px 0px 50px 0px;
}

.recommendations h1 {
  font-size: 30px;
  font-weight: bold;
  color: #134b8f;
  padding: 0px 0px 20px 0px;
}

.recommendatations-posts {
  font-weight: bold;
  font-size: 17px;
  color: black;
}

.recommendatations-posts img {
  width: 100%;
}

.recommendatations-posts span {
  font-weight: normal;
  font-size: 14px;
}

/* general blog list */
.blog-list img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-list h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
  color: #134b8f;
}

.list-content {
  font-family: 'Open Sans', sans-serif;
}

.list-content a {
  font-weight: bold;
  color: #134b8f;
}

.blog-post {
  border-bottom: 1px solid #ccc;
  padding: 40px 0px 30px 0px;
}

.pull-right a {
  font-size: 20px;
  font-weight: bold;
  color: #134b8f;
}

.blog-list-newsletter {
  margin-top: 80px;
}

.blog-list-newsletter h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

/* header area */
.top-header {
  padding: 10px 0px 10px 0px;
  line-height: 15px;
}

.logo-area img {
  display: inline !important;
  /*float: left;*/
}


.logo-area img:nth-child(1) {
  margin-right: 5px;
}

.menu-area {
  text-align: right;
  padding: 0px !important;
}

.mainmenu, .submenu {
  list-style-type: none;
  float: right;
}

.submenu li {
  float: left;
  margin-right: 20px;
}

.submenu li:nth-child(n+4) {
  float: left;
  margin-right: 10px;
}

.submenu li:nth-child(8) {
  margin-right: 0px;
}

.submenu li a {
  color: #7c7c7c;
  font-size: 11px;
  text-decoration: none;
}

.mainmenu li {
  float: left;
  margin-right: 20px;
}

.mainmenu li:nth-child(7) {
  margin-right: 0px;
}

.mainmenu li a {
  color: #404040;
  font-size: 11px;
  /*font-weight: bold;*/
  text-decoration: none;
}

.navbar {
  display: none;
}

/* slider area */
.slider-bg {
  background-image: url(../images/slider3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.slider-bg2 {
  /*background-image: url(../images/slider3.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.slider-contact {
  font-size: 20px;
  width: 350px;
  text-align: center;
  color: white;
  border-top: 35px solid #ee5a19;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
  float: right;
  margin-top: -0.5em;
  margin-right: 2em; 
}

.slider-contact div {
  margin-top: -1.5em;
} 

.slider-headline {
  clear: both;
  text-align: center;
  color: white;
}

.slider-headline h1 {
  text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

.slider-headline ul {
  list-style-type: none;
  margin-left: 3.8em;
}

.slider-headline ul li {
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #4e4e50;
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 25px 0px 10px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  width: 200px;
  /*height: 200px;*/
  line-height: 40px;
}

.slider-headline div {
  /*height: 100px;
  clear: both;*/
}

.sales-funnels {
  margin-bottom: 1em;
}

.funnel-btn {
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #4e4e50;
  /*float: left;
  margin-right: 60px;*/
  margin-bottom: 20px;
  font-size: 14px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  margin: 0 auto;
  word-break: break-word;
  max-width: 200px;
}

.funnel-btn img {
  margin: 0 auto;
}

.funnel-btn-purchasing {
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #4e4e50;
  margin-bottom: 20px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  margin: 0 auto;
  /*word-break: break-word;*/
  word-break: break-word;
  max-width: 200px;
  height: 200px;
}

.funnel-btn-purchasing img {
  margin: 0 auto;
  height: 100px;
}

.funnel-btn-tv {
  min-height: 180px !important;
}

/* why choose us area */
.why-choose-us {
  text-align: center;
  color: black;
  line-height: 25px;
  margin-top: 2em;
}

.why-choose-us h1 {
  font-size: 50px;
  font-weight: bold;
}

.why-choose-us div {
  margin-bottom: 2em;
  font-size: 19px; 
}

.why-choose-us img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

/* current rates area */
.current-rates {
  background: #e4e4e4;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

.current-rates .container .row {
  padding: 20px 0px 50px 0px;
}

.current-rates h1 {
  font-size: 30px; 
  font-weight: bold;
}

.current-rates > .container > .row > div {
  font-size: 16px;
  
}

.current-rates > .container > .row > div:nth-child(2) {
  margin-bottom: 20px;
}

.current-rates ul {
  list-style-type: none;
}

.current-rates ul li {
  width: 20%;
  background: url(../images/ratesbg.png) top right no-repeat;
  padding: 25px 0px 25px 0px;
  float: left;
}

.current-rates ul li:nth-child(5) {
  background: none;
  margin-bottom: 20px;
}

.current-rates ul li div span {
  color: #225293;
}

.current-rates ul li div:nth-child(1) {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.current-rates ul li > div:nth-child(2) {
  /*margin-left: 30px;*/
  margin-left: 15%;
}

.current-rates ul li div:nth-child(2) div,
.current-rates ul li div:nth-child(3) div {
  float: left;
}

.current-rates ul li div:nth-child(2) div:nth-child(1),
.current-rates ul li div:nth-child(3) div:nth-child(1) {
  text-align: right;
  font-weight: bold;
  line-height: 15px;
}

.current-rates ul li div:nth-child(2) div:nth-child(1) span:nth-child(3),
.current-rates ul li div:nth-child(3) div:nth-child(1) span:nth-child(3) {
  color: #717171;
  font-size: 15px;
}

.current-rates ul li div:nth-child(2) div:nth-child(2),
.current-rates ul li div:nth-child(3) div:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #717171;
  margin-top: -0.36em;
}

.current-rates a {
  font-weight: bold;
  text-decoration: none;
  color: #225293;
  font-size: 18px;
}

/* testimonial area */
.testimonial {
  text-align: center;
  padding: 20px 20px 50px 20px;
}

.testimonial h1 {
  font-size: 30px;
  color: black;
  font-weight: bold;
}

.mini-border {
  border-bottom: 1px solid black;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.testi {
  text-align: center;
  color: black;
  font-size: 18px;
  margin-bottom: 3em;
}

.testi img {
  margin-bottom: 1em;
  width: 50px;
}

.testi p:nth-child(2) {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
}

/* start acting area*/
.start-acting {
  background: #134b8f;
  padding: 20px 10px 50px 10px;
  color: white;
  text-align: center;
}

.start-acting .container .row p:nth-child(1) {
  font-size: 20px;
}

.start-now-btn {
  padding: 10px 80px 10px 80px; 
}

/* footer area */
.footer {
  padding: 20px 0px 20px 0px;
}

.footer a {
  color: black;
  text-decoration: none;
}

.footer ul:nth-child(1) {
  list-style-type: none;
  /*width: 1000px;*/
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 0px;
}

.footer ul:nth-child(1) li {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
}

.footer ul:nth-child(1) li a {
  display: block;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}

.footer ul:nth-child(2) {
  list-style-type: none;
  padding-left: 0px;
  /*width: 500px;*/
  text-align: center;
  margin: 0 auto;
  clear: both;
  padding-bottom: 30px;
}

.footer ul:nth-child(2) li {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
}

.footer ul:nth-child(2) li a {
  display: block;
  color: #7c7c7c;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}

.footer ul:nth-child(3) {
  list-style-type: none;
  width: 215px;
  margin: 0 auto;
  clear: both;
  padding-bottom: 50px;
}

.footer ul:nth-child(3) li {
  float: left;
  margin-right: 20px;
}

.footer ul:nth-child(3) li a {
  display: block;
  color: #404040;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
}

.footer-widget {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

.footer-widget span,
.footer-widget a {
  color: #134b8f;
  text-decoration: none;
}

.footer-loanfinder {
  text-align: right;
}

#text-4 {
  margin-top: -0.8em;
}

/* inner pages styles */

/* about us */


/* contact us page */
.main-address {
  padding: 50px 0px 50px 0px;
}

.address-area i {
  font-size: 40px;
  color: #ee5a19;
}

.contact-title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
}

.address-text {
  margin-top: 8%;
}

.contact-form {
  text-align: center;
}

.contact-form h1 {
  font-size: 25px;
  font-weight: bold;
}

.contact-form p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

.the-form {
  width: 500px;
  margin: 0 auto;
}

/* loan finder application */
.loan-slider-menu {
  display: block;
}

.loan-finder-slider {
  display: none;
  margin-top: 0em;
}

.loan-finder {
  clear: both;
  text-align: center;
  color: white;
}

.loan-finder h1 {
  text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

.loan-finder ul {
  list-style-type: none;
}

.step-2 ul {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.loan-finder ul li {
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #4e4e50;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 25px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  width: 180px;
  height: 200px;
  line-height: 20px;
}

.loan-finder ul li > div:nth-child(2) {
  margin-top: 20px;
}

.loan-finder > div {
  height: 100px;
  clear: both;
}

.trust-logos {
  margin-top: 50px;
}

.trust-logos ul {
  list-style-type: none;
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.trust-logos ul li {
  float: left;
  padding: 20px; 
}

.loan-zip {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.range-slider-bg {
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  padding: 20px;
  width: 500px;
  height: 150px !important;
  margin-left: auto;
  margin-right: auto;
}

.range-slider-bg p {
  width: 100%;
}

.range-slider-bg input {
  width: 205px;
}

.range-slider-bg label,
#amount {
  font-family: 'Open Sans', sans-serif;
  color: #134b8f !important;
  font-size: 45px;
}

.range-slider-bg #slider-range-min {
  height: 2px !important;
}

.slider-legend {
  width: 100%;
}

.min-legend {
  float: left;
}

.max-legend {
  float: right;
}

.min-legend,
.max-legend {
  font-family: 'Open Sans', sans-serif;
  color: black;
  margin-top: 15px;
}

.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.ui-slider-horizontal 
.ui-slider-handle {
  top: -0.5em !important;
}

.ui-state-default, 
.ui-widget-content 
.ui-state-default, 
.ui-widget-header 
.ui-state-default, 
.ui-button, html 
.ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
  background: #134b8f !important;
  border: 1px solid #134b8f !important;
}

.step-6 ul {
  width: 480px !important;
  margin-left: auto;
  margin-right: auto;
}

.step-6 ul li {
  padding-top: 20px;
}

.step-9 ul {
  width: 920px !important;
  margin-left: auto;
  margin-right: auto;
}

.step-9 ul li {
  padding-top: 20px;
}

.step-9 .req {
  -webkit-appea
}

.step-10 {
  margin-bottom: 100px !important;
}

.step-13 {
  margin-top: -5em;
  padding-top: 40px;
  padding-bottom: 70px;  
}

.step-13 textarea {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.step-14 select {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* loan officer page */
.loan-officer-bg {
  background-image: url(../images/loanofficer/house.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.officer-phone,
.officer-nmls {
  color: #134b8f;
  margin-top: 8px;
}

.officer-phone {
  float: left;
}

.officer-nmls {
  float: right;
}

.officer-name {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.officer-title {
  font-size: 20px;
}

.loan-officer-info {
  background: white;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.loan-officer-info img {
  margin-left: auto;
  margin-right: auto;
}

.loan-officer-bg .row {
  padding: 50px;
}

.loan-officer-content h1 {
  color: #134b8f;
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.loan-officer-content p {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  padding-bottom: 20px; 
}

.loan-officer-content p b {
  color: #134b8f;
}

.officer-form-container {
  padding-top: 30px;
}

.loan-officer-form {
  background: #f6f6f6;
  padding: 30px;
  text-align: center;
}

.loan-officer-form h1 {
  font-size: 20px;
  color: #134b8f;  
  font-weight: bold;
}

.loan-officer-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.clear-padd {
  padding-right: 5px;
  padding-left: 5px;
}

.clear-first {
  padding-left: 0px;
}

.clear-last {
  padding-right: 0px;
}

.phone-1 {
  width: 95%;
  display: inline;
}

.apply-now {
  padding: 5px 40px 5px 40px;
  font-size: 15px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.form-select {
  font-size: 13px !important;
  padding: 0px !important;
}

/* loan officer directory page */
.profile-container {
  margin-top: 30px;
}

.officer-profile {
  margin-bottom: 30px;
  min-height: 460px;
}

.officer-profile img {
  width: 100%;
}

.officer-profile h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
} 

.officer-profile-btn {
  padding: 5px 20px 5px 20px;
  font-size: 13px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  width: 100%;  
}

.loan-search-container {
  margin-bottom: 5em;
  margin-top: 3em;  
}

.loan-expert-label {
  font-weight: bold;
  font-size: 20px;
  vertical-align: -0.4em;
}

.search-loan-expert {
}

/* inner pages styles */

/* boostrap overrides */

/* navbar overrides */
.navbar-default {
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.nav li a {
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/* visual composer overrides */
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
    background: #ee5a19 !important;
    border: 0px !important;
    color: white !important;
    text-shadow: 2px 2px 5px rgba(202, 74, 18, 1) !important;
    font-size: 20px !important;
    padding: 10px 30px 10px 30px !important;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -webkit-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1) !important;
    -moz-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1) !important;
    box-shadow: 1px 5px 0px 0px rgba(202,74,18,1) !important;
}

.fullwidth-btn, .fullwidth-btn button, .fullwidth-btn a {
  width: 100% !important;
}

.birdeye-date { font-weight: 700; }
.birdeye-date img { width: auto !important; vertical-align: -3em; }
.birdeye { color: #134b8f; }
.birdeye-date span:nth-child(2) { background: #134b8f; padding: 0.2em 0.8em 0.2em 0.8em; color: white; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.birdeye-content { line-height: 1.6em; }
.birdeye-hr { border-bottom: 1px solid black; }
.review-summary { background: #f2f2f2; padding: 2em; }                                                 
.review-summary table tr td h1 { font-size: 70px; }
.review-form { display: none; }
.review-buttons { text-align: center !important; }

/*.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
  
}*/

/* wysija / newsletter overrides */
.widget_wysija_cont .wysija-submit {
  margin-top: 0px !important;
}

.subscribe-btn {
  padding: 5px 30px 5px 30px !important;
}

/* thank you page */
.thank-you-container {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  text-shadow: 1px 1px 15px rgba(150, 150, 150, 1);
}

.thank-you-container h1 {
  padding-bottom: 30px;
}

.thank-you-text {
  font-size: 30px;
}

/* bootstrap overrides */
.navbar-nav {
  /*margin: 0px !important;*/
}

.navbar-toggle {
  position: absolute;
  right: 1px;
}

.logo-area img {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin: 0px !important;
}

.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.checkbox {
  font-weight: normal;
  padding-left: 1.5em;
}

.control-label {
  font-weight: normal;
}

.form-horizontal {
  text-align: left !important;
}

/* responsive table matrix */
/* 
Generic Styling, for Desktops/Laptops 
*/
#table-matrix {
  width: 100%;
  border-collapse: collapse;
}

.cash-out-comparison {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}

.btn-container .get-started {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
}

.btn-container img {
  width: 220px !important;
}


/* Zebra striping */
#table-matrix tbody tr:nth-of-type(odd) {
  background: #eee;
}

#table-matrix tbody tr:nth-of-type(even) {
  background: #d1d3d4;
}

#table-matrix th {
  background: #333;
  color: white;
  /*font-weight: bold;*/
  font-weight: 900;
  font-family: sans-serif;
}

#table-matrix th.spacer {
  
}

#table-matrix tbody td:first-child {
  text-align: left;
  font-weight: 900;
  font-size: 13px !important;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #333 !important; 
}

#table-matrix td {
  padding: 0.6em;
  /*border: 1px solid #ccc;*/
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

#table-matrix td:nth-child(n+2) {
  line-height: 14px;
}

#table-matrix th {
  padding: 1em;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}

#table-matrix th:first-child {
  background: transparent;
  font-weight: bold;
}

#table-matrix tbody tr:last-child td {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#table-matrix .titles {
  /*width: 15%;*/
  width: 13%;
  height: 100px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

#table-matrix .titles2 {
  width: 12% !important;
  height: 100px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.cm {
  background: #3a2215 !important;
}

.fha {
  background: #056667 !important;
}

.va {
  background: #0f4a8d !important;
}

.usda {
  background: #262161 !important;
}

.non {
  background: #864886 !important;
}

.jumbo {
  background: #649274 !important;
}

.cash-out {
  background: #a97b50 !important;
}

.leg {
  /*background: white !important;
  border: 0 !important;*/
  color: #2b3890 !important;
  font-weight: 900;
  font-family: sans-serif;
  text-align: right !important;
  width: 11%;
}

#table-matrix .spacer {
  background: white !important;
}

#table-matrix small {
  font-size: 10px;
}  

.btn-container {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.get-started {
  background: #ee523e;
  color: white;
  padding: 0.5em 2em 0.5em 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.compare-mobile {
  width: 100%;
  display: none;
}

.compare-mobile td {
  padding: 1em;
  font-size: 20px;
  border: 1px solid #ccc;
}

/*.fico {
  font-size: 30px;
  font-weight: bold;
}*/

#table-matrix .last {
  font-size: 15px !important;
  line-height: 20px !important;
}

.review-set-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.review-set-btns a {
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.review-set-btns a:nth-child(2) {
  margin-top: 0.8em;
}

.review-set-btns a:last-child {
  margin-right: 0 !important;
}


/* Footer */
footer {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  font-weight: 700;
}

.home-footer {
  position: fixed !important;
  bottom: 0;
}

.blue {
  /*position: relative !important;*/
  background-color: #0c4b8e;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}

.blue .col-md-6:first-child {
  text-align: left !important;
}

.footer-social {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.footer-social li {
  background-color: white;
  color: #0c4b8e;
  width: 40px;
  height: 40px;
  border-radius: 40px; 
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-right: 1em;
}

.footer-social li a {
  font-size: 25px;
  color: #0c4b8e; 
}

.footer-menu {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu li {
  margin-right: 1em;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu li a {
  color: white;
  text-decoration: none;
}

.sub-footer {
  margin-top: -1em;
}

.sub-footer li a {
  font-weight: normal !important;
  font-style: italic;
}

.trust-logos {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-logos li {
  margin-right: 1em;
  justify-content: middle;
}

.trust-logos li:last-child {
  marign-right: 0;
}

.trust-logos img {
  /*height: 80px;*/
}

.blue .col-md-12 ul,
.blue .col-md-12 p {
  margin-bottom: 2.5em;
}
/* Footer */


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .responsive-table-input-matrix {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-input-matrix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-input-matrix tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-input-matrix tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-input-matrix tbody tr td {
    display: block;
    text-align: center;
  }
  .responsive-table-input-matrix tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-input-matrix thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-input-matrix thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-input-matrix thead th:first-of-type {
    height: 1.4em;
  }
  .responsive-table-input-matrix thead th {
    display: block;
    text-align: right;
  }
  .responsive-table-input-matrix thead th:first-child {
    text-align: right;
  }
}

.loan-details-content {
  padding-right: 4em !important;
}


/* media queries */
@media (min-width: 992px) {
  .inner-pages {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }  
  
  .final-rate-inner {
    background: transparent !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* menu overrides */
  .logo-area {
    text-align: center;
    padding-bottom: 20px;
  }
  
  .logo-area > img {
    float: none !important;
  }
  
  .mainmenu, .submenu {
    float: none !important;
  }
  
  .mainmenu {
    clear: both;
    width: 689px;
    margin: 0 auto;
  }
  
  .submenu {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  
  .slider-contact-gen {
    display: none;
  }
  /* menu overrides */

  /* slider overrides */
  .slider-headline ul {
    margin-left: 0px !important;
    padding: 0px !important;
  }
  
  .slider-headline ul li {
    float: none !important;
    /*width: 100% !important;*/
    margin-left: auto;
    margin-right: auto;
  }
  /* slider overrides */

  /* current rates overrides */
  .current-rates ul li {
    float: none !important;
    background: transparent !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* current rates overrides */
  
  /* loan finder applicaton overrides */
  .loan-slider-menu {
    display: none !important;
  }
  
  .loan-finder-slider {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }  
  /* loan finder application overrides */
  
  /* footer overrides */
  .footer ul:nth-child(1) {
    width: 100% !important;
  }
  
  /* footer overrides */
  
  /* content overrides */
  .content {
    padding: 20px !important;
  }
  /* content overrides */
  
  .inner-pages {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
  
  .final-rate-inner {
    background: transparent !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* menu overrides */
  .logo-area {
    text-align: center;
    padding-bottom: 20px !important;
  }
  
  .logo-area > img {
    float: none !important;
  }

  .mainmenu, .submenu {
    float: none !important;
  }
  
  .mainmenu {
    clear: both;
    width: 689px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .submenu {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }

  .slider-contact-gen {
    display: none;
  }
  /* menu overrides */
  
  /* slider overrides */
  .slider-headline ul {
    margin-left: 0px !important;
    padding: 0px !important;
  }
  
  .slider-headline ul li {
    float: none !important;
    /*width: 100% !important;*/
    margin-left: auto;
    margin-right: auto;
  }
  /* slider overrides */

  /* current rates overrides */
  .current-rates ul li {
    float: none !important;
    background: transparent !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* current rates overrides */
  
  /* loan finder applicaton overrides */
  .loan-slider-menu {
    display: none !important;
  }
  
  .loan-finder-slider {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  
  .trust-logos,
  .trust-border {
    display: none;
  }
  
  .step-9 ul {
    width: 300px !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* loan finder application overrides */
  
  /* laon officer overrides */
  .officer-address {
    padding-top: 20px;
    text-align: center;
  }
  /* loan officer overrides */
  
  /* loan officer directory overrides */
  .loan-expert-label {
    text-align: center !important;
  }
  /* loan officer directory overrides */

  /* footer overrides */
  .footer ul:nth-child(1),
  .footer ul:nth-child(2) {
    width: 100% !important;
  }
  
  .footer ul:nth-child(1) li,
  .footer ul:nth-child(2) li {
    float: none !important;
  }

  .footer-widget,
  .footer-widget p.text-right {
    text-align: center !important;
  }
  
  .footer-widget img {
    margin-left: auto;
    margin-right: auto;
  }  
  /* footer overrides */
  
  /* content overrides */
  .content {
    padding: 20px !important;
  }
  /* content overrides */  
    
  .slider-contact {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .officer-logo {
    float: none !important;
  }
  
  .officer-logo img {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .officer-contact-head {
    clear: both !important;
  }
  
  .officer-contact-head h1 {
    float: none !important;
    text-align: center !important;
  }
  
  .loan-search-container {
    background: #134b8f;
    padding: 25px;
    width: 80%;
    color: white !important;
  }
  
  .slider-headline {
    margin-top: -70px;
  }
  
  .rates-container {
    background: transparent !important;
  } 
  
  .compare-mobile {
    display: block !important;
  }
  
  #table-matrix {
    display: none;
  }
}

@media (max-width: 768px) {
  /* menu overrides */
  .mainmenu, .submenu {
    display: none;
  }
  
  .navbar {
    display: block !important;
  }
  
  .nav li {
    text-align: center !important;
    background: #ccc;
    border-bottom: 1px solid #ddd;
  }
  
  .nav li:hover {
    background: #134b8f !important;
  }
  
  .nav li a {
    color: white !important;
    font-weight: normal !important;
    font-size: 15px !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
  }

  .slider-contact-gen {
    display: none;
  }
  /* menu overrides */  

  /* slider overrides */
  .slider-headline ul {
    margin-left: 0px !important;
    padding: 50px !important;
  }
  
  .slider-headline ul li {
    float: none !important;
    /*width: 100% !important;*/
    margin-left: auto;
    margin-right: auto;
  }
  /* slider overrides */

  /* why choose us overrides */
  .why-choose-us img {
    width: 100% !important;
  }
  /* why choose us overrides */
  
  /* current rates overrides */
  .current-rates ul li {
    float: none !important;
    background: transparent !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* current rates overrides */
  
  /* loan finder applicaton overrides */
  .loan-slider-menu {
    display: none !important;
  }
  
  .loan-finder-slider {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  
  .trust-logos,
  .trust-border {
    display: none;
  }
  
  .step-2 ul li {
    float: none !important;
  }    
    
  .step-2 ul {
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .step-9 ul {
    width: 300px !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* loan finder application overrides */
  
  /* laon officer overrides */
  .officer-address {
    padding-top: 20px;
    text-align: center;
  }
  /* loan officer overrides */
  
  /* loan officer directory overrides */
  .loan-expert-label {
    text-align: center !important;
  }
  /* loan officer directory overrides */

  /* footer overrides */
  .footer ul:nth-child(1),
  .footer ul:nth-child(2) {
    width: 100% !important;
  }
  
  .footer ul:nth-child(1) li,
  .footer ul:nth-child(2) li {
    float: none !important;
  }
  
  .footer-widget,
  .footer-widget p.text-right {
    text-align: center !important;
  }
  
  .footer-widget img {
    margin-left: auto;
    margin-right: auto;
  }  
  
  /* footer overrides */
  
  /* content overrides */
  .content {
    padding: 20px !important;
  }
  /* content overrides */  
    
  /* contact form */
  .the-form {
    width: 100% !important;
    padding: 0px 20px 0px 20px;
  }
  
  /* why choose text */
  .why-choose-text {
    font-size: 30px !important;
  }
  
  .logo-area img {
    float: left;
  }
  
  .slider-contact {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .officer-logo {
    float: none !important;
  }
  
  .officer-logo img {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .officer-contact-head {
    clear: both !important;
  }
  
  .officer-contact-head h1 {
    float: none !important;
    text-align: center !important;
  }
  
  .loan-search-container {
    background: #134b8f;
    padding: 25px;
    width: 80%;
    color: white !important;
  } 
  
  .slider-headline {
    /*margin-top: -70px;*/
  }
  
  .rates-container {
    background: transparent !important;
  }
  
  .range-slider-bg {
    width: 100%;
    height: 150px !important;
  }
  
  .range-slider-bg label, #amount {
    font-size: 35px !important;
  }
  
  .top-header-main {
    padding: 10px 0px 0px 0px !important;
    margin-bottom: -1em;
  } 
  
  .cm,
  .fha,
  .va,
  .usda,
  .non {
    width: auto !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }
  
  #table-matrix thead tr th:first-child {
    height: 50px;
  }
  
  .compare-mobile {
    display: block !important;
  }
  
  #table-matrix {
    display: none;
  }
  
  .loan-details-content {
    padding-right: 1em !important;
  }
  
  .review-set-btns {
    display: grid !important;
    text-align: center;
  }
  
  .review-set-btns a {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 496px) {
  /* loan finder applicaton overrides */
  .loan-slider-menu {
    display: none !important;
  }
  
  .loan-finder-slider {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  
  .loan-finder ul li {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }  

  .trust-logos,
  .trust-border {
    display: none;
  }
  
  .step-6 ul {
    width: 350px !important;
    margin-left: auto;
    margin-right: auto;
  }    
  /* loan finder application overrides */
  
  .logo-area img {
    float: left;
  }
  
  .slider-contact {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .officer-logo {
    float: none !important;
  }
  
  .officer-logo img {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .officer-contact-head {
    clear: both !important;
  }
  
  .officer-contact-head h1 {
    float: none !important;
    text-align: center !important;
  }
  
  .loan-search-container {
    background: #134b8f;
    padding: 25px;
    width: 100%;
    color: white !important;
  } 
  
  .funnel-btn {
    font-size: 9px !important;
  }

  .slider-headline {
    /*margin-top: -70px;*/
  }
  
  .rates-container {
    background: transparent !important;
  }
  
  .rates-container {
    padding-bottom: 0px !important;
  }                      
  
  .rates-value {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  
  .slider-contact {
    width: 100% !important;
    font-size: 18px !important;
    margin-top: -0.55em;
  }
  
  .loan-finder-slider {
    margin-top: 0em !important;
  }
  
  .range-slider-bg {
    width: 100%;
    height: 160px !important;
  }
  
  .range-slider-bg label, #amount {
    font-size: 25px !important;
  }
  
  .top-header-main {
    padding: 10px 0px 0px 0px !important;
    margin-bottom: -1em;
  }

  .funnel-btn-home {
    height: 210px !important;
  }
  
  #start-loan .container,
  .loan-flow,
  .slider-headline {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }  
  
  .compare-mobile {
    display: block !important;
  }
  
  #table-matrix {
    display: none;
  }
  
  .compare-mobile td {
    padding: 0.4em !important;
    font-size: 15px !important;
    height: 60px;
  }
  
  .compare-mobile tr td:first-child {
    text-transform: uppercase;
  }
  
  .compare-mobile tr td strong {
    text-transform: capitalize !important;
  }
}

@media (max-width: 360px) {
  .funnel-btn-home {
    height: 200px !important;
  }  
}