/*  colors  */

/* red: #f06062
   light grey: #c3c6c9 
   hover grey: #e1e8ed
   background grey: #dedede;
   light blue: #6b8aa3;
   blue: #2b4259   */

/*  Line Height = font size + leading / 2 */

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  /* color: #fff; */
  background-color: #ffffff;
  position: relative;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
}

img {
  max-width: 100%;
}

/* li, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
} */

/* fonts and sizes */

html {
  font-size: 100%;
}

body {
  line-height: 1.5;
  font-size: 1rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}

p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

h1 {
  font-size: 2.35rem;
  font-size: calc(1rem * 1.2* 1.2* 1.2* 1.2* 1.2);
}

h2 {
  font-size: 1.8rem;
  font-size: calc(1rem * 1.2* 1.2* 1.2* 1.2);
}

h3 {
  font-size: 1.5rem;
  font-size: calc(1rem * 1.2* 1.2* 1.2);
}

h4 {
  font-size: 1.2rem;
  font-size: calc(1rem * 1.2* 1.2);
}

h5 {
  font-size: 1rem;
  font-size: calc(1rem * 1.2);
}

h6 {
  font-size: 1rem;
}

.shadow-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #999;
  opacity: .4;
  content: '';
  z-index: 999;
  display: none;
}

/* 
i {
  color: #f06062;
} */

.header-phone span {
  font-size: 15px;
  min-width: 200px;
}

a:hover {
  text-decoration: none;
}

/* elements */

.text-title {
  font-weight: 700;
  font-style: normal;
}

.small-text {
  font-size: 14px;
}

.larger-text {
  font-size: 18px;
}

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

.medium {
  font-weight: 500;
}

.md-lg {
  font-size: 36px;
}

.blog-text {
  font-size: 36px;
}

/* red: #f06062
   light grey: #c3c6c9 
   text grey: #d1d3d4
   hover grey: #e1e8ed
   background grey: #dedede;
   form blue: #6b8aa3;
   blue: #2b4259   */

.red {
  /* color: #f06062; */
  color: #39c364;
}


.green {
  color: #39c364;
}
.blue {
  color: #013a74;
}

.lt-blue {
  color: #6b8aa3;
}

.text-grey {
  color: #d1d3d4;
}

.hover-grey {
  color: #e1e8ed;
}

.spacing {
  letter-spacing: 2px;
}

.title-group {
  background: url('/dev/themes/nj_lenders/img/new-jersey.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 36px;
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
}

.title-group .redname {
  letter-spacing: 2px;
  font-weight: 500;
  padding-left: 14px;
}

.title-heading {
  font-size: 45px;
  font-weight: 500;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}

.title-para {
  font-size: 18px;
  /* color: #d1d3d4; */
  color: #6b8aa3;
  line-height: 32px;
}

.upper {
  text-transform: uppercase;
}

/* buttons */

.btn-main {
  background: #f06062;
  font-size: 16.5px;
  letter-spacing: 2px;
  padding: 10px 26px;
  margin: 4px 2px;
  color: #fff;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 24px;
}

.btn-main:hover, btn-main:active, btn-main:focus, btn-main:visited {
  background: #f06062;
  padding: 10px 26px;
  /* margin: 4px 2px; */
  color: #fff !important;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
}

a.btn-main:hover, a.btn-main:active, a.btn-main:focus, a.btn-main:visited {
  background: #f06062;
  /* padding: 10px 26px; */
  /* margin: 4px 2px; */
  color: #fff !important;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
}

.invert-btn {
  background: #e1e8ed;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 26px;
  margin: 4px 2px;
  color: #fff;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 24px;
  text-decoration: none;
}

a.invert-btn {
  color: #6b8ba4;
  font-weight: 700;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-style: normal;
}

a.invert-btn:hover, a.invert-btn:active, a.invert-btn:focus, a.invert-btn:visited {
    background: #e1e8ed;
    font-size: 12px;
    letter-spacing: 2px;
    color: #6b8ba4;
    border: none;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
}

#default-layout .invert-btn {
  font-size: 16.5px;
}

.page-loan-officer-list #default-layout .invert-btn {
  font-size: 12.5px;
}

.inner-btns {
  margin-bottom: 15px;
}

@media(max-width: 1500px) {
  #default-layout .inner-btns {
    font-size: 12px;
  }
}

@media(max-width: 990px) {
  #default-layout .inner-btns {
    display: block;
  }
}
.btn-custom {
  color: #ffffff;
  background: #e13619;
  border: 3px solid #f06062;
  padding: .8rem 1.7rem;
  display: inline-block;
  text-align: center;
  width: unset;
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 10rem;
}

.btn-custom:hover {
  background: #e13619;
  color: #ffffff;
  border-color: #e13619;
  -webkit-box-shadow: 1px 0 3px #e13619;
  box-shadow: 1px 0 3px #e13619;
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-custom__empty {
  background: transparent;
  color: #e13619;
}

.btn-custom__empty:hover {
  color: #e13619;
  background: transparent;
}

.btn-custom__empty__invert {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-custom__empty__invert:hover {
  border-color: #ffffff;
  color: #ffffff;
}

/* arrow-top */

#return-to-top {
  /* background-color: #f06062; */
  background-color: #39c364;
  color: #fff !important;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 7.5px;
  -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  position: fixed;
  z-index: 399;
  right: 3%;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #fff;
  opacity: 0;
}

#return-to-top:hover {
  background-color: #f06062;
}

#return-to-top.shown {
  opacity: 0.95;
  bottom: 50px;
}

@media (max-width: 480px) {
  #return-to-top.shown {
    bottom: 5px;
  }
}

/*  NJ LENDERS HEADER  */

.main-header {
  position: absolute;
  margin-top: 25px;
  width: 100%;
  z-index: 99999;
}

.main-header-inner {
  background: #4e6070;
  max-height: 209px;
}

@media(max-width: 990px) {
  .main-header {
    display: none;
  }

  .main-header-inner {
    display: none;
  }
}

.header-apply {
  text-align: right;
  float: right;
}

.header-nav {
  display: inline-block;
  padding-bottom: 21px;
  padding-top: 32px;
}

.header-phone {
  /* display: inline-block; */
  position: relative;
  display: block;
}

.header-phone em {
  font-size: 37px;
}

.header-contact span {
  position: absolute;
  top: 6px;
  left: 44px;
  font-size: 15px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #144066;
}

.right-nav {
  text-align: right;
  float: right;
}

.placed-nav {
  /* margin-top: 25px; */
}

.placed-nav li {
  display: inline-block;
}

.placed-nav li a {
  font-size: 18px;
  letter-spacing: 2px;
  padding-right: 1rem;
  color: #fff;
}

.horizontal-line {
  width: 100%;
  border-bottom: 2px solid #fff;
}

.nj-lend-logo {
  position: relative;
  margin-top: -150px;
}

.lend-logo {
  text-align: center;
  /* width: 150px; */
  margin: 0 auto;
}

.header-bg {
  display: table;
  /* background: url(/dev/themes/nj_lenders/img/active-adult-baby.png); */
  background: url(/dev/themes/lenders_v2/img/lenders_homepage.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  /* background-position: 50% 50%; */
  /* height: 92vh; */
  height: 82vh;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}

.header-overlay {
  background-color: rgba(43,66,89, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}




@media(max-width: 990px) {
  .header-bg {
    background-attachment: unset;
    height: unset;
    background-position: top;
  }
}

.header-overlay {
  background-color: #172a3c;
  position: absolute;
  z-index: 1;
  opacity: .5;
  content: '';
  width: 100%;
  height: 100%;
}

.header-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  /* padding-top: 150px; */
}

@media(min-width: 1200px) {
  .hero-content {
    /* max-width: 700px; */
    max-width: 1100px;
  }
}




@media(max-width: 1500px) {
  .header-text {
    /* vertical-align: bottom; */
  }
}

@media (max-width: 1024px) {
  .header-text {
    vertical-align: middle;
  }
}

@media(max-width: 990px) {
  .header-text {
    vertical-align: middle;
  }
}

.header-text h1 {
  font-size: 71px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 75.9px;
  color: #fff;
}

.header-text p {
  font-size: 19.8px;
  line-height: 34px;
  font-weight: 500;
  /* color: #c3c6c9; */
  color: #013a74;

}

@media(max-width: 1200px) {
  .header-text h1 {
    font-size: 62px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal; 
   }
}


@media(max-width: 767px) {
  .header-text h1 {
    font-size: 42px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal; 
    line-height: 50px;
   }

  .header-text p {
    font-size: 19.8px;
    line-height: 34px;
    color: #c3c6c9;
    font-size: 17.8px;
    line-height: 25px;
  }

  .header-text p a {
    font-size: 11px;
  }
}



@media(max-width: 468px) {
  .header-text h1 {
    font-size: 42px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal; 
    line-height: 50px;
   }

.header-text p {
  font-size: 19.8px;
  line-height: 34px;
  color: #c3c6c9;
  font-size: 17.8px;
  line-height: 25px;
}
}

/*  Navigation  */

.navigation-full .header-nav li a {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #144066;
}



.front-main-nav {
  display: flex;
  align-items: flex-end;
}

.front-main-nav ul:nth-child(1) {
  margin-right: auto;
}

.front-main-nav ul:nth-child(2) {
  margin-left: auto;
}

.front-main-nav ul li {
  position: relative;
}

.front-main-nav ul li ul {
  z-index: 999999999999;
}

/* .main-header .front-main-nav ul li:hover */


.front-main-nav ul li ul {
  position: absolute;
  padding-top: 13px;
  /* opacity: 0; */
  display: none;
  
}

.front-main-nav ul li ul li a {
  font-size: 14px;
  font-weight: 500;
  
}

.front-main-nav ul li ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 15px;
  width: 0;
  border-bottom: 2px solid #fff;
  height: 2px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.front-main-nav ul li ul li:hover:after {
  width: 35px;
}

.front-main-nav ul li ul {
  /* background: #2b4259; */
  /* width: 100%; */
  /* transition: 0.5s all ease; */
  /* padding-bottom: 13px; */
  background: rgba(43,66,89,0.75);
  min-width: 300px;

}

.front-main-nav ul li {
  /* transition: unset; */
}

.front-main-nav ul li:hover {
  transition: unset;
  /* background: #2b4259; */
}

.front-main-nav ul li.has-children:hover ul {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
}

.front-main-nav ul li.has-children:hover ul li {
  white-space: no-wrap;
}


.front-main-nav ul li ul li {
  width: 100%;
}

.front-main-nav ul li ul li:hover  {
  background: rgba(255,255,255,0.5);
  width: 100%;
}

.main-header-inner .front-main-nav ul li.has-children:hover ul {
  display: block;
  z-index: 9999999;
}

.front-main-nav li a {
  font-size: 18px;
  letter-spacing: 2px;
  padding-right: 1rem;
  color: #144066;
  text-transform: uppercase;
  font-weight: 500;
}

.front-main-nav ul li ul li a {
  color: #fff;
}

/*  inner nav */
/* .main-header-inner .front-main-nav ul li ul {
  background: #4e6070;
} */


.open-nav {
  background: #2b4259;
  min-height: 80vh;
}

/*  mobile navigation */ 

.mobile-menu-burger {
  color: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
  width: 100%;

}

.mobile-menu-burger-inner {
  color: #fff;
  display: none;
  /* position: fixed; */
  right: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  background: #2b4259;
  min-height: 123px;
}

.mobile-logo {
  display: none;
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: 999999;
}



@media(max-width: 990px) {
  .mobile-menu-burger, .mobile-menu-burger-inner {
    display: block;
  }

  .mobile-logo {
    display: block;
    width: 200px;
  }
}



.mobile-menu {
  display: none;
}

.mobile-icon {
  /* position: fixed; */
  position: absolute;
  right:0;
  /* top: 0; */
  top: 4px;
  z-index: 99999999999;
}

.mobile-menu {
  width: 75%;
  /* background: #f5f5f7 !important; */
  background: #2b4259 !important;
  z-index: 1001;
  position: fixed;
  /* right: 100%; */
  left: -1000px;
  overflow: hidden;
  height: 100%;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .5s;
  top: 0;
  display: block;
  visibility: hidden;
  text-align: left;
}

.color-scroll {
  background: #2b4259;
  min-height: 123px;
}

.mobile-menu a {
  color: #fff ;
}

.mobile-menu ul  {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  margin-top: 136px;
}

.mobile-menu ul:nth-child(2) {
  margin-top: 0;
}

.mobile-menu ul:last-of-type li:nth-child(1) {
  border: none;
}

.mobile-menu ul li {
  position: relative;
  border-top: 1px solid #fff;
}

.mobile-menu ul li:last-of-type {
  border-bottom: 1px solid #fff;
}

.mobile-menu ul li ul li:last-of-type {
  border: none;
}


.mobile-menu ul li.has-children:after {
  /* content: attr(data-content) '+'; */
  font-family: FontAwesome;
  content: attr(data-content) '\f107';
  float: right;
  position: absolute;
  right: 25px;
  top: 1px;
  font-size: 28px;
  transition: 0.5s all ease;
}


.mobile-menu ul li.has-children.change:after {
  font-family: FontAwesome;
  content: attr(data-content) '\f106';
  transition: 0.5s all ease;
}

.mobile-menu ul li a {
  max-width: 200px;
  text-transform: uppercase;
  font-size: 18px;
}

/* .mobile-menu ul li {
  display: flex;
  align-items: center;
} */

.mobile-menu ul li ul li {
  display: block;
}

.mobile-menu ul li ul li a {
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 0;
}

.mobile-menu ul li ul li {
  border: none;
}


.mobile-menu ul li ul li:after {
  display: none;
}

.mobile-menu ul li ul {
  margin-top: 0;
}





.mobile-menu ul li ul {
  display: none;
}



/* .mobile-menu ul li:hover ul {
  display: block;
} */

/* .mobile-menu ul li:hover ul li {
  display: block;
  border: none;
} */

.open-sub {
  display: block !important ;
  border: none;
}

.color-link {
  color: purple;
}




.open {
  width: 100%;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .5s;
  left: 0;
  visibility: visible;
  /* z-index: 9999999999999; */
}



#hamburger {
  width: 60px;
  height: 17px;
  /*position: relative;*/
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* Icon 3 */
#hamburger span:nth-child(1) {
  top: 0;
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 10px;
}

#hamburger span:nth-child(4) {
  top: 21px;
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

/* Hamburger Span 3*/

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #144066;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.mobile-list-buttons {
  margin-top: 35px;
  max-width: 300px;
  text-align: center;

  margin: 0 auto;
  margin-top: 35px;
}

.mobile-btns { 
  width: 100%;
}

/*  awards  */

.awards-bg {
  padding-top: 15px;
  background: #2b4259;
  min-height: 155px;
  border-bottom: 2px solid #fff;
}

.rating-logos {
  padding-right: 60px;
}

.review-images {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10%;
  display: flex;
  align-items: center;
}


@media(max-width: 1500px) {

  .review-images {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 2%;
  }
}


@media(max-width: 979px) {

  .review-images {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .rating-logos {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media(max-width: 630px) {
  .rating-logos {
    padding: 0;
  }
  .review-images {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
}

@media(max-width: 476px) {

  .review-images {
    margin-left: 2%;
    text-align: center;
    /* display: block; */
  }

  .rating-logos {
    /* width: 80px; */
  }

  .award-text {
    text-align: center;
  }
}

.awards-bg .text-title {
  font-size: 18px;
  letter-spacing: 2px;
}

.awards-bg p {
  font-size: 18px;
  font-weight: 400;
}


.award-text {
  vertical-align: middle;
  display: inline-block;
  max-width: 474px;
  margin-left: 5%;
}


@media(max-width: 1500px) {
  .award-text {
    vertical-align: middle;
    display: inline-block;
    max-width: 474px;
    margin-left: 2%;
  }
}



/* mortgage calcs */

.mortgage-calcs-slide {
  background: #fff;
  background-color: url('/dev/themes/nj_lenders/img/nj-bg.png');
  background-repeat: no-repeat;
  min-height: 746px;
  padding-top: 70px;
}

.calculator-carousel {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .calculator-carousel {
    padding-bottom: 60px;
  }
}

.nextArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 50%;
  /* right: 0; */
  right: -35px;
  color: #c3c6c9;
  font-size: 46px;
}

.prevArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: -35px;
  color: #c3c6c9;
  font-size: 46px;
}

@media(max-width: 768px) {
  .nextArrowBtn, .prevArrowBtn {
    display: none !important;
  }
}


@media(max-width: 468px) {
  .nextArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    /* right: 0; */
    right: -10px;
    color: #c3c6c9;
    font-size: 46px;
  }
  
  .prevArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: -10px;
    color: #c3c6c9;
    font-size: 46px;
  }
  
}
/* MCALCS Carousel */

.calc-container {
  text-align: center;
  border: 1px solid #c3c6c9;
  min-height: 310px;
  width: 240px;
  padding: 25px 20px;
  margin: 0 auto;
}

.calc-container .calc-text {
  padding-top: 20px;
}

.calc-container .heading {
  color: #000;
  font-size: 15px;
}

.calc-container .para {
  color: #000;
  font-size: 13px;
}

.calc-container img {
  display: inline-block !important;
}

/* video bg */

.video-bg {
  background: #6b8ba4;
  /* min-height: 725px; */
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.video-container {
  /* position: relative; */
  background: url('/dev/themes/nj_lenders/img/Video_BG_Final.jpg');
  /* background-size: cover;
  background-repeat: no-repeat; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 725px;
  /* max-height: 725px; */
  width: 100%;
  display: table;
}

@media (max-width: 767px) {
  .video-container {
    background-size: cover;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.video-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}

@media(max-width : 767px) {
}

.video-information {
  max-width: 770px;
  margin: 0 auto;
}

.video-information p {
  color: #fff;
}

/* .video-information p:nth-child(1) {
  font-size: 18px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c3c6c9;
} */

.video-information p:nth-child(2) {
  font-size: 45px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.video-information p:nth-child(3) {
  font-size: 18px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c3c6c9;
}


@media(max-width: 476px) {

  .video-information p:nth-child(2) {
    font-size: 36px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

  .video-information p:nth-child(3) {
    font-size: 16px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c3c6c9;
  }
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  border: 2px solid #6b8aa3;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -32px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #6b8aa3;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* resources */

.resources {
  min-height: 699px;
  background: #fff;
  padding-top: 82px;
  padding-bottom: 82px;
}

.resources .title-group {
  text-align: left;
  background-position: top left;
  max-width: 270px;
  margin: unset;
}

@media(max-width: 993px) {
  .resources .title-group {
    text-align: left;
    background-position: top left;
    max-width: unset;
    margin: unset;
    min-height: 250px;
  }
}

.table {
  border-collapse: collapse;
}

td {
  padding: 6px;
}

.table-hover>tbody>tr:hover {
  background-color: #e1e8ed;
  padding: 5px;
}

.table-hover>tbody>tr:hover em {
  color: #f06062;
}

.resources em {
  font-size: 10px;
  color: #e1e8ed;
}

/* half-sections testimonials */

.half-sections {
  /* background: #e1e8ed; */
  background: url(/dev/themes/lenders_v2/img/testimonial_bg.png);
  width: 100%;
  display: table;
  min-height: 500px;
  padding: 100px 0px 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  
}

.half-sections .col-md-6 {
  padding: 0;
}

@media(max-width: 991px) {
  .half-sections {
    background: #dfdfe1;
  }
}

@media(max-width: 988px) {
  .half-sections .col-md-6:nth-child(1) {
    display: none;
  }
}

.testimonial-image {
  background: url('/dev/themes/nj_lenders/img/Testimonial_house_Large.jpg');
  content: '';
  position: relative;
  height: 460px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testimonial-carousel {
  /* padding-top: 100px;
  padding-left: 60px; */
  /* background: url('/dev/themes/nj_lenders/img/testimonial_quote.png'); */
  background-repeat: no-repeat;
  background-position: right bottom;
  /* max-width: 600px; */
  /* max-width: 800px; */
  min-height: 330px;
}

@media(max-width: 988px) {
  .testimonial-carousel {
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media(max-width: 617px) {
  .testimonial-carousel {
    padding-left: 10px;
    padding-top: 25px;
    max-width: 300px;
    margin: 0 auto;
  }
}

span.signature {
  /* color: #698ba1; */
  color: #fff;
  font-size: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.testimonial-carousel text-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #f26f72;
  letter-spacing: 2px;
}

.testimonial-carousel ul, slick-dots {
  text-align: left;
}

@media(max-width: 991px) {
  .testimonial-carousel ul, slick-dots {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .testimonials img, .testimonial-carousel {
    clear: both;
  }
}

.testimonial-text p {
  font-size: 14px;
}

/* .testimonials .slick-dots li {
  display: inline-block;
  margin-right: .2rem;
}

.testimonials .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  opacity: .7;
  border: 0 solid;
  outline: none;
}

.testimonials .slick-dots li.slick-active button {
  opacity: .85;
  background: #e13619;
}

.testimonials .slick-dots li:hover button {
  opacity: 1;
} */

.testimonial-carousel .slick-dots li button:before {
  font-size: 28px;
  color: #fff;
  opacity: 1;
}

.testimonial-carousel li.slick-active button:before {
  color: #39c364;
}

/* contact area */

.contact-area {
  background: #fff;
  /* padding-top: 20px; */
  /* margin-top: 80px; */
  padding-bottom: 100px;
}

.contact-icons {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 680px) {
  .contact-icons {
    display: block;
    min-height: unset;
  }

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

.contact-form-and-text {
  padding-top: 60px;
}

.contact-area .title-group {
  text-align: left;
  background-position: top left;
  margin: unset;
  min-height: 300px;
}

@media(max-width: 992px) {
  .contact-area {
    background: #fff;
    padding-top: unset;
    padding-bottom: 100px;
    margin-top: unset;
    /* padding-top: 60px; */
  }
  .contact-area .title-group {
    text-align: left;
    background-position: top left;
    max-width: unset;
    margin: unset;
    min-height: 300px;
  }
}



.contact-row img {
  float: left;
  padding-right: 20px;
}

.contact-row .col-md-12 {
  display: flex;
  align-items: center;
}

@media (max-width: 990px) {

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

  .contact-row img {
    float: unset;
  }
  .contact-icons {
    display: block;
    min-height: unset;
  }
}

@media(max-width: 979px) {
  .contact-row img {
    float: unset;
  }
}

.contact-row .text-title {
  font-size: 15px;
}

.contactform .input-item {
  background: #fff;
  border-bottom: .1rem solid transparent;
  padding: 1.2rem .5rem .3rem;
  margin-top: 1rem;
  position: relative;
  border-bottom: 1px solid lightgrey;
}

.contactform .invert-btn {
  margin-top: 3.5rem;
  /* color: #6b8ba4; */
  color: #fff;
  background: #f06062;
  font-size: 15px;
}

.contactform .input-item:first-child {
  margin-top: 0;
}

.contactform .input-item.active label, .contactform .input-item.focus label {
  top: .4rem;
  pointer-events: all;
  font-size: .65rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}

.contactform .input-item.active textarea, .contactform .input-item.focus textarea {
  height: 3rem;
}

.contactform .input-item.focus {
  border-color: #929292;
}

.contactform .input-item.active {
  border-color: #f06062;
}

.contactform .input-item label {
  font-size: 12px;
  top: .8rem;
  pointer-events: none;
  display: block;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  /* color: #d1d3d4; */
  color: #aeafaf;
}

.contactform .input-item input, .contactform .input-item textarea {
  font-family: 'Noto Serif', serif;
  width: 100%;
  padding: 0;
  display: block;
  background: transparent;
  border: 0 solid;
  outline: none;
  color: #000000;
  line-height: 1.5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contactform .input-item textarea {
  resize: vertical;
  max-height: 19.5rem;
  min-height: 1.5rem;
}

.contactform .input-item .smalltext, .contactform .input-item .radios .control-label, .contactform .radios .input-item .control-label {
  position: absolute;
  bottom: -2.3rem;
  left: .5rem;
  font-size: .8rem;
}

.contactform .smalltext, .contactform .radios .control-label {
  color: #d1d3d4;
  font-size: .9rem;
  font-family: 'Noto Serif', serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  display: inline-block;
}

.contactform .radios .form-control {
  height: unset;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contactform .radios input[type=checkbox] {
  display: none;
}

.contactform .radios input[type=checkbox]~label {
  position: relative;
  padding: .15rem 0 .15rem 1.5rem;
  display: block;
  font-weight: 300;
  font-size: .9rem;
}

.contactform .radios input[type=checkbox]~label:before {
  content: '';
  display: block;
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
  border: 0.05rem solid #000000;
  border-radius: .1rem;
}

.contactform .radios input[type=checkbox]:checked~label:before {
  background: #e13619;
  border-color: #e13619;
}

.contactform .btn-custom {
  margin-top: 3.5rem;
  display: block;
  width: 100%;
}

/* footer bar */

.footer-bar {
  /* min-height: 134px; */
  padding-top: 62px;
  padding-bottom: 62px;
  background: #2b4259;
  border-bottom: 1px solid #fff;
}

.footer-bar h1 {
  text-align: center;
  font-size: 45px;
  color: #d1d3d4;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media(max-width: 990px) {
  .footer-bar .col-md-2 {
    padding-top: 25px;
    text-align: center;
  }
}

/* footer */

footer {
  /* background: url('/dev/themes/nj_lenders/img/footer-bottom-final.jpg'); */
  background: #013a74;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.footer-logo {
  width: 250px;
}

.footer-full {
  min-height: 620px;
  position: relative;
  /* background: url(/dev/themes/nj_lenders/img/footer-bottom-final.jpg); */
  background: #013a74;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.footer-row-1 {
  margin-top: 70px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #fff;
}

.footer-social {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
}

.footer-overlay {}

.social-footer {
  padding-right: 15px;
}

.footer-phone {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
}

.footer-phone em {
  color: #f06062;
  font-size: 36px;
}

.footer-row-2 img {
  float: left;
  padding-right: 20px;
}

.footer-row-2 p {
  padding-left: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-style: normal;
}

/* .footer-row-2 p:nth-child(1) {
  padding-top: 10px;
} */

.footer-row-2 .footer-title {
  padding-top: 10px;
}

.footer-row-2 .footer-address {
  font-weight: 400;
  font-size: 10px;
}

/*  footer navigation  */

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

.footer-navigation .nav>li>a:hover, .nav>li>a:focus {
  background: none;
}

.footer-row-2 .footer-navigation ul li {
  display: inline-block;
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

.footer-row-2 .footer-navigation ul li a {
  color: #fff;
}

.footer-row-2 .footer-navigation ul li ul {
  position: absolute;
  text-align: left;
}

.footer-row-2 .footer-navigation ul li ul li {
  text-transform: capitalize;
  display: unset;
}

.footer-row-2 .footer-navigation ul li ul li a {
  font-style: normal;
  text-transform: capitalize;
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  font-weight: 400;
}

@media(max-width: 979px) {
  .footer-row-1, .footer-phone {
    display: block;
    border: none;
  }
  .footer-social {
    position: unset;
    padding-left: 25px;
  }
  .footer-row-2 .footer-navigation ul li {
    display: block;
    text-transform: uppercase;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
  }

  .footer-row-2 img {
    float: unset;
    padding: 0;
  }

  .footer-row-2 .footer-navigation ul li ul {
    position: unset;
    text-align: unset;
    /* display: none; */
  }

  .footer-row-2 p {
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-style: normal;
  }

  .bot-logo {
    text-align: center;
  }
  
}


/*  footer copy */


.copy-information {
  margin-top: 130px;
  text-align: center;

}

.copy-information p {
  font-size: 10px;
  color: #fff;
  font-weight: 400;

}


/*  loan officer  */
.lo-front {
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d3d3d5;
}

@media(max-width: 767px) {
  .lo-front {
    padding-top: 25px;
  }
}

.lo-portrait {
  width: 289px;
}

.lo-information {
  margin-top: 37px;
}

ul.lo-information-list {
  list-style-type: none;
  margin-top: 15px;
  padding: 0;
}

ul.lo-information-list li {
  background: url(/dev/themes/nj_lenders/img/mini_home.png) no-repeat left top;
  padding-left: 40px;
  padding-bottom: 6px;
  margin-bottom: 2px;
  font-size: 14px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.lo-information-list li.phone {
  background: url(/dev/themes/nj_lenders/img/mini_phone.png) no-repeat left top;
}

ul.lo-information-list li.mail {
  background: url(/dev/themes/nj_lenders/img/mini_email.png) no-repeat left top;
}

ul.lo-information-list li.location {
  background: url(/dev/themes/nj_lenders/img/mini_location.png) no-repeat left top;
}

.lo-apply {
  padding-top: 37px;
}

.lo-bio {
  font-size: 14px;
}

@media (max-width: 767px) {
  .lo-bio {
    text-align: center;
    padding-top: 50px;
  }
}

.lo-testimonial {
  font-size: 18px;
}

.lo-about {
  font-size: 18px;
}

.lo-blog {
  margin-top: 35px;
}

.lo-read {
  text-align: right;
  font-size: 12px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.page-testimonial h1.title {
  display: none;
}

.page-testimonial .title-group {
  text-align: left;
  background-position: top left;
  max-width: 500px;
  min-height: 244px;
  margin: unset;
}

.page-testimonial .title-group text-title {
  font-size: 18px;
}

.page-testimonial .para {
  font-size: 18px;
}

.page-testimonial .title-group .title-heading {
  line-height: 51px;
}

.site-type-branch .title-group {
  min-height: 243px;
}

.site-type-branch .mortgage-calcs-slide {
  padding-bottom: 70px;
}

.lo-card-btn {
  color: #fff !important;
  background: #2b4259 !important;
  font-weight: 700;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-style: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}



/* a.invert-btn:hover, a.invert-btn:active, a.invert-btn:focus, a.invert-btn:visited {
    background: #e1e8ed;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 26px;
    color: #6b8ba4;
    border: none;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
} */

.site-type-loan_officer .half-sections {
  display: block !important;
  /* margin-top: 80px; */
}

.site-type-loan_officer .half-sections .col-md-4 {
  padding-left: 0;
}

.site-type-loan_officer .testimonial-image {
  max-height: 350px;
}


.site-type-loan_officer .testimonial-carousel {
  padding-top: 50px;
}

.test-info-bar {
  /* opacity: 0; */
  position: absolute;
  width: 100%;
  z-index: 999;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #2b4259;
  color: #fff;
  
}

.test-info-bar img {
  /* width: 50px;
  display: inline-block; */
  width: 100%;
  height: inherit;
  
}

.test-info-bar .container-fluid  {
  display: flex;
  align-items: center;
}

.lo-bar-information {
  display: flex;
  align-items: center;
  margin-left: auto;
}


@media(max-width: 990px) {
  .lo-bar-information {
    margin-left: unset;
  }
}

.lo-image-circle {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}


.lo-bar-name {
  font-size: 25px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
 display: inline-block;
  line-height: 23px;
  vertical-align: middle;
  padding-left: 25px;
  padding-top: 8px;
  /* max-width: 320px; */
}

.lo-bar-title {
  font-size: 15px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d1d3d4;
  text-transform: uppercase;
}

@media(max-width: 1500px) {
  .lo-bar-title {
    font-size: 12px;
  }
}

.lo-bar-btn {
  /* margin-right: 35px; */
  text-transform: uppercase;
  font-size: 16px;
}


.lo-button-group {
  display: inline-block;
  /* float: right; */
  padding-top: 6px;
  margin-right: auto;
  flex: 2;
}
.lo-nmls-id {
  font-size: 15px;
  color: #d1d3d4;
}

@media(max-width: 1500px) {
  .lo-bar-btn {
    margin-right: 0;
    text-transform: uppercase;
    font-size: 10px;
  }
}


@media(max-width: 1200px) {
  .lo-bar-btn {
    margin-right: 0;
    text-transform: uppercase;
    font-size: 12px;
  }
}

@media(max-width: 990px) {
  .lo-button-group {
    display: none;
  }


}

.bar-btns {
  text-align: right;
}




/* Branch  */

.branch-carousel {
  padding-top: 60px;
  /* padding: 40px 0; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}



.branch-container {
  text-align: center;
  border: 1px solid #c3c6c9;
  /* min-height: 310px; */
  min-height: 344px;
  /* width: 198px; */
  width: 245px;
  /* padding: 25px 20px; */
  padding-top: 0;
  margin: 0 auto;
  /* height: 500px; */
  min-height: 398px;
}

.branch-container .branch-text {
  /* padding-top: 20px; */
  padding-top: 10px;
}

.branch-container .heading {
  color: #000;
  font-size: 15px;
  margin-bottom:  0;
  padding: 10px;
}

.branch-container .para {
  color: #000;
  font-size: 13px;
}

.branch-container img {
  display: inline-block !important;
}

.lo-image {
  position: relative;
  /* min-height: 236px; */
}


.lo-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(244,244,244, 0.9);
  opacity: 0;
  top: 0;
  left: 0;
  padding-bottom: 25%;
  padding-top: 25%;
}

.overlay-text p {
  font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.lo-card-details {
  text-align: left;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #6b8aa3;
}

div.lo-image:hover .lo-image-overlay {
  opacity: 1;
}


.map-holder #gmap {
  width: 400px;
  height: 230px;
  margin-top: 45px;
  /* margin-right:42px; */
  margin-bottom: 44px;
}

.map-holder {
  display: inline-block;
}

@media(max-width: 990px) {
  .map-holder {
    display: block;
  }

}

@media(max-width: 500px) {
  .map-holder {
    display: none;
  }
}


ul.branch-information-list {
  list-style-type: none;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
  top: 0;
  vertical-align: top;
  padding-top: 31px;
  line-height: 50px;
  margin-left: 3em;
  letter-spacing: 2px;
}

ul.branch-information-list li:nth-child(3) {
  line-height: 24px;
}


/* .footer_bottom {
    width:100%;
    text-align:center;
    border-bottom: 2px solid #cec5ba;
    line-height:0.1em;
    margin:37px 0 20px;
}
.footer_bottom div {
    position:absolute;
    top:0;
    content: url(/dev/themes/nj_lenders/img/NJ_Lenders-logo.png);
    left:50%;
    margin-left:-125px;
    background: #fff;
} */
div.line {
  text-align: center;
}

div.line img {
  position: relative;
  margin-top: -150px;
  margin-left: 42px;
}
span.whatever {
  display: inline-block;    
}
span.whatever:before,
span.whatever:after {
  height: 1px;
  content: " ";
  width: 45%;
  position: absolute;
  left: 0;
  /* top: 45px; */
  border-bottom: 1px solid #fff;
}
span.whatever:after {
 right: 0;  
 left: auto; 
}


@media(max-width: 1200px) {
  span.whatever img {
    width: 200px;
  }
}


@media(max-width: 990px) {

  ul.branch-information-list {
    display: block;
    padding-top: 0;
  }
}

ul.branch-information-list li {
  /* background: url(/dev/themes/nj_lenders/img/mini_home.png) no-repeat left top;
  padding-left: 40px;
  padding-bottom: 6px;
  margin-bottom: 2px;
  font-size: 14px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal; */
}

ul.branch-information-list li {
  font-size: 16.51px;
  color: #fff;
  font-weight: 700;
  font-family: ff-tisa-sans-web-pro, sans-serif;

}

ul.branch-information-list li em {
  font-size: 37px;
}

@media(max-width: 500px) {

  ul.branch-information-list {
    margin-left: 2.14285714em;  
    line-height: 30px;
  }
  ul.branch-information-list li {
    font-size: 12.61px;
  }

  ul.branch-information-list li em {
    font-size: 23px;
    
  }
}



/*  lo list  */

.lo-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.lo-list .title-group {
  text-align: left;
  background-position: top left;
  max-width: 100%;
  min-height: 270px;
  margin: unset;
  margin-right: auto;

}

.lo-list .lo-search {
  margin-left: auto;
}

.lo-carousel .branch-container {
  margin-bottom: 40px;
}

.lo-carousel .invert-btn {
  font-size: 11.5px;
}     

@media(max-width: 993px) {

  .lo-list {
    display: block;
  }

  .lo-list .lo-search {
    margin-bottom: 25px;
  }

  .lo-list .title-group {
    text-align: left;
    background-position: top left;
    max-width: unset;
    margin: unset;
    min-height: 250px;
  }
}

.page-loan-officer-list h1.title {
  display: none;
}


.test-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  color: #555;
  box-sizing: border-box;
  font-size: 12px;
  left: 50%;
  -webkit-appearance: none;
  padding: 10px 0px;
  /* margin: -25px 0 0 -100px;
  padding: 10px 0px;
  position: relative;
  top: 50%; */
  /* width: 100%; */
  min-width: 200px;
}

.lo-search-form option {
  font-size: 10px;
}

.jumpmenu-redirect{
  font-family: inherit;
  background-color: transparent;
  /* width: 100%; */
  padding: 10px 0px;
  font-size: 12px;
  color: #555;
  border: none;
  border-bottom: 1px solid #CCC;
  -webkit-appearance: none;
  border-radius: 0;
  min-width: 200px;
}

.test-input:focus {
  outline: none;
}

.test-input::-webkit-input-placeholder {
  color: #AAA;
}

/* .test-input:focus::-webkit-input-placeholder {
  color: dodgerblue;
} */

.test-input:focus+.underline {
  transform: scale(1);
}

@media(max-width: 468px) {
  .jumpmenu-redirect, .test-input {
    width: 100%;
    margin-bottom: 30px;
  }
}





.contactform .input-item textarea {
  resize: vertical;
  max-height: 19.5rem;
  min-height: 1.5rem;
}

.contactform .input-item .smalltext, .contactform .input-item .radios .control-label, .contactform .radios .input-item .control-label {
  position: absolute;
  bottom: -2.3rem;
  left: .5rem;
  font-size: .8rem;
}

.contactform .smalltext, .contactform .radios .control-label {
  color: #d1d3d4;
  font-size: .9rem;
  font-family: 'Noto Serif', serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  display: inline-block;
}

.contactform .radios .form-control {
  height: unset;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contactform .radios input[type=checkbox] {
  display: none;
}

.contactform .radios input[type=checkbox]~label {
  position: relative;
  padding: .15rem 0 .15rem 1.5rem;
  display: block;
  font-weight: 300;
  font-size: .9rem;
}

.contactform .radios input[type=checkbox]~label:before {
  content: '';
  display: block;
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
  border: 0.05rem solid #000000;
  border-radius: .1rem;
}





/*  branch flip  */


/*  Layout  */
#default-layout {
  box-sizing: border-box;
  /* padding-top: 80px; */
  padding-bottom: 60px;
  border-bottom: 1px solid #d3d3d5;
}

@media(max-width: 990px) {
  #default-layout {
    /* padding-top: 155px !important; */
  }
}

#content-main {
  /* border-bottom: 1px solid #d3d3d5; */
}

.sidebar-first {
  border-right: 1px solid #d3d3d5;
}

@media(max-width: 979px) {
  .sidebar-first {
    border-right: none;
  }
  
}

.block-container {
  text-align: center;
  border: 2px solid #c3c6c9;
  min-height: 310px;
  width: 260px;
  margin: 0 auto;
  padding: 25px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-container .block-text {
  padding-top: 20px;
}

.block-container .block-heading {
  color: #000;
  font-size: 15px;
}

.block-container .para {
  color: #000;
  font-size: 13px;
}

.block-container img {
  display: inline-block !important;
}


@media (max-width: 1200px) {
  .block-container {
    width: unset;
  }
}

@media(max-width:767px) {
  .block-container {
    display: none;
  }
}


.next-blog {
  font-size: 12px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 43px;
}

.page-blog-detail .media-left, .media-right, .media-body {
  display: unset;
  vertical-align: top;
}



/*  testimonials  */

.test-wrapper {
  margin-bottom: 40px;
}

.test-wrapper span {
  color: #688ba1;
  font-size: 12px;
  font-weight: 700;
}
.test-wrapper span p {
  display: inline;
  padding-right: 10px;
  font-weight: 700;
}

.test-wrapper span p:nth-child(2) {
  display: inline;
  padding-left: 10px;
  font-weight: 700;
}
.test-rating {
  float: left;
}

.test-rating p {
  font-size: 32px;
}

.test-body {
  border-left: 1px solid black;
  margin-left: 70px;
  padding-left: 30px;
}

.test-body p {
  font-weight: 700;
  font-size: 12.5px;
}


/*  careers  */

.page-job-posting-list table {
  position: relative;
}

.row-link::before {
  content: '';
  display: block;
  position: absolute;
  left: 0 ;   
  text-align: left;
  background-position: top left;
  max-width: 100%;
  min-height: 270px;
  margin: unset;
  margin-right: auto;
  width: 100%;
  height: 1em;
}

.page-job-posting-list h1.title {
  display: none;
}

.career-list .title-group {
  text-align: left;
  background-position: top left;
  max-width: 100%;
  min-height: 270px;
  margin: unset;
  margin-right: auto;

}


/* Affiliate */

.affiliate-page {
  padding-top: 80px;
}



.affiliate-row {
  display: flex;
  padding: 10px 25px;
}

.affiliate-logo {
  min-width: 350px;
  margin-left: auto;
}


.affiliate-text {
  margin-right: auto;
}

@media(max-width: 990px) {
  .affiliate-page {
    padding-top: 155px !important;
  }

  .affiliate-row {
    display: block;
  }
}


/*  pages  */

.page-page-detail h1.title .title-group {
  text-align: left;
  background-position: top left;
  max-width: 100%;
  min-height: 270px;
  margin: unset;
  margin-right: auto;
}

.page-page-detail h1.title .title-group .text-title {
  font-size: 16px;
}
  
.page-page-detail h1.title .title-group .title-heading {
  text-transform: capitalize;
}

.page-content-block {
  border-bottom: 1px solid #ddd;
  min-height: 180px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.page-content-title {
  margin-left: 20px;
  font-weight: 700;
}

.page-content-block:nth-last-of-type() {
  border-bottom: none;
}

.page-content-block img {
  float: left;
  margin: 10px 25px;
}

.page-content-block p, .page-content-block ol {
  overflow: hidden;
  font-size: 14px;
}

.page-header-img {
  padding-bottom: 50px;
}



/*  ADMIN AREA   */

#admin-menu-wrapper {
  z-index: 99999999;
}

/* header */

header {
  color: #fff;
}

@media (min-width: 979px) {
  header .container {
    padding-left: 5px;
  }
}

.hasSlider header {
  position: absolute;
  z-index: 30000;
  color: #ffffff;
  width: 100%;
}

@media (max-width: 979px) {
  .hasSlider header .navigation .navigation-list {
    background: rgba(0, 0, 0, 0.65);
  }
}

.hasSlider header .navigation .nav-bars {
  background: #ffffff;
}

.hasSlider header .navigation .nav-bars:after, .hasSlider header .navigation .nav-bars:before {
  background: #ffffff;
}

header .navigation {
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .navigation .nav-bars {
  display: inline-block;
  display: none;
  cursor: pointer;
  margin: auto 0;
  width: 2.5rem;
  height: 0.41667rem;
  background: #000000;
  position: relative;
}

header .navigation .nav-bars:after, header .navigation .nav-bars:before {
  position: absolute;
  left: 0;
  width: 2.5rem;
  height: 0.41667rem;
  background: #000000;
  content: '';
  display: block;
}

header .navigation .nav-bars:after {
  top: -0.71429rem;
}

header .navigation .nav-bars:before {
  bottom: -0.71429rem;
}

header .navigation .navigation-list ul li {
  display: inline-block;
  position: relative;
}

@media (max-width: 979px) {
  header .navigation .navigation-list ul li ul {
    padding-left: 1rem;
  }
}

@media (min-width: 979px) {
  header .navigation .navigation-list ul li:hover ul {
    opacity: 1;
    pointer-events: all;
  }
  header .navigation .navigation-list ul li ul {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

header .navigation .navigation-list ul li a {
  position: relative;
  z-index: 1;
}

header .navigation .navigation-list ul li a:after {
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: absolute;
  content: '';
  width: 0;
  height: .1rem;
  background: #e13619;
  display: block;
  right: .5rem;
  bottom: .2rem;
  z-index: -1;
}

header .navigation .navigation-list ul li:hover>a:after {
  width: calc(100% - 1rem);
  left: .5rem;
  right: unset;
}

header .navigation .navigation-list ul li a {
  color: inherit;
  padding: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
}

header .navigation .navigation-list ul li a:hover {
  text-decoration: none;
}

header .navigation .header-logo {
  max-width: 7rem;
  display: inline-block;
}

header .navigation .header-logo img {
  max-height: 2.5rem;
}

@media (max-width: 979px) {
  header .navigation .nav-bars {
    display: block;
    z-index: 200;
  }
  header .navigation .navigation-list {
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 199;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-left: -100vw;
  }
  header .navigation .navigation-list.active_nav {
    padding: 5rem 2rem 2rem 100vw;
  }
  header .navigation .navigation-list ul {
    margin-left: -0.5rem;
  }
  header .navigation .navigation-list ul li {
    display: block;
  }
}

/* footer */

.cta {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  background: #d94a4a;
}

@media (max-width: 1200px) {
  .cta {
    padding: 9vw 0;
  }
}

@media (min-width: 991px) {
  .cta .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta .row>* {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.cta .content {
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  display: block;
}

@media (max-width: 991px) {
  .cta .content {
    text-align: center;
  }
}

.cta .btn-custom {
  display: block;
}

@media (max-width: 991px) {
  .cta .btn-custom {
    max-width: 20rem;
    margin: 1rem auto 0;
  }
}

footer .contact-phone:hover {
  text-decoration: none;
  color: #ffffff;
}

footer .bg-image img {
  opacity: .35;
  -o-object-position: 0 10%;
  object-position: 0 10%;
}

footer .footer_menu ul {
  font-family: 'Noto Serif', serif;
}

footer .footer_menu ul li {
  margin-top: .5rem;
}

footer .footer_menu ul li a {
  color: #ffffff;
}

footer .footer_menu ul li a:hover {
  text-decoration: underline;
}

footer address {
  font-family: 'Noto Serif', serif;
  color: #efefef;
}

@media (max-width: 991px) {
  footer .text-right {
    text-align: left;
  }
}

footer .copyright {
  color: inherit;
}

footer .copyright * {
  color: inherit;
}

.footer-body {
  background: #000000;
  color: #ffffff;
  padding-top: 2rem;
}

.footer-body .row {
  padding-bottom: 2rem;
}

.footer-body .col-md-3, .footer-body .col-md-6 {
  padding-top: 3rem;
}

.socials {
  margin-right: -.5rem;
}

.socials li {
  display: inline-block;
}

.socials li a {
  color: #ffffff;
  padding: .5rem;
}

.socials li a:hover {
  text-decoration: none;
  color: #e13619;
}

.p-icon {
  border: 1px solid #ffffff;
  border-radius: 2px;
  width: 22px;
  height: calc(22px * 1.61);
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
  margin-right: 5px;
}

.p-icon:after, .p-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
}

.p-icon:before {
  margin-left: calc(-22px / 4);
  width: calc(22px / 2);
  height: 2px;
  top: 0;
  background: #ffffff;
}

.p-icon:after {
  margin-left: -2px;
  bottom: 3px;
  background: #e13619;
  border-radius: 2px;
  width: 4px;
  height: 4px;
}

/* slider */

.slider {
  position: relative;
  z-index: 1;
  background: #000000;
}

.slider .slider-wrapper {
  min-height: 100vh;
  color: #ffffff;
  padding: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slider-wrapper .slider-content {
  margin: auto 0;
}

.slider .slider-wrapper .slider-content span {
  display: block;
  color: #ffffff;
}

.slider .slider-wrapper .slider-content span.big {
  max-width: 50rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.slider .slider-wrapper .slider-content span.small {
  font-family: 'Noto Serif', serif;
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.slider .slider-wrapper .slider-content .btn-custom {
  margin-top: 1.5rem;
  display: block;
  max-width: 20rem;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bg-image * {
  width: 100%;
  height: 100%;
}

.bg-image .edit-group {
  height: unset;
  width: unset;
}

.bg-image img {
  opacity: .6;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-area {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.scroll-area .scroll-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #e13619;
  padding: 1rem;
}

.scroll-area .scroll-btn:after, .scroll-area .scroll-btn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scroll-area .scroll-btn:before {
  width: 4px;
  height: 1rem;
  background: #ffffff;
  margin-left: -2px;
}

.scroll-area .scroll-btn:after {
  bottom: -.3rem;
  margin-left: -7.5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #ffffff;
}

/* TESTIMONIALS */

/* .testimonials {
  padding-bottom: 1rem;
} */

.testimonials .testimonials_body li {
  padding: 1rem 0;
}

.testimonials .testimonials_body li .testimonial-text {
  font-size: 1.3rem;
  /* color: #787878; */
  color: #fff;
}

.testimonials .testimonials_body li .testimonial-text p:first-child:before {
  content: '"';
  display: inline;
}

.testimonials .testimonials_body li .testimonial-text p:last-child:after {
  content: '"';
  display: inline;
}

.testimonials .testimonials_body li .signature {
  display: inline-block;
  margin-top: 1rem;
}

.branch_page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.branch_description p.description {
  font-size: 1.2em;
  margin-bottom: 3em;
  line-height: 1.7;
}

.find_branch {
  padding-top: 4rem;
}

.maps {
  position: relative;
  padding-right: 20%;
}

@media (max-width: 767px) {
  .maps {
    padding-right: 0;
    padding-bottom: 3rem;
  }
}

.branch-map {
  height: 500px;
}

@media (min-width: 1200px) {
  .branch-map {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .branch-map {
    height: 350px;
  }
  .branch-map img {
    -o-object-position: center 0;
    object-position: center 0;
  }
}

.branch-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.branch-legend ul {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .branch-legend ul {
    bottom: unset;
    left: 0;
    top: unset;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .branch-legend ul li {
    margin-left: .5rem;
  }
}

.branch-legend li {
  position: relative;
  margin-top: .5rem;
  padding: .5rem 0 .5rem 1.5rem;
  cursor: pointer;
}

.branch-legend li:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.branch-legend li:before {
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  border-radius: 50%;
  position: absolute;
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: red;
}

.branch-legend li:nth-child(1):before {
  background: #e13619;
}

.branch-legend li:nth-child(2):before {
  background: #000000;
}

.branch-legend li:nth-child(3):before {
  background: #787878;
}

.branch-legend li:nth-child(4):before {
  background: #efefef;
}

section.intro {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.whoweare p {
  margin-bottom: 2rem;
}

.whoweare .btn-custom {
  margin-top: .5rem;
  display: block;
}

section.mortgage_calculators {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #efefef;
  background-image: url("/dev/themes/airport/img/phones.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 50% auto;
}

section.mortgage_calculators h3 {
  white-space: nowrap;
}

section.mortgage_calculators .col-md-6 {
  padding-right: 10%;
}

section.mortgage_calculators .btn-custom {
  margin-top: 2rem;
  display: block;
}

@media (max-width: 1200px) {
  section.mortgage_calculators {
    background-size: 60% auto;
  }
  section.mortgage_calculators h3 {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  section.mortgage_calculators {
    background-size: 40% auto;
  }
  section.mortgage_calculators .col-md-6 {
    padding-right: 30%;
  }
}

section.loan_programs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text_card {
  border-top: 0.1rem solid #e13619;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 991px) {
  .text_card {
    padding-right: 5rem;
    padding-right: 20%;
    padding-right: 15%;
  }
}

.text_card .learn_more {
  margin-top: 1rem;
  display: inline-block;
}

.text_card .btn-custom {
  display: block;
  margin-top: .5rem;
  width: 50%;
  min-width: 17rem;
  max-width: 30rem;
}

.text_card span {
  font-family: 'Noto Serif', serif;
  display: block;
  color: #787878;
  margin-top: .3rem;
}

.text_card.hasImage {
  padding-right: 1rem;
  padding-left: 12rem;
  position: relative;
}

.text_card.hasImage .square-box {
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 10rem;
}

.text_card.hasImage .square-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

hr {
  background: #4e6070;
  display: block;
  width: 100%;
  height: .1rem;
  border: 0px;
  margin: 3rem 0;
}

.inner_page {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

p.big {
  color: #000000;
  font-size: 1.2rem;
  margin-top: 3em;
  margin-bottom: 3em;
}

a {
  /* color: #e13619; */
  /* color: #f06062; */
  color: #39c364;
}

/* a:hover {
  color: #e13619;
  text-decoration: underline;
} */

.lo_body {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.lo_info .lo-portrait {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lo-card-container .lo-portrait {
  width: 171px;
  height: 171px;
  object-fit: cover;
  -o-object-fit: cover;

}

.lo_info .lo-name {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.lo_info .lo-title {
  padding-top: 1em;
}

.lo_info span {
  font-family: 'Noto Serif', serif;
  display: block;
  color: #787878;
  margin-top: .3rem;
}

.lo_info .btn-custom {
  margin-top: 2rem;
  display: block;
}

.lo_info .lo-title {
  display: block;
  border-top: 0.1rem solid #e13619;
}

.square-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #efefef;
}

.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}




/* Nav Bar Practice */




.main {
  width: 70%
}

.main ul {
    padding: 0;
    list-style: none;
  }


.twitter {
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  color: rgba(117,117,117 ,1);
  box-shadow: 5px 10px 20px -20px rgba(85,172,238 ,1);
}
.twitter li {
  cursor: pointer;
}
.twitter li:hover{
  color: rgba(85,172,238 ,1);
}
.twitter__bird {
  color: rgba(85,172,238 ,1);
  font-size: 1.3em;
  margin-left: auto;
  margin-right: auto;
}
.twitter li:not(:last-child):not(.twitter__bird) {
  margin-right: 10px;
}
.twitter li  i:not(.fa-twitter):not(.fa-search):not(.fa-user-circle-o) {
  margin-right: 3px;
}
.twitter li > button {
  font-size: 0.8em;
  border: 0;
  background: rgba(85,172,238 ,1);
  color: #fff;
  border-radius: 100px;
}



@media(min-width: 1800px) {
  .header-bg {
    background-size: cover;
  }
}

.header-menu-overlay {
  background: rgb(43,66,89);
  position: absolute;
  /* opacity: 0.9; */
  opacity: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  height: 0;
  z-index: 3;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}


.sidebar-first .inner-btns {
  padding: 9px 36px;
}

.sidebar-first .btn-main {
  padding: 9px 45px;
}


.sidebar-first .inner {
  text-align: center;
}

/* V2 */

.front-navigation {
  background: #fff;
}

.main-header {
  position: relative;
  background: #fff;
  /* padding-bottom: 25px; */
  padding-bottom: 7px;
}

.new-logo {
  margin-right: auto;
  width: 280px;
}

.front-main-nav .nav-list {
  margin-left: auto;
}

.main-header .container {
  max-width: 1300px;
}

.awards-bg .container {
  max-width: 1300px;
}

.awards-bg .container .row {
  align-items: center;
}

.review-images img {
  transition: 0.3s all ease;
  filter: grayscale();
}

.review-images img:hover {
  filter: unset;
}

.header-contact {
  margin-left: auto;
  margin-bottom: 10px;
}

.testimonial-title {
  font-size: 32px;
}

.rating-stars i {
  color: #f26b6c;
}

.testimonials_body {

    background-repeat: no-repeat;
    background-position: right bottom;
    /* max-width: 600px; */
    max-width: 800px;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width: 991px) {
  .testimonial-wrapper {
    text-align: center;
    justify-content: center;
   }
}


.testimonial-rating {
  border: 3px solid #39c364;
  text-align: center;
  width: 325px;
  margin: 0 auto;
  min-height: 330px;
  padding: 25px;
  border-radius: 50%;
}

p.rating {
  font-size: 100px;
  color: #013a74;
}

.testimonial-rating p.test-information {
  color: #013a74;
}

@media(max-width: 1220px) {
  .testimonial-rating {
    display: none;
  }
}

@media(max-width: 991px) {
  .testimonials_body {
    max-width: 500px;
  }
}

@media(max-width: 512px) {
  .testimonials_body {
    max-width: 300px;
  }
}

.content-container {
  max-width: 1360px;
}



/* Lenders v2 lo */

.lo-inner {
  display: flex;
  flex-wrap: wrap;
}


.lo-image-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

.lo-image-wrapper img {
  width: 100%;
  height: inherit;
}

@media(max-width: 991px) {
  .lo-image-wrapper {
    width: 150px;
    height: 150px;
  }
}

@media(max-width: 768px) {
  .test-info-bar {
    display: none;
  }

  .lo-image-wrapper {
    width: 250px;
    height: 250px;
  }
}


#default-layout {
  padding-top: 100px !important;
}

@media(max-width: 768px) {
  #default-layout {
    padding-top: 50px !important;
  }
}


/* Contact */



.contact-bar {
background: #2b4259;
padding: 30px 0px 30px 0px;
}

.contact-icons {
  color: #d1d3d4;
}
.contact-icons img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: block;
  background: #e0e8ed;
}

.contact-row img {
  padding-right: 0;
}

.contact-icon-text {
  padding-left: 100px;
}

@media(max-width: 991px) {
  .contact-icons img  {
    margin: 0 auto;
  }

  .contact-icons {
    display: inline-block;
  }

  .contact-icon-text {
    padding-left: 0;
  }
}

.mobile-menu-burger {
  background: #fff;
}

/* .front .testimonial-footer {
  display: none;
} */

.contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Test */


ul.dropdown-content li {
  list-style-type: none;
}

.dropbtn {
  /* background: #2b4259;
  color: #f26b6c;
  padding: 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  font-weight: 500; */
  background: #2b4259;
  color: #fff;
  padding: 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2b4259;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-left: 0;
}


.dropdown-content li {
  white-space: nowrap;
}


.dropdown-content a {
  /* color: #f26b6c; */
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #2b4259
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #2b4259;
}



/* Blog Index */

.blog-category-bar {
  background: #2b4259;
  padding: 10px 0px 10px 0px;
  color: #f26b6c;
}

.blog-thumbnail {
  position: relative;
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
}

.blog-thumbnail img {
  /* object-fit: cover; */
    height: 100%;
    width: 100%;
}

.blog-date {
  position: absolute;
  top: -5px;
  right: 10px;
  background: #f06062;
  padding: 15px;
  color: #fff;
  font-weight: 700;
}


.new-blog-container {
  /* border: 1px solid #000; */
  /* max-width: 300px; */
  text-align: center;
}

.new-blog-container p {
  font-size: 13px;
  padding: 15px 15px 30px 15px;
}


.content-list.blog .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#blog-list {
  /* width: 33.3%; */
  /* width: calc(95.3%/3); */
  width: calc(91.3%/4);
  margin: 10px 10px 50px 10px;
  min-height: 350px;
  border: 1px solid #000;
  position: relative;
}

#blog-list .read-more {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
}


@media(max-width: 1100px) {
  #blog-list {
    width: calc(95.3%/2);
  }
}

@media(max-width: 880px) {
  #blog-list {
    width: 100%;
  }
}




/*  Phone Content */

.phone-content {
  position: relative;
  padding-top: 140px;
  background: #fff;
}

.phone-catch {
  position: relative;
}


.phone-image img {
  align-self: center;
  /* position: absolute; */

}


section.phone-test {
  background: #fff;
  /* min-height: 1010px; */
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #6b8ba4;
}

.visible {
  opacity: 1;
}

.cell-phone {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}



.phone-text {
  /* max-width: 1250px; */
  max-width: 721px;
  margin-left: 46%;
  margin-bottom: 8%;
  margin-right: 10%;
  margin-top: 10%;
  width: 50%;
  z-index: 10;
}

.phone-text h1.subtitle {
  line-height: 50px;
  color: #013a74;
}

.phone-text p {
  font-size: 16px;
  color: #6b8aa3;
}

.phone-test .button-main {
  padding: 0.6rem 1.4rem;
  color: #fff;
}

.dl-app {
  margin-top: 140px;
}

.list-content {
  margin-top: 65px;
}

.text-block {
  position: relative;
  margin-left: 45px;
}

.img-left {
  position: absolute;
  left: -45px;
}



@media(min-width: 1752px) {
  .cell-phone {
    /* left: -25%; */
  } 
}


@media(max-width: 1751px) {
  .cell-phone {
    /* left: -25%; */
  }
}


@media(max-width: 1581px) {
  .cell-phone {
    /* left: -25%; */
  }
}


@media(max-width: 1400px) {
  .cell-phone {
    /* left: -25%; */
  }
}


@media(max-width: 1365px) {
  .cell-phone {
    left: -5%;
  }
}



@media(max-width: 1223px) {

  .cell-phone {
    /* width: 75%; */
    /* left: -30%; */
    /* top: 0; */
    left: -15%;
  }

  .list-content {
    margin-top: 50px;
  }

}

@media(max-width: 1073px) {
  .cell-phone {
    left: -23%;
  }
}

@media(max-width: 991px) {
  .cell-phone {
    display: none;
  }

  .phone-text {
    width: 100%;
    margin: 50px 20px;
  }

  section.phone-test {
    min-height: unset;
  }

  .dl-app {
    margin-top: 30px;
  }

}

@media(max-width: 768px) {

  .phone-text h1.subtitle {
    line-height: 33px;
  }

  .list-content {
    margin-top: 30px;
  }


}

.lender-red {
  color: #013a74;
}


h1.subtitle {
  color: #2b4259;
}

.bold {
  font-weight: 600;
}

.front.site-type-corporate .footer-phone {
  display: none;
}

p.comp-address {
  font-size: 14px;
}

@media(max-width: 991px) {
  .contact-row .col-md-12 {
    flex-direction: column;
  }
}



.social-lo {
  display: flex;
  justify-content: space-between;
  max-width: 120px;
  margin: 0 auto;
  padding-top: 11px;
}

.lo-flow-list {
  width: auto;
  margin: 0px 10px 10px 10px;
}

.lo-side {
  /* width: 289px;
  height: 289px; */
  width: 201px;
  height: 267px;
  object-fit: cover;
  -o-object-fit: cover;
}


@media(max-width: 768px) {
  .branch-cta {
    display: flex;
    flex-direction: column;
  }
}


@media(max-width: 991px) {
  .header-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}



/* Blog */


.entry {
	/* background: linear-gradient(180deg, rgba(0, 0, 0, .69) 80%, rgba(0, 0, 0, .69) 93%), url(https://via.placeholder.com/300); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(95.3%/3);
    /* min-height: 360px; */
    min-height: 600px;
    color: white;
    /*filter: grayscale(100%);*/
    transition: 0.3s all ease;
    position: relative;
    z-index: 8;
}

.entry:hover {
    filter: unset !important;
}

.entry:hover .gray-overlay {
    background-color: #ffffff00;
    transition: 0.3s all ease;
    backdrop-filter:none;
}
.entry:hover .blue-overlay {
    background-color: #ffffff00;
    transition: 0.3s all ease;
    backdrop-filter:none;
}

.entry .blue-overlay {
    background-color: rgba(85, 152, 158, 0.45);
    backdrop-filter: grayscale(1) opacity(1);
}
.entry .gray-overlay {
    background-color: #00000052;
    backdrop-filter: grayscale(1) opacity(1);
}

.blog-index-head {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-list #default-layout {
  padding-top: 40px !important;
}

.page-blog-list h1.title {
  display: none;
}


/* New Calcs */


section.mortgage-calculator-new {
  padding-top: 50px;
}


section.mortgage-calculator-new .title-group {
  padding: 2em;
}

.title-group .redname {
  color: #39c364;
}


.calc-apply {
  color: #39c364;
}

div#MonthlyTotal {
  color: #013a74;
}

.mw-form input[type=button] {
  background-color: #39c364;
}


/* New Buttons */


a.btn-main {
  background: #39c364;
}
a.btn-main:hover, a.btn-main:active, a.btn-main:focus, a.btn-main:visited {
  background: #39c364;
}

.blog-date {
  background: #39c364;
}

/* FEB 16 */


.italic {
  font-style: italic;
}

.testimonial-index-content p {
  font-style: italic;
}


.new-green {
  color: #39c364 !important;
}

.black {
  color: #000 !important;
}


.test-rating {
  background: #39c364;
  padding: 2px 10px 5px 10px;
}

.test-rating p {
  font-size: 16pt;
  color: #fff;
  margin-bottom: 0;
}

.header-apply {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.header-apply p {
  margin-bottom: 0;
}

.blue-bg {
  background:#013a74;
}


.footer-navigation {
  display: flex;
  justify-content: flex-end;
}
.footer-navigation ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-navigation ul li ul {
  display: block;
}

.footer-navigation ul li ul {
  width: max-content;
}

.footer-navigation ul li ul li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.footer-navigation ul li:nth-last-child(1) {
  margin-right: 0;
}

.footer-row-2 {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 35px;
}

@media(max-width: 991px) {
  .footer-full .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-row-2 {
    flex-direction: column-reverse;
  }

  .footer-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-navigation ul {
    flex-direction: column;
    text-align: center;
  }

  .footer-navigation ul li  {
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
  }


  .footer-navigation ul li ul {
    display: block;
    width: 100%;
  }

  .footer-navigation ul li ul li {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-row-2 {
    margin-top: 0;
  }

  .footer-row-2 .footer-navigation ul li {
    margin-left: 0;
    margin-right: 0;
  }

  section.footer-full {
    padding-bottom: 50px;
  }

  .footer-social {
    justify-content: center;
    padding-left: 0;
  }
}


/* Menu Changes */

@media(min-width: 991px) {


  .nav-list li.has-children {
    position: relative;
  }
  .nav-list li.has-children:after {
    font-family: FontAwesome;
    content: '\f107';
    font-weight: 900;
    font-size: 17px;
    color: #144066;
    position: absolute;
    right: 0;
    top: 11px;
    transition: 0.3s all ease;
  }

  .nav-list li.has-children:hover:after {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}


.footer-copyright {
  padding: 25px 25px;
}

.center {
  text-align: center;
}

.page-page-detail #default-layout .title-group {
  display: flex;
  align-items: center;
}

/* footer changes */

.footer-copyright p {
  color: #fff;
  font-size: 12px;
}


/* new branch header */


.site-type-branch .header-bg {
  display: block;
  align-items: center;
  justify-content: center;
  height: unset;
}

.site-type-branch .header-content {
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 25px;
  padding-right: 25px;
}


.site-type-branch .oval-content {
  display: flex;
    align-items: center;
    flex-direction: row;
    background: rgba(227,235,237, 0.8);
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 25px 50px;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}




@media(max-width: 868px) {
  .site-type-branch .oval-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}


.branch-seperator {
  width: 3px;
  height: 250px;
  background: #39c364;
  content: '';
  display: none;
}

.site-type-branch ul.branch-information-list {
  padding-top: unset;
  margin-left: 5em;
}

@media(max-width: 500px) {
  .site-type-branch ul.branch-information-list {
    padding-top: unset;
    margin-left: unset;
  }
}

@media(min-width: 991px) {
  .branch-seperator {
    display: block;
  }
}


.title-a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title-a .content-block-list {
  width: unset;
  max-width: 100%;
}

@media(max-width: 460px) {
  .title-a {
    flex-direction: column;
  }
}