.smallScreensMarginTop{margin-top:46px;}
.pageResults {font-size:16px;text-decoration:none !important;}

.list {
	width: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

figure /* see normalize.css */
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}.list__item {
	width: 25%;
	float: left;
	padding: 0.325rem !important;
	/* 10 */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.list__item__inner img {width: 100%;}

.list__item__inner {
	width: 100%;
	color: #474d51;
	background-color: transparent;
	overflow: hidden;
	height:100%;
	/*-webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2);
	 2 5 */
	/* box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2);
	2 5 */
}

.list__item img {
	width: 100%;
	display: block;
}

.list__item figcaption {
	padding: 1.25rem;
	/* 20 */
}


/* JavaScript disabled */

html.no-js .list__item {
	width: 100%;
	float: none;
}

html.no-js .list__item img {
	max-width: 9.375rem;
	/* 150 */
	float: right;
	margin-left: 1.25rem;
	/* 20 */
}

@supports ( display: -webkit-flex) or ( display: -ms-flex) or ( display: flex) {
	html.no-js .list__item {
		width: 25%;
		float: left;
	}
	html.no-js .list__item img {
		max-width: none;
		float: none;
		margin-left: 0;
	}
}

.footer {
	text-align: center;
	margin: 2.5rem 0.625rem 0;
	/* 40 10 */
}

.footer a {
	border-bottom: 1px solid #cfd7db;
}

@media screen and ( max-width: 64em)
/* 1024 */

{
	body {
		padding: 2.5rem 0;
		/* 40 */
	}
}

@media screen and ( max-width: 50em)
/* 800 */

{
	.list__item {
		width: 33.333%;
		/* 3 items per row */
	}
	@supports ( display: -webkit-flex) or ( display: -ms-flex) or ( display: flex) {
		html.no-js .list__item {
			width: 33.333%;
		}
	}
}

@media screen and ( max-width: 40em)
/* 640 */

{
	.list__item {
		width: 100%;
		/* 2 items per row */
	}
	@supports ( display: -webkit-flex) or ( display: -ms-flex) or ( display: flex) {
		html.no-js .list__item {
			width: 100%;
		}
	}
}

@media screen and ( max-width: 20em)
/* 320 */

{
	.list__item {
		width: 100%;
		/* 1 item per row */
		float: none;
	}
	@supports ( display: -webkit-flex) or ( display: -ms-flex) or ( display: flex) {
		html.no-js .list__item {
			width: 100%;
		}
	}
	html.no-js .list__item img {
		max-width: none;
		float: none;
		margin-left: 0;
	}
}


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none !important;
	color: #444;
}

a:hover { color: #656565; }

a img { border: none; }

img { max-width: 100%; }



/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #444; }