body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5, nav {font-family: 'Bree Serif', serif;}
.navbar {
	background: #D1E1EF;
}
.nav>li>a:hover, .nav>li>a:focus {background:#AFD2F0;}
.jumbotron {
	background-image:url(../images/jumboBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 47%;
        display: block;
        width: 240px;
        text-align: center;
        background-color: #AFD2F0;
        color:#FFF;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -100px;
    }
}
.navbar-brand-centered a {color:#FFF}
#content {
	padding-top: 20px;
}

.lender-q{
    font-weight: bold;
    margin-top:2em;
}

.well-white {
	background-image: none;
	background:rgba(255,255,255,.8);
}

/* CUSTOM BTNS */

.btn {
	border-radius: 0;
}
.btn-topic {
  color: #FFFFFF;
  background-color: #71B9E3;
  border-color: #909FA8;
  border-radius: 0
}

.btn-topic:hover,
.btn-topic:focus,
.btn-topic:active,
.btn-topic.active,
.open .dropdown-toggle.btn-topic {
  color: #FFFFFF;
  background-color: #468EB8;
  border-color: #909FA8;

}

.btn-topic:active,
.btn-topic.active,
.open .dropdown-toggle.btn-topic {
  background-image: none;
}

.btn-topic.disabled,
.btn-topic[disabled],
fieldset[disabled] .btn-topic,
.btn-topic.disabled:hover,
.btn-topic[disabled]:hover,
fieldset[disabled] .btn-topic:hover,
.btn-topic.disabled:focus,
.btn-topic[disabled]:focus,
fieldset[disabled] .btn-topic:focus,
.btn-topic.disabled:active,
.btn-topic[disabled]:active,
fieldset[disabled] .btn-topic:active,
.btn-topic.disabled.active,
.btn-topic[disabled].active,
fieldset[disabled] .btn-topic.active {
  background-color: #71B9E3;
  border-color: #909FA8;
}

.btn-topic .badge {
  color: #71B9E3;
  background-color: #FFFFFF;
}

.lenderPageC2a p {
	font-size: 16px;
	}
.lenderPageC2a h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size:16px;
	}
input.error {
	background:#ffebef;
	position: relative;
}
.help-block {
	font-size: 12px;
}

.ersatz-li{
	display:list-item;
	list-style-type:disc;
}
td.current {background:#ffe0a8; border:1px solid #CCC; font-weight: bold}
td.n, td.s {border-right: 1px dashed #CCC}
td.nw, td.sw {border-right:1px dashed #CCC; border-bottom:1px dashed #CCC}
td.ne, td.w, td.e {border-bottom: 1px dashed #CCC}
#nearbyTable {
	border:1px solid #CCC;
	border-collapse: collapse;
}
td.nearby{
	vertical-align: middle;
	text-align: center;
	width: 33.3%;
	padding: 10px 0;
}
#arrowTable {
	height: 100px;
}
