
body {
}

@media (min-width: 992px) {
  body {
  }
}

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.title_welcome{
    margin-top: 4rem !important;
	margin-bottom: 2rem;
	text-align: center;
	
}
.box {
	position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border-bottom: 1px solid rgba(0,0,0,.06);
	/*padding-bottom: 3.0rem;
	padding-top: 3.0rem;*/
	

  height: 100%;
}



.footer {
    height: 60px;
    background-color: #F5F5F5;
}
.bg-blue{
	background-color: #0072C6;
    width: 100%;
    height: 50px;
    z-index: 20;
    padding-left: 50px;
    padding-right: 50px;

}
.center
{
	text-align: center;
}
.spacer
{
padding-bottom: 4.5rem;
}


.box-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.box-footer {
    padding: .75rem 1.25rem;

	text-align: center;
}


.box-title {
margin-bottom: .75rem;
}
.box-text {
    margin-bottom: 0;
}
.box-text:last-child {
    margin-bottom: 0;
}
.box-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
.box-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.spacer_footer
{
padding-bottom: 4.5rem;
}
.footer_notes
{
	font-size: 0.9em;
}
