@CHARSET "UTF-8";

.res-item{
	margin-bottom: 10px;
	font-size: 19px;
	background-color: #cdcccb;
	min-height: 155px;	
}

.res-item *{
	color: #000 !important;
}

.res-item .res-content{
	font-size: 12px;
}
.res-item h4{
	font-size: 16px;
	font-weight: bold;
}
.res-short{
	/*font-weight: bold;*/
	cursor: pointer;	
	/*font-size: 19px;*/
}
.res-short, .res-short *{
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
	color: #000;
}

.res-short:hover{
	color: #0D233F;
}

.res-full{
	display: none;
/* 	font-size: 19px; */
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
}

.res-full, .res-full *{
	color: #000;
}

.res-full p:first-child {
	margin-top: 5px;
}

.less,.more{
	padding-top: 10px;
}
.less{
	display: none;
}
.more{
	display: block;
}

.expanded .res-full{
	display: block;
}
.expanded .more{
	display: none;
}
.expanded .less{
	display: block;
}


.page-parent-uid-resource .page-text{
	left: 20px;
	right: 20px;
}

.res-image {
float: left;
width: 95px;
margin: 10px;
position: relative;
overflow: hidden;
}

.res-content{
	margin-left: 110px;
	padding: 10px;
}


.res-title{
	text-transform: uppercase;
}

.res-title, .res-title *{
	color: #000;
	font-size: 18px;
}