.programs_widget {
	margin: 1em 0 0 0;
}

.programs_widget > article {
	background-color: #FCF5E1;
	padding: 1em 2%;
	margin: 1em 0;	
	box-sizing: border-box;
}

.programs_widget > article:after {
	visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.programs_widget > article img {
    max-width: 100%;
    width: 32%;
    float: right;
    margin-left: 20%;
}

.programs_widget > article h1 {
	font-size:2em;
	margin:0.5em 0;
	color:#000;
	font-weight:400;
}

.programs_widget > article h1 a{
    color:#000;
    text-decoration:none;
}

.programs_widget > article p {
	font-size:1.6em;
	color:#535353;
	font-weight:300;
}

.programs_widget .pr_wdt_social_links {
	padding:0.5em 0; 
	float:left;
	width:98%;
    clear:both;
}

.programs_widget .pr_wdt_social_links a.pr_ico_fb, .pr_wdt_social_links a.pr_ico_tw{
	display:block;
	width:20px;
	height:20px;
	margin-right:3px;
	float:left;
}

.programs_widget .pr_wdt_social_links a.pr_ico_fb {
	background: url(../../Img/pr_fb_ico.png)no-repeat 0 0;
}

.programs_widget .pr_wdt_social_links a.pr_ico_tw {
	background: url(../../Img/pr_tw_ico.png) no-repeat 0 0;
}

.programs_widget .pr_wdt_more_btn {
	font-size:1.8em;
	height:23px;
	width:100%;
	text-align:center;
	display:block;
	float:left;
	padding: 0.5em 0;
	color:#fff;
	letter-spacing:3px;
	background: #456383; /* Old browsers */
	background: no-repeat 59% 50%, -moz-linear-gradient(top, #456383 0%, #324a64 100%); /* FF3.6+ */
	background: no-repeat 59% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#456383), color-stop(100%,#324a64)); /* Chrome,Safari4+ */
	background: no-repeat 59% 50%, -webkit-linear-gradient(top, #456383 0%,#324a64 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 59% 50%, -o-linear-gradient(top, #456383 0%,#324a64 100%); /* Opera 11.10+ */
	background: no-repeat 59% 50%, -ms-linear-gradient(top, #456383 0%,#324a64 100%); /* IE10+ */
	background: no-repeat 59% 50%, linear-gradient(to bottom, #456383 0%,#324a64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456383', endColorstr='#324a64',GradientType=0 ); /* IE6-9 */
	margin: 0 0 1em 0;
}

@media (max-width: 800px) {
	.programs_widget > article img {
        margin-left: 1em;
        margin-bottom: .5em;
	}
}