@charset "utf-8";
/* CSS Document */
body {
	font-family: 'KarbonRegular', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline; }
img {
	max-width:100%;
}
html {
  line-height: 1; }

ol, ul {
  list-style: none; }
ol li {
    font-family: 'karbonregular';
    line-height: 25px;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 20px;
    list-style-type: decimal;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}


body{
	margin: 0;
	padding: 0;
	font-family: 'KarbonRegular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.blue, .westtopdesc p.blue {
	color: #1da5de;
}

strong {
	font-family: 'KarbonSemibold';
}
.single h1, .single h2, .single h3, .single h4, .single h5 {
	font-family: karbonmedium,Helvetica,Arial,sans-serif;
}
.va-container {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}
.va-middle {
    display: table-cell;
    vertical-align: middle;
}

#header{
	width:100%;
	z-index:222;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.header_logo{
	margin:12px 0 11px;
}

.header_logo a{
	display:block;
	position:relative;
	z-index:99;
}

.header_logo span{
	display:inline-block;
	margin-left:7px;
	color:#5d5d5d;
	font-family: 'KarbonMedium';
	font-size:22px;
	padding:8px 0 8px 5px;
}
.logo-county {
	margin-left: 7px;
    padding-left: 5px;
}

.header_right{text-align:right;}

.dgmenuwrap{display:inline-block; margin:0;}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {color:#1da5de; padding:30px 0 8px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{color:#e57c20; text-decoration:none;}

ul.menu>li{position:relative; float:left; font-family: 'KarbonBold'; font-size:16px; color:#1da5de; display:block; line-height:normal; padding:0 21px;}
ul.menu>li:last-child{padding-right:0;}

ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:235px; background:#000;}
ul.menu ul li {font-family: 'RalewayRegular'; position:relative; margin:0; float:none; font-size:15px; padding:0; border-top:1px solid #1a171b; text-align:left;}
ul.menu ul li:last-child{margin-bottom:20px;}
ul.menu ul li a {display:block; padding:7px 15px; color:#fff; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {border:none; color:#fedb00;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#000; text-decoration:none; border-color:#cd0074;}

/*li#dropDown > a{position:relative;}
li#dropDown > a::after{content: "\f107"; font-family: 'FontAwesome'; margin-left:5px;}*/

.home-banner-title {
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.home-banner-title h2 {
		font-size: 24px;
	}

	.home-banner-title h3 {
		font-size: 19px;
	}
}


/*-------------------------------*/
#dgbanner{
	margin:0;
	position:relative;
	/* background:url(../images/banner_img.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bannwrap{
	padding:128px 50px;
	text-align:center;
	color:#fff;
}

.bannwrap h1{
	font-family: 'KarbonSemibold';
	font-size:38px;
	font-weight:normal;
	margin:0 0 8px 0;
}

.bannwrap h4{
	font-family: 'KarbonMedium';
	font-size:24px;
	color:#fff;
	margin:0 0 25px 0;
}

.banformwrap{
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:15px;
	margin:30px 0 0;
}

@media screen and (min-width: 850px) {
	#dgbanner .container {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.search-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.search-col {
		flex: 0 1 auto;
		min-width: 112px;
	}

	.search-referral-col,
	.filter-col,
	.community-col {
		flex: 0 1 200px;
		width: 200px;
	}

	.zip-col {
		flex-basis: 110px; 
	}

	#dgbanner .container {
		max-width: 1110px;
	}
}

.banformwrap .search-row{
	margin:0 -5px;
}

.banformwrap .search-col{
	padding:0 5px;
}

.banformwrap .fieldwrap{
	padding-top:8px;
	padding-bottom:8px;
}

.banformwrap .fieldwrap:first-child{
	padding:0;
}

.banformwrap label{
	font-family: 'KarbonRegular';
	font-size:16px;
	color:#5d5d5d;
	font-weight:normal;
	text-align:left; 
	display:block;
}

.banformwrap .fieldwrap:first-child label{
	margin-bottom:6px;
}


.switch-field {
	font-family: 'KarbonRegular';
	font-size:11px;
	margin-top:-5px;
	display: flex;
}

@media screen and (min-width: 1200px) {
	.switch-field {
		justify-content: space-between;
	}
}

.switch-title {
	margin-bottom: 6px;
}

.switch-field input {
	display: none;
}

.switch-field label {
	float: left;
	border-radius: 4px;
}

.switch-field label {
	display: inline-block;
	min-width:55px;
	background-color: #fff;
	color:#5d5d5d;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding:5px 6px;
	border: 1px solid #1da5de;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #1da5de;
	color:#fff;
}


.banformwrap .inputfield, .bootstrap-select > .dropdown-toggle{
	width:100%;
	border:1px solid #1da5de;
	border-radius:4px;
	padding:10px;
	outline:none;
	color:#5d5d5d;
	font-size:16px;
	font-family: 'KarbonRegular', sans-serif;
}

.banformwrap .inputfield::-webkit-input-placeholder {
	color: #5d5d5d;
}

.btn-group.bootstrap-select select {
	width: 1px !important;
}
form[name='wf_search_form'] .search-error {
	display: block;
    color: #e47930;
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    width:100%;
}

input[list]::-webkit-calendar-picker-indicator {
    display: none;
}

.bootstrap-select > .dropdown-toggle:hover, .btn-group.open .dropdown-toggle{
	background:#fff;
	box-shadow:none;
	border:1px solid #1da5de;
}

.bootstrap-select > .dropdown-toggle .caret{
	border-top-color:#1da5de;
}

.banformwrap .btn.findbutt{
	background:#1da5de;
	border:none;
	box-shadow:0 2px 0 #084c80;
	color:#084c80;
	font-family: 'KarbonSemibold';
	border-radius:4px;
	color:#fff;
	padding:8px 15px;
}


.bannwrap p, .bancateglist p{
	font-family: 'KarbonSemibold';
	color:#fff;
	font-size:20px;
	padding:0 0 5px;
	letter-spacing:.5px;
}

.bancateglist{
	background:#1da5de;
	padding:5px 0;
}

.bancateglist ul{
	margin:0;
	padding:0;
	text-align:center;
}
.bancateglist ul li {
    display: inline-block;
    margin: 0 2%;
    text-align: center;
    max-width: 100px;
    vertical-align: top;
}

.bancateglist ul li span {
    display: inline-block;
    width: 61px;
    height: 61px;
    line-height: 61px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.bancateglist ul li img{
	border-radius:50%;
}
.bancateglist ul li a {
    display: block;
    text-align: center;
    color: #23527c;
}
.bancateglist ul li a:hover {
	text-decoration: none;
}
.bancateglist ul li h4 {
    font-size: 14px;
    font-family: KarbonMedium;
	word-break: break-word;
    hyphens: auto;
}
/*.bancateglist ul li:hover img{
	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
	box-shadow:0 0 10px rgba(255, 255, 255, .5);
}*/


.bancateglist ul li span:after{
	border-radius:50%;
    box-sizing:content-box;
    content:"";
    height:100%;
    pointer-events:none;
    position: absolute;
    width:100%;

	top:-7px;
	left:-7px;
	padding:7px;
	box-shadow:0 0 0 4px #fff;
	-webkit-transition:-webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform:scale(.8);
	-moz-transition:-moz-transform 0.2s, opacity 0.2s;
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	transition:transform 0.2s, opacity 0.2s;
	transform:scale(.8);
	opacity:0;
}

.bancateglist ul li:hover span:after{
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	-ms-transform:scale(.9);
	transform:scale(.9);
	opacity:1;
}

.bancateglist .buttwrap{
	padding:10px 75px 0;
}

.bancateglist .viewbutt{
	display:inline-block;
	font-family: 'KarbonBold';
	color:#fff;
	margin-top:-50px;
}

[name='find_a_material'].valid {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(13,158,122,1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(13,158,122,1);
	box-shadow: 0px 0px 3px 1px rgba(13,158,122,1);
	background-color: #0D9E7A;
	color: #fff;
}

.all-categories-button-search {
	text-align: center;
}

.all-categories-button-search .all-categories-search {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'KarbonSemibold';
	font-size: 14px;
	line-height: 16px;
}

.page-id-145 .all-categories-button-search {
	display: none;
}

/*-------------------------------*/
.dgcontainer{
	background:#fff;
}

.dgcontainer h1{
	margin:0 0 20px;
	font-family: 'KarbonSemibold';
	color:#000;
}

.dgcontainer h2{
	font-family: 'KarbonSemibold';
	color:#333;
	margin:0 0 18px;
}

.dgcontainer h3{
	font-family: 'KarbonSemibold';
	color:#5d5d5d;
	line-height:normal;
	margin:0 0 18px;
}

.dgcontainer h4{
	font-family: 'KarbonMedium';
	color:#5d5d5d;
	font-weight:normal;
	margin:0 0 8px;
}
.slide h4{
	font-family: 'KarbonMedium';
	color:#e47930;
	font-weight:normal;
	margin:0 0 8px;
}
.dgcontainer h5{
	font-family: 'KarbonSemibold';
	font-size:18px;
}

.dgcontainer p{
	font-family: 'KarbonRegular';
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;
	color:#5d5d5d;
	font-weight:normal;
	text-rendering: optimizeSpeed;
}
.dgcontainer img {
	height:auto;
}

.tips-section {
	background-color: #f4f4f4;
}
#tips-slider .slide {
	padding-left:44px;
	background-image: url(../images/recycle_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tips-slider .slide p {
	font-family: 'KarbonSemibold';
	color: #5d5d5d;
	font-size:14px;
}
.tipswrap {
	text-align:center;
}
.tips-container {
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom: 20px;
	background-image:url(../images/tips-background.png);
	background-repeat:repeat;
	background-position: center center;
	background-size: contain;
}
.tipsdesc {
	display:inline-block;
	padding:34px 0 28px;
	text-align:left;
	background:url(../images/tips_bg.png);
}

.tipswrap h5{
	color:#e47930;
	margin:0 0 3px;
}
tipswrap h4 {
	font-family: 'KarbonMedium';
	color: #e47930;
}

.tipswrap p {
	font-family: 'KarbonSemibold';
	color:#5a5f61;
	margin:0;
	font-size:13px;
}

.titlewrap{
	text-align:center;
}

.titlewrap h2{
	color:#1da5de;
	margin-bottom:8px;
}

.resourceswrap{
	padding:20px 0 40px;
}

.resourceswrap h3{
	color:#1da5de;
	margin:0 0 12px;
}

.resourcesimgblock{
	padding-top:15px;
	padding-bottom:15px;
}

.resourcesimgblock a{
	position:relative;
	display:block;
	overflow:hidden;
}

.resourcesimgblock a:after {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
	background: rgba(86, 86, 86, 0.6);
}

.resourcesimgblock a img{
	width:100%;
	-webkit-transition:-webkit-transform 1s, opacity 0.2s;
	-moz-transition:-moz-transform 1s, opacity 0.2s;
	transition:transform 1s, opacity 0.2s;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.resourcesimgblock a:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.resourcestitle {
    display: block;
    height:100% !important;
    left: 0;
    position: absolute;
    top:0;
    width: 100% !important;
}

.rtitleinn {
	width:100%;
	height:100%;
	display:table;
}

.resourcestitle span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	font-family: 'KarbonSemibold';
	font-size:34px;
	color:#fff;
	line-height:normal;
	position:relative;
	z-index:222;
}
.resourcestitle span span{
	font-family: 'KarbonSemibold';
	font-size:15px;
	color:#fff;
	line-height:normal;
	display:block;
	padding:10px 10px 0;
}

.resourceswrap .showall{
	font-family: 'KarbonBold';
	color:#1DA5DE;
	font-size:14px;
	margin-top:-5px;
}
.missionwrap{
	padding:0 0 35px 0;
}

.missionall .missionblock{
	padding:22px 0;
}

.missionall .missionblock .imgwrap{
	padding:0 10px;
	text-align:center;
}

.missionall .missionblock .desc{
	overflow:hidden;
}

.missionall .missionblock h5{
	margin:0 0 2px 0;
	text-transform:uppercase;
}

.missionall .missionblock p:last-child{
	margin:0;
}

.missionall .missionblock p strong, .missionall .missionblock p b{
	font-family: 'KarbonSemibold';
}

.missionall .missionblock:first-child h5{color:#f0ce31;}
.missionall .missionblock:nth-child(2) h5{color:#e47930;}
.missionall .missionblock:last-child h5{color:#1da5de;}


.pinteresterap{
	text-align:center;
	padding-bottom:40px;
}

#mc-embedded-subscribe-form input {
  display: inline-block;
  background: #e9e7dd;
  border: 1px solid #cdccc3;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  margin-bottom: 1rem;
}

#mc_embed_signup_scroll {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#mc-embedded-subscribe-form input[type="submit"] {
  background: #1da5de url(../images/sign-up_buuico.png) 94% center no-repeat;
  font-family: 'KarbonRegular';
  color: #fff;
  font-weight: bold;
  padding: 7px 7px 8px;
  font-size: 16px;
  text-align: left;
  position: relative;
  top: -1px;
  text-transform: uppercase;
}

#mc_embed_signup div.mce_inline_error {
  background-color: #e47930 !important;
}

.newsletterwrap{
	text-align:center;
	padding:25px 0 40px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}

.newsletterwrap h5{
	color:#1da5de;
	margin:0;
	text-transform:uppercase;
}

.newsletterwrap p{
	font-size:16px;
}

.newsletterwrap fieldset{
	display:inline-block;
	background:#e9e7dd;
	border:1px solid #cdccc3;
	border-radius:3px;
}

.newsletterwrap .fa{
	padding:8px;
}

.newsletterwrap .inputwrap{
	background:none;
	border:none;
	padding:5px 5px;
	position:relative;
	text-align:left;
	min-width:200px;
}

.newsletterwrap .btn.findbutt{
	min-width:90px;
	background:#1da5de url(../images/sign-up_buuico.png) 94% center no-repeat;
	border:none;
	color:#084c80;
	font-family: 'KarbonRegular';
	border-radius:3px;
	color:#fff;
	padding:7px 7px 8px;
	font-size:12px;
	text-align:left;
	position:relative;
	top:-1px;
	text-transform:uppercase;
}

.newsletterwrap .btn.findbutt:hover{
	background-color:#E57C20;
}

.socialblock{
	padding:30px 0 0 0;
}

.socialblock ul{
	margin:0;
	padding:0;
	text-align:center;
}

.socialblock ul li{
	display:inline-block;
	padding:0 6px;
}

.socialblock ul li .fa{
	width:36px;
	height:36px;
	text-align:center;
	line-height:38px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	border-radius:50%;
	padding:0;
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-o-transition:all 0.7s;
}

.socialblock ul li a:hover .fa{
	box-shadow:0 0 5px #333;
}

.socialblock ul li .fa-pinterest{background:#dd5655;}
.socialblock ul li .fa-facebook{background:#547bb0;}
.socialblock ul li .fa-youtube-play{background:#dd644a;}
.socialblock ul li .fa-tumblr{background:#5e83a2;}
.socialblock ul li .fa-twitter{background:#57AFE6;}
.socialblock ul li .fa-instagram{background:#696969;}

.partnerwrap{
	padding:16px 0 20px;
}

.partnerwrap h5{
	font-family: 'KarbonMedium';
	color:#1da6df;
	margin:0 0 15px 0;
	text-transform: uppercase;
	text-align: center;
}

.partnerblock{
	text-align:center;
	margin-bottom:20px;
	margin-top: 20px;
}

.partnerblock-wrap {
	border-bottom: 1px solid #f0f0f0;
}

.partnerblock-wrap:last-child {
	border: none;
}

#footer{
	background:#32a5d1;
	padding:22px 0 16px;
}

.footleft{
	color:#fff;
	font-size:12px;
}

.footleft h5{
	font-family: 'KarbonSemibold';
	font-size:12px;
	padding-bottom:8px;
	border-bottom:1px solid #fff;
}

.footleft .info span{
	display:block;
	font-size:10px;
}

.footer a{
	color:#fff;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.footer a:hover{
	color:#e57c20;
}

.footlink ul{
	margin:0;
	float:right;
	list-style-type:none;
}

.footlink ul li{
	color:#fff;
	padding:0 22px;
	float:left;
	font-family: 'KarbonBold';
	font-size:15px;
}

.footlink ul li:last-child{
	padding-right:0;
}

.footlink ul li a{
	color:#fff;
	display:block;
}

.footlink ul li a:hover{
	text-decoration:none;
}

.copyright{
	padding-top:36px;
}

.sticky-footer-centers {
	background-color: #32a5d1;
	display: flex;
	justify-content: center;
}

.sticky-footer-content {
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sticky-header-1 {
	font-size: 20px;
}

@media screen and (min-width:768px) {
	.sticky-footer-centers {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10001;
		box-shadow: 0 -1px 6px rgba(0,0,0,.4);
	}
}

@media screen and (min-width:1044px) {
	.sticky-footer-content {
		flex-direction: row;
	}

	.sticky-header-1 {
		padding-right: 6px;
		font-size: 24px;
	}
}

.sticky-footer-content h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 34px;
}

.sticky-footer-content h3 a {
	text-decoration: underline;
	color: #fff;
	font-size: 24px;
}

/*------------------------------
		  Material Search
-------------------------------*/
#material, #zipcode {
	display:none;
}

.ui-autocomplete .suggested .ui-menu-item-wrapper.ui-state-active {
	background-color: #1DDDB7;
	border: 1px solid #0D9E7A;
	color: #fff;
}

.ui-autocomplete .suggested-tip {
	background-color: #fff !important;
	color: #1b4a89 !important;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.ui-widget-content .suggested .suggested-tip.ui-state-active {
	border: none;
	background: none;
}

/*------------------------------
		  Inner pages
-------------------------------*/
.dgcontainer .page-header {
	background-color:#32a5d1;
    margin: 0 0 40px 0;
    padding: 20px 0;
}
.dgcontainer .page-header h2 {
	color:#fff;
	margin-bottom:0;
}
.dgcontainer.inn{
	padding:0 0 50px 0;
}

.alignleft{float: left; margin: 0 15px 5px 0;}
.alignright{float: right; margin: 0 0 5px 15px;}
.aligncenter{float: none; margin: 0 15px 8px;}

.innerbann{
	position:relative;
	padding:60px 0;
	margin-bottom:40px;
}

.innerbann:before{
	content:'';
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(86, 86, 86, 0.6) none repeat scroll 0 0;
}

.zero-west{
	width:100%;
	background: center center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align:center;
}

.innerbann h1{
	font-family: 'KarbonMedium';
	font-size:34px;
	color:#fff;
	font-weight:normal;
	line-height:normal;
	position:relative;
	z-index:1;
	margin:0 0 30px;
}

.innerbann p {
	font-family: 'KarbonRegular';
	font-size:24px;
	line-height:2;
	color:#fff;
	margin:0 0 30px 0;
	padding:0 68px;
	position:relative;
	z-index:1;
}

.westtopdesc{
	padding:0 0 40px 0;
}

.westtopdesc p{
	line-height:30px;
	color:#000;
	font-size:16px;
}


.westprocesswrap{
	padding:0;
}

.westprocesswrap .titlewrap h2{
	color:#5D5D5D;
	font-family: 'KarbonMedium';
	margin:0 0 40px 0;
	font-size:34px;
}

.processblock{
	background:#1da5de;
	position:relative;
}

.processblock .row{
	margin:0;
	display:flex;
}
.processblock .row .col-xs-12{
	padding:0;
}
/*.processblock:after{
	width:100%;
	text-align:center;
	content: "\f107";
	font-family: 'FontAwesome';
	font-size:80px;
	position:absolute;
	bottom:-90px;
	color:#5d5d5d;
	font-weight:normal;
}

.processblock:last-child:after{
	content:inherit;
	position:inherit;
}*/

.processblock .row .col-xs-12.descwrap{
	padding:20px;
}

.processblock .descwrapinn{
	display: table;
    height: 100%;
    width: 100%;
	border:1px solid #fff;
}

.processblock .descblock{
	padding:0 80px;
	display:table-cell;
	vertical-align:middle;
}

.processblock h2{
	text-align:center;
	color:#fff;
	font-family: 'KarbonMedium';
}

.processblock p{
	font-family: 'KarbonRegular';
	font-size:22px;
	color:#fff;
	line-height:36px;
	position: relative;
	margin:0;
}

.processblock p strong{
	font-family: 'KarbonBold';
}

.processblock .descblock p span{
    position: absolute;
    left:-25px;
    top:-3px;
	font-family: 'KarbonSemibold';
	font-size:22px;
    line-height:normal;
    text-align:center;
    font-weight:bold;
	display:inline-block;
}

.processblock .descblock .icoblock{
	width:124px;
	height:124px;
	border-radius:50%;
	position:absolute;
	top:38px;
	left:-62px;
	border:5px solid #efefef;
}

.bordertop{border-top:1px solid #ebebeb;}

.whybuywrap{
	padding:60px 0 30px;
	border-bottom:1px solid #ebebeb;
}

.whybuywrap .imgblock{
	padding-top:70px;
	padding-bottom:40px;
}

.whybuywrap .descblock{}

.whybuywrap h3, .sandiego_vidwrap h3, .meterialblock h3{
	text-align: center;
	font-family: 'KarbonMedium';
	font-size:26px;
}



.sandiego_vidwrap{
	padding:45px 0;
	border-bottom:1px solid #ebebeb;
}

.sandiego_vidwrap .descblock{
	padding-top:30px;
	padding-bottom:20px;
}

.sandiego_vidwrap .vidblock iframe{
	width:100%;
}

.meterialwrap{
	padding:40px 0 50px;
}

.meterialblock{
	text-align:center;
}

.meterialblock .butt{
	padding:8px 15px 10px;
	border-radius:5px;
	background:#1DA5DE;
	display:inline-block;
	color:#fff;
	font-family: 'KarbonMedium';
	font-size:18px;
}

.meterialblock .butt:hover{
	text-decoration:none;
	background:#E57C20;
}


/*--------------------*/
.map_block{}

.map_blockinn{
	position:relative;
}

.map_formwrap{
	width:100%;
	padding:15px 45px;
	background: #eee;
	/*position:absolute;*/
	bottom:0;
	margin-bottom: 30px;
}

.map_formwrap .banformwrap{
	margin:0;
	background-color: #eee;
}

/*--------------------*/
.listingcontainer{
	padding:20px 0 100px;
}

.listing_lt{
	padding-top:43px;
}

.listimgblok{
	border:3px solid #1da2da;
	position:relative;
	margin-bottom:25px;
}

.listimgblok .descblock{
	padding:8px 5px;
	background:#1da2da;
}

.listimgblok .descblock h5{
	font-family: 'KarbonSemibold';
	font-size:14px;
	color:#fff;
	margin:0 0 2px;
}

.listimgblok .descblock p{
	line-height:normal;
	color:#fff;
	font-size:13px;
	margin:0;
}

.listimgblok .descblock a{
	color:#fff;
}

.listimgblok:last-child{
	border-color:#f17930;
}

.listimgblok:last-child .descblock{
	background:#f17930;
}

.search-results{
	padding-bottom:10px;
	font-family: 'KarbonMedium';
	font-size:15px;
}

/*---- tips section ----*/
.tip-container {
	position: relative;
}
.tip-type {
    padding: 5px 12px;
    background-color: rgba(20,77,138,.9);
    color: white;
    box-shadow: 1px 0px 5px rgba(255,255,255,.5);
    font-family: 'KarbonMedium';
    font-size: 14px;
}

/*---- HHW Priority Search Tip ----*/
.search-tip .content {
    /* background-color: #1b4a89; */
    background-color: #ffce00;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}

.search-tip .content img {
	display: inline-block;
    width: 50px;
    vertical-align: center;
    vertical-align: baseline;
}

.search-tip .content h3 {
	display: inline-block;
    margin-bottom: 0;
    color: #1da5de;
    text-align: left;
    margin-left: 10px;
}

.hhw-priority-message .message-content {
    border: 2px dashed #1b4a89;
    padding: 0 32px;
    border-top: none;
}

.hhw-priority-message .message-content p:last-child {
	margin-bottom: 0;
}

.hhw-priority-message .message-content p {
	font-family: 'KarbonMedium';
}

/*---- HHW Priority Center ----*/
.hhw-priority-center.item .productblock {
	background-color: #e57c20 !important;
	color: white;
}

.hhw-priority-center .productblock .descblock h3 a {
	color: white;
	text-decoration: none;
}

.hhw-priority-center .productblock a {
	color: #fff;
	text-decoration: underline;
}

/*---- Staff Pick Center ----*/
.staff-pick-center.item .productblock {
	background-color: #1b4a89 !important;
	color: white;
	display: relative;
}

.staff-pick-center .productblock .descblock h3 a {
	color: white;
	text-decoration: none;
}

.staff-pick-center .productblock a {
	color: #fff;
	text-decoration: underline;
}

.staff-pick-label-c {
	position: absolute;
	top: 18px;
	right: 24px;
	background-color: #fff;
	border-radius: 4px;
	padding: 6px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.staff-pick-label-c .staff-pick-label {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 22px;
}

/*---- filter gallery ----*/
.portfolioFilter{
	padding-bottom:20px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/*--*/

.filter_tab span{
	font-family: 'KarbonMedium';
	font-size:15px;
	display:block;
	padding:5px 10px 6px 0;
	float:left;
}

.filter_tab ul{
	margin:0;
	padding:0;
	float:left;
}

.filter_tab ul li{
	display:block;
	float:left;
	min-width:65px;
	border:1px solid #5d5d5d;
	border-right:none;
	color:#fff;
	text-align:center;
}

.filter_tab ul li:last-child{
	border-right:1px solid #5d5d5d;
}

.filter_tab ul li a{
	color:#5d5d5d;
	padding:5px 10px;
	display:block;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.filter_tab ul li a:hover, .filter_tab ul li a.current{
	text-decoration:none;
	background:#1DA5DE;
	color:#fff;
}
.filter_tab ul li a.current.recycle-toggle, .filter_tab ul li a.recycle-toggle:hover  {
	background-color:#1DDDB7;
}
.filter_tab ul li a.current.repair-toggle, .filter_tab ul li a.repair-toggle:hover {
	background-color:#FFBD4C;
}
.filter_tab ul li a.current.donate-toggle, .filter_tab ul li a.donate-toggle:hover {
	background-color:#2F76DF;
}
.filter_tab ul li a.current.disposal-toggle, .filter_tab ul li a.disposal-toggle:hover {
	background-color:#9B3D00;
}
.portfolioFilter .btn-group{
	text-align:right;
}

.portfolioFilter .btn-group > .btn{
	float:none;
	display:inline-block;
	margin-left:-5px !important;
}


.item.list-group-item {
	width:100%;
	float: none;
	background-color: #fff;
	margin-bottom:0;
	border:none;
	border-radius:0;
}
.item.list-group-item:before, .item.list-group-item:after {
	display: table;
	content: " ";
}
.item.list-group-item img {
	float: left;
}
.item.list-group-item:after {
	clear: both;
}

.item.list-group-item:nth-child(2n+1) .productblock{
	background:#e7e7e7;
}

.productblock{
	box-shadow:0 0 4px rgba(0, 0, 0, .3);
	margin-bottom:13px;
}

.productblock .row{
	margin:0;
}

.productblock .imgblock{
	padding:0;
}

.productblock .descblock{
	padding-top:5px;
	padding-bottom:5px;
}

.productblock .descblock h3{
	font-family: 'KarbonMedium';
	margin:0 0 1px 0;
}
.productblock .descblock h3 a {
	font-size:24px;
}

.product-type{
	margin-bottom:6px;
}

.product-type span {
	font-family: 'KarbonSemibold';
	border:1px solid #5d5d5d;
	color:#fff;
	padding:1px 5px 2px 5px;
	display:inline-block;
	margin-right:2px;
	font-size:9px;
	position:relative;
}
.product-type span.repair-tag {
	background-color: #FFBD4C;
}
.product-type span.recycle-tag {
	background-color: #1DDDB7;
}
.product-type span.donate-tag {
	background-color: #2F76DF;
}
.product-type span.disposal-tag {
	background-color: #9B3D00;
}
/*
.recyl:before{
	width:6px;
	height:10px;
	content:'';
	position:absolute;
	top:3px;
	right:5px;
	background-size:100% auto;
}
.recyl img{
	margin:3px;
	}

.repai:before{
	width:6px;
	height:10px;
	content:'';
	position:absolute;
	top:3px;
	right:5px;
	background:url(../images/repair_pointer.png) 0 0 no-repeat;
	background-size:100% auto;
}

.weas:before{
	width:6px;
	height:10px;
	content:'';
	position:absolute;
	top:3px;
	right:5px;
	background:url(../images/waste_pointer.png) 0 0 no-repeat;
	background-size:100% auto;
}
*/
.material_block{
	min-height:36px;
	margin-bottom:7px;
}
.center-single .material_block {
	border-top: 4px solid #f0f0f0;
    margin-top: 18px;
    padding-top: 18px;
}

.material_block h6, .quick_desc h6{
	font-family: 'KarbonMedium';
	font-size:14px;
	margin:0 0 1px 0;
	color:#5d5d5d;
}

.material_block p{
	font-family: 'KarbonBold';
	font-size:11px;
	margin:0 0 2px 0;
	color:#1DA5DE;
	line-height:11px;
}
.material {
	margin-right: 10px;
}

.quick_desc{
	min-height:40px;
	margin-bottom:5px;
}

.quick_desc p{
	font-family: 'KarbonMedium';
	font-size:14px;
	margin:0 0 2px 0;
	line-height:12px;
}


.cont_wrap .phno, .item .phone-number {
	padding: 2px 8px 2px 25px;
    background: #1da2da url(../images/call_ico.png) 5px center no-repeat;
    background-size: 13px auto;
    color: #fff;
    font-size: 18px;
    font-family: 'KarbonMedium';
    margin-right: 22px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.cont_wrap .referred{
	padding:2px 5px 2px 5px;
	background:#1da2da center no-repeat;
	background-size:13px auto;
	color:#fff;
	font-size:13px;
	font-family: 'KarbonMedium';
	float:left;
	margin-left:22px;
}
.cont_wrap .referred input[type="submit"] {
	padding: 0;
    background: #1da2da center no-repeat;
    border:none;
}
.cont_wrap .referred a{
	color:#fff;
}

.cont_wrap address{
	font-size:10px;
	color:#000;
	line-height:12px;
	float:left;
	margin:0;
}
.state {
	display:inline-block;
}
.state:first-letter {
	text-transform: uppercase;
}
.item .address {
	margin-bottom:10px;
}
.item address {
	margin-bottom:0;
}
.tag-wrap {
	margin-top:5px;
}
.center-tag {
	border: 1px solid #1da5de;
	color: #1da5de;
	border-radius: 4px;
	text-align: center;
    margin-bottom: 6px;
}
.center-single .tag-wrap {
	text-align:center;
	border-top: 4px solid #f0f0f0;
	margin-top:18px;
	padding-top:18px;
}
.center-single .center-tag {
	margin-left: 10%;
	width: 20%;
	display:inline-block;
}
.center-single .center-tag:first-child {
	margin-left:0;
}


.showmore{
	background:#1da2da;
	padding:10px 15px 12px;
	display:block;
	font-family: 'KarbonMedium';
	font-size:22px;
	color:#fff;
	text-align:center;
}

.showmore:hover{
	text-decoration:none;
	color:#fff;
	background:#F17930;
}




/*--- grid view ---*/
.grid-group-item .imgblock, .grid-group-item .descblock{
	width:100%;
}

.grid-group-item .descblock .quick_desc{
	min-height:50px;
}

.grid-group-item .descblock .cont_wrap .phno{
	margin-right:3px;
}
.grid-group-item .descblock .cont_wrap .referred{
	margin-left:3px;
}
/*--- List view ---*/
.list-group-item .imgblock{
	width: 33.33333333%;
}

.list-group-item .descblock{
	width: 66.66666667%;
}

.list-group-item .descblock .cont_wrap .phno{
	margin-right:22px;
}
.list-group-item .descblock .cont_wrap .referred{
	margin-left:0px;
	margin-top:6px;
}

/* Home Resource */
.home .resources-container {
	background-color: #1da5de;
}

.home .resources-container .newsblock-wrap {
	display: flex;
	justify-content: center;
}

.home .resources-container .newsblock {
	display: flex;
	background-color: #fff;
	max-width: 800px;
}

.home .resources-post .titlewrap h2 {
	color: #fff;
}

.home .resources-post .showall a {
	color: #fff;
}

/*------- News/Resources page ------*/
.featured-resource-header {
	height: 540px;
	position:relative;
}
.featured-resource-header .item {
	position: absolute;
    height: 100%;
    width: 100%;
}
.hero-background {
	display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 2;
}
.newsheader{
	padding:0;
	margin:0;
}

.newsheader:before{
	background:none;
}

.newsheader img{
	width:100%;
}

.bannercaption{
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	text-align:center;
	z-index:3;
}
.bannercaption h2 {
	color: #5d5d5d;
}
.banncapinn{
	width:100%;
	height:100%;
	display:table;
}

.banncaptable{
	display:table-cell;
	vertical-align:middle;
}

.blockdesc{
	width:64%;
	background:rgba(255, 255, 255, .85);
	padding:18px 25px;
	display:inline-block;
}

.newsheader h1{
	color:#5d5d5d;
	margin:0 0 10px 0;
}

.newsheader p{
	font-family: 'KarbonRegular';
	font-size:16px;
	line-height:22px;
	color:#000;
	text-align:left;
	margin-bottom:25px;
	padding:0;
}

.newsheader .butt{
	padding:5px 18px;
	background:#1DA5DE;
	display:inline-block;
	color:#fff;
	font-family: 'KarbonSemibold';
	font-size:14px;
}

.newsheader .butt:hover{
	text-decoration:none;
	background:#E57C20;
}


.newslistingwrap{
	padding:0 0 80px 0;
}

.newsFilter{
	background:#f0f0f0;
	margin-bottom:38px;
}

.newsFilter ul{
	margin:0;
	padding:0;
	text-align:center;
}

.newsFilter ul li{
	font-family: 'KarbonSemibold';
	font-size:16px;
	color:#5d5d5d;
	display:inline-block;
}

.newsFilter ul li a{
	color:#5d5d5d;
	padding:7px 12px;
	display:block;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.newsFilter ul li a:hover{
	text-decoration:none;
	background:#32A5D1;
	color:#fff;
}

.newsblock{
	box-shadow:0 0 4px rgba(0, 0, 0, .25);
	margin:3px 0 27px;
}

.newsblock .imgblock{
    padding: 0;
}

.newsblock .descblock{
    padding:22px 30px 30px 42px;
	overflow:hidden;
}

.newsblock .descblock h6{
	font-family: 'KarbonRegular';
	font-size:12px;
	color:#000;
	position:relative;
	margin:0 0 15px 0;
}

.newsblock .descblock h6:before{
	width:100%;
	height:6px;
	background:#1da5de;
	content:'';
	position:absolute;
	top:5px;
	left:-104%;
}

.newsblock .descblock h5{
	font-size:16px;
	color:#5D5D5D;
	margin:0;
	min-height:34px;
}

.newsblock .descblock .date{
	display:block;
	font-size:10px;
	font-family: 'KarbonRegular';
	margin:0 0 6px 0;
}

.newsblock .descblock p{
	font-family: 'KarbonRegular';
	font-size:16px;
	line-height:18px;
	min-height:100px;
}

.newsblock .descblock .buttwrap{
	display:block;
}

.share{
	background:#f0f0f0;
	color:#5D5D5D;
	font-family: 'KarbonSemibold';
	font-size:14px;
	padding:4px 10px 4px 14px;
	float:left;
}

.share .fa{
	margin-left:3px;
	font-size:12px;
}

.share:hover{
	text-decoration:none;
}

.buttwrap .view{
	padding:4px 18px;
	background:#1DA5DE;
	display:inline-block;
	color:#fff;
	font-family: 'KarbonSemibold';
	font-size:14px;
	float:right;
}

.buttwrap .view:hover{
	text-decoration:none;
	background:#E57C20;
}

.keepcalmblock{
	width:100%;
	height:100%;
	min-height:441px;
	background:#46b73c;
	text-align:center;
	padding:24px 0 8px;
	margin:3px 0 27px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.25);
}

.keepcalmblock img{
	margin-bottom:15px;
}

.keepcalmblock .text{
	font-family: 'KeepCalmMedium';
	font-size:38px;
	color:#fff;
	text-transform:uppercase;
	padding:0 30px;
	margin-bottom:58px;
}

.keepcalmblock a{
	font-family: 'KeepCalmMedium';
	font-size:14px;
	color:#fff;
}

.keepcalmblock a .fa{
	width:20px;
	height:20px;
	font-size:19px;
	color:#000;
	border:1px solid #fff;
	border-radius:50%;
}

.keepcalmblock a:hover{
	text-decoration:none;
	color:#fff;
}

.newsallbutt{
	margin:38px 150px 0;
}


/*------ Categories page ------*/

.page-id-145 .banformwrap {
	background:transparent;
}
.category-section {
	padding: 15px 45px;
	background: rgba(233, 229, 220, .5);
}
.category-section .row {
	margin-bottom: 15px;
}
.category-section .titlewrap {
	margin-top: 30px;
}
.categorywrap h4{
	font-size:20px;
	margin-bottom:16px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
.othercatg{
	padding-bottom:50px;
}

.categorywrap .bootstrap-select.form-control{
	height:auto;
	margin-bottom:22px;
}

.categorywrap .bootstrap-select > .dropdown-toggle{
	background:#1da5de;
	font-family: 'KarbonMedium';
	font-size:14px;
	color:#fff;
	border-radius:0;
	padding-right:32px;
}

.categorywrap .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	text-align:center;
}

.categorywrap .bootstrap-select.btn-group .dropdown-toggle .caret{
	width:32px;
	height:44px;
	display:inline-block;
	top:-1px;
	right:-1px;
	margin:0;
	border:none;
	background:url(../images/cate_select_droparrow.png) center center no-repeat #e2e2e2;
}


<!--News details-->
.blog-post{
    margin-bottom:80px;
    position: relative;
}

.post-media-container{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
	overflow:hidden;
}

.post-media-container:before{
	position:absolute;
	content:'';
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.post-media-container:hover:before{
    opacity: 1;
}

.post-media-container img{
	width:100%;
	margin-top:-20%;
}


.post-info{
    width: 110px;
    float: left;
    margin-right: 30px;
}

.post-info li,
.post-info-container .date-category li{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.post-info .post-date,
.post-info-container .post-date{
    background: #eee;
    position: relative;
    z-index: 20;
}

.post-info .post-date span,
.post-info-container .post-date span{
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.post-info .post-date .day,
.post-info-container .post-date .day{
    text-align: center;
    font: 19px 'Open Sans';
    line-height: 20px;
    font-weight: 600;
    padding-top: 14px;
}

.post-info .post-date .month,
.post-info-container .post-date .month{
    font-size: 10px;
    text-align: center;
}

.post-info .post-category,
.post-info-container .post-category{
    margin-left: -10px;
	background-color: #727c89;
	border-radius:50%;
}


.post-info .post-category i,
.post-info-container .post-category i{
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.post-body{
    padding-left: 140px;
}

.post-body h2{
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.post-body p{
	font-size:16px;
	line-height:24px;
}

.post-meta{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    display: block;
}

.post-meta li{
    float: left;
    padding-right: 15px;
    color: #666;
    line-height: 22px;
}

.post-meta li span{
    font: 13px 'Open Sans', Arial, sans-serif;
}

.post-meta li a{
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.post-meta li a::after{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0;

    -webkit-transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: height 0.2s, opacity 0.2s, -moz-transform 0.2s;
    -o-transition: height 0.2s, opacity 0.2s, transform 0.2s;
    -ms-transition: height 0.2s, opacity 0.2s, transform 0.2s;
    transition: height 0.2s, opacity 0.2s, transform 0.2s;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.post-meta li a:hover::after{
    height: 2px;
    opacity: 1;

    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.btn-grouponlyu .bootstrap-select .dropdown-menu li:nth-child(2){
	display:none;
}

.copyright #ai1ec-container {
	display:none;
}

.customize-support{
 padding-top:32px;
}
/*------ Modern Tribe Events page ------*/
#tribe-events-pg-template {
	max-width:100%;
}
#tribe-events .page-header {
	background-color: #32a5d1;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom:0;
}
h2.tribe-events-page-title, .single-tribe_events h1.tribe-events-single-event-title {
	text-align:left;
	color: #fff;
	font-family: 'KarbonSemibold';
	font-size:30px;
	margin: 0;
	padding: 20px 0;
}
.tribe-events-promo {
	display:none;
}
.single-tribe_events .tribe-events-schedule h3 {
	font-size: 24px;
}

@media (min-width: 768px) {
	.vertical-align {
	  display: flex;
	  flex-direction: row;
	}
	.vertical-align > [class^="col-"],
	.vertical-align > [class*=" col-"] {
	  display: flex;
	  align-items: center;     /* Align the flex-items vertically */
	  justify-content: center; /* Optional, to align inner flex-items horizontally within the column  */
	}
	.partnerblock-wrap {
		text-align:center;
	}
	.partnerblock {
		text-align: center;
	    display: inline-block;
	    padding: 0 1.5rem;
	}

	.row-equal {
	display: table;
	width:100%;
	}

	.row-equal .col {
		display: table-cell;
		vertical-align: middle;
	}

	.row-equal .col.col-20 {
		width: 20%;
	}

	.hhw-priority-message .message-content {
    	border: 2px dashed #1b4a89;
    	border-top: 2px dashed #1b4a89;
    	border-left: none;
	}
}

.page-id-191 .listing-content {
	margin-top: 20px;
}

@media only screen and (min-width: 992px) {
	.page-id-191 .listing-sidebar {
		padding-top: 20px;
		padding-left: 0;
	}

	.page-id-191 .listing-sidebar > div {
		border-left: 1px solid #f0f0f0;
		padding-left: 20px;
	}
}

#gform_wrapper_1 .gfield_label {
	font-size: 14px;
	margin-bottom: 0;
}

/* Resources Search */
.resources-search {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.resources-search > form {
	min-width: 300px;
}

.search-results .resources-search {
	background-color: #32a5d1;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Special Ad - Homepage */
.special-ad .btn {
	font-family: 'KarbonSemibold';
	background-color: #1DA5DE;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
}

.special-ad .btn:hover,
.special-ad .btn:active {
	background-color: #E57C20;
	color: #fff;
}
