body {
  font-family: 'Open Sans';
  font-weight: 200;
}

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

h1 {
  color: navy;
  margin-left: 20px;
}

.logo {
    max-height: 100px;
}

.lender-logo {
    max-height: 150px;
}

.headshot-logo {
    max-height: 250px;
    margin: 0px 0px 20px 0px;
      box-shadow: 5px 5px 5px #ccc;
      -moz-box-shadow: 5px 5px 5px #ccc;
      -webkit-box-shadow: 5px 5px 5px #ccc;
      -khtml-box-shadow: 5px 5px 5px #ccc;
}


.equal-housing-logo {
    max-height: 50px;
}

.footer-logo {
    max-height: 100px;
}

.row1 {
    background: #173a65;
    color: #ffffff;
    font-family: 'Open', sans-serif;
    font-size: 20px;
    padding: 12px 0px;
}

.row2 {
    padding: 10px;
    
}

.row3 {
     background: #173a65; 
     height: 5px;
    
}

.row4 {
    background-color: #ffffff;
}

.row5 {
    background-color: #ffffff;
}

.row6 {
    padding: 0px 0px 15px 0px;
    
}

.row7 {
     background: #173a65; 
     height: 5px;
    
}

.row8 {
    background: #f5f5f5;
}

.row10 {
    background: #f5f5f5;
}

.row11 {
     background: #173a65; 
     height: 5px;
    
}

.row12 {
    padding: 25px 0px;
}

.main-image {
    max-height: 600px;
}

.gallery-thumb {
    max-height: 225px;
    margin: 0px 0px 20px 0px;
}

.content-box {
    padding: 50px 25px 50px 25px;
}

.modal-dialog {
    max-width: 640px;
    margin: 1.75rem auto;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:40%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100% ;

    width:100% ;


    position:absolute;

}

.img-small {
    width: 200px;
}

