/* general */
body { margin: 0; }

/* floats */
.logo,.nav a { float: left; }
.utilities,.siteSearch,.searchBox,.searchSubmit { float: right; }

.logo { width: 25%; }
.utilities { width: 69%; }
.siteSearch { width: 100%; }

.searchBox
{
	width: 80%;
	margin: 0 0 10px;
}

.searchSubmit { clear: both; }
.socialMedia { display: none; }

#mm0
{
	width: 88%;
	margin: 6% 6% 0;
}

.nav a
{
	width: 47%;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding: 10px 1% 5px;
	text-align: center;
	text-decoration: none;
}

.nav2 a,.nav4 a,.nav6 a,.nav8 a { border-right: none; }

.nav7 a,.nav8 a
{
	border-bottom: none;
	padding: 10px 1% 0;
}

.mainBannerImg { padding: 0 6%; }

.categoryBanner
{
	height: 147px;
	background: #ab252e url(../images/new/banner-science.jpg) no-repeat bottom left;
}

.categoryBanner h2
{
	padding: 8.5% 6% 0;
	color: #fff;
	opacity: .9;
}

.category-research-and-collections { background: #ab252e url(../images/new/banner-science.jpg) no-repeat bottom left; }
.category-Education-Services { background: #126e9d url(../images/new/banner-education.jpg) no-repeat bottom left; }
.category-Animals { background: #f4d044 url(../images/new/banner-animals.jpg) no-repeat bottom left; }
.category-Blogs { background: #437d7f url(../images/new/banner-blogs.jpg) no-repeat bottom left; }
.category-about-us { background: #d97d28 url(../images/new/banner-about2.jpg) no-repeat bottom left; }
.category-cultures { background: #b70688 url(../images/new/banner-cultures.jpg) no-repeat bottom left; }
.category-Kids-at-the-AM { background: #000000 url(../images/new/banner-kids.jpg) no-repeat bottom left; }
.category-trailblazers { background: #000000 url(../images/new/trailblazers_banner.jpg) no-repeat bottom left; }
.category-scicom { background: #000000 url(../images/new/scicom_banner.jpg) no-repeat bottom left; }
.category-amplify { background: #000000 url(../images/new/amplify_banner.jpg) no-repeat bottom left; }
.category-frogs { background: #000000 url(../images/new/banner-frog.jpg) no-repeat bottom left; }

.content,.aside,.contentWide,.asideWide { padding: 20px 6%; }
.relatedSections { margin: 0 0 20px; }
.relatedImages { }
.content2col { margin: 0 0 20px; }
.content3col { margin: 0 0 20px; }
.content4col { margin: 0 0 20px; }

.container3col
{
	margin: 0 0 20px;
	padding: 0 6%;
}

.container4col
{
	margin: 0 0 20px;
	padding: 0 6%;
}

.container5col
{
	margin: 0 0 20px;
	padding: 0 6%;
}

.feature { padding: 20px 0 0; }
.footer1 { padding: 20px 0 0; }
.footer2 { padding: 20px 0 0; }

.secondaryBanner {
	padding: 10px;
	box-sizing: border-box;
}
.secondaryBanner > .container4col {
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px;
}
.secondaryBanner > .container4col img {
	width: 100%;
}

.ctaBanner > ul > li {
	display: block;
	text-align: left;
	padding-left: 40px;
}

.home-items-container, .home-items-container > .container4col {
	box-sizing: border-box;
}
.home-items-container > .container4col {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	text-align: center;
}
.home-items-container > .container4col img {
	width: 100%;
}

.home-items-title {
	display: none;
}

.home-items-container h5 {
	margin-bottom: 20px;
}

.ctaSubscribe .cta-subscribe-form {
    width: 90%;
}

.footer .container4col {
	box-sizing: border-box;
	width: 100%;
    padding: 0.8em 0 1em;
}

/* category responsive */
.cat-item {
    margin: 0;
    padding: 0 6%;
    width: 88%;
    text-align: center;
}
.cat-item img {
	width: 100%;
}
.container4col { padding: 0; }

/* Responsive hide/shows according to current AM breakpoints */
	/* - shows .header-desktop when on big screen sizes
	   - shows .header-mobile when on small screen sizes */
.header-desktop { display: none; }
.header-mobile { display: block; }