/* additions to www.hnic.scot style rules - 2023 02 01 */
div.container-fluid {
/*	border: 1px gray dashed !important; */
	max-width: 1240px !important;
}

/* formatting the team member page - 2023 06 02 */
#team-page-content {
	border: 1px blue dashed;
	display: none;
	}

#team-page-image, .team-image {

	float: right;

	}

#team-page-biography, .team-biography {

	}
	
.hnic-team-column {}

.hnic-team-row {
	min-height: 250px;
	box-shadow: 0 1px 3px rgba(59,59,59,.14),0 0 5px rgba(59,59,59,.24);
	border: none;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
}	

.team-further-information {
	padding-top: 5px;
}

.fp-twitter{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	width:30%;
}

@media (max-width: 386px) {
	.fp-twitter{
/*	border: 1px red solid; */
	width:100%;
	}
}

/* Hiding twitter - 2026 02 09 */
#twitter-feed-outer {display: none !important;}


.events-row-outer {min-height: 200px;}

.events-image-placeholder {
	float: right;
	 margin: 5px;
}

.page-node-type-event #block-hnic-content {min-height: 250px;}

.page-node-type-event #block-hnic-content img {float: right; margin: 5px;}

#block-hnic-content .media-oembed-content {
	min-height: 400px;
	width: 600px;
	height: auto;
	}
	
#hutton-logo, .hutton-logo {
  float: left;
  padding: 5px;
  margin: 10px;
  max-width: 170px;
  height: auto;
}

/* a wider news section - 2026 02 09 */
#news-outer {width: 100%;}

/* mothball banner - 2026 02 25 */
#mothballed-banner {
/*	min-height: 20px;
	border: 1px dashed gray; */
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	min-height: 120px;
/*	display: none; */
}

#mothball-logo {
	float: left;
	padding-right: 30px;
}