
.subsec {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	width: 100%;
	xheight: 120px;
	background-size: contain;
	background: #fcfcfc;
	color: #777;
	margin: 0 2% 2% 0;
	vertical-align: top;
}

.subsec:after {
	display: none;
}

 .subsec .ss_image {
	xheight: 120px;
	width: 30%;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0; 
	
}


.subsec .ss_image:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 20%;
}

.subsec .ss_image A {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ss_title {
	
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 10px;

}


.ss_title A {
	font-weight: 300;
	text-decoration: none;
	color: inherit;
}

.ss_title A:hover{
	text-decoration: underline;
	color: #B0CB0A !important;
}

.ss_text {
	color: #000;
	background-image: none;
	xposition: static;
	xtop: 0;
	xleft: 0;
	xbottom: inherit;
	
	xposition: absolute;
	xtop: 5px;
	xleft: 110px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	
	padding: 10px;
	
	padding-right: 35%;
}



 .ss_children {
	font-size: 13px;
	font-weight: 300;
}

.ss_children A {
	text-decoration: none;
	color: #333;
	font-weight: 300;
}

.ss_children A:hover {
	color: #B0CB0A !important;
	text-decoration: underline;
}

.ss_children {
	columns: 2;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}


.ss_children>UL>LI {
	display: block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.ss_children UL LI {
	margin: 0px 0px 10px;
	line-height: 1em;
	position: relative;
}

.ss_children UL LI A {
	display: block;
	padding-left: 20px;
}

.ss_children UL LI A:before {
	content: ' > ';
    color: #ccc;
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 12px;
    font-weight: 700;
	
}

.ss_children UL UL {
	display: inline-block;
	margin-left: 30px;
	margin-top: 5px;
}

.ss_children UL UL LI {
	margin-bottom: 7px;	
}

.ss_children>UL>LI>A {
	font-weight: 500;
}

.ss_children>UL>LI>UL>LI>A {
	font-weight: 300;
}




@media only screen and (min-width: 801px) {
	.subsec:nth-child(3n) {
		margin-right: 2%;
	}
}
