/* HTMLCONTENT WIDGET */
	.HTMLContentWidgetTitle {  font-family: "futura-pt",sans-serif; font-size: 18px; text-transform: uppercase; padding-bottom: 8px; margin-bottom: 8px; }
	#Page-Sidebar-Content .HTMLContentWidgetTitle { font-family: "futura-pt",sans-serif; font-size: 21px; text-transform: uppercase; border-bottom: 1px dashed #a5c837; padding-bottom: 8px; }

	.HTMLContentWidget .HTMLContentWidgetContent img { width: auto; max-width: 97%; height: auto !important; margin: 5px; }
		
	.HTMLContentWidget .grayBox { background: #f2f2f2; padding: 24px 18px 24px 18px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }


/* REPSONSIVE TABLET VIEW */
@media screen and (max-width: 980px) {

/* FACEBOOK */
.HtmlContentWidget .HTMLContentWidgetContent.box.typography iframe { width: 228px !important; }
	
}

/* RESPONSIVE PHONE VIEW */
@media screen and (max-width: 760px) {
	
/* FACEBOOK */
.HtmlContentWidget .HTMLContentWidgetContent.box.typography iframe { width: 100% !important; }

}