/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(../dev7logo.html) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 100%; 
	margin: 0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.views-label-field-opens-at {float: left;}
.views-field-field-opens-at .field-content {width: 150px;}
.views-label-field-closes-at {float: left;}
.views-field-field-closes-at .field-content {width: 150px;}

span.outgoing_lnk{ margin-top:30px; display:block; }
span.outgoing_lnk a{font-size:14px; color:#f28a3f; }

.mobilewrap .table thead th {
	background-color: #F8941C;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	border: none !important;
}

.mobilewrap td a {
	color: #000;
}

.mobilewrap td a:hover { color:#F8941C;} 