/* CORE - START */

html,
body {
  /* UPDATE */ font-family: 'Open Sans', sans-serif;
  /* UPDATE */ font-weight: 300;
  /* UPDATE */ color: #2f4f66;
 margin:0;
 display:table;
 height:100%;
 width:100%;
}

.wrapper {
    height: auto;
}

h1 {
  /* UPDATE */ font-family: 'Raleway', sans-serif;;
  font-size: 46px;
  font-weight: 800;
  color: #003057;
  line-height: 1.1em;
}

h2 {
  /* UPDATE */ font-family: 'Raleway', sans-serif;;
  font-size: 24px;
  font-weight: 300;
  color: #282728;
  line-height: 1.4em;
}

h3 {
  /* UPDATE */ font-family: 'Raleway', sans-serif;;
  font-size: 18px;
  font-weight: 700;
  color: #003057;
}

h4 {
  /* UPDATE */ font-family: 'Raleway', sans-serif;;
  font-size: 14px;
  font-weight: 700;
  color: #282728;
}


.body-m {
  /* UPDATE */ font-family: 'Montserrat', sans-serif;;
  font-size: 18px;
  font-weight: 400;
  color: #282728;
}

.body-m:hover {
  /* UPDATE */ font-family: 'Montserrat', sans-serif;;
  font-size: 18px;
  font-weight: 400;
  color: #282728;
}

.body-xs {
  /* UPDATE */ font-family: 'Montserrat', sans-serif;;
  font-size: 12px;
  font-weight: 400;
  color: #838587;
  line-height: 20px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #838587;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0000ee;
}

a:hover {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0000ee;
}

.spacer {
    min-height: calc(100vh - 303px);
}



@font-face {
    font-family: 'thickregular';
    src: url('/assets/fonts/loanzify-thick-webfont.woff2') format('woff2'),
         url('/assets/fonts/loanzify-thick-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* UPDATED - START */
@font-face {
    font-family: 'LHP-Services';
    src: url('/assets/fonts/LHP-Services.woff2') format('woff2'),
        url('/assets/fonts/LHP-Services.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LHP-General-1';
    src: url('/assets/fonts/LHP-General-1.woff2') format('woff2'),
        url('/assets/fonts/LHP-General-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-thick {
    font-family: 'thickregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
}

.font-services {
    font-family: 'LHP-Services', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 60px;
}

.font-general-1 {
    font-family: 'LHP-General-1', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 60px;
}

/* UPDATED - END */


/* PRIMARY BLUE */
.bg-primary-blue {
  background-color: #003057 !important;
}

/* PRIMARY SLATE */
.bg-primary-slate {
  background-color: #A4BCC2 !important;
}

/* PRIMARY SLATE (20) */
.bg-primary-slate-20 {
  background-color: #e8eef0 !important;
}

/* PRIMARY CHARCOAL */
.bg-primary-charcoal {
  background-color: #282728 !important;
}

/* SECONDARY GREEN */
.bg-secondary-green {
  background-color: #64c887 !important;
}

/* SECONDARY ORANGE */
.bg-secondary-orange {
  background-color: #fa7d00 !important;
}

/* GREY 1 */
.bg-grey-1 {
  background-color: #838587 !important;
}

/* GREY 2 */
.bg-grey-2 {
  background-color: #caccce !important;
}

/* GREY 2 (15) */
.bg-grey-2-15 {
  background-color: #f2f3f3 !important;
}

.bg-light {
    background-color: red !important;
}



.btn-primary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  border-radius: 100px;
  margin: 0px;
  color: #ffffff;
  transition: .6s;
  border: none;
  opacity: 1;
  transition: .8s;
  width: 170px;
  height: 44px;
  background-color: rgba(0, 48, 87, 1);
}

.btn-primary:hover {
  background-color: rgba(0, 48, 87, 0.8);
}

.btn-primary:active {
  background-color: rgba(0, 48, 87, 0.8);
}

.btn-primary:focus {
  background-color: rgba(0, 48, 87, 0.8);
}

.btn-primary:disabled {
  background-color: rgba(0, 48, 87, 0.3);
}


.btn-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  border-radius: 100px;
  margin: 0px;
  color: rgba(0, 48, 87, 1);
  transition: .6s;
  border: none;
  opacity: 1;
  transition: .8s;
  width: 170px;
  height: 44px;
  border: 2px solid rgba(0, 48, 87, 1);
  background-color: transparent;
}

.btn-secondary:hover {
  border: 2px solid rgba(0, 48, 87, 0.8);
  background-color: transparent;
  color: rgba(0, 48, 87, 0.8);
}

.btn-secondary:active {
  border: 2px solid rgba(0, 48, 87, 0.8);
  background-color: transparent;
  color: rgba(0, 48, 87, 0.8);
}

.btn-secondary:focus {
  border: 2px solid rgba(0, 48, 87, 0.8);
  background-color: transparent;
  color: rgba(0, 48, 87, 0.8);
}

.btn-secondary:disabled {
  border: 2px solid rgba(0, 48, 87, 0.3);
  background-color: transparent;
  color: rgba(0, 48, 87, 0.8);
}


.section {
    min-height: 100%;
}

/* FORM - START */

.form-control {
  padding: 19px 10px;
  border-radius: 5px;
  height: 50px;
}

.form-control input {
  height: 50px;
}

select {
  padding: 20px 10px;
  border-radius: 5px;
}

label {
  text-transform: uppercase;
}

/* FORM - END */

/* CORE - END */



/* NAVIGATION - START */

.navbar {
  z-index: 200 !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  position: fixed;
  width: 100%;
  top: 0;

}

@media (min-width: 992px) {
  .navbar {
    z-index: 200 !important;
    background-color: transparent;
    box-shadow: none;
    position: initial;
    height: 80px;

  }
}


.navbar-nav .nav-link {
    text-align: center;
}

.navbar img {
  /* UPDATE */ width: 160px;
}

@media (min-width: 768px) {
  .navbar img {
    /* UPDATE */ width: 200px;
  }
}

@media (min-width: 1200px) {
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem; 
}
}

.navbar-expand-lg .navbar-nav .dropdown-menu .navbar-nav .nav-link {
    text-align: center !important;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu .navbar-nav .nav-link {
    text-align: left !important;
}
}

@media (min-width: 1300px) {
  .nav-link a {
    padding: 0px;
    color: #003057;
    font-size: 18px;
  }
}

@media (min-width: 1300px) {
  .nav-link:hover {
    text-decoration: underline;
    color: #003057;
    font-size: 18px;
  }
}

.nav-item {
    color: #003057;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;

}

.dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

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

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

.dropdown-content a {
  color: #003057;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  margin-top: 6px;
  color: #003057;
  text-align: center;
}

@media (min-width: 992px) {
.dropdown-menu {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 5px;
  margin-top: 6px;
  color: #003057;
  text-align: left;
}
}

.dropdown-item {
  color: #003057;
}

.dropdown-item:hover {
  color: #003057;
}

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

.dropdown:hover .dropbtn {
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
   /* UPDATE */ background-color: #6bc1d3 ;
}

.dropdown-toggle::after {
   display: none;
}

.navbar-collapse {
  margin: 0rem;
  padding: 2rem 0rem 3rem 0rem;
}

@media (min-width: 768px) {
  .navbar-collapse {
    margin: 0rem;
    padding: 2rem 0rem 2rem 0rem;
  }
}

.nav-background {
  background-color: red;
}

@media (min-width: 768px) {
  .nav-background {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: transparent;
  }
}

.lock-up {
    border-left: 1px solid #003057;
    height: 45px;
    font-size: 14px;
    line-height: 20px;
    display: none !important;
    color: #003057;
}

/* UPDATED */
@media (min-width: 768px) {
.lock-up {
    height: 55px;
    font-size: 18px;
    line-height: 20px;
    display: flex !important;
    color: #003057;
}
}

.navbar-toggler-icon {
    color: #003057;
    font-size: 30px;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
.navbar-toggler-icon {
    display: none;
    
}
}

.fa-chevron-down {
    color: #64c887;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
}


/* NAVIGATION - END */

/* HERO SECTION - START */

.hero-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: none;
  height: 200px;
}

@media (min-width: 768px) {
  .hero-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: 
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 58%),
    url(../../assets/img/hero-background.png);
    height: 560px;
    margin-top: -110px;
  }
}



.hero-logo img {
  max-width: 250px;
  height: auto;
}

.hero-logo img {
  padding: 15px;
}

.hero-nav {
  padding: 0px 15px;
  text-align: right;
}

.hero-headline {
    margin-top: 0px;
    margin-bottom: 45px;
}

@media (min-width: 768px) {
.hero-headline {
    margin-top: 100px;
    margin-bottom: 50px;
}
}

@media (min-width: 992px) {
.hero-headline {
    margin-top: 40px;
    margin-bottom: 50px;
}
}

/* HERO SECTION - END */

/* CARD - START */

.card-container {
  margin-top: -100px;
}

@media (min-width: 768px) {
  .card-container {
    margin-top: -400px;
  }
}

.card-wrapper {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
  -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
}

.card-wrapper-fixed {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
  -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
  height: auto;
}

@media (min-width: 992px) {
.card-wrapper-fixed {
  margin: 0px;
  height: 430px;
}
}

.card-wrapper-content {
  height: auto;
}

@media (min-width: 1200px) {
.card-wrapper-content {
  height: 90px;
}
}

.card-wrapper-ns {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
}


.card-image {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image img {
  max-width: 150px;
}

/* CARD - END */

/* ABOUT US - START */

.about-wrapper {
  background-position: top center;
  background-size: cover;
  background-image: url(../../assets/img/about-background.png);
  padding: 25px 0px;
}

@media (min-width: 768px) {
  .about-wrapper {
    background-position: top center;
    background-size: cover;
    background-image: url(../../assets/img/about-background.png);
    padding: 170px 0px;
  }
}

/* ABOUT US - END */

/* ACCORDIAN - START */


.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 20px;
}

.accordion>.card .card-header {
    margin-bottom: 0px;
}

.card {
    border: none;
}

.card-header:first-child {
    border-radius: 20px;
}

.card-text {
  padding: 0px 20px;
}

/* CUSTOM COLOR */
.accordion .card-header:after {
  content: "\25BD";
  float: right;
  /* UPDATE */color: #6bc1d3;
  transition: .7s;
}

/* CUSTOM COLOR */
.accordion .card-header.collapsed:after {
  content: "\25BD";
  transform: rotate(90deg);
  /* UPDATE */color: #6bc1d3;
  transition: .7s;
}

/* ACCORDIAN - END */

/* FORM OVERWRITE */
.single-field label {
    color: #282728 !important;
    font-size: 14px;
    text-transform: none !important
}

.single-field select {
    border: 1px solid #caccce !important;
    height: 50px !important;
}

.btn-submit {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  border-radius: 100px !important;
  margin-top: 20px !important;
  color: #ffffff !important;
  transition: .6s !important;
  border: none !important;
  opacity: 1 !important;
  transition: .8s !important;
  width: 170px !important;
  height: 44px !important;
  background-color: rgba(0, 48, 87, 1) !important;
  border: none !important;
}

.template-standard {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
}

.form-control-wrapper input {
    border: 1px solid #caccce !important;
    height: 50px !important;
}

#front-end-app .form-control, #front-end-app output {
    color: #838587 !important;
}

/* TESTIMONIALS */
.testimonial-content {
    padding: 30px;
    webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
}

/* TOOLS SECTION */
.tools-wrapper {
    width: 350px;
    height: auto;
    flex: 0 0 33.333333%;
}

/*TESTIMONIALS */
.lo-wrapper {
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
}

.lo-wrapper img {
    max-width: 120px;
}





.lo-image img {
    display: none;
}

@media (min-width: 992px) { 
.lo-image img {
    display: block;
}
}





/*MORTAGE BASICS */

.link-list {
    list-style-type: none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;

}

.link-list li {
   padding: 6px 0px;
}

@media (min-width: 576px) { 
.link-list {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
}

.fa-chevron-right {
    font-size: 10px;
    color: #64c887;
}

/*PROFILE */
.profile {
    display: none;
}

@media (min-width: 992px) { 
.profile {
    display: block;
    padding: 60px 0px 30px 0px;

}
}

/*TEMPLATE ADJUSTMENTS */
.headline {
    /* UPDATE */ color: #003057 !important;
    /* UPDATE */ font-weight: 700;
    font-size: 1.7em;
    padding-top: 30px;
    padding-bottom: 34px;
    text-transform: none;
}

/*FOOTER*/
.social-row {
    display: flex-inline;
    color: #ffffff;
    font-size: 24px;
}

.social-row a {
    color: #ffffff;
}

.fa-facebook-f {
    font-size: 24px;
}

.fa-twitter {
    font-size: 24px;
}

.fa-linkedin-in {
    font-size: 24px;
}

.fa-youtube-square {
    font-size: 24px;
}

footer {
display:table-row !important;
height:1px !important;
}


/*LOAN OFFICER PAGE */

.contact-block {
    text-align: left;
    display: inline-flex;
    padding: 0px 20px;
}

.fa-ul-profile {
  -webkit-columns: 1; /* Chrome, Safari, Opera */
  -moz-columns:  1; /* Firefox */
  columns: 1;
}

.fa-ul {
  -webkit-columns: 1; /* Chrome, Safari, Opera */
  -moz-columns:  1; /* Firefox */
  columns: 1;
}


@media (min-width: 768px) { 
.fa-ul {
  -webkit-columns: 2; /* Chrome, Safari, Opera */
  -moz-columns:  2; /* Firefox */
  columns: 2;
}
}

.fa-ul li {
  margin: 0px 20px;
}


hr.custom-line {
    border: 0;
    height: 1px;
}

/*ACCORDIAN OVERWRITE */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ffffff !important;
    border: 1px solid #f2f3f3;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 0px !important;
    margin-top: 6px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #caccce !important;
    font-weight: 700 !important;
    color: #003057 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: 700 !important;
    color: #003057 !important;
}

.ui-widget-content {
    border-left: 1px solid #caccce !important;
    border-right: 1px solid #caccce !important;
    border-bottom: 1px solid #caccce !important;
    border-top: none;
}

.ui-accordion .ui-accordion-content {
    padding: 20px 25px !important;
    
}

.ui-icon-triangle-1-e {
    background-position: -64px 0px !important;
    background-image: url(https://download.jqueryui.com/themeroller/images/ui-icons_64c887_256x240.png) !important;
}

.ui-icon-triangle-1-s {
    background-position: -32px 0px !important;
    background-image: url(https://download.jqueryui.com/themeroller/images/ui-icons_64c887_256x240.png) !important;
}

.ui-widget-content a {
    color: #838587 !important;
}

/*TESTING ONLY / DON'T INCLUDE*/
.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
}

.content-image{
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p{
    color: #fff;
}

.fadeIn-bottom{
    top: 80%;
}

.fadeIn-top{
    top: 20%;
}

.fadeIn-left{
    left: 20%;
}

.fadeIn-right{
    left: 80%;
}














