@charset "UTF-8";


/* !CONTENT homepage */
h3 {
	color:#61569d;
	font-weight: bold;
	text-transform: uppercase;
}
#content-left-wrapper {
	float: left;
	width:630px;
}
#content-right-wrapper {
	float: left;
	margin-left: 20px;
	width:270px;
}
#content-right-wrapper h3 {
	font-size: 14px;
	border-bottom: 3px solid #e1e1e1;
	display: block;
	margin-bottom: 13px;
	padding-bottom: 6px;
}
#content-right-wrapper h2 {
	color:#535353;
	font-size: 16px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 6px;
	
}
#content-right-wrapper .date {
	color:#aaaaaa;
	font-size: 11px;
}
#content-right-wrapper .marginright-news {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.rightmargin-bloc {
	margin-bottom: 40px;
}
.rightmargin-bloc.smallmarginbottom {
	margin-bottom: 15px !important;
}
#home_carousel {
	margin-bottom: 20px;
}
.home-highlight {
	width:590px;
	background: #f4f1ea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}
.home-highlight p {
	margin-bottom: 30px;
	line-height: 22px;
}
.home-highlight-imgbloc {
	width:285px;
	float: left;
}
.home-bloc img {
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.home-highlight-imgbloc-link {
	height:40px;
	width:275px;
	background: #2c2a25;
	padding-left: 10px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.home-highlight-imgbloc-link a {
	line-height: 40px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_homeblock-link.png) no-repeat;
	background-position-y: 2px;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size: 16px;
}
.bottom-highlight {
	width:130px;
	height:200px;
	padding:13px 10px;
	float: left;
	margin-right: 10px;
	background: #f4f1ea;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.bottom-highlight h2 {
	color:#61569d;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 3px solid #e1e1e1;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.bottom-highlight p {
	font-size: 12px;
	color:#313131;
	line-height: normal;
	margin-bottom: 6px;
}


.left {
	margin-right: 20px;
}
/* !calendar */
.marginright-event-wrapper {
	margin-bottom: 20px;
	position: relative;
}

.marginright-event-wrapper a.link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -2000px;
}

#content-right-wrapper .marginright-event-wrapper:hover h2,
#right-margin .marginright-event-wrapper:hover h2{
	color: #61569D;
}

.date-wrapper  {
	background: #f2efe9;
	background: -moz-linear-gradient(top,  #f2efe9 0%, #f8f5ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2efe9), color-stop(100%,#f8f5ef));
	background: -webkit-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: -o-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: -ms-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efe9', endColorstr='#f8f5ef',GradientType=0 );
	width:30px;
	height:31px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 15px 17px 15px;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);  
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
	float: left;
	margin-right:10px;
	
}

.date-month {
	text-transform: uppercase;
	color:#61569d;
	font-size: 12px;
	font-weight: bold;
}
.date-day {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#313131;
}
.three-cols .text-wrapper {
	float: left;
	width:400px;
}

.two-cols .text-wrapper {
	float: left;
	width:630px;
}

/* !carousel */
#sumo-carousel-wrapper {
	width:630px;
	overflow: hidden;
	margin-bottom: 75px;
}
#sumo-carousel-full {
	width:2000px;
}
.sumo-carousel-item {
	width:630px;
	float: left;
}
#sumo-carousel-content {
	display: none;
}
.sumo-carousel-item-text {
	background: url(/templates/reachingcriticalwill/_i/layout/bg_carousel-text.png);
	position: relative;
	margin-top:-86px;
	height:40px;
	padding:20px;
	width:590px;
	color:#fff;
	z-index: 40;
}
.sumo-carousel-item-text p {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom:10px;
	line-height: 20px;
}
.sumo-carousel-item-text a.arrow {
	display:none;
	color:#fff;
	background:url(/templates/reachingcriticalwill/_i/layout/bg_arrowlink-white.png) top left no-repeat;
	background-position-y: 2px;
	font-size: 12px;
}
#sumo-carousel-wrapper ul {
	margin-top:-13px;
	position: absolute;
	z-index: 50;
}
.borderradiusleft {
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}
.borderradiusright {
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
}

#sumo-carousel-wrapper ul li {
	width:210px;
	float: left;
	text-align: center;
	height:68px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_carousel-link.png) center;
	background-position-y: 0;
	overflow:visible;
	line-height: 55px;
	color:#fff;
	text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
}
#sumo-carousel-wrapper ul li span {
	border-right: 1px solid #fff;
	display: block;
	margin-top:13px;
}
#sumo-carousel-wrapper ul li.borderradiusright span {
	border-right:none;
}
#sumo-carousel-wrapper ul li.selected {
	background: url(/templates/reachingcriticalwill/_i/layout/bg_carousel-link-selected.png) center;
	background-position-y: 0;
	cursor:default;
}