a.WhiteButton {
    padding: 0.5rem 1.555rem;
    border: solid 1px #343741;
    transition: all 0.25sease;
    text-decoration: none !important;
    margin-bottom: 0.555rem;
    color: #5f6369;
	display:inline-block;
	margin-top:10px;
	text-align: center;
}
a.WhiteButton:hover {
    color: #fff;
    border: solid 1px #fff;
    background-color: #539536;
}

.Content .wrapper .container{
    display: flex;
}
.Content .wrapper .container .column1{
    border-right: 1px solid #bebaba;
    padding-right: 2rem; 
    margin-right: 1rem;
}

.Table-Style{
    width: 100%;
    opacity: 1;
}
.Table-Style table{
    width: 100%;
    opacity: 1;
}
.Table-Style caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 1em;
    font-size: 1.25em;
    font-weight: 400;
    background-image: url('/Portals/0/Images/blue-texture.png');
    text-align: left;
    caption-side: top;
}

.Table-Style thead tr th{
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('/Portals/0/Images/gray-texture.png'); 
    text-align: center;
}

.Table-Style thead tr th, .Table-Style tbody tr td {
    display: table-cell;
    padding: 1em;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
.Table-Style tbody tr td p {
	margin:0;
}

.Table-Style thead tr th:last-child, .Table-Style tbody tr td:last-child {
    border-right: solid 1px #ccc;
}

.Table-Style thead tr th p{
    font-weight: bold;
}
.profilecss {
    background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 25px auto 25px;
  padding: 35px 15px;
  max-width: 510px;
}
.profilecss .profileimg, .Location .profileimg {
	border-radius: 51px;
  padding: 12px;
  border: 4px solid #00468b;
  margin: 0 auto 15px;
  max-width:312px;
}
.profilecss img, .Location img {
	border-radius:45px;
	border:7px solid #539536;
	max-width:280px;
}
.profilecss .LendersTopContent h4 {
	margin:0 0 5px 0;
}
.LendersTopContent h3 {
	margin:0 0 20px 0;
}
.Location{
    background-color: #eee;
    text-align: center;
    margin: 25px auto 25px;
  padding: 35px 15px;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Location h4, .Location h4 a{
    font-family: "Merriweather", serif;
}
#BodyContent .Location h4 strong a {
    color: #00468b;
}
.Location h4.name{
    color:#5f6369;
}
.Location .TopContent {
	margin:0 0 25px 0;
}
.Location .TopContent h4 {
	margin:0 0 5px;
}

.Table-Privacy table{
    width: 100%;
    opacity: 1;
    border-bottom-color: #ccc;
    border-spacing: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.Table-Privacy table p, .Table-Privacy table ul li {
	font-size:16px;
	line-height:19px;
}

.Table-Privacy .Uppercase{
    text-transform: uppercase;
}

.Table-Privacy th{
    border-color: #fff;
    background: #666;
    border-style: solid;
    border-width: .056em;
    padding: .556em .556em;
    text-align: center;
}

.Table-Privacy tbody tr{
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.Table-Privacy tr td:last-child {
    border-right: solid 1px #ccc;
}

.Table-Privacy tbody tr:nth-child(odd) td {
    background-color: #eee;
}

.Table-Privacy tbody tr td a{
    color: #539536;
}

.Table-Privacy td {
    padding: 1rem;
}

.Table-Privacy th p{
    color: #fff;
    font-weight: 700;
}

.Table-Privacy tbody tr td {
    display: table-cell;
    padding: 1em;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.Table-Privacy .table-reason th{
    text-align: left;
}

.Table-Privacy .table-reason tbody tr td:nth-child(2) p,
.Table-Privacy .table-reason tbody tr td:nth-child(3) p
{
    text-align: center;
    font-weight: 700;
}

.Table-Privacy caption {
    padding: .556em .556em;
    background: #666;
    caption-side: top;
    text-align: left;
}

.Table-Privacy caption p{
    color: white;
    font-weight: 700;
}

@media only screen and (max-width: 991px){
.LargeTableProduct tr{
        display: grid;
        width: 100%;
}
.LargeTableProduct th {
	width:100% !important;
}
.LargeTableProduct thead {
	display:none;
}
.LargeTableProduct tr td:before {
    content: attr(data-title);
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 21px;
    padding-bottom: 10px;
    line-height: 24px;
}
.Table-Style thead tr th, .Table-Style tbody tr td {
  border-right: solid 1px #ccc;
}
.Table-Style tbody tr:nth-child(2n), .Table-Style tr:nth-child(2n) {
	background-color:#f2f2f2;
}
}
@media only screen and (min-width:1024px) {
.LendersBelowContent {
	min-height:240px;
}
.Table-Privacy table p, .Table-Privacy table ul li {
	font-size:18px;
	line-height:24px;
}
}
@media only screen and (min-width:1200px) {
.profilecss .BelowImageContent {
	min-height:220px;
}
.Location .TopContent {
	min-height:130px;
}
.Location .BelowContent {
	min-height:190px;
}
.Content .wrapper .container .column1 span, .Content .wrapper .container .column2 span {
	padding-left:25px;
}
}
@media only screen and (min-width:1385px) {
.profilecss .BelowImageContent {
    min-height: 175px;
}
.Location .BelowContent {
    min-height: 177px;
 }
}
