body { background-color: #FFF !important; }

.headline {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}

.blurb {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #333;
}

.credits {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	line-height: 1.5em;
}

.parent {
	position: relative;
	padding-top: 80px;
}

.select-row {
	display: flex;
	flex-direction: row;
	position: fixed;
	left:0;
	top:0;
	right:0;
	width: 100%;
	height: auto;
	background: white;
	z-index: 10;
	border-bottom: 1px solid #dddfe2;
}
.select-container {
	margin: 0.5em;
	flex: 1 1 auto;
}
.select-container .label {
	flex: 0 0 auto;
	margin-right: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0;
}
.select-container .choices {
	flex: 1 1 auto;
}

.choices__list--dropdown .choices__item.choices__placeholder {
	display: none;
}
.choices__list--dropdown .choices__item--selectable {
	padding-right: 0 !important;
}


#ads-list {
	position: relative;
}

#ads-list .tutorial, #ads-list .fas {
	position: absolute;
	display: block;
	text-align: center;
	top: 100px;
	left: 0;
	right: 0;
	font-weight: bold;
	color: #aaa;
}

#ads-list.has-ads .tutorial, #ads-list.loading .tutorial {
	display: none;
}

#ads-list .fas {
	display: none;
	font-size: 2em;
}

#ads-list.loading .fas{
	display: block;
}

#ads-list.loading .page {
	opacity: 0;
}

#ads-list .page {
	position: relative;
	width: 100%;
	border-top: 1px solid #dddfe2;
	border-bottom: 1px solid #dddfe2;
	padding: 1em 0 0.5em;
	font-size: 0.9em;
	transition: opacity 0.5s;
}

#ads-list .page-info {
	padding: 0 1em;
}

#ads-list .page-info h5 {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0em;
}


#ads-list .post-slider {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 1em auto;
	transition: height 0.5s;
	font-size: 0.8em;
}

#ads-list .page .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8%;
	height: 100%;
	font-size: 2em;
	color: #999;
	cursor: pointer;
	transition: opacity 0.5s;
}
#ads-list .page .arrow::before {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	transition: transform 0.5s, color 0.5s;
}
#ads-list .page .arrow:hover::before {
	transform: translateY(-50%) scale(1.4);
	color: #111;
}
#ads-list .page .arrow.hidden {
	opacity: 0;
	pointer-events: none;
}

#ads-list .page .fa-angle-right {
	right: 0;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* w3c */
}
#ads-list .page .fa-angle-right::before {
	right: 10px;
}
#ads-list .page .fa-angle-left {
	left: 0;
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* w3c */
}
#ads-list .page .fa-angle-left::before {
	left: 10px;
}

#ads-list .post {
	position: absolute;
	left: 4%;
	top: 0;
	width: 44%;
	display: block;
	box-sizing: border-box;
	transition: left 0.6s;
}
#ads-list .post .post-content {
	padding: 0.75em;
	border: 1px solid #dddfe2;
	border-radius: 3px;
	box-sizing: border-box;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
#ads-list .post.next-right{
	left: 52%;
}
#ads-list .post.right {
	left: 100%;
}
#ads-list .post.next-left {
	left: -44%;
}
#ads-list .post.left {
	left: -92%;
}

#ads-list .post .post-page {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5em;
}

#ads-list .post .post-page-image {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

#ads-list .post .post-page-title {
	flex: 1 1 auto;
	margin-left: 0.5em;
}
#ads-list .post .post-page-title a {
	font-weight: bold;
}
#ads-list .post .post-page-title .post-title-sponsor {
	font-size: 0.8em;
}
#ads-list .post .post-page-title .post-title-sponsor.hidden {
	display: none;
}

#ads-list .post .post-mm img {
	width: 100%;
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #dddfe2;
}
#ads-list .post .post-mm img[src='']{
	display: none;
}

#ads-list .post .post-mm .video-placeholder {
	width: 100%;
	height: 14em;
	background: #aaa;
	color: #666;
	text-align: center;
	line-height: 14em;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 0.5em;
}

#ads-list .post .post-stats {
	font-size: 0.8em;
}

#ads-list .post .post-stats .post-stats-impressions,
#ads-list .post .post-stats .post-stats-sponsor {
	padding-left: 0.5em;
}

#load-more {
	display: none;
	position: relative;
	margin: 0.5em 0;
	text-align: center;
	width: 100%;
}
#ads-list.has-ads ~ #load-more {
	display: block;
}

@media (min-width: 900px ) {
	#ads-list .post-slider {
		font-size: 0.9em;
	}
}

@media (max-width: 500px ) {
	#ads-list .page-info {
		font-size: 0.8em;
	}
	#ads-list .page-info h5 {
		font-size: 1rem;
	}
	#ads-list .post {
		left: 15%;
		width: 70%;
		font-size: 0.8em;
	}

	#ads-list .post.next-right{
		left: 90%;
	}
	#ads-list .post.right {
		left: 155%;
	}
	#ads-list .post.next-left {
		left: -60%;
	}
	#ads-list .post.left {
		left: -135%;
	}
	#ads-list .page .arrow {
		width: 20%;
	}
	#ads-list .page .arrow:hover::before {
		transform: translateY(-50%);
		color: #999;
	}
	#ads-list .page .arrow:active::before {
		transform: translateY(-50%) scale(1.2);
		color: #111;
	}

	.choices__list--dropdown .choices__item {
		font-size: 12px;
	}
}
