/* Extra classes for ACAN site */
body{
	font-family:Arial,sans-serif;
}
.blog .readMore {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 3px dotted #ccc;
}
h3{
	font-size: 1.5rem;
	margin:0.7rem;
}

.blog h3 {
	margin: 0 0 20px 0;
}
header.masthead{
	background-image: url("../img/banner.png");
	background-position:top;
}

.page-header h1, .page-header h2 {
	text-align: center;	
	margin: 0 0 20px 0;
}

hr.primary {
	margin-bottom: 40px;
}

.masthead .row {
	background: rgba(0,0,0,0.5);
	padding: 30px;	
}

@media (min-width: 992px) {
	.col-lg-10 {
		flex: 0 0 95% !important;
		max-width: 95% !important;
	}
}

@media screen and (max-width: 480px){
	#homeHeading{
		margin-top:12px;
	}
}

.navbar-collapse{
	 text-align:right;
	 margin-left:100px !important;
	 max-height:380px !important;
}

.maps iframe{
    pointer-events: none;
}

ul.centredlist{
	list-style-type: none;
    padding-left: 0;
}

.left-list-group{
	text-align:left;
	margin:5px 2px;
}
.text-vertical-center{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.callout{
	display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url("../img/PCLAMP.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mbrs{
	display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url("../img/mbrs_building.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.btn{
	    outline: none !important;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:focus, .btn-circle:hover {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.panel-profile .panel-heading {
    height: 130px;
    background-size: cover;

}
.panel-profile{
	margin-left:auto;
}
.panel-profile-img{
	    max-width: 150px;
    margin-left: 5em;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#html5-watermark{
	display:none !important;
}
footer p{
	text-align:center;
	font-size:10px;
	color:#666;
}
.programpanel{
	/* height:580px; */
}

.portfolio-box img{
	/*margin:15px 5px;*/
	min-width:150px;
	min-height:30px;
}

.portfolio-box img{
	margin:15px 5px;
	width:200px;
}

@media screen and (max-width: 480px){
	#homeHeading{
		margin-top:12px;
	}
/*margin: 0px; padding: 0px 0px 15px; color: rgb(102, 102, 102); font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 20px;*/
