/*
notes:
images get smaller at 759px
layout stacks at 519px
*/

/*
This selector should override the crazy selector the indigo theme comes with.
*/
.magazine-layout3 .magazine-item article.magazine-layout {
	display: flex;
	padding: 0;
}

@media screen and ( max-width: 519px ) {
	.magazine-layout3 .magazine-item article.magazine-layout {
		display: block;
	}
}

.magazine-layout3 .magazine-item .entry-thumbnail {
	flex-shrink: 0;
	margin-right: 30px;
	position: static;
}

@media screen and ( max-width: 519px ) {
	.magazine-layout3 .magazine-item .entry-thumbnail {
		margin-bottom: 1em;
		margin-right: 0;
	}
}

.magazine-content {
	max-width: none;
}





.blog-style-teasers .blog-item {
	display: flex;
	padding: 30px;
}

@media screen and ( max-width: 759px ) {
	.blog-style-teasers .blog-item {
		display: block;
	}
}

.blog-style-teasers .entry-thumbnail {
	display: block;
	position: static;
}

.listingImage {
	flex-shrink: 0;
	margin-right: 30px;
}

@media screen and ( max-width: 759px ) {
	.listingImage {
		margin-right: 0;
		margin-bottom: 1em;
	}
}

.listingImageLink {
	display: block;
	height: 100%;
}





.main-navigation li {
	margin-bottom: 0;
}

@media screen and ( max-width: 1200px ) {
	.main-navigation .sub-menu > li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}





/*
Insights module?
*/
.layout1-insight {
	align-items: center;
	display: flex;
    justify-content: center;
}

@media screen and ( max-width: 759px ) {
	.layout1-insight {
		display: block;
	}
}

.insight-imageCol {
	max-width: 50%;
	position: relative;
}

.twitterFeed .inner-mod {
    padding: 0;
}

@media screen and ( max-width: 759px ) {
	.insight-imageCol {
		max-width: none;
		padding: 20px 0;
	}
}

.insight-imageContainer {
	position: relative;
}

.insight-imageContainer iframe {
	min-height: 300px;
	padding: 0px;
	width: 100%;
}

.insight.layout1-insight img {
	display: block;
	max-width: none;
	width: 100%;
}

.insight-imageCaption {
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	box-sizing: border-box;
	color: white;
	font-size: 14px;
	font-style: italic;
	left: 0;
	line-height: normal;
	padding: 7px;
	position: absolute;
	width: 100%;
}





/*
Oakland Map modules
*/
.type-fullWidth .mod-content,
body:not(.home) .quadro-mod.type-canvas.type-fullWidth .mod-content {
	width: 100%;
	max-width: none;
}





/*
They want a smaller heading the .big-header areas.
*/
.big-header .page-title {
	font-size: 56px;
}

/*
And bigger "taglines" (the subheadings under tha page titles).
*/
.page-tagline {
	font-size: 25px;
}
