/*
	CEPN for NERIS website
*/

/* Font dependant rules */
.font-family-fracture .component-content .items-leading h2 {
	font-family: 'EdmondSansRegular',Helvetica,Arial,sans-serif;
	font-size: 3em;
	font-weight: normal;
}

.component-content ul li a {
	font-size: 101%;
	line-height: 1em;
}

.font-size-is-default {
	font-size: 0.875em;
}

/* Font independant rules */
#rt-logo {
	margin-left: 0;
}

div.items-leading div {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	clear: both;
}

div.items-leading div.img-intro-none {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 25px;
}

div.items-leading ol, div.items-leading ul, div.items-row ol, div.items-row ul {
	padding-left: 30px;
	margin-bottom: 10px;
}

.component-content .item-separator {
	display: inherit !important;
	border-bottom: transparent !important;
}

.component-content .img-intro-right,
.component-content .img-intro-leftt {
	border-bottom: transparent !important;
}

.com_docman blockquote {
	padding: 5px 0 0 35px;
	border: 0;
}

.com_docman blockquote.alignright {
	margin: 0 0 25px 25px;
}

.com_docman blockquote.alignleft {
	margin: 0 25px 25px 0;
}

ul.pagenav {
	clear: both;
}

/* Mediaqueries dependant rules */

/* Desktop mode */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	/* All desktop screens >= 960px and < 1200px */
}

@media (min-width: 768px) and (max-width: 959px) {
	/* All desktop screens >= 768px and < 960px */
}

@media only screen and (min-width: 768px) {
	/* All screens >= 768px */
}

/* Mobile mode */
@media (max-width: 767px) {
	/* All mobile sizes */
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	/* All mobile screens > 480px */ 
}

@media only screen and (max-width: 480px) {
	/* All mobile screens <= 480px */
}