/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
 /* Calendar */
table.calendar		{
	border-left:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
	width: 100%;
	}
tr.calendar-row	{  }
td.calendar-day	{
	min-height:80px; 
	font-size:11px; 
	position:relative; 
	} 
* html div.calendar-day {
	height:80px; 
	}

div.calendar-event:hover	{
	background:#47DDF7;
	padding-top:5px;
	color:#333;
	margin-bottom:5px;
	padding-bottom:20px;
	}
div.calendar-event	{
	padding-top:5px;
	color:#333;
	margin-bottom:20px;
	padding-bottom:5px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	word-wrap: break-word;
	cursor:pointer;
	}	
td.calendar-day-np	{ 
background:#eee; 
min-height:80px; 
} 
* html 
div.calendar-day-np { 
	height:80px; 
	}
td.calendar-day-head { 
	background:#22bdb4; 
	font-weight:bold; 
	text-align:center; 
	width:73px; 
	padding:3px; 
	border-bottom:1px solid #F8F8F8; 
	border-top:1px solid #F8F8F8; 
	border-right:1px solid #F8F8F8;
	font-size:10px;
	color:#FFF;
}
div.day-number		{ 
	 
	padding:5px; 
	color:#999; 
	font-weight:bold; 
	float:right; 
	margin:-5px -5px 0 0; 
	width:20px; 
	text-align:center; 
	vertical-align:top;
}
div.event	{
	margin-top:25px;
	text-align:center;
	width:73px;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* shared */
td.calendar-day, td.calendar-day-np {
	width:73px; 
	padding:5px; 
	border-bottom:1px solid #F8F8F8; 
	border-right:1px solid #F8F8F8;
	text-align:center;
	vertical-align:top;
	height:80px;
	}
.description {
    display:none;
    position:relative;    
    width:200px;
    height:auto;
	text-align:left;
	background-color:#FF0;
	font-size:12px;
	padding:3px;
	z-index: 1;
}
.nextmonth {
	background-color: #ea6206;
	border: 1px solid #ea6206;
	color: #FFF;
	padding: 6px 15px;
	text-transform: uppercase;
	margin-right: -90px;
}
.prevmonth {
	background: #ea6206;
	border: 1px solid #ea6206;
	color: #FFF;
	padding: 6px 15px;
	text-transform: uppercase;
	margin-left: -25px;
}
tr.calendar-row:first-child {
	height: 38px;
	text-transform: uppercase;
}	
/* End Calendar */

/* Start Newsletter List */
#newsletter-list {
	list-style: none;
    display: block;
    margin: 0 0 10px;
	line-height: 30px;
   	 
}
#newsletter-list li {
    background: #F1F1F1;
    border-left: 5px solid #22bdb4;
    height: 40px;
    padding: 10px 10px;
}
#page-list strong {
    font-size: 16px;
    padding: 4px;
    background: #EA6206;
}
#page-list a {
    margin: 5px;
}

/* End Newsletter List */

/* Start Newsletter Form */
.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #22bdb4;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}
#success-msg {
	color: #4F8A10;
    background-color: #DFF2BF;
    margin: 10px 0px;
	padding:12px;
}
#success-msg i, #error-msg i {
	margin:0px 10px;
    font-size:1.5em;
    vertical-align:middle;
}
#error-msg {
    color: #D8000C;
    background-color: #FFBABA;
    margin: 10px 0px;
	padding:12px;
}
/* End Newsletter Form */

/* Start Recycling */
#table3 tr {
	border-bottom: none;
	border-top: none;
}
#table3 td {
	padding: 5px 15px;
}
#table3 a {
	color: #ea6206;
}
/*.recycleatd {
    padding: 5px;
    border: 1px solid #FF9900;
    border-right: 1px solid #FF9900 !important;
}*/
.return-top {
	text-align: right;
	
}
.return-top a {
	color: #ea6206;
}
#re-info tr {
	border-top: none;
	border-bottom: none;
}
.recyclecatinfo tr:nth-child(2n+1) {
	background-color: transparent; 
}
.recyclecatinfo tr:nth-child(2n+1) td:first-child {
	border-bottom: 1px solid #ea6206;
	font-size: 18px;
}
.recycleatd p {
	margin-top: 15px !important;
}

/* End Recycling */