/* -----------------------------------

GENERAL

------------------------------------ */
html {
  position: relative;
  min-height: 100%;
}

body {
  background: #d7e2d8;
  font-family: "Cabin", sans-serif !important;
  font-size: 16px/1.35em;
}

/* -----------------------------------

TYPOGRAPHY

----------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

h2 {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1.25em;
  color: #333;
  border-bottom: 4px solid #eee;
}

h2 strong {
  color: #588e4b;
  border-bottom: 3px solid #588e4b;
}

h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #588e4b;
}

h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
}

p {
}

em {
  font-style: italic;
}

/* -----------------------------------

CONTENT

----------------------------------- */

@media (max-width: 767px) {
  .nav-main {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
  .nav-main {
    margin-right: 5px !important;
  }
  ul.nav-main li {
    margin-left: 0;
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px !important;
  }
  .nav-main {
    margin-right: 15px !important;
  }
  ul.nav-main li {
    margin-left: 15px;
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px !important;
  }
  ul.nav-main li {
    font-size: 100%;
  }
}

#content-wrapper {
  width: 100%;
  margin-top: 85px;
  background-color: #d7e2d8;
}

.container .jumbotron {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding-top: 0;
}

.jumbotron .btn {
  padding: 24px;
  font-size: 21px;
}

.setup-step {
  display: none;
}

#inquiry-step {
  padding-right: 15px;
}

#content-main {
  padding-top: 40px;
}

#content-sidebar {
  padding-top: 20px;
  background-color: #f7f7f7;
  height: 100%;
}

.logo {
  position: relative;
  display: block;
  width: 250px;
  height: 57px;
  background: url(/application/views/www/public/assets/img/sprites.png)
    no-repeat 0 0;
  text-indent: -9999px;
}

@media (max-width: 369px) {
  .navbar-brand img {
    width: 125px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    width: 187px;
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .navbar-brand img {
    width: 250px;
    height: 53px;
  }
}

.or-call-for-rates {
  display: none;
}

/* -----------------------------------

HEADER

----------------------------------- */
#header-wrapper {
  width: 100%;
  height: 85px;
  top: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  border-top: 5px solid #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#header {
  padding: 0;
}

#header .logo {
  margin-top: 10px;
}

a.navbar-brand {
  padding-top: 10px !important;
}

#header nav {
  border: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

.nav-top {
  position: absolute;
  top: 0px;
  right: 180px;
}

.nav-top .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 84%;
}

.nav-main {
  font-size: 125%;
  z-index: 222;
  margin-top: 30px;
}

.nav-main li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: none;
}

.navbar-collapse {
  padding: 0;
}

.navbar-collapse.in {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  #header {
    padding: 0 15px;
  }

  .nav-main li {
    width: inherit;
  }
}

.nav-main li a {
  display: block;
  color: #44974f !important;
}

.nav-main li a:hover {
  color: #588e4b !important;
}

.nav-main li.active a {
  color: #588e4b !important;
  font-weight: bold;
}

.nav-main li.last {
  width: 140px;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.callout {
  position: relative;
  right: 0;
  top: 0;
  z-index: 111;
  width: 140px;
  padding: 20px 15px;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-right: -30px !important;
}

.callout a {
  position: relative;
  z-index: 555;
  font-weight: bold;
  font-size: 14px;
}

.callout span {
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 61px;
  background: url(/application/views/www/public/assets/img/sprites.png)
    no-repeat;
}

.callout span.search-icon {
  background-position: 0 -155px;
}

.callout span.phone-icon {
  background-position: -60px -155px;
}

/* -----------------------------------

FOOTER

----------------------------------- */

/* #footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

#footer .logo {
  margin: 0 auto;
} */

#footer {
  display: block;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

#footer .logo {
  margin: 0 auto;
}

#footer ul {
  list-style: none;
  padding-left: 0;
}

#footer .grid-container > div {
  padding: 10px;
}

#footer .main .fb > img {
  padding-right: 1px;
}

#footer .main .twitter > img {
  margin-top: 3px;
  padding-left: 1px;
}

#footer .main .social:hover > img {
  filter: invert(1);
}

#footer .main .fb:hover {
  background-color: #4267B2;
  border-color: #4267B2;
}

#footer .main .ig:hover {
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  border-color: #e6683c;
}

#footer .main .twitter:hover {
  background-color: #000;
  border-color: #000;
}

#footer .accolades .awards .inc-5000 {
  position: relative;
  padding-right: 5px;
}

#footer .accolades .awards .bbb {
  position: relative;
  padding-left: 5px;
}

#footer li {
  margin-bottom: 10px;
}

#footer .main .social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
}

#footer .main .social {
  position: relative;
  padding: 5px;
  border: 2px solid #000000;
  margin: 5px;
  border-radius: 30px;
}

#footer .main > p {
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 720px) {
  #footer .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #footer .main {
    grid-column-start: 1;
    grid-column-end: 12;
    text-align: center;
  }
  
  #footer .about {
    margin-left: 10px;
    grid-column-start: 1;
    grid-column-end: 6;
  }
  
  #footer .legal {
    grid-column-start: 6;
    grid-column-end: 12;
  }
  
  #footer .other {
    margin-left: 10px;
    margin-right: 10px;
    grid-column-start: 1;
    grid-column-end: 12;
    border-top: 1px solid #5F5F5F;
  }
  
  #footer .disclosure {
    grid-column-start: 1;
    grid-column-end: 12;
    text-align: center;
    margin: auto;
  }
  
  #footer .accolades {
    grid-column-start: 1;
    grid-column-end: 12;
  }
  
  #footer .accolades .awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 720px) { 
  #footer .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    gap: 5px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .main {
    grid-column-start: 1;
    grid-column-end: 6;
    text-align: center;
  }

  #footer .main .logo {
    margin: 0 auto;
  }

  #footer .about {
    grid-column-start: 6;
    grid-column-end: 7;
  }

  #footer .legal {
    grid-column-start: 7;
    grid-column-end: 9;
    border-left: 1px solid #5F5F5F;
  }

  #footer .other {
    grid-column-start: 9;
    grid-column-end: 11;
    border-left: 1px solid #5F5F5F;
  }

  #footer .disclosure {
    grid-column-start: 1;
    grid-column-end: 8;
    text-align: center;
    margin: auto;
  }

  #footer .accolades {
    grid-column-start: 8;
    grid-column-end: 12;
  }

  #footer .accolades .awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-left: auto;
    margin-right: 0;
  }
}

/* -----------------------------------

GENERAL BOOTSTRAP OVERRIDES

------------------------------------ */
.text_intro {
  font-size: 18px !important;
}
a {
  color: #44974f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

.btn.active {
  color: #28b62c;
}

.btn.active:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
}

.text-success {
  color: #5c914e;
}

.well {
  border-radius: 0;
}

#content > .well {
  border-top: 0;
}

/* -----------------------------------

PAGE STYLES

------------------------------------ */

#leads-features div.panel {
  min-height: 200px;
  text-align: center;
}

#crm-features div.panel {
  min-height: 300px;
  text-align: center;
}

#first_name {
  left: -9999px;
  position: absolute;
}
.state-check-btn {
  font-size: 13px !important;
  min-width: 58px !important;
  padding: 10px !important;
}

/* PNOTIFY */
.ui-pnotify.stack-bar-bottom {
  margin-left: 15%;
  right: auto;
  bottom: -3px;
  top: auto;
  left: auto;
}

/* HOMEPAGE FORM OVERRIDES */

#content-full {
  background-image: none !important;
  border-bottom: 0 !important;
}

#right-col-head-as-seen {
  text-transform: uppercase;
  margin-top: 20px !important;
  font-size: 75% !important;
  color: #656766 !important;
}

#right-col-head {
  color: #656766 !important;
  font-size: 22px !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

#right-col ul {
  padding-left: 0;
}

#right-col ul li {
  color: #656766 !important;
  background-position: 0 5px !important;
}

.trust-icons {
  margin-top: 10px;
}

#form-container h3 {
  font-size: 28px !important;
}

/* THANK YOU PAGE */
#thank-you #client-info .btn {
  text-transform: none !important;
  font-size: 110%;
}
#thank-you #rating-breakdown-btn {
  display: none;
}
#thank-you .bank-name a {
  text-decoration: none;
}
#thank-you .rating-xs {
  font-size: 1.2em !important;
}
#thank-you .star-rating .caption {
  font-size: 80%;
  margin-top: -5px;
}
#thank-you .table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #fffcf2;
}
#thank-you #client-info .panel-heading {
  border-bottom: 1px solid #d8d8d8;
}
#thank-you .hidden-phone {
  display: none;
}

/* CITY LOAN STATS */
#loan-stats #vmap .jqvmap-zoomin {
  top: 20px;
}

#loan-stats #vmap .jqvmap-zoomout {
  top: 60px;
}

#loan-stats #vmap .jqvmap-zoomin,
#loan-stats #vmap .jqvmap-zoomout {
  font-size: 24px;
  line-height: 24px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  left: 20px;
}

@media (min-width: 992px) {
  #thank-you-personal-loan {
    /* background-image: url(/application/views/www/public/assets/img/hero-image-happy-couple.jpg);
        background-repeat: no-repeat;
        background-position: right top; */
  }
}

.cta-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 24px;
  border: 1px solid #487243;
  border-radius: 8px;
  background: #75ba6d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#75ba6d),
    to(#487243)
  );
  background: -moz-linear-gradient(top, #75ba6d, #487243);
  background: linear-gradient(to bottom, #75ba6d, #487243);
  -webkit-box-shadow: #6cac65 0px 0px 5px 0px;
  -moz-box-shadow: #6cac65 0px 0px 5px 0px;
  box-shadow: #6cac65 0px 0px 5px 0px;
  text-shadow: #2d482a 1px 1px 1px;
  font: normal normal bold 20px trebuchet ms;
  color: #ffffff;
  text-decoration: none;
}
.cta-button:hover,
.cta-button:focus {
  border: 1px solid #5a8f54;
  background: #8cdf83;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8cdf83),
    to(#568950)
  );
  background: -moz-linear-gradient(top, #8cdf83, #568950);
  background: linear-gradient(to bottom, #8cdf83, #568950);
  color: #ffffff;
  text-decoration: none;
}
.cta-button:active {
  background: #487243;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#487243),
    to(#487243)
  );
  background: -moz-linear-gradient(top, #487243, #487243);
  background: linear-gradient(to bottom, #487243, #487243);
}
.cta-button:not(.no-icon):after {
  content: "\0000a0";
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 -4px -6px 4px;
  position: relative;
  top: 0px;
  left: 0px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADA0lEQVRIiY1WS2gTQRj+dneS3TRJU/qIBUu1JQZRPBTqwUKltlihvfqiBz30IF705M1j8eahFLTQXnoQBD2VUhAEe1ARqVTBRyn0aYsaY15tN6/d+T1kN0w3mzYf/Ow3//zz/zPfzgwDADJKkF0MLlz81srdHVUGVSvsyhWrIQHgAreNXDgPnwye7uxqHg00qJT8rW9bY8kaf4ArjuROSC6cmo4HBp9MPB6L6zsdeVNPp2LZLeJkWIltEADYBUhIwIU2d/glABQK+85dGb4w1NtzPprSk827ejrxb2d/RZDILiQza6ATop726mQxlsiEv17Wbo9c69ezWRgFnlr7HH8vxMgAOFM8shZoUNsA1LkUcoXmZ2ECgZOBuqCsPXxwf2gM42De709Xl+KvzSLP2bEs0KC23bgzMB6NdEaIeKVgLiAihEK+OgAgcGSLSdwdvdU/43sB4BNWPsbm7ZUwAHXRSGdk8HJP1OSFmlZAIBCZIHBLbA5/PXPK9RYAFM3Pjl0c7Lre0dHaZFIBHCYIJjgMEDi4g5f67H1QgmStxKtKbKC379Tar/XWvKlnUrHsFgMk7OVT2E7/QMHMCspU10hU0MllScbVm5f6PaqCP+vvlhkA7BUS2ExlkDf2apLoMCiyCi1/opBMpuIADFZSFGUxap6qg0sAVBaEvN+SmZl8Nb26FJ9K/81tMADwKD4E1BC8LHDkDgKV/kbe2EXRyJV3neoJIh8PJhbmF+dWl+JTsY3dZVgHLfPty9qHzXUtQTBrkoGI0N3XfgaBXD0IUBQv5P2WzML84tzSwuaEnRwAt+cqnljxJLqBt59tHLn3aHiCh342apYszybfTAszL+dkRyQ/cOydhTXmLoswVj7szhH/eAX3lGX5WiGLOGGGyqv6SIkA6EY6kHj+cnbWIUsFJFSXyFmg7Au1+FpDYV93br+4LCQXZ263ZQml+4gB8FrGBHPiwJXtWJUhWMHmTOi0A70OHyyf3S+iIPhtKye346u9FI56LdT6AKjaeRhqfrb8B/vliNRwIXbUAAAAAElFTkSuQmCC")
    no-repeat left center transparent;
  background-size: 100% 100%;
}

/* MORTGAGE CALCULATOR */
.calculator-container {
}

.results-container {
  background: #fff url("../img/money-calculator.png") no-repeat 20px 0;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

form#calculator label {
  font-size: 18px;
  color: #888;
}

form#calculator .form-group {
  margin-bottom: 50px;
}

form#calculator input {
  font-size: 24px;
}

/* APPROVED LENDERS SECTION  */
#approved-lenders-compliance-officer {
  border: 1px solid #ccc;
  margin: 0px auto;
  width: 500px;
}

#compliance-text-section {
  float: left;
}

.partnership {
  padding: 0 0 0 40px;
}

.partnership-text-section {
  padding: 0px 0 0 60px;
}

/* reCAPTCHA */
label[for="g-recaptcha-response"] {
  display: block;
  margin-top: -7px;
}

/* CONTACT PAGE */
#contact #info {
  padding: 20px 0 0;
}

#contact .shadow {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#contact .shadow:hover {
  box-shadow: none;
}

#contact .action.btn {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 21px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
}

#contact .action.btn:hover {
  margin-top: 0;
}

#contact .action.btn .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contact #info .btn {
  width: 48px;
  height: 48px;
  font-size: 28px;
  margin-right: 0;
}

#contact #info .field {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 20px 0 10px;
}

#contact #info .value {
  font-size: 16px;
  font-weight: bold;
}

#directory ul {
  margin: 0;
}

#directory li {
  width: 31%;
  width: calc(33% - 40px);
  display: inline-block;
  margin: 15px;
  vertical-align: top;
}

#non-sales li {
  margin-top: 20px;
  width: calc(33% - 10px);
}

#directory .card {
  border-top: 4px solid #d7e2d8;
  padding: 8px;
}

#directory .card:hover {
  background: #fff;
}

#contact #non-sales .action {
  margin-right: 0;
  margin-left: 10px;
}

#directory .photo {
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 10px 10px 0;
}

#directory .photo img {
  max-width: 50px;
}

#directory .name {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 4px 0;
}

#non-sales .name {
  margin: 0 0 6px;
}

#directory .title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 4px 0;
}

#non-sales .title {
  margin: 0;
}

#directory .btn-sm {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 3px;
  border: 0;
}

@media screen and (max-width: 992px) {
  #directory li {
    width: 48%;
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 767px) {
  #contact #info .value {
    margin-bottom: 30px;
  }

  #directory li {
    width: 96%;
    width: calc(100% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 351px) {
  #non-sales .pull-left {
    max-width: 145px;
  }
}

/* SALES PROFILE */
#sales h1 {
  margin-bottom: 40px;
}

#sales .col-md-5,
#sales .col-md-7,
#sales #bio,
#sales #more_info {
  padding: 0 20px;
}

#sales .col-md-5,
#sales h3,
#sales .col-md-7 > p,
#sales #contact div,
#sales #bio,
#sales #more_info li {
  margin-bottom: 30px;
}

#sales #profile .col-md-5 {
  max-width: 350px;
  max-height: 350px;
  text-align: center;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

#sales #profile img {
  max-width: 100%;
  min-width: 352px;
}

#sales #profile .name {
  font-size: 48px;
  font-weight: 400;
  color: #44974f;
  line-height: 1;
  border: 0;
  padding-bottom: 10px;
}

#sales #profile .title {
  font-size: 20px;
  font-weight: 300;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

#sales #profile .description {
  font-size: 16px;
  color: #777;
  line-height: 24px;
}

#sales #contact p {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 4px;
}

#sales #contact p a {
  font-size: 20px;
  letter-spacing: initial;
  text-transform: lowercase;
}

#sales #bio p {
  margin: 0;
}

#sales #more_info ul {
  list-style: none;
  padding: 0;
}

#sales #more_info h3 {
  font-size: 32px;
  color: inherit;
}

#sales #more_info h4 {
  font-size: 24px;
  font-weight: 300;
  color: #777;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  #sales #profile .col-md-5 {
    max-width: 670px;
    max-height: 670px;
  }
}

@media screen and (max-width: 430px) {
  #sales #profile img {
    min-width: initial;
  }
}

@media screen and (max-width: 369px) {
  #sales #contact p a {
    font-size: 16px;
  }
}

/* Spin */
.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 768px) {
  #lender .pages ul {
    padding: 0px;
    margin: 0px;
  }
}

#lender .pages ul {
  padding: 0px;
  margin: 0px;
}

#lender .pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 11px;
}
#lender #reviews-panel {
  padding-top: 0px;
}

#lender #reviews-panel .row {
  margin-bottom: 10px;
}

#lender #reviews-panel .row h4 {
  line-height: 36px;
  margin-bottom: 0px;
  white-space: nowrap;
}

#lender .pages-xs {
  margin-top: 4px;
  padding: 0px;
}

#lender #filters {
  display: none;
}

#lender .media.well {
  margin-bottom: 0px;
  padding: 5px 15px;
}

#lender .lender-bio {
  margin-top: 20px;
}
#lender .nmls-xs {
  padding: 5px;
}
#lender p.img-xs {
  margin: 0px;
  margin-bottom: 5px;
}
#lender p.based-on {
  margin-bottom: 0px;
}
#lender #rating-breakdown-btn {
  margin-top: 10px;
  margin-right: 5px;
}

.review footer.review-author {
  font-size: 110% !important;
  color: #444;
}

@media (max-width: 380px) {
  .hidden-xss,
  .pagination > li.hidden-xss {
    display: none !important;
  }
}

.error404 {
  position: relative;
  min-height: 400px;
  z-index: 1;
}
.error404::before {
  content: "404";
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 220px;
  color: #ebebeb;
  z-index: -1;
  font-weight: 800;
}

.error404::after {
  content: "page not found";
  position: absolute;
  top: 240px;
  right: 20px;
  font-size: 20px;
  color: #ebebeb;
  z-index: -1;
  font-weight: 800;
}

.error404 h3 {
  margin-top: 40px;
  font-size: 3em;
}

.error404 p {
  font-size: 1.5em;
}

@media (max-width: 400px) {
  .error404 {
    min-height: 300px;
  }
  .error404::before {
    content: "404";
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 180px;
    color: #ebebeb;
    z-index: -1;
    font-weight: 800;
  }

  .error404::after {
    content: "page not found";
    position: absolute;
    top: 200px;
    right: 20px;
    font-size: 20px;
    color: #ebebeb;
    z-index: -1;
    font-weight: 800;
  }

  .error404 h3 {
    margin-top: 20px;
    font-size: 1.7em;
  }

  .error404 p {
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .error404 {
    min-height: 220px;
  }
  .error404::before {
    content: "404";
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 140px;
  }

  .error404::after {
    top: 160px;
    right: 20px;
    font-size: 20px;
  }
}

/* Added CSS for new page design - Copied from form-landing */

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

#top10Container {
  padding: 2em 0;
  background: white;
  max-width: 1500px;
  margin: 0 auto;
}

/* HEADER */
#top10Container header .navbar {
  display: block;
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#top10Container header .navbar .container {
  display: block;
  min-height: 0;
}

#top10Container header .navbar p:last-child {
  font-size: 14px;
  margin-top: 5px;
}

#top10Container .head-menu {
  display: flex;
}
#top10Container .head-menu .left-logo {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 10px;
}
#top10Container .head-menu .phone {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  padding-right: 10px;
}

#top10Container .head-menu .phone a {
  font-size: 1.5em;
}

@media screen and (max-width: 560px) {
  #top10Container .head-menu {
    display: block;
  }

  #top10Container .head-menu .left-logo {
    justify-content: center;
  }

  #top10Container .head-menu .phone {
    justify-content: center;
  }
}

/* HERO */
#top10Container .hero {
  margin-bottom: 60px;
}

#top10Container .hero .hero-body {
  padding: 2rem 1.5rem;
}

#top10Container .hero .title {
  font-weight: 900;
}

#top10Container .hero .columns {
  align-items: flex-end;
}

#top10Container .hero .column:last-child p {
  font-size: 14px;
}

/* BODY */
#top10Container .lender-ranking {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #3273dc;
  border-radius: 50%;
  padding: 0 10px;
}

#top10Container .lender-row {
  border: 0.5px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  margin: 20px 0 !important;
}

#top10Container .lender-row .column:first-child li {
  margin: 5px 0;
}

#top10Container .lender-row .column:first-child li:first-child {
  margin-top: 0;
}

#top10Container .lender-row .column:first-child li:last-child {
  margin-bottom: 0;
}

#top10Container .lender-row .column:nth-of-type(2) div {
  margin-left: 100px;
}

#top10Container .lender-row .column:nth-of-type(2) ul {
  list-style: none;
  letter-spacing: 0.2px;
}

#top10Container .lender-row .column:nth-of-type(2) ul svg {
  margin-right: 2px;
}

#top10Container .lender-row .column:last-child {
  flex-grow: 0;
}

#top10Container .lender-row .lender-logo {
  max-height: 70px;
}

#top10Container .lender-row .lender-rating {
  display: inline;
  vertical-align: text-bottom;
  padding: 2px 4px;
  margin-left: 10px;
}

#top10Container .lender-row .review-link {
  font-size: 14px;
  color: inherit;
}

#top10Container .lender-row .review-total {
  font-size: 13px;
}
#top10Container .mb-5 {
  margin-bottom: 5px;
}

/* FOOTER */
#top10Container .footer {
  background: none;
  border-top: 1px solid #eee;
  padding: 2rem 1.5rem;
  margin-top: 60px;
}

#top10Container .footer .navbar-item img {
  max-height: 42px;
}

#top10Container .footer .copyright {
  font-size: 13px;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 2rem;
}

#top10Container .phone-button {
  justify-content: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
#top10Container .phone-button p {
  padding-top: 12px;
}
#top10Container .phone-button p a {
  color: #4a4a4a !important;
}

#top10Container .logo-sm {
  max-width: 200px;
}

@media screen and (min-width: 1024px) {
  #top10Container .lender-row {
    display: flex;
    align-items: center;
  }

  #top10Container .lender-row .lender-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 1023px) {
  #top10Container .lender-ranking {
    left: 20px;
  }

  #top10Container .lender-row {
    border-bottom: 4px solid #3273dc;
    padding: 0;
    margin: 20px 10px !important;
  }

  #top10Container .lender-row .column.is-half-touch:nth-of-type(2) {
    background: #f9f9f9;
  }

  #top10Container .lender-row .column.is-half-touch {
    align-items: center;
    padding: 10px;
  }

  #top10Container .lender-row .column:nth-of-type(2) div {
    margin-left: 0;
  }

  #top10Container .footer .navbar-brand,
  .footer .navbar-item {
    display: block;
  }
}

/* FRU /mortgage-rates */
#top10Container .bulma .lender-row {
  padding: 10px !important;
}

#top10Container .bulma .lender-ranking {
  font-size: 20px !important;
}

#top10Container .bulma .button {
  font-size: 20px !important;
}

#top10Container .bulma .button.is-hidden-desktop {
  font-size: 16px !important;
}

#top10Container .bulma .select {
  font-size: 16px !important;
}

.ng-app-form-landing-body .section {
  background: url(/application/views/www/ng/communication/assets/images/fru-landing-bg.jpg)
    center 0 no-repeat fixed #eee;
  padding-top: 0;
  padding-bottom: 0;
}
.ng-app-form-landing-body.no-phone .section {
  background-position: center 0;
}

@media screen and (max-width: 768px) {
  .ng-app-form-landing-body .section {
    padding: 0;
  }
}

.ng-app-form-landing-body .choose-loan-type {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ng-app-form-landing-body h1 {
  color: #444;
  font-size: 2.8125rem;
  line-height: 1.2;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 10px 17px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

@media screen and (max-width: 1087px) {
  .ng-app-form-landing-body h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .ng-app-form-landing-body h1 {
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}

.ng-app-form-landing-body h2 {
  font-size: 1.6875rem;
  text-transform: capitalize;
  padding: 0.875rem;
}

.ng-app-form-landing-body .columns {
  margin: 0;
}

.ng-app-form-landing-body .columns .column {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 1rem;
}

.ng-app-form-landing-body .icon-button {
  height: 7.5rem;
  width: 7.5rem;
  text-indent: -1000px;
  overflow: hidden;
  background-color: #f2f2f2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  padding: 0.75rem;
  box-shadow: 0 0 5px 0 #999;
}

.ng-app-form-landing-body .icon-button:focus,
.ng-app-form-landing-body .icon-button:hover {
  background-color: #e1e1e1;
  border: 1px solid grey;
}

.ng-app-form-landing-body .icon-button-refinance {
  background-image: url(/application/views/www/ng/communication/assets/images/button/refinance.png);
}

.ng-app-form-landing-body .icon-button-purchase {
  background-image: url(/application/views/www/ng/communication/assets/images/button/purchase.png);
}

.ng-app-form-landing-body .icon-button-heloc {
  background-image: url(/application/views/www/ng/communication/assets/images/button/heloc.png);
}

.ng-app-form-landing-body .icon-button-cash-out {
  background-image: url(/application/views/www/ng/communication/assets/images/button/cash-out.png);
}

.ng-app-form-landing-body .icon-button-home-improvement {
  background-image: url(/application/views/www/ng/communication/assets/images/button/home-improvement.png);
}

.ng-app-form-landing-footer .footer {
  color: #444;
  padding: 1rem;
}

.ng-app-form-landing-footer .footer .columns:not(:last-child) {
  margin-bottom: 0;
}

.ng-app-form-landing-footer .footer .logo {
  max-width: 15rem;
}

.ng-app-form-landing-footer .footer a {
  color: #1e647f;
  text-decoration: none;
}

.ng-app-form-landing-footer .footer .column p {
  margin-bottom: 0.5rem;
}

.ng-app-form-landing-footer .footer .column:nth-of-type(2) p {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ng-app-form-landing-footer .footer {
    text-align: center;
  }

  .ng-app-form-landing-footer .footer .column:nth-of-type(2) p {
    justify-content: center;
  }
}

.ng-app-form-landing-header .navbar {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ng-app-form-landing-header .navbar .container {
  min-height: 0;
}

@media screen and (max-width: 1087px) {
  .ng-app-form-landing-header .navbar {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .ng-app-form-landing-header .navbar .container {
    /* display: flex;
        align-items: stretch */
  }
}

.ng-app-form-landing-header .navbar-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  margin-left: auto;
}

.ng-app-form-landing-header .navbar-end p {
  line-height: 1.3;
}

.ng-app-form-landing-header .navbar-end p:nth-of-type(1) {
  font-size: 0.875rem;
}

.ng-app-form-landing-header .navbar-end p:nth-of-type(2) a {
  font-size: 1.3125rem;
  color: #1e647f;
}

.ng-app-form-landing-header .navbar-end p:nth-of-type(2) a .fa {
  font-size: 1.1rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.ng-app-form-landing-header .navbar-end p .header-disclosure-link {
  font-size: 0.875rem;
  color: #78a2b2;
}

.ng-app-form-landing-header .navbar-end a {
  text-decoration: none;
}

/* specifically to over-rule a conflict from best10.css */
#top10Container .lender-row .column:nth-of-type(2) div {
  margin-left: 0;
}

.large_rate .choose-loan-type h1.has-text-centered {
  margin-bottom: 0.8rem;
}
.large_rate .choose-loan-type h1.has-text-centered span {
  display: block;
}

.large_rate span.rates-header {
  font-size: 2rem;
  color: white;
}

.large_rate span.rates-rate {
  color: white;
  font-size: 9rem;
  font-weight: bold;
  letter-spacing: -0.25rem;
  line-height: 8rem;
}

.large_rate span.rates-apr {
  color: white;
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
    .large_rate span.rates-header  {
    font-size: 1.6rem;
  }

  .large_rate span.rates-rate {
    font-size: 7rem;
    line-height: 6.5rem;
  }

  div.line-break {
    height: 0px;
    flex-basis: 100%;
  }
}


.contact-us-bg {
	display: inline-block;
	width: 100%;
	max-width: 2200px;
	overflow: hidden;
}

@media (min-width: 801px) {
	.contact-us {
		background-color: #d7e2d8;
	}

	.contact-content-mobile {
		display: none;
	}

	.contact-us-container {
		width: 100%;
		max-height: 100vh;
		overflow: hidden;
		background: #d7e2d8;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.contact-overlay {
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 1;
		background: #ffffff;
		opacity: .42;
	}

	.contact-content {
		position: absolute;
		width: 40%;
		right: 5px;
		z-index: 2;
		color: #000000;
	}

	.contact-content > h1 > a {
		color: #407297;
		font-weight: 700;
		text-align: center;
		font-size: 34px;
	}

	.contact-content > h1 {
		color: #000000;
		text-align: center;
		margin-bottom: 10px;
		font-size: 34px;
	}

	.contact-content > p {
		max-width: 600px;
		margin: auto;
		margin-bottom: 10px;
	}

	.call-center-schedule {
		background-color: #ffffff;
	}

	.call-center-schedule > h1 {
		background-color: #ffffff;
		font-size: 27px;
	}
	
	.daily-schedule li {
		display: inline-block;
		margin-right: 20px;
	}

	
}

@media (max-width: 800px) {
	.contact-us {
		background-color: #ffffff;
	}

	.contact-content {
		display: none;
	}

	.contact-us-container {
		width: 100%;
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

  .contact-us-bg img {
    width: 100%;
    height: auto;
  }

	.contact-content-container {
		position: relative;
		width: 100%;
		top: -65px;
		margin-bottom: -20px;
	}

	.contact-content-mobile {
		background-color: #ffffff;
		color: #000000;
		margin: auto;
		width: 80%;
		padding: 10px;
		z-index: 2;
		border-radius: 10px;
		border: 1px solid #D3D3D3;
		box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
	}
	
	.phone-btn-container {
		width: 100%;
		text-align: center;
	}

	.contact-content-mobile > div > a {
		border: #407297;
		background-color: #407297;
		color: #ffffff;
		font-weight: 600;
		font-size: 22px;
		text-align: center;
		box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
		text-decoration: none;
    padding: 6px 12px;
	}

	.contact-content-mobile > div > a:hover {
		color: #ffffff;
	}
	
	.contact-content-mobile > h1 {
		color: #000000;
		text-align: center;
	}
	
	.contact-content-mobile > p {
		max-width: 600px;
		margin: auto;
		margin-bottom: 10px;
	}

	.call-center-schedule {
		top: -25px;
		background-color: #ffffff;
		position: relative;
	}

	.call-center-schedule > h1 {
		background-color: #ffffff;
		font-size: 27px;
	}

	.daily-schedule li {
		margin-bottom: 10px;
	}
}