img[align="left"],
img[align="right"] {
	max-width: 48%;
	max-width: calc(48% - 1em);
}
img[align="right"] { margin: 0 0 1em 1em;clear: right; }
img[align="left"]  { margin: 0 1em 1em 0;clear: left; }

.blockquote {
	margin-left: 20px;
	margin-right: 20px;
}
.blockquote .blockquoteImg {
	float: right;
	margin: 0 0 1em 1em;
	border: 2px solid #FFF;
}

/*	Main Content
-------------------------------------------------------------- */
.category-listing .unit { min-width: 250px; }

/*	Masthead
-------------------------------------------------------------- */
.masthead.alt {
	padding: 30px 10px;
	background-image: url(../images/design/bg-masthead-full.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.masthead.ext {
	background-image: url(../images/design/bg-masthead.png);
	background-size: auto auto;
	background-repeat: repeat-y;
}
.masthead.productMasthead {
	background: #0094d3;
	padding: 0;
}
.masthead .media { padding: 0; }
.masthead .media .mediaContent {
	margin-left: 10px;
	margin-top: 0;
}
.masthead .media .mediaImg > img {
	height: auto;
	width: 100%;
}
.masthead ::-moz-selection {
	background: #f9fcb3;
	color: #333;
	text-shadow: none;
}
.masthead ::selection {
	background: #f9fcb3;
	color: #333;
	text-shadow: none;
}

.masthead,.masthead .media,
.masthead .heading,
.masthead .mediaImg { transition: all 400ms; }



/* Entry Page
-------------------------------------------------------------- */
.feature-container {
	margin-bottom: 0;
}
.feature-container .text {
	font-size: 30px;
}

/*	Child Listing
-------------------------------------------------------------- */
.column-grid {
	margin: 0 -10px;
}
.column-grid .unit {
	width: 50%;
	padding: 15px 10px;
	float: left;
}
/* .column-grid .unit:nth-child(odd){ */
/* 	clear: left; */
/* } */
.column-grid .unit.nth-odd {
	clear: left;
}
.column-grid .header {
    padding: 0 10px;
}

/*	Contact Page
-------------------------------------------------------------- */
#contacts .vcard-image {
	max-width: 45%;
	margin-right: 15px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
#contacts .contact-details {
	display: inline-block;
	vertical-align: middle;
}

.sizes-100-50-100-50 { width: 50%; }


/*	NG Database Access Page
-------------------------------------------------------------- */
.ng-logo {
	float: right;
	margin-left: 20px;
}

.productMasthead .image .inner { display: block; }
.productMasthead .image + h1 { max-width: 60%; }

