﻿/* ****************************************
/*  GENERAL STYLE SETTINGS
/* ***************************************/

/* Custom properties */
:root {
    --logo-dk-gray: #333333;
    --logo-md-gray: #666666;
    --logo-lt-gray: #dcdcdc;
    --logo-white: #eeeeee;
    --logo-red: #b22d2a;
    --logo-dk-red: #741412;
    --text: #333333;

}

.emailLabel {
    margin-left: 24px;
    /*content: '';
    margin-top: -46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: white;*/
}

.boldLabel {
    font-weight:600;

}



/* HTML tag attributes */
html,
body {
    height: 100%;
}
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #333333;
    padding-top: 125px;
}

body.landing-page {
    padding-top: 68px;
}

#wrap {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 300px; /* must be same height as the footer */
}
.container.main {
    padding-bottom: 25px;
}
.container {
    max-width: 970px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}
h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
a,
a:visited {
    color: #b22d2a;
    color: var(--logo-red);
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
li {
    font-size: 18px;
}

/* ****************************************
/*  COMMON ELEMENT SETTINGS
/* ***************************************/

.indent-7{
    margin-left: 7px;
}


.glyphicon-ring{
   /*width: 60px;
  height: 60px;*/
  border-radius: 50%;
  padding: 5px;
  color: white;
  display: inline-table;
  text-align: center;
}

.glyphicon-red{
   background: var(--logo-red);
   background: #b22d2a;
   color: white;
}

 .link-button {
    display: inline-block;
    padding: 5px 10px;
    /*margin: 0 0 0 8px;*/
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    outline: none;
    min-height: 34px;  /* Changed so Map branch buttons could fit all the text. */
    vertical-align: middle;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}
.cta .link-button {
    height: 46px;
    font-weight: normal;
    padding: 12px 16px;
    margin-bottom: 7px;
    border-color: #fff;
    font-size: 22px;
}

.cta .loan-amt-box {
    border-radius: 8px;
    font-size: 25px;
    border: 0px solid;
    width: 260px;
    margin: 0px 20px 7px 0;
    vertical-align: middle;
    padding: 5px 20px 5px 20px;
    height: 45px;
    color: black;
}
.loan-amt-error {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3px 6px;
    border-radius: 3px;
}


a.link-button:hover,
a.link-button:focus {
    text-decoration: none;
}
button.btn-gray,
a.btn-gray,
.btn-gray a,
a.btn-gray:visited,
.btn-gray a:visited {
    color: #ffffff;
    background-color: #737578;
    border-color: #ffffff;
}
button.btn-gray:hover,
button.btn-gray:focus,
button.btn-gray:active,
a.btn-gray:hover,
a.btn-gray:focus,
a.btn-gray:active,
.btn-gray a:hover,
.btn-gray a:focus 
.btn-gray a:active {
/*    color: rgb(255, 255, 255);  Do we need this? */
    background-color: #66686b;
}
.retail .btn-ltgray,
button.btn-ltgray,
a.btn-ltgray,
a.btn-ltgray:visited,
.btn-ltgray a, 
.btn-ltgray a:visited {
    margin: 5px 0;
    color: #555555;
    font-size: 15px;
    font-weight: 600;
    background-color: #dcddde;
    border-color: #ffffff;
    width: 100%;
}
button.btn-ltgray:hover,
button.btn-ltgray:focus,
button.btn-ltgray:active,
a.btn-ltgray:hover,
a.btn-ltgray:focus,
a.btn-ltgray:active,
.btn-ltgray a:hover,
.btn-ltgray a:focus,
.btn-ltgray a:active {
    color: #ffffff;
    background-color: #cfd0d2;
}
button.btn-red,
input.btn-red,
a.btn-red,
a.btn-red:visited,
.btn-red a,
.btn-red a:visited {
    color: #ffffff;
    background-color: #b22d2a;
    background-color: var(--logo-red);
    border-color: #ffffff;
}
button.btn-red:hover,
button.btn-red:focus,
input.btn-red:hover,
input.btn-red:focus,
a.btn-red:hover,
a.btn-red:focus,
a.btn-red:active,
.btn-red a:hover,
.btn-red a:focus,
.btn-red a:active {
    background-color: #9d2825;
}
a.btn-red.btn-marker {
    padding: 8px 10px; /* upped padding from 3 to 5 for mobile  */
    margin-left: 0;
    margin-top: 5px;
    font-size: 13px;
    line-height: 15px;
    /*height: auto;*/
}
button.btn-black,
input.btn-black,
a.btn-black,
a.btn-black:visited,
.btn-black a,
.btn-black a:visited {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}
button.btn-black:hover,
button.btn-black:focus,
input.btn-black:hover,
input.btn-black:focus,
a.btn-black:hover,
a.btn-black:focus,
a.btn-black:active,
.btn-black a:hover,
.btn-black a:focus,
.btn-black a:active {
    background-color: #555555;
}

.hide {
    display: none;
}
#hablaBtn {
    margin: 0 0 0 0 !important;
}
button.btn-blue,
input.btn-blue,
a.btn-blue,
a.btn-blue:visited,
.btn-blue a,
.btn-blue a:visited {
    color: #ffffff;
    background-color: #05A8D1;
    border-color: #ffffff;
}


.control-label {
    font-size: 18px;
    font-weight: 600;
}
.radio-label {
    margin-right: 15px;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.section {  
    text-align: center;
    margin-top: 20px;
}
.margin-30 {
    margin-bottom: 30px;
}
.side-menu p a,
.side-menu p a:visited {
    color: var(--logo-dk-gray) #333333;
}
.side-menu p a:hover,
.side-menu p a:focus,
.side-menu p a:active {
    color: #b22d2a;
    color: var(--logo-red);
}


/* ****************************************
/*  HEADER SETTINGS
/*    top-bar   navbar-buttons
/*    logo-bar  navbar-menu
/*    page-nav  navbar-page
/* ***************************************/
#navbar-buttons {
    background-color: #dcddde;
    margin: 0;
    padding: 10px 0;
    min-height: 54px;
}
#navbar-phone-social {
    padding-left:0;
}
#navbar-main-wide ul,
#navbar-phone-social ul,
.menu-prime-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.menu .link-button {
    margin: 0 0 0 8px;
}
#navbar-phone-social ul {
    /*margin-left: 40px;*/
}
#navbar-phone-social li,
.menu-prime-buttons li {
    float: left;
}
#navbar-main-wide .pull-right {
    min-width: 580px;
}
#navbar-menu {
    background-color: #ffffff;
    padding-top: 12px;
    height: 68px;
}
#sign-in {
    margin: 10px 0 3px 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    padding-left: 5px;
    min-width: 70px;
}
#sign-in:hover {
    background-color: #ffffff;
    cursor: pointer;
}
.logo-img > a.navbar-menu-logo {
    display: block;
    background-image: url('../Images/logo-lendmark-financial-services-310x48.png');
    width: 310px;
    height: 48px;
    text-indent: -9999px; /* hides the link text */
}
navbar-menu-logo-sm {
    display: none;
}
/*#navbar-menu-bar {
    padding-right: 0;
}*/
#navbar-menu-bar a {
    color: #000000;
    font-size: 18px;
    padding: 15px 17px;
    font-weight: 600;
    height: 50px;
}
#navbar-menu-bar li.active a {
    color: #737578;
}
#navbar-menu-bar a:hover,
#navbar-menu-bar a:focus {
    color: #b22d2a;
    color: var(--logo-red);
    background-color: #ffffff;
}
#navbar-menu-bar-es a {
    color: #000000;
    font-size: 16px;
    padding: 15px 17px;
    font-weight: 600;
    height: 50px;
}

#navbar-menu-bar-es li.active a {
    color: #737578;
}

#navbar-menu-bar-es a:hover,
#navbar-menu-bar-es a:focus {
    color: #b22d2a;
    color: var(--logo-red);
    background-color: #ffffff;
}
.menu li {
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.menu li.social-icon {
    background: #000000;
    border-radius: 4px;
    margin: 7px 3px;
    font-size: 12px;
    width: 20px; 
}
.menu li.social-icon a {
    color: #dcddde;
}
.menu li.social-icon a span {
    display: none; 
}
.menu li.social-icon:hover {
    background: #b22d2a;
    background: var(--logo-red); 
}
.menu li.phone-icon {
    background-color: initial;
    font-size: 19px;
    border-radius: 4px;
    margin: 7px 3px;
    padding-left: 2px;
    padding-right: 2px;
    width: initial;
    position: relative;
    top: 2px;
}
.menu li.phone-icon span {
    font-size: 15px;
    font-weight: 600;
}
.menu li.phone-icon a {
    color: #414042;
}
.menu li.phone-icon:hover {
    background: #ffffff; 
}
#navbar-page {
    background-color: #b1b3b6;
}
#section-nav {
    height: 50px;
    padding: 15px 17px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.section-nav-active{
    color:  #fff !important;
}

#navbar-page a {
    color: #000000;
    text-decoration: none;
}
#navbar-page a:hover,
#navbar-page a:focus {
    color: #ffffff;
    outline: none;
}

#btn-mobile-menu {
    display: none;
    position: absolute;
/*    top: 51px;  -- For two rows of buttons  */
    top: 13px;
    border: none;
    font-size: 10px;
    height: 30px;
    width: 35px;
    padding: 5px;
}
/* The side navigation menu for Mobile */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #333333; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #bbbbbb;
    display: block;
    transition: 0.3s
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.sidenav a:focus{
    color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}
#login-cta {
    background-color: rgba(178,45,42, .8);
    width: 300px;
    height: 365px;
    position: absolute;
    top: 30px;
    right: 57%;
    padding: 0 20px 20px 20px;
    z-index: 1000;
}

#login-cta input {
    margin: 0;
    margin-bottom: 7px;
    height: 34px;
    font-size: 17px;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
}

#login-cta .btn-login {
    margin: 0;
    margin-bottom: 7px;
    margin-top: 12px;
    height: 34px;
    font-size: 17px;
    width: 100%;
    padding: 5px;
}

#login-cta a {
    text-decoration: underline;
    color: #ffffff;
}
#login-cta p {
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
#login-cta #post-registration {
    margin-bottom: 15px;
}
#login-cta h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: left;
}

#splash-header {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    height: 396px;
    margin-bottom: 30px;
}
#splash-header.no-image {
    position: relative;
    height: 95px;
    margin-bottom: 20px;
}
#splash-text {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    height: 95px;
    width: 100%;
}
#splash-header h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 95px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.accordion-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion-bar,
.apply-accordion .accordion-bar {

    border-bottom: 2px solid #666666;
    
    font-size:18px;

    /*background-color: #666666;
    border-radius: 2px;
    padding: 5px 10px;
    font-size:18px;
    color: #ffffff;
    cursor: pointer;*/
   /* background: #666666;*/ /* For browsers that do not support gradients */
   /* background: -webkit-linear-gradient(#666666, #333333);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#666666, #333333); *//* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#666666, #333333); *//* For Firefox 3.6 to 15 */
   /* background: linear-gradient(#666666, #333333); *//* Standard syntax */
}
/*.accordion-bar.active,
.apply-accordion .accordion-bar.active {*/

   /* background: #b22d2a; *//* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#b22d2a, #741412);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#b22d2a, #741412);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#b22d2a, #741412);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(var(--logo-red), var(--logo-dk-red));*/ /* Standard syntax */
/*}*/
.faq-accordion .accordion-bar {
    background: #ffffff;
    /*border-top-left-radius: 5px;
    border-bottom-left-radius: 10px;
    border-left: #dcdcdc solid 3px;*/
    color: #333333;
    cursor: pointer;
}
.accordion-title {
    /*float: left;*/
    float: none;
    font-weight: 600;
}
.faq-accordion .accordion-title {
    font-size: 18px;
    font-weight: 600;
    margin-left: 24px;
    content: '';
    margin-top: -24px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 10px;*/
    background: white;
    width: 80%;
    float: left;
}
.faq-accordion .accordion-bar:focus {
    outline: none;
    border-left: rgb(178,45,42) 3px solid;
    /*border-bottom: lightgray 1px dashed;*/
}

.accordion-icon {
    text-align: right;
    float: right;
}
.faq-accordion .accordion-icon {
    text-align: left;
    font-size: .8em;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    float: left;
    display: inline-block;
    width: 20%;
}

.faq-accordion .accordion-bar{
    border: none;
}

.accordion-content {
    display: none;
}
.apply-accordion .accordion-content {
    padding-top: 25px;
}
.faq-accordion .accordion-content {
    margin-left: 15px;
}
#mobile-app {
    float: left;
    margin-right: 10px;
    max-width: 140px;
}
#badge-app-store {
    max-width: 33%;
    margin: 10px;
}
#badge-google-play {
    max-height: 40px;
    max-width: 33%;
    margin: 10px;
}
.attribution {
    margin: 10px 0;
}
.attribution p {
    font-size: 12px;
}

/* ****************************************
/*  FOOTER SETTINGS
/* ***************************************/

footer {
    background-color: #414042;
    color: #b1b3b6;
    font-size: 14px;
    padding-top: 30px;
    width: 100%; /* These few lines create footer at bottom for short pages. */
    margin-top: -300px; /* negative value of footer height */
    height: 300px; /*height: 300px;*/
    clear: both;
    margin-bottom: -20px; /* For white strip at bottom */
}

footer.landing-page {
    height: 540px; /*height: 300px;*/
    margin-bottom: -20px; /* For white strip at bottom */
}
footer.landing-page-personal {
        height: 300px; /*height: 300px;*/
        margin-bottom: -20px; /* For white strip at bottom */
    }

footer a:link,
footer a:visited
 {
    color: #b1b3b6;
}
footer a:hover,
footer a:active
 {
    color: #ffffff;
}
footer ul {
    list-style-type: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
}
footer li {
    font-size: inherit;
}
.copyright-notice {
    margin-bottom: 20px;
}
.footer-above {
    min-height: 70px;
    border-bottom: #b1b3b6 solid 1px;
    vertical-align: middle;
}
.footer-below {
    padding-top: 5px;
    padding-bottom: 15px;
    min-height: 70px;
}
.footer-logo {
    width: 210px;
    padding-top: 15px;
}
#footer-ssl-icon {
    width: 110px;
}
.footer-above.menu {
    padding-top: 8px;
}
.footer-above li {
    float: left;
}
.footer-above li.social-icon {
    background: #b1b3b6;
    border-radius: 4px;
    margin: 7px 3px;
    font-size: 18px;
    width: 25px; 
    height: 25px;
    padding-top: 2px;
}
.footer-above li.next-icon {
    margin-left: 16px;
}
.footer-above li.social-icon a {
    color: #333333;
}
.footer-above li.social-icon a span {
    display: none; 
}
.footer-above li.social-icon:hover {
    background: #ffffff; 
}
/*.footer-nav-menu {
    
}*/
.retail {
    background-color: #b22d2a;
    background-color: var(--logo-red);
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 15px;
}
.retail h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff;
}
.retail p {
    font-size: 14px;
    line-height: 1.1em;
}
#menu-dev {
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}


/* ****************************************
/*  PAGE SPECIFIC SETTINGS
/* ***************************************/

/*  HOME PAGE */

.carousel-control.left{
    background-image: none;
    filter: none;
}

.carousel-control.right{
    background-image: none;
    filter: none;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-inner {
    max-height: 460px;
    /*min-width: 767px;*/ 
}

.carousel-inner .item .carousel-caption {
    margin: 2% 0;
    max-height: 450px;
    height: 100%
}

.carousel-indicators {
    bottom: 5px;
}
.carousel-caption {
    position: absolute;
    top: 15px;
    left: 44%;
    right: 10%;
    text-align: left;
    padding: 20px 5px 0 10px;
    max-width: 575px;
}
.carousel-caption h1 {
    font-size: 60px;
    line-height: .95;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.carousel-caption h2 {
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    margin-bottom: 18px;
}
.brief {
    text-align: center;
}
.cta-text {
    text-align: center;
    margin-top: 10px;
}
#hotloan {
    /*#b22d2a*/
    color: #b3282d;
}
#coolgift {
    color: #00a6ce;
}
.red-link {
    border-bottom: #b22d2a solid 1.5px;
}
.red-link:hover {
    color: #842629;
    border-bottom: #842629 solid 1.5px;
}
.row-icons {
    margin-top: 35px;
    margin-bottom: 35px;
}
.icon-image {
    margin-bottom: 20px;
}
.icon-image img {
    max-width: 104px;
    vertical-align: middle;
}

.icon-image.landing-page img {
    max-width: 75px;
    vertical-align: middle;
}

.icon-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 15px;
}
.arrow-text {
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}
.arrow .fa {
    font-size: 34px;
    line-height: 80px;
}
.statement,
.testimonial {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
}
.statement .container,
.testimonial .container {
    padding: 40px 15px;
}
.testimonial .container:last-of-type {
    padding-bottom: 0;
}
.section.bg-img-hugging {
    margin-top: 0;
}
.testimonial p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.statement p {
    color: #ffffff;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}
.bg-img-hiker {
     background-image: url('../Images/bg-testimonial-hiker-map.jpg');
}
.bg-img-black {
     background-image: url('../Images/bg-statement-1.jpg');
}
.bg-img-red-bulb {
    background-image: url('../Images/bg-statement-2.jpg');
}
.bg-img-auto-shopping {
    background-image: url('../Images/bg-testimonial-girls-auto-shopping.jpg');
}

/* ABOUT US PAGE */
.bg-img-hugging {
    background-image: url('../Images/bg-testimonial-girls-hugging.jpg');
}
.bg-img-blocks {
    background-image: url('../Images/bg-blocks.png');
    /*background:  repeat-y top center;*/
    position: relative;
    background-position: center top;
    background-repeat: repeat-y;
}

.bg-red {
    background-color: rgb(178,45,42);
    padding-bottom: 80px;
}

.bg-grey{
    background-color: rgb(81,81,81);
    padding-bottom: 80px;
    margin-bottom: -60px;
}

.hist{
    max-width: 485px; 
    float:right;
}

.phil {
    max-width: 485px;
}

.bg-img-puzzle {
     background-image: url('../Images/bg-statement-puzzle.jpg');
}
#history {
    width: 100%;
}
#history h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
}
#history p {
    color: #ffffff;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    padding: 0 20px;
}
.executive {
    padding: 10px;
    text-align: left;
}
.executive img {
    border: var(--logo-md-gray) 2px solid;
    float: left;
    height: 180px;
    margin-right:10px;
}
.executive .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.executive .title {
    color: #b22d2a;
    color: var(--logo-red);
    font-size: 16px;
    font-weight: 600;
}
p.excerpt {
    font-size: 16px;
}
.category-menu {
    text-align: left;
}
.category-menu.small {
    display: none;
}
#information h2 {
    text-align: left;
}
#information h3 {
    color: #b22d2a;
    color: var(--logo-red);
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: solid 1px var(--logo-dk-gray);
}
#information h4 {
    color: #b22d2a;
    color: var(--logo-red);
    font-weight: 600;
    text-align: left;
}
#information .articles h4 {
    color: var(--logo-dk-gray);
}
#information ul {
    margin-bottom: 35px;
    padding: 0;
}
#information li {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
#information li a,
#information li a p {
    color: var(--logo-dk-gray);
    font-weight: 600;
    font-size: 16px;
}
#information li a:hover,
#information li a:focus {
    color: var(--logo-md-gray);
}
#information .post-date {
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
}
#information p {
    text-align: left;
}
#information .article {
    padding-bottom: 25px;
}
#information .videos img {
    width: 100%;
    margin: 20px 0;
}
#information img {
    max-width: 100%;
    margin: 20px 0;
    border: solid var(--logo-md-gray) 1px;
}

#information .videos {
    text-align: center;
    width: 100%;
}
#information .video {
    padding-bottom: 15px;
}

/* EXECUTIVE PAGE */
.portrait {
    text-align: center;
}
.portrait img {
    height: 330px;
    border: solid var(--logo-dk-gray) 3px;
}
#executive p, 
#executive li {
    font-size: 21px;
}

/* FAQ PAGE */
h3.faq {
    background-color: #b22d2a;
    background-color: var(--logo-red);
    color: #eeeeee;
    color: var(--logo-white);
    font-size: 20px;
    padding: 10px;
    margin: 20px -10px 10px -10px;
}
/* VLOG PAGE */
.vlog {
    min-height: 295px;
}
.vlog img {
    max-width: 100%;
    border: solid 1px var(--logo-md-gray);
}
.video-title {
    font-weight: 600;
    padding-top: 15px;
    text-align: left;
}
.video-excerpt {
    text-align: left;
    font-size: 16px;
}
.vlog a {
    color: var(--logo-dk-gray);
}
.vlog a:hover {
    color: var(--logo-dk-gray);
}
/* PayOnline PAGE */
#pay-online h2 {
    text-align: left;
}
#pay-online label {
    font-size: 24px;
    margin-right: 20px;
}
#pay-online input {
    margin-right: 8px;
}
#pay-online button {
    font-size: 22px;
}
/* GENERAL INFO PAGES */
.careers-featured {
    background-color: #00a7cf;
    color: #ffffff;
    font-weight: 400;
    padding: 30px 30px 20px;
}
.careers-featured h3:first-of-type {
    margin-top: 0;
    font-size: 28px;
}
.careers-featured p {
    margin-bottom: 20px;
}
.careers-featured img {
    max-width: 47px;
    margin-left: 10px;
}

/*  SWEEPSTAKES PAGE */
#sweeps-winners {
    font-size: 18px;
}

/*QR LANDING PAGE*/
.padded {
    padding-bottom: 15px;
}

.cta-custom-banner-txt {
    font-size: 22px;
}

#lendmark-mobile-title {
    font-size: 38px;
    line-height: .85;
    margin-top: 0;
}

#lendmark-mobile-prod-name {
    font-size: 36px;
}


#lendmark-mobile-download {
    font-size: 18px;
}

img.lendmark-mobile-store-buttons {
    object-fit: cover;
    height: 100%;
}

.banner-phone {
    object-fit: cover;
    height: 350px;
    margin-right: -10px;
    margin-left: -30px;
}

.emergency-branch-list {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

#landing-page-image {
    margin-top: -20px;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    max-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
}

.landing-page-image-content {
    position: relative;
    margin: auto;
    width: 100%;
    height: 500px;
}

/*#landing-page-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}*/


/* ****************************************
/*  MEDIA QUERIES
/* ***************************************/

@media (max-width: 1170px) {

    /*  HOME PAGE CAROUSEL */

    .carousel-caption h1 {
        font-size: 43px;
        line-height: .85;
        margin-top: 0;
    }

    .carousel-caption h2 {
        font-size: 28px;
    }
    #login-cta {
        top: 15px;
        height: 92%;
    }
    #login-cta h2 {
        margin-bottom: 12px;
    }
    #login-cta .btn-login {
        margin-top: 7px;
    }
    #login-cta #post-registration {
        margin-bottom: 8px;
    }
    .cta-custom-banner-txt {
        font-size: 18px;
    }

    .banner-phone {
        object-fit: cover;
        height: 300px;
        margin-right: -10px;
        margin-left: -30px;
    }

    #lendmark-mobile-title {
        font-size: 38px;
        line-height: .85;
        margin-top: 0;
    }

    #lendmark-mobile-prod-name {
        font-size: 36px;
    }

    #lendmark-mobile-download {
        font-size: 18px;
    }

    img.lendmark-mobile-store-buttons {
        object-fit: cover;
        height: 100%;
    }
}

@media (max-width: 992px) {
    .logo-img > a.navbar-menu-logo {
        background-image: url('../Images/logo-lendmark-financial-services-210x32.png');
        width: 210px;
        height: 32px;
        text-indent: -9999px; /* hides the link text */
    }
    .footer-logo {
        width: 150px;
        padding-top: 15px;
    }
    .footer-above.menu {
        padding-top: 8px;
    }
    .footer-above li.next-icon {
        margin-left: 3px;
    }
    .retail a.btn-ltgray  {
        height: initial;
        padding: 5px;
    }
    #wrap {
        padding-bottom: 600px; /* must be same height as the footer */
    }
    footer {
        margin-top: -600px; /* negative value of footer height */
        min-height: 600px;
    }
    #splash-header {
        background-size: 970px;
        height: 198px;
    }
    #splash-header.no-image {
        position: relative;
        height: 65px;
        margin-bottom: 20px;
    }
    #splash-text {
        height: 65px;
    }
    #splash-header h1 {
        font-size: 6vw;
        /*font-size: 40px;*/
        line-height: 65px;
    }
    /*  HOME PAGE CAROUSEL */
    .carousel-caption {
        padding-top: 0;
    }
    .carousel-caption h1 {
        font-size: 38px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .carousel-caption h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .cta .loan-amt-box {
        font-size: 17px;
        width: 175px;
        height: 40px;
    }
    #login-cta {
        top: 15px;
        height: 92%;
    }
    #login-cta h2 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #login-cta .btn-login {
        margin: 5px 0;
    }
    #login-cta input {
        width:48%;
        /*padding: 0 2px;*/
        font-size: 14px;
    }
    .carousel-caption .link-button {
        font-size: 16px;
        height: 40px;
        padding: 8px 15px;
    }
    #section-nav {
        font-size: 16px;
    }
    /*  ABOUT US */
    .hist{
        float:left;
        max-width: 100%;
    }

    .phil{
        max-width: 100%;
    }

    .cta-custom-banner-txt {
        font-size: 14px;
    }

    .banner-phone {
        display: none;
    }

    #lendmark-mobile-title {
        font-size: 32px;
        line-height: .85;
        margin-top: 0;
    }

    #lendmark-mobile-prod-name {
        font-size: 32px;
    }

    #lendmark-mobile-download {
        font-size: 16px;
    }

    img.lendmark-mobile-store-buttons {
        object-fit: cover;
        height: 90%;
    }

    .landing-page-image-content {
        height: 400px;
    }

}
@media (max-width: 767px) {
    .col-xs-offset-1 {
        margin-left: 8.333333333333332%;
      }
    body {
        padding-top: 88px;
    }
    .link-button {
        font-size: 14px;
    }
    .navbar-menu-logo-sm {
        width: 157px;
        height: 24px;
        display: block;
        position: absolute;
        top: 4px;
        left: 60px;
    }
    #btn-mobile-menu {
        display: block;
    }
    .carousel-inner > .item > img {
    /*, .carousel-inner > .item > a > img*/
        padding-top: 85px;
        background-color: black;
    }
    .carousel-caption {
        top: 5px;
        left: 10%;
        padding-top: 5px;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 31px;
        text-align: center;
        margin-bottom: 25px;
    }
    .carousel-caption h2 {
        font-size: 15px;
        text-align: center;
    }
    #login-cta .cta {
        width: 100%;
    }

    #login-cta {
        right: unset;
        left: 10px;
        background-color: rgba(178,45,42, 1);
        top: 0;
        height: 340px;
    }

    #login-cta h2 {
        margin: 10px 0;
    }
    #login-cta input {
        width: 100%;
    }
    #login-cta #post-registration {
        margin-bottom: 15px;
    }
    .icon-image {
        margin-bottom: 20px;
    }
    .icon-image img {
        max-width: 84px;
        vertical-align: middle;
    }
    .icon-label {
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 18px;
    }
    .arrow-text {
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .arrow .fa {
        font-size: 34px;
        line-height: 74px;
    }
    .statement,
    .testimonial {
        position: relative;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 1200px auto;
    }
    .statement .container,
    .testimonial .container {
        padding: 15px;
    }
    .testimonial p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .statement p {
        font-size: 16px;
    }
    #wrap {
        padding-bottom: 550px; /* must be same height as the footer */
    } 
    footer {
        margin-top: -550px; /* negative value of footer height */
        height: 550px;
    }
    footer.landing-page {
        min-height: 750px;
    }
    .footer-below {
        border-top: #b1b3b6 solid 1px;
    }
    #footer-ssl-icon {
        padding-bottom: 8px;
        float: right;
    }
    .retail {
        padding: 1px 15px 15px 15px;
        max-width: 330px;
        margin: auto;
    }
    .copyright-notice {
        margin-top: 10px;
    }

    .cta-custom-banner-txt {
        font-size: 18px;
    }

    #lendmark-mobile-download {
        font-size: 14px;
    }

    img.lendmark-mobile-store-buttons {
        object-fit: cover;
        height: 80%;
    }

    #lm-mobile-info div {
        float:none;
    }

    .landing-page-image-content {
        height: 300px;
    }
}

@media (max-width: 540px) {
    h2 {
        font-size: 30px;
    }

    .carousel-caption h1 {
        /*font-size: 14px;*/
        text-align: center;
    }

    .carousel-caption h2 {
        /*font-size: 14px;*/
        text-align: center;
    }

    .carousel-inner > .item > img {
        /*, .carousel-inner > .item > a > img*/
        padding-top: 75px;
        padding-bottom: 47px;
    }

    .cta {
        width: 300px;
        margin: auto;
    }

    .menu-prime-buttons li:first-child,
    .menu-prime-buttons li:nth-child(2) {
        display: none;
    }

    #login-cta .cta {
        width: 100%;
    }

    .cta-custom-banner-txt {
        font-size: 12px;
    }

    #lm-mobile-subtitle2 {
        display:none;
    }

    #cta-cure-text{
        display: none;
    }

    footer.landing-page {
        min-height: 900px;
    }
}

@media (max-width: 470px) {
    .menu-prime-buttons ul {
        margin-left: 0;
    }
    .carousel-caption {
        left: 10%;
    }
    .carousel-caption h1 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .carousel-inner > .item > img {
    /*, .carousel-inner > .item > a > img*/
        padding-top: 90px;
    }
    .carousel-indicators {
        bottom: 5px;
    }
    #header-carousel ul,
    #header-carousel ol {
        margin-bottom: 5px;
    }
    .testimonial .container {
        padding: 15px;
    }
    .testimonial p {
        font-size: 14px;
    }
    #applicant-tabs li {
        font-size: 16px;
    }
    .control-label {
        font-size: 16px;
    }

    footer.landing-page {
        min-height: 1100px;
    }
}

@media (min-width: 768px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1200px) {
}

