.offer, .welcome {
    position: relative;
    background: #e9e9e9;
    padding-bottom: 40px;
	width:100%;
}
.affiliations, .welcome {
    padding: 40px 0 30px;
}
.blogtxt{
	font-size: 46px;
}
body{
	background: #e9e9e9!important;
}
.post {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07);
	margin-bottom: 4rem;
	padding: 15px;
	position: relative;
	border: 1px solid #e8e8e8;
	background: #fff
}

header.entry-header {
	margin: 25px 0 35px;
	position: relative
}

header.entry-header:after {
	position: absolute;
	left: 0;
	height: 1px;
	width: 60px;
	background: #ccc;
	content: '';
	bottom: -21px
}

.entry-meta {
	font-size: 13px;
	font-style: italic;
	position: relative;
	display: block;
	margin: 10px 0
}

.entry-meta span:first-child {
	margin-left: 0
}

.entry-meta i {
	font-size: 1.125rem;
	position: relative;
	top: 0;
	margin-right: 5px
}

.entry-meta span {
	padding: 0 10px
}

.entry-meta span:first-child {
	padding-left: 0
}

.read-more-link {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 3px;
	background: #0093dd
}

.read-more-link:hover {
	color: #fff;
	background: #184981
}

.pagination {
	padding: 0!important;
	margin-bottom: 30px!important;
	font-family: Roboto
}

.pagination a,
.pagination li {
	font-family: Roboto;
	line-height: normal
}

.widget:first-child {
	margin-top: 0
}

.widget-title {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.widget-title::after {
	content: "";
	position: absolute;
	bottom: -.5rem;
	left: 0;
	height: 2px;
	width: 40px;
	opacity: .3;
	background: #999
}

.widget_uni_posts ul {
	padding: 0
}

.widget_uni_posts ul li {
	list-style: none;
	padding: 20px 0;
	list-style:none;
}
.widget_uni_posts ul li:before,.comment-list li:before {
	display:none;
}
.widget_uni_posts li:hover a,
.widget_uni_posts li:hover a strong {
	color: #0093dd
}

.widget_uni_posts li:first-child {
	margin-top: 0;
	padding-top: 0
}

.widget_uni_posts ul {
	margin-bottom: 30px!important;
	margin-left:0;
}

.widget_uni_posts li {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-top: 1rem;
	line-height: 1.375rem
}

.widget_uni_posts a {
	display: flex;
	align-items: flex-start
}

.widget_uni_posts img {
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	float: left;
	margin-right: 1rem
}

.widget_uni_posts .content {
	flex: 1;
	line-height: normal
}

.widget_uni_posts .content strong {
	color: #000
}

.widget_uni_posts small {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: italic;
	margin-top: 10px;
	color: #666
}

.sidebar {
	background: #fff;
	padding: 20px;
	margin-bottom: 40px
}

.widget_categories ul {
	margin: 0;
	padding: 0
}

.widget_categories ul li {
	list-style: none;
	line-height: normal;
	margin: 0
}

.widget_categories ul li a {
	display: block;
	padding: 15px 0;
	color: #777;
	letter-spacing: .2px;
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	border-bottom-style: dotted;
	position: relative
}

.widget_categories ul li a:after {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	color: #afafaf;
	right: 0;
	top: 16px
}

.widget_categories ul li:hover a,
.widget_categories ul li:hover a:after {
	color: #000
}

.comment-list {
	padding-left: 0!important;
	margin-left:0;
}

.comment-list li {
	list-style: none!important
}

.comment-list .comment-author {
	margin-top: 30px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-object.img-thumbnail {
	max-width: none
}

.media-object {
	display: block
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.comment-heading {
	color: #000;
	font-weight: 700
}

.media-heading {
	margin-bottom: 5px;
	margin-top: 0
}

.comment-list .comment-date,
.comment-list .comment-heading {
	font-size: 14px
}

.comment-list .comment-author {
	margin-top:0px
}
.comment-list p {
	margin-bottom:0;
}
.comment-list li {
	background:#fff;
	padding:20px;
}
.comment-box input, .comment-box textarea {
	width:100%;
	border: solid 1px #d6d6d6;
}
.p-20 {
	padding: 20px!important
}

.bg-lighter {
	background: #fff!important
}


