/*@import: url("call2recycle_org_bubble.css");
@import: url("call2recycle_org_ol.css");

 CSS Document */
 
 .map {
	/*border:1px solid #f00;*/
 }
 
.locator-wrapper {
    padding: 5px 0 0;
    margin: 17px auto;
	
}

/* icon bar for print and email */
.poi .icon-bar {
	border-bottom: 1px solid #00817c;
	border-top: 1px solid #00817c;
	box-sizing: border-box;
	display:block;
	height: 36px;
	margin-right:0;
	text-align:center;
	width:100%;
}

.poi .icon-bar a {
	display: inline-block;
	/*margin-left: 15px;
	margin-right: 15px;*/
	font-size:14px;
	/*position: relative;
	top: 50%;
	text-align:center;
	transform: translateY(-50%);*/
	transform: translateY(-25%);
}

.poi .icon-bar span {
	border-left: 1px solid #dadada;
	display: inline-block;
	height: 27px;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
	position: relative;
	top: 50%;
	text-align:center;
	transform: translateY(-50%);
}

.poi .icon-bar img {
    padding-right: 8px;	
}

.fa {
    margin-left: 2px;
    margin-right: 2px;
}


/* search form elements */
.locator-wrapper {
	text-align:center;
}

.searchbox-wrapper {
	width:100%;
	display:block;
	/*float:left;*/	
	text-align:center;
	padding: 0 9%;
}

.searchbox-wrapper:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.locator-wrapper .search-box {	
	background-color:#fff;	
	color:#115854;
	font-size: 20px !important;
	/*margin:5px auto;*/
	line-height:24px;
	margin: 0 10px 24px 0;
	padding:0;
	text-align:center;
	width: calc(82% - 134px);
	
}

/* search filters */

.filterToggle {
	display:block;
	font-size:16px;	
	margin-top:10px;
	text-transform:uppercase;
}


.filterToggle span {
	font-size:28px;	
	margin-right:5px;
	margin-left:5px;
}

.filterToggle span:first-child {
	margin-left:10px;
}

.filter-grid {
	padding-top:24px;
}

.filter-grid h5 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing:-1px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-transform:uppercase;
}

.filter-grid h6 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-weight:normal;
}

.filter-toggles {
	background-color: #195e59;
	/*padding: 17px 9% 0;*/
	padding: 8px 9% 8px;
}

label[for="show-rechargeable-checkbox"]{
	position: relative;
	top: 1px;
}

label[for="show-single-use-checkbox"]{
	position: relative;
	top: -10px;
}

label[for="show-cellphones-checkbox"]{
	position: relative;
	top: 1px;
}

.fl-a {
	top: -15px;
}

.filter-toggles ul li:nth-of-type(3) {
	margin-top: 0;
	position: relative;
	top: -14px;
}

.filter-toggles ul li:nth-of-type(4) {
	margin: 0;
	position: relative;
	top: -14px;
}

.filter-toggles ul li:nth-of-type(5) {
	margin: 0;
	/*position: relative;
	top: -14px;*/
}

@-moz-document url-prefix() {
	label[for="show-rechargeable-checkbox"]{
		position: relative;
		top: 5px;
	}

	label[for="show-single-use-checkbox"]{
		position: relative;
		top: -2px;
	}

	label[for="show-cellphones-checkbox"]{
		position: relative;
		top: 5px;
	}

	.fl-a {
		top: -7px;
	}

	.filter-toggles ul li:nth-of-type(3) {
		margin-top: 0;
		position: relative;
		top: -8px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	label[for="show-rechargeable-checkbox"]{
		position: relative;
		top: 4px;
	}

	label[for="show-single-use-checkbox"]{
		position: relative;
		top: -2px;
	}

	label[for="show-cellphones-checkbox"]{
		position: relative;
		top: 3px;
	}

	.fl-a {
		top: -9px;
	}

	.filter-toggles ul li:nth-of-type(3) {
		margin-top: 0;
		position: relative;
		top: -10px;
	}
}

@media (max-width: 1110px) {
	.filter-toggles {
		padding: 0 6%
	}
}

.filter-toggles ul {
	display:block;
	width:80%;
	margin:12px auto 0 auto;	
}

.filter-toggles ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 6px 0;
	text-align:left;
	
}

.filter-checkbox {
	width:22px;
	height:22px;
	border:2px solid #006762;
	display:inline-block;
	margin-top:6px;
	margin-right:6px;
}

.filter-toggles ul li input[type="checkbox"] {
	width:22px;
	height:22px;	
	margin:0;
	padding:0;	
}



.filter-toggles ul li input[type="checkbox"]:checked {
	background:#000;
}

.checkboxSpecial input[type=checkbox] {
    visibility: hidden;
}

.checkboxSpecial {
    width: 25px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
div.checkboxSpecial label.main-cb {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
	background: #fff;
    border: 6px solid #000;
    max-width: 25px;
    border-radius: 5px;
}
div.checkboxSpecial label.main-cb.green {
	border: 6px solid #bed747;
}
div.checkboxSpecial label.main-cb.red {
	/*border: 6px solid #b21f63;*/
	border: 6px solid #851648;
}
div.checkboxSpecial label.main-cb.orange {
	/*border: 6px solid #f4a31e;*/
	border: 6px solid #b03117;
}

div.checkboxSpecial label.main-cb.teal {
	border: 6px solid #00837c;
}

.checkboxSpecial label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.checkboxSpecial input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.filter-list {
	/*font-size: 18px !important;*/
	line-height:24px;
	display:inline-block;
	vertical-align:top;
}

.filter-by-state {
	font-size: 20px !important;
	line-height:24px;
	width:90%;
	display:block;
	margin:16px auto;	
	padding:4px 8px;
	color:#115854;
	font-weight:bold;
}

.apply-filters {
	background:#004c48;
	color:#fff;
	text-transform:uppercase;
	padding:8px 16px;
	font-size:18px;
	border:none;
	border-radius:4px;	
}
/* view tabs */
#view-tabs {
	width:100%;
	display:block;	
}

.view-tab-wrapper {
	width:66.666666666%;
	float:left;
	display:inline-block;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0;
	
}

.view-tab-wrapper:first-child {
	width:33.333333333%;
}

.view-tab {
	display:block;
	width:100%;
	float:left;
}

.view-tab span {	
	width:100%;
	display:block;
	float:left;
	padding:12px 0;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border:none;
	font-size:12px;
}

.view-tab.chosen span {
	background: #006762;
	color:#c0f102 !important;
}

.view-tab:nth-child(1) span {
	border-left:1px solid #fff;
}

/* search results */
/* on the way 
#results-nearby {
	display:none;	
}*/

#results-ontheway {
	display:none;
	padding:1em;
}

#results-ontheway h4 {
	font-size: 20px;
	font-family: "Arial";
	color: #004c48;
	font-weight: bold;
	margin-bottom:8px;
	line-height: 1.4;
  	text-align: left;
}

#results-ontheway p {
	padding:0;
	font-size: 15px;
	font-family: "Arial";
	color:#004c48;
	line-height: 1.4;
	text-align: left;
	max-width:80%;
}

#results-ontheway ul,
#results-ontheway ul li {
	width:inherit;
	display:block;
	float:left;	
}

#driving_directions {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    width: 35em; /* */
    position: relative;
    margin-bottom: 10px;
}

#driving_directions label {
	font-size:16px;
	/*color:#004c48;*/
	color: #fff;
	font-weight:bold;
	width:100%;	
	margin-left:0;
}

.address-entries {
	margin-top:16px;	
}

ul.address-entries li {
	width:100%;	
}

.addressentry {
	background-color:#fff;	
	width:inherit;
	margin:5px auto;
	color:#004c48;
	font-size: 18px !important;
	padding:6px;
}

.driving_directions_button-wrapper {
	width:auto;
	display:block;
	margin:0 auto;
	/*text-align:center;	*/
}

#driving_directions_button {
	background:#00958f;
	color:#fff;
	text-transform:uppercase;
	margin:0 auto;
	padding:16px 24px;
	font-size:18px;
	border:none;
	border-radius:4px;	
	display:block;
}

/* nearby */
.poi {
	background:#fafff2;
	width: 100%;
	padding-left:0;
	padding-right:0;
}

#results-nearby > div.su-nr-cont {
	display: none;
}

#results-nearby.show > div.su-nr-cont {
	background-color: rgba(244,163,30,.15);
	display: block;
	font-size: 14px;
	padding: 25px;
	text-align: center;
}

div.su-nr-cont a {
	color: #009c95;
	font-size: 14px;
}

div.su-nr-cont a.m-det {
	display: inline-block;
	font-size: 13px;
	margin-left: 8px;
}

div.su-nr-cont img {
	height: 18px;
	padding-right: 4px;
	position: relative;
	top: -3px;
	width: 20px;
}

#nrSU, #nrOr, #nrCP {
	display: none
}
#nrSU.show, #nrOr.show, #nrCP.show {
	display: inline;
}

#nrText {
	font-size: 15px;
}

#nrText, #nrText span {
	color: #004c48;
	font-weight: bold;	
}

#nrText span#nrSU, #nrText span#nrCP { 
	text-decoration: underline;
	text-transform: uppercase;
}

span.widen-search {
	color: #464646;
}

.poi h3,
.poi h3 span {
  /*font-size: 18px;*/
  font-size: 22px;
  font-family: "Arial";
  color: rgb(0, 129, 124);
  font-weight: bold;
  text-transform:uppercase
}

.poi h3 {
	/*border-bottom: 1px solid #00817c;*/
	border-bottom: none;
	margin-top: 14px;
	/*padding: 10px 0;*/
	padding: 6px 0;
	text-align:center;
	width:100%;
}

.content-list,
.poi-item {
	background:none !important;	
}

.poi_address {
	width:100%;	
}

.content-list.poi-result li {
	border-bottom: 1px solid #00817c;
	margin:0;
	float: none;
}

.content-list.poi-result li.poi-item:hover {
    background-color:none;
	color:#004c48;
}

.content-list.poi-result li.poi-item:hover .poi_number, .content-list.poi-result li.poi-item:hover a, .content-list.poi-result li.poi-item:hover span {
	color:#004c48;
}

.content-list.poi-result li.poi-item:hover .poi_address {
	color:#004c48;
}

.poi .content-list li.poi-item:hover div,.poi .content-list li.poi-item:hover .poi-item a {
	color:#004c48;
}

.poi .content-list li.poi-item:hover .poi-item a {
	color:#004c48;
}
.poi .content-list.poi-item:hover .poi_address span {
	color:#004c48;
}

.content-list.poi-result li.poi-item:hover b, .content-list.poi-result .poi-hover b {
    color: #004c48 !important;
}

.poi_number,
a[data-action="open_bubble"] {
  font-size: 19px !important;
  color: #004c48;
  font-weight: bold;
  line-height: 0.895;
  text-align: left;
}

.citystatezip {
  font-size: 14px;
  color: #004c48;
  line-height: 1.2;
  text-align: left;	
}

.site-message {
    width: 84%;
    line-height: 1.4;
}

.accepts {
  font-size: 14px;
  color: #004c48;
  line-height: 1.2;
  text-align: left;
  margin-top:12px;
  width:100%;
}

.send-label,
.accepts-label {
	 font-size: 14px;
	display:inline-block;
	font-weight:bold;
	width:25%;
	float:left;	
}

.send-actions {
	font-weight:bold;
	margin-top:8px;
	width:100%;	
}

.send-options,
.accepts-options {
	display:inline-block;
	width:75%;
	float:left;
	line-height:120%;
}
.send-actions a {
	font-weight:normal;
	color:#00958f !important;
	font-size:14px !important;
	width:auto !important;	
}

.accepts-options span:before {
	content: '';
	display: inline-block;
	height: 12px;
	position: relative;
	top: 1px;
	width: 30px;
}

.accepts-options span.green:before {
	background-color: #bed747;
}

.accepts-options span.orange:before {
	/*background-color: #f4a31e;*/
	background-color: #b03117;
}

.accepts-options span.pink:before {
	/*background-color: #b21f63;*/
	background-color: #851648;
}

.accepts-options span.teal:before {
	/*background-color: #00817c;*/
	background-color: #009bb8;
}

.hide-from-mobile {

}

.show-for-mobile {
	
}

.mobile-filter {
	display:none;	
}

@media(min-width:768px) and (max-width:1024px) {
	

	.filter-list {
		  font-size: 14px !important;
		  line-height:24px;
		  display:inline-block;
		  vertical-align:top;
	}
	
	.filter-toggles {
		border-top:1px solid #fff;
		padding-top:24px;
		opacity:0.9;
	}
	
	.filter-toggles ul {
		display:block;
		width:70%;
		margin:12px auto 0 auto;	
	}
	
	.filter-toggles ul li {
		width: 100%;
		display: inline-block;
		float: left;
		margin: 6px 0;
		text-align:left;
		
	}
	
	.filter-checkbox {
		width:16px;
		height:16px;
		border:2px solid #006762;
		display:inline-block;
		margin-top:6px;
		margin-right:0px;
	}
	
	.filter-toggles ul li input[type="checkbox"] {
		width:17px;
		height:17px;	
		margin:0;
		padding:0;	
	}
	
	.filter-grid h5 {
	  font-size: 18px;
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  line-height: 1.4;
	  text-align: center;
	  text-transform:uppercase;
	}
	
	.filter-grid h6 {
	  font-size: 14px;
	}
}



@media screen and (min-width: 641px) and (max-width: 840px) {
	.filter-list {
		  font-size: 14px !important;
		  line-height:18px;
		  display:inline-block;
		  vertical-align:top;
	}

	#locator_search label.sr-label {
		margin-left: 0;
	}
	
	.poi_address {
		margin-left:24px !important;	
	}
	
	.filter-grid h5 {
	  font-size: 18px;
	}
	
	.filter-grid h6 {
	  font-size: 14px;
	}
	.accepts {
	  font-size: 12px;
	  color: #004c48;
	  line-height: 1.2;
	  text-align: left;
	  margin-top:12px;
	  width:100%;
	}
	
	.accepts-label,
	.send-label {
		font-size: 14px;
		display:block;
		font-weight:bold;
		width:100%;
		float:left;	
		margin-bottom:8px;
	}
	.accepts-options {
		font-size: 14px;
		display:inline-block;
		width:100%;
		float:left;
		line-height:120%;
		margin-bottom:12px;
	}

	.forms-poi-box {
		width: 336px;
	}

	.map-copyrights-box {
		width: calc(100% - 336px);
	}
}
	
@media(min-width:0px) and (max-width:640px) {
	
	#locator_search {
		max-width: 100%;
		/*margin-top: 10px;*/
		margin-bottom: 0px;
		/* width: 35em; */
		position: relative;
	}
	
	.searchbox-wrapper {
		width:100%;	
	}

	.where-rec {
		display: inline-block;
		position: relative;
		top: -15px;
	}
	
	.mobile-filter {
		display:inline-block;
		margin-top: 0 !important;
		margin-left: 6px !important;
		width:44px;
		height:44px;
		background:url(../images/c2r-mobile-filter.png) no-repeat;
		background-size:cover;
		/*float:left;*/
	}
	
	.mobile-filter span {
		display:none;
	}

	.locator-wrapper {
		padding: 5px 3px 0px 3px;
		margin: 0 auto !important;
		
	}
	
	.icon-bar {
		display:none;	
	}
	
	.showmobilebtns {
		display: block;
		margin: 0px auto;
		width: 100%;
		min-width:320px;
	}
	
	.showmobilebtns ul li {
		color:#fff;	
	}
	
	.showmobilebtns ul li a {
		text-transform:uppercase;
		font-size:14px;	
	}
	
	.showmobilebtns ul li.active {
		background: #006762;
		color: #fff !important;
	}
	
	.showmobilebtns ul li.active a {
		background: #006762;
		color: #fff !important;
	}
	
	.showmobilebtns ul li a.active {
		background: #006762;
		color:#c0f102 !important;
	}

	.filter-list {
		  font-size: 14px !important;
		  line-height:24px;
		  display:inline-block;
		  vertical-align:top;
	}
	
	.filter-toggles {
		/*border-top:1px solid #fff;*/
		padding-top:24px;
		/*opacity:0.9;*/
	}
	
	.filter-toggles ul {
		display:block;
		width:70%;
		margin:12px auto 0 auto;	
	}
	
	.filter-toggles ul li {
		width: 100%;
		display: inline-block;
		float: left;
		margin: 6px 0;
		text-align:left;
		
	}
	
	.filter-checkbox {
		width:16px;
		height:16px;
		border:2px solid #006762;
		display:inline-block;
		margin-top:6px;
		margin-right:0px;
	}
	
	.filter-toggles ul li input[type="checkbox"] {
		width:17px;
		height:17px;	
		margin:0;
		padding:0;	
	}
	
	.filter-grid h5 {
	  font-size: 18px;
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  line-height: 1.4;
	  text-align: center;
	  text-transform:uppercase;
	}
	
	.filter-grid h6 {
	  font-size: 14px;
	}
	
	.accepts {
	  font-size: 12px;
	  color: #004c48;
	  line-height: 1.2;
	  text-align: left;
	  margin-top:12px;
	  width:100%;
	}
	
	.accepts-label {
		font-size: 14px;
		display:block;
		font-weight:bold;
		width:100%;
		float:left;	
		margin-bottom:12px;
	}
	.accepts-options {
		font-size: 14px;
		display:inline-block;
		width:100%;
		float:left;
		line-height:120%;
		margin-bottom:12px;
	}
	
	
	
	.hide-from-mobile {
		display:none;	
	}
	
	.show-for-mobile {
		display:block;	
	}

}