
.inline-block {
	display: inline-block;
}

.row-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.breadcrumb ul {
	margin: 10px 0px;
	padding: 0px;
}

.breadcrumb ul li {
	display: inline-block;
	list-style: none;
}

#branch-map-wrapper .state {
	background-color: #ffffff;
}

#branch-map-wrapper .state.active {
	background-color: #158dc5;
}

#branch-map-wrapper .state.licensed {
	background-color: #ececec;
}

#branch-map-wrapper .state.branch {
    background-color: #c9dfaf;
}

#branch-map-wrapper .state.hover {
    background-color: #3A7AB5;
}

#branch-map-wrapper #branch-map {
	width: 100%;
	height: 400px;
}

#branch-map-wrapper #branch-legend {
	text-align: center;
	margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
	margin: 0px;
	display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
	list-style: none;
	line-height: 15px;
	font-size: 15px;
	margin-right: 15px;
	font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
	display: inline-block;
	float: left;
	height: 15px;
	width: 15px;
	border: solid 1px #CFCFCF;
	margin-right: 5px;
}

#branch-accordion .accordion-inner .row-item {
	margin-bottom: 20px;
}

#branch-accordion .accordion-inner .row-item .view-detail {
	margin-top: 10px;
}

.branch-description-directions,
.bio {
	margin-top: 20px;
}

.content-list .row-item .view-detail {
	margin-top: 8px;
}

#content-main .content-list .row-item {
	margin-bottom: 10px;
}

.content-list .row-item .view-detail .btn {
	margin-bottom: 3px;
}

#credit-scores-table thead th {
	text-align: center;
	background: #FFF;
}

#credit-scores-table thead th:first-child {
	text-align: left;
}

#credit-scores-wrapper .experian,
#credit-scores-wrapper .transunion,
#credit-scores-wrapper .equifax {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#credit-scores-wrapper .experian {
	background: #0D5DAB;
}

#credit-scores-wrapper .transunion {
	background: #4D917B;
}

#credit-scores-wrapper .equifax {
	background: #961E32;
}

#credit-scores-wrapper .borrower {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.search-form .or {
	margin-bottom: 10px;
	margin-left: 10px;
}

#loan-officer-account {
	margin-bottom: 15px;
}

#loan-user-registration-form label {
	display: block;
}

#my-applications .row-item {
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: solid 1px #EFEFEF;
}

#my-applications .row-item:nth-child(even) {
	background-color: #f9f9f9;
}

@media(max-width:979px) {
    #branch-map-wrapper #branch-legend ul li:last-child {
        padding:0px;
        margin:10px 0px;
    }
}

.contact-form-block-wrapper .g-recaptcha,
.contact-form-block.modal-form .g-recaptcha {
	transform: scale(0.76);
	-webkit-transform: scale(0.76);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}