.panel-heading { 
	border: none !important; 
}

.margTop15 {
	margin-top: 15px;
}

.margTopNeg120 {
	margin-top: -120px;
}

.margRight30 {
	margin-right: 30px;
}

.margBot30 {
	margin-bottom: 30px;
}

.pull-left {
  float: left !important;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.imgCenter {
	display: block;
	margin: 10px auto;
}

.imgCenter30 {
	display: block;
	margin: 0 auto 30px auto;
}

img.border {
	border: 5px solid #2c120f;
}






/***** BBB SEAL ABOUT PAGE *****/

a#bbblinkAbout img {
    border: 0 none;
    left: 0;
    margin-right: 30px !important;
    margin-left: 0;
    max-width: 200% !important;
    position: relative;
    top: 0;
vertical-align: middle !important;
}

a#bbblinkAbout {
    display: inline-block !important;
    margin: 0 30px 0 0 !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}


/***** BBB SEAL FOOTER *****/

.bbbFooterLink a {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.bbbFooterLink img {
	display: block !important;
	width: 200px !important;
	margin: 0 auto !important;
	text-align: center !important;
}



/***** MEDIA QUERIES *****/

@media (max-width: 767px) {

	.margTopNeg120 {
		margin-top: 30px;
	}

	a#bbblinkAbout img {
	    margin-right: 0px !important;
	}
	
	a#bbblinkAbout {
	    display: block !important;
	    margin: 0 auto !important;
	}
}
