
.single_featurecontent{
	padding:0px;
}

body#tinymce {
	margin: 0 auto;
	width: 780px;
}

.content img {
	width: 100%;
	height: auto;
}

.content a {
	color: #1BB3BD;
}

.content p {
	font-family: "adelle", serif;
	color: #494949;
	font-size: 17px;
	line-height: 25px;
	padding: 8px 15px;
}

.content h1{
	font-family: "adelle-sans", sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 56px;
	color: #494949;
	margin:10px 15px;
}

.content h2 {
	font-family: "adelle-sans", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	color: #494949;
	text-transform: none;
	margin:10px 15px;
}

.content h3 {
	font-family: "adelle-sans", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 34px;
	color: #494949;
	text-transform: none;
	margin:10px 15px 0 10px;
}

.content h4 {
	font-family: "adelle-sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 56px;
	color: #494949;
	text-transform: uppercase;
	margin:0;
}


.content ul {
	margin: 30px 0px;
	padding-left: 55px;
}

.content li {
	font-family: "adelle", serif;
	font-style: normal;
	font-weight: 100;
	color: #494949;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 15px;
}



.content .highlight {
	border-left: none;
	padding: 0;

	line-height: 32px;
  	margin-bottom: 1em;
  	margin-right: 20px;
  	
  	text-transform: none;
  	display: inline;
  	background: #FDCF28;
  	padding: 0.25em;

	position: relative;
	left: 0.25em;
	padding-left: 0;
	box-shadow: 0.25em 0 0 #FDCF28, -0.25em 0 0 #FDCF28;


}

.content .wp-caption-text, .wp-caption-dd {
	font-family: "adelle-sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #8B8B8B;
	font-style: italic;
}

.wp-caption{
	width: 100% !important;
	margin-left: 0%;
}

.wp-caption img {
    border: 1px solid #eeeeee;
    margin-top: 20px;
  }

.content blockquote  {
	margin: 20px 10px 20px 0px;
	padding: 10px 20px;
	border-left: 5px solid #20A1AA;
	font-family: "adelle", serif;
	font-style: italic;
	font-weight: 300;
	color: #29363B;
	
}

.content blockquote p {
	font-size: 17px;
	line-height: 28px;
	padding: 0;
}

.content blockquote footer {
	font-size: 14px;
	color: #494949;
	font-weight: 100;
	font-style: normal;
	background-color: transparent;
	margin: 10px 0;
	padding: 0;
	text-align: right;	
}


cite {

	font-size: 14px;
	color: #212225;
	font-style: italic;
}

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.default__content p {
	font-family: "adelle", serif;
	font-style: normal;
	color: #494949;
	font-size: 20px;
	line-height: 32px;
	padding: 0;
}

.article__blur, .article__blur--breaking{
	display: none;
}

.article__breaking--block{
	display: none;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.content blockquote  {
	        margin: 40px 20px 40px 4px;
	}

	.content p {
		padding: 8px 0px;
	}

	.single_featurecontent{
		padding:0px 15px;
	}


	.content h1 {

		margin:10px 0;
	}

	.content h2 {

		margin:10px 0;
	}

	.content h3 {

		margin:10px 0 0 0;
	}
	
	.wp-caption{
		width: 120% !important;
		max-width: 120% !important;
		margin-left: -10%;
	}
	
	.wp-caption dt {
		width: 120% !important;
	}
	
	.wp-caption-dd {
		width: 120% !important;
	}


}


/* No fancy schmancy background blur for small tablets or phones. */
@media only screen and (min-width : 960px) {


	.article__blur-white{
		position: relative;
	}

	.article__blur-white-BG{
		position: absolute;
		top:0;
		left:0;
		height: 100%;
		width: 100%;
		background:linear-gradient(to bottom, rgba(255,255,255,0) ,rgba(255,255,255,1) 750px);
		 background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) ,rgba(255,255,255,1) 750px);
		 pointer-events: none;
	}

	.article__blur{
		height: 900px;
		width: 120%;
		position: fixed;
		overflow: hidden;
		top: -10%;
		left: -100px;
		opacity: 1;
		transition: all 0.5s ease-in 5s;
		-webkit-transition: all 0.5s ease-in 5s;
		display: block;
	}


	.article__blur--breaking{
		height: 900px;
		width: 120%;
		position: fixed;
		overflow: hidden;
		top: -5%;
		left: -100px;
		opacity: 0;
		transition: all 0.5s ease-in;
		-webkit-transition: all 0.5s ease-in;
		display: block;
		
	}

	.article__breaking--block{
		opacity: 1;
	}

	.article__blur--img{
		width: 100%;
		height: 85%;
		-webkit-filter: blur(60px);
		filter: blur(60px) saturate(1.2);
		opacity: 0.3;
		 -webkit-transform:translate3d(0,0,0);

	}
	
	.content p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.content li {
		font-size: 20px;
		line-height: 25px;
	}
	
	.content blockquote  {
		margin: 30px 10px 30px 0px;
		padding: 0 40px;
		border-left: 5px solid #20A1AA;
	}
	
	.content blockquote p {
		font-size: 20px;
		line-height: 32px;
		padding: 0;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.single_featurecontent {
	    padding: 0px 0px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	

	.content .single__featureImage{
		width: 100%;
	}

	.content img {
		width: 100%;
	}
}
