/* 


This isn't used in dev.

The styles for this site will be made in sass and compiled to a minified stylesheet we copy / paste into the CMS. This stylesheet exists for fast changes in the CMS. These should be after brought into the Sass, compiled, and added the the respective global, assets, or contents stylesheet, and removed from Fresh.css. 

This is a tool, not a crutch. Use Sass and SVN FTW.  


*/



/*slider arrows*/
#left_arrow, #right_arrow{
    margin: 8em 4em 0 4em;
    position:relative;
    z-index:1;
}
#left_arrow{
    float:left;
}
#right_arrow{
    float:right;
}



/*news and events*/
#event-arrow-left a{
    padding: 4em 0em 0 1em;
    float:left;
}

#event-arrow-right a{
    padding: 4em 3em 0 0em;
    float:right;
}

.news-heading{
    margin:0;
    padding-top:1.1em;
	color:#344012;
	
    /*padding-bottom:0.5em;*/
}

.news-and-events li{
    margin:0;
    padding:0;
   /* margin: 0 0.25em; width: 15em;*/
   width: 21.334em;
}



/*========================
	CALEDAR STYLE
========================*/
.event_table {
	width:100%;
	background: #ffffff;
	border: 1px solid #e5e5e5 !important;
	margin-top:10px;
}
.e_table_head {
	border:1px solid #e5e5e5;
	padding-bottom:18px;
	padding-top:24px;
	margin-bottom:10px;
	text-align: center;
}
.event_table th { text-align: center;}
.event_table td { text-align: center;}
.event_table tr td { width:43px;}
.event_table .prev_month {
	width:1em;
	height:1.5em;
	background:url(../img/icon/prev-arrow.png) no-repeat top left;
	display:inline-block;
	margin: 0 1.25%;
	float:left;
}
.event_table .next_month {
	width:1em;
	height:1.5em;
	background:url(../img/icon/next-arrow.png) no-repeat top left;
	display:inline-block;
	text-align:right;
	margin: 0 1.25% 0 0;
	float:right;
}
.event_table .prev_year {
	width:1em;
	height:1.5em;
	background:url(../img/icon/prev-year-arrow.png) no-repeat top left;
	display:inline-block;
	margin: 0 1.750em 0 1.5em;
	float:left;
}
.event_table .next_year {
	width:1em;
	height:1.5em;
	background:url(../img/icon/next-year-arrow.png) no-repeat top left;
	display:inline-block;
	text-align:right;
	margin: 0 1.25em 0 1.750em;	
	float:right;
}

.event_table a{
    vertical-align: middle;
}

.event_table .month_name {
    color: #ed8f17;
    display: inline-block;
    text-transform: capitalize;
    font-face: Lato;
    font-size: 1.3em;
    text-align: center;
}
html[lang=fr-FR] .event_table .month_name {
	text-transform:none;	
}
.event_table .day td {
	padding: 0.3em;
	font-size:1em;
    font-face: Lato;
	color:#6e6e6e;
	border: 1px solid #e5e5e5 !important;

}
.date_no td {
	text-align:center;
	font-size:1em;
	color:#6e6e6e;
	padding: 0.3em;
	border: 1px solid #e5e5e5 !important;
	border: 1px solid #000000;
	line-height:1.5em;

}
.date_no span, .date_no a, .date_no a:hover {
	display:block;
	color: #8C4E0D !important;
	background: #ed8f17;
	border: 1px solid #3e4a1e;
	line-height:1.5em;
}
/*.date_no a:hover {
	opacity:1;
	color:#000 !important;
}*/

/* For style_002.css */

.landing-touts .row [class*="span"] {
	border-left: 1px solid #092637;
}




/*For Event Type SVG on corporate nes page*/
.article-info svg{
	width: 3em;
    height: 3em;
}


