
/* ----------------------------------------- */
/* Standard styles for all frontpaged blocks */
/* ----------------------------------------- */


@media screen and (max-width: 1039px) {
	.frontpage_columnCollapse {
		padding-bottom: 10px;
	}
}


.frontpage_footerBlock {
	padding: 15px 0px 0px 0px;
}

/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
	.frontpage_featureTitle{
		font-family: 'Special Elite', cursive;
		margin: 10px;
		padding: 15px 5px;
		font-size: 3.5rem;
		line-height: 2.8rem;
		color: #050505;
		letter-spacing: -1px;
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	.frontpage_featureContent {
		width: 545px;
		min-height: 150px;
		padding: 40px 60px 0px 60px;
	}
	.frontpage_GOTMContent {
		width: 260px;
		min-height: 175px;
		padding: 10px 20px;
	}
	.frontpage_featureSubmitted {
		width: 500px;
		margin: 10px 0px 10px 45px;
		padding: 10px 0px;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
	}
}

/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
  	.frontpage_featureTitle{
		font-family: 'Special Elite', cursive;
		text-align: center;
		margin: 0px;
		padding: 15px 0px 0px 0px;
		font-size: 1.8rem;
		line-height: 2.0rem;
		color: #050505;
		letter-spacing: -1px;
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	.frontpage_featureContent {
		width: 100%;
		padding: 10px;
	}
	.frontpage_featureSubmitted {
		width: 100%;
		margin: 0px 0px 5px 0px;
		padding: 5px 0px;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
	}
}






.frontpage_featureTitleBullet:before{
	content: '>';
	font-family: 'Raleway', cursive;
	font-weight: 400;
	font-size: 3.5rem;
	color: #FF5A14;
	position: relative;
	left: -1rem;
	top: 0rem;
	line-height: 1;
}

.frontpage_TitleLink:hover{
	color: #FF5A14;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}

.feedHeaderImage {
	width: 100%;
}

.feed_Category {
	background: linear-gradient(60deg, rgba(190,138,8,0.5) , rgba(200,200,200,0));
}


/*-------------------------------*/
/* primary position GOTM article */
/*-------------------------------*/

.frontpage_feedBox {
	padding: 10px 5px 0px 5px;
}



/*-------------------------*/
/* half-size feed articles */
/*-------------------------*/


/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
	.feed_TitleStamp{
		font-family: 'Special Elite', cursive;
		margin: 10px;
		padding: 15px 5px;
		font-size: 3.5rem;
		line-height: 2.8rem;
		color: #050505;
		letter-spacing: -1px;
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	.feed_SubmittedMain {
		text-align: left;
		width: 460px;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
		padding: 5px 15px;
		margin: 0px 10px 10px 10px;
	}
	.feed_Submitted {
		text-align: left;
		width: 365px;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
		padding: 5px 15px;
		margin: 0px 10px 10px 10px;
	}
	.feed_articleTitleMAIN{
		text-align: left;
		margin: 5px;
		font-size: 2.0rem;
	}
	.feed_teaserContainer {
		width: 100%;
		min-height: 140px;
		margin: 0px;
		padding: 15px 15px 15px 140px;
	}
	.feed_articleTitle{
		margin: 5px;
		font-size: 1.6rem;
	}
	.feed_itemContainer {
		position: relative;
		min-height: 90px;
		padding: 10px 0px 10px 0px;
	}
}

/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
	.feed_TitleStamp{
		font-family: 'Special Elite', cursive;
		text-align: center;
		margin: 0px;
		padding: 15px 0px 15px 0px;
		font-size: 1.8rem;
		line-height: 2.0rem;
		color: #050505;
		letter-spacing: -1px;
		-ms-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	.feed_SubmittedMain {
		text-align: center;
		width: 100%;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
		padding: 5px 90px 5px 5px;
		margin: 0px;
	}
	.feed_Submitted {
		text-align: center;
		width: 100%;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
		padding: 5px;
		margin: 0px 90px 0px 0px;
	}
	.feed_articleTitleMAIN{
		text-align: justify;
		margin: 5px;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.feed_teaserContainer {
		width: 100%;
		min-height: 140px;
		margin: 0px;
		padding: 0px 0px 10px 140px;
	}
	.feed_articleTitle{
		text-align: justify;
		margin: 5px 90px 5px 5px;
		font-size: 1.6rem;
		line-height: 150%;
	}
	.feed_itemContainer {
		position: relative;
		min-height: 120px;
	}
}


.feed_Container {
	position: relative;
}

.feed_Title{
	margin: 20px;
	padding: 0px;
	font-size: 3.0rem;
}

.feed_TitleBullet:before{
	content: '-';
	font-family: 'Kreon', serif;
	font-weight: 400;
	font-size: 2.6rem;
	color: #FF5A14;
	position: relative;
	left: -1rem;
	top: 0rem;
	line-height: 1;
}

.feed_articleTitleLink:hover{
	color: #FF5A14;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}

.feed_gotoMain {
	text-align: center;
	padding: 0px 0px 15px 0px;
}



/* ---------------------- */
/* "MASKING TAPED" IMAGES */
/* ---------------------- */


/* DESKTOPS */
@media screen and (min-width: 1040px) {
	.GOTM_image {
		position: absolute;
		right: 10px;
		top: 75px;
	}
	.GOTM_image_header {
		margin: 0 0 25px;
		text-align: center;
	}
	.GOTM_image_header_transform {
		padding: 0px;
		border-radius: 10px;
	}
}

/* TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
	.GOTM_image {
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	.GOTM_image_header {
		margin: 0px;
		text-align: center;
	}
	.GOTM_image_header_transform {
		padding: 0px;
		border-radius: 10px;
	}
}

.GOTM_image_header li {
	display: inline-block;
	margin: 5px;
	list-style: none;
}

.GOTM_image_header a {
	position: relative;
	display: inline-block;
}

.GOTM_image_header_tape li {
	width: 200px;
	padding: 5px;
	margin: 15px 10px;
	border: solid 1px #cac09f;
	background: #fdf8e4;
	text-align: center;
	box-shadow: inset 0 1px rgba(255,255,255,.9), 1px 2px 2px rgba(0,0,0,.5);
}

.GOTM_image_header_tape figure {
	position: relative;
	margin: 0;
}

.GOTM_image_header_tape a:before {
	position: absolute;
	z-index: 2;
	content: " ";
	top: -25px;
	left: 50%;
	width: 242px;
	height: 54px;
	margin-left: -121px;
	background: url(//content.invisioncic.com/r24679/pages_media/3_tape.png) no-repeat;
}

}
.GOTM_image_header_transform li {
	border: none;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}



/* ---------------------------------------------- */
/* "masking taped" images for article feed blocks */
/* ---------------------------------------------- */

/* DESKTOPS */
@media screen and (min-width: 1040px) {
	.feed_imageMain {
		left: 0px;
		top: 80px;
	}
	.feed_imageList {
		right: 0px;
		top: -5px;
	}
}

/* TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
	.feed_imageMain {
		left: 0px;
		top: 90px;
	}
	.feed_imageList {
		right: 0px;
		top: 20px;
	}
}

.feed_image {
	position: absolute;
}

.feed_image_header {
	margin: 0 0 25px;
	text-align: center;
}

.feed_image_header li {
	display: inline-block;
	margin: 5px;
	list-style: none;
}

.feed_image_header a {
	position: relative;
	display: inline-block;
}

.feed_image_header_notape li, .feed_image_header_tape1 li, .feed_image_header_tape2 li, .feed_image_header_tape3 li, .feed_image_header_tape4 li, .feed_image_header_tape5 li, .feed_image_header_tape1_new li, .feed_image_header_tape2_new li, .feed_image_header_tape3_new li, .feed_image_header_tape4_new li, .feed_image_header_tape5_new li {
	width: 120px;
	padding: 5px;
	margin: 15px 10px;
	border: solid 1px #cac09f;
	background: #fdf8e4;
	text-align: center;
	box-shadow: inset 0 1px rgba(255,255,255,.9), 1px 1px 1px rgba(0,0,0,.3);
}

.feed_image_header_notape figure, .feed_image_header_tape1 figure, .feed_image_header_tape2 figure, .feed_image_header_tape3 figure, .feed_image_header_tape4 figure, .feed_image_header_tape5 figure, .feed_image_header_tape1_new figure, .feed_image_header_tape2_new figure, .feed_image_header_tape3_new figure, .feed_image_header_tape4_new figure, .feed_image_header_tape5_new figure {
	position: relative;
	margin: 0;
}

.feed_image_header_notape a:before, .feed_image_header_tape1 a:before, .feed_image_header_tape2 a:before, .feed_image_header_tape3 a:before, .feed_image_header_tape4 a:before, .feed_image_header_tape5 a:before, .feed_image_header_tape1_new a:before, .feed_image_header_tape2_new a:before, .feed_image_header_tape3_new a:before, .feed_image_header_tape4_new a:before, .feed_image_header_tape5_new a:before {
	position: absolute;
	z-index: 2;
	content: " ";
	left: 50%;
	width: 120px;
	height: 60px;
	margin-left: -60px;
	top: -36px;
}



.feed_image_header_tape1 a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape1.png) no-repeat; }
.feed_image_header_tape2 a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape2.png) no-repeat; }
.feed_image_header_tape3 a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape3.png) no-repeat; }
.feed_image_header_tape4 a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape4.png) no-repeat; }
.feed_image_header_tape5 a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape5.png) no-repeat; }

.feed_image_header_tape1_new a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape1.png) center no-repeat, url(//content.invisioncic.com/r24679/pages_media/3_new_article.png) left 0px top 31px no-repeat; }
.feed_image_header_tape2_new a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape2.png) center no-repeat, url(//content.invisioncic.com/r24679/pages_media/3_new_article.png) left 0px top 31px no-repeat; }
.feed_image_header_tape3_new a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape3.png) center no-repeat, url(//content.invisioncic.com/r24679/pages_media/3_new_article.png) left 0px top 31px no-repeat; }
.feed_image_header_tape4_new a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape4.png) center no-repeat, url(//content.invisioncic.com/r24679/pages_media/3_new_article.png) left 0px top 31px no-repeat; }
.feed_image_header_tape5_new a:before { background: url(//content.invisioncic.com/r24679/pages_media/3_tape5.png) center no-repeat, url(//content.invisioncic.com/r24679/pages_media/3_new_article.png) left 0px top 31px no-repeat; }


.feed_image_header_transform {
	border-radius: 10px;
}

.feed_image_header_transform li {
	border: none;
}



/* -------------------------- */
/* Admin-only marker elements */
/* -------------------------- */

.frontpage_audience_tag {
	position: absolute;
	left: -4px;
	top: -4px;
}