/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html {height: 100%;} 
form {height: 100%;} 


#header {
	width: 100%;
	padding: 17px 25px 7px 25px;
	border-bottom: #455560 solid 3px;
	position: fixed;
	top: 0px;
	z-index: 900;
	background: rgba(255,255,255,1);
}

/* #header > .row.no-margin {
	padding: 17px 25px 7px 25px;
} */

.cta {
	background: #e87d1e;
	color: #fff;
	text-align: center;
	padding: 8px 0px;
	font-size: 16px;
}

.logo {
	padding-right: 40px;
}

.search_panel {
	display:none;
	position: absolute;
    margin-left: -45px;
    right: 25px;
    z-index: 9000;
    margin-top: -40px;
}

#navigation{
    z-index: 3000;
	width: 100%;
}

.slicknav_menu {
	display:none;
}

.nav {
	margin:0px auto;
}

.search {
	text-align: right;
}

.search_login {
	font-size: 12px;
	color: #000000;
	margin: 5px 0px;
}

.showsearch {
	color: #455560 !important;
}

#dnn_dnnSearch_txtSearch {
	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#a3a1a4 solid 1px;
	border-right:#1e9cd0 solid 1px;
	border-radius: 0px;
	padding: 5px;
}

.do_search {
	z-index: 1000;
	display: inline-block;
    padding: 5px 15px 2px;
    margin-left: -2px;
  	color: #ffffff !important;
  	text-align: center;
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
  	text-decoration: none;
  	white-space: nowrap;
  	background-color: #1e9cd0;
  	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#1e9cd0 solid 1px;
	border-right:#a3a1a4 solid 1px;
  	cursor: pointer;
  	box-sizing: border-box;
}

.do_search:hover {
  	text-decoration: none;
}

.header_btn, .submenu {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #004d71;
  cursor: pointer;
  box-sizing: border-box; 
}


.header_btn:before, .submenu:before {
		z-index: -1;
		content: "";
	width: 5px;
	height: 10px;
		background-color: inherit;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
}

.header_btn:after, .submenu:after {
    z-index: -1;
		content: "";
		position: absolute;
		top: 0;
     left: 0;
		
		background-color: inherit;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
}

.submenu:hover {
	background-color: #ea7f1d;
}

a.login_link, a.login_link:link, a.login_link:visited, a.login_link:active, a.login_link:hover {
	font-size: 12px;
	color: #000000;
	font-weight: 400;
}


#body_content, #body_bottom_content {
	width:100%;
	margin: 60px 0px 50px 0px;
}

#search_content {
	width:100%;
	margin: 60px 0px 50px 0px;
}

#home_body_content {
	width:100%;
}


#footer {
	width:100%;
	background: url("../images/footer_bg.jpg") no-repeat center center;
	background-size: cover;
	font-size: 16px;
	color: #ffffff;
	padding: 50px 0px 20px 0px;
	margin-top: -3px;
}

.footer_title {
	color:#e87d1e;
	font-weight: bold;
}

a.footer_link, a.footer_email:link, a.footer_email:visited, a.footer_email:active {
	color:#ffffff;
}

a.footer_link:hover {
	color:#ffffff;
	text-decoration: underline !important;
}

.social_media_area {
	position: absolute;
    right: 0px;
    margin-top: 3px;
	width: 270px;
}

a.social_media, a.social_media:link, a.social_media:visited, a.social_media:active {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none !important;
	background: url("../images/social_media_bg.png") no-repeat;
	width: 53px;
	height: 54px;
	padding-top: 12px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-left: 1px;
	margin-top: 7px;
}

a.social_media:hover {
	background: url("../images/social_media_bg_hover.png") no-repeat;
}



.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#344048 !important;	
}

.youtube_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;    
}

.youtube_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



video {
    max-width: 100%;
    height: auto;
}

.row.video_row {
    margin: 90px 0px 80px;
}


/* DEMOLITION PHOENIX STYLES */


.subsection_320 h1  {
    color: #EC3E28 !important;
}

.subsection_320 h2  {
    color: #136B8F !important;
}

.subsection_320 h3  {
    color: #f36e2c !important;
}

/* Homepage Styles
---------------------------------------------------------*/
#hero_image {
	background: url("../images/homepage/hero.jpg") no-repeat center center;
	background-size: cover;
	min-height: 700px;
	width: 100%;
	margin-top: 97px;
}

.upcoming_events {
	background-color:#004d71;
	width: 270px;
	float: right;
	margin-top: 90px;
	z-index: 300;
    position: relative;
}

.upcoming_events_title {
	width: 100%;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	font-size: 18px;
	text-transform: uppercase;
	background-color:#004d71;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

ul.event_links {
	list-style-type: none;
}

ul.event_links li{
	list-style-type: none;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 100%;
}

ul.event_links li a {
	color: #ffffff;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	display: inline-block;
	text-align: center;
}

ul.event_links li a:hover {
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}

ul.event_links li a:hover:before {    
    font-family: 'Font Awesome 6 Pro';
    content: '\f101';
	font-weight: 900;
	color: #f2be20;
}

.hero_text {
	padding-top: 290px;
	position: relative;
}

.large_title {
    color: #ffffff;
    font-size: 80px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    line-height: 90px;
}

.small_title {
	color: #ffffff;
	font-size: 45px;
	line-height: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.bucket_title {
	color: #7b8b96;
    font-size: 40px;
	width: auto;
	display: inline-block;
	line-height: 60px;
}
.parallelogram {
	 display: inline-block;
      width: 100%;
      height: 10px;
      transform: skew(-20deg);
      background: #dc6026;
}

#find_member_content, #join_content, #callout_content {
	background: url("../images/homepage/quote_bg.jpg") no-repeat center center;
	background-size: cover;
	min-height: 550px;
	color: #ffffff;
	text-shadow: 2px 2px 5px #2a3339;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	width: 100%;
	padding-top: 10%;
}

#find_member_content p, #join_content p, #callout_content p {
	color: #ffffff;
	font-size: 40px;
	line-height: 70px;
}

#partners_content, #bottom_content, #blog_content, #home_body_content {
	margin: 70px 0px;
	width: 100%;
}

.bythenumbers {
	color: #f3be24;
    font-size: 80px;
    line-height: 50px;
    padding-bottom: 35px;
    display: inline-block;
    font-weight: 500;
}

#join_content .button {
	line-height: 30px;
}

.events_col {
	padding-top: 120px;
}

.safety_col, .directory_col {
	padding-top: 180px;
}

#sponsor_content {
	width: 100%;
	margin: 50px 0px;
}

/* Convention Sponsor Carousel
---------------------------------------------------------*/

#sponsors .sponsor-rotator {
    margin: 0px 40px;
}

#sponsors .sponsor-rotator .slick-list .slick-track {
    display: flex;
}

#sponsors .sponsor-rotator .slick-list .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

#sponsors .sponsor-rotator .slick-list .slick-track .slick-slide img {
    margin: 0;
    max-width: 225px;
    width: 100%;
    height: auto;
    max-height: 125px;
}

#sponsors .slick-prev, #sponsors .slick-next, #sponsors .slick-prev:focus, #sponsors .slick-next:focus  {
    top: 50%;
    width: 30px;
    border-color: #fff;
    background-color: #fff;
}

#sponsors .slick-prev {
    right: auto;
    left: -40px;
}

#sponsors .slick-prev::before {
    content: "\f137";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #4c1415;
    background: none;
    font-size: 29px;
    position: relative;
    z-index: 10;
}

#sponsors .slick-next {
    right: -40px;
    left: auto;
}

#sponsors .slick-next::before {
    content: "\f138";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #4c1415;
    background: none;
    font-size: 29px;
    position: relative;
    z-index: 10;
}

/* Article Styles
---------------------------------------------------------*/
.article_card_home {
	width: 400px;
	height: auto !important;
	min-height: 425px;
	float: left;
	margin-right: 0;
	overflow: hidden;
}

.article_on {
	width: 400px;
    height: 353px;
	padding: 20px;
	box-sizing: border-box;
	/*display: none;*/
}

.home_title {
	color:#ffffff;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 34px;
}

.home_pubdate {
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
	padding-bottom: 10px;
}


.btn_safety {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_safety.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_safety span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_safety.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}


.btn_business_tools {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_business_tools.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_business_tools span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_business_tools.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_nda_news {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_nda_news.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_nda_news span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_nda_news.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_environment {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_environment.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_environment span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_environment.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_member_blog_series {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_member_blog_series.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_member_blog_series span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_member_blog_series.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_covid19 {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_covid19.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_covid19 span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_covid19.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_government_affairs {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 191px;
	height: 272px;
	background: url("../images/btn_government_affairs.jpg") no-repeat;
	background-position: 0 0px;
}

.btn_government_affairs span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/btn_government_affairs.jpg") no-repeat;
	background-position: 0 -272px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.btn_safety:hover span, .btn_business_tools:hover span, .btn_nda_news:hover span, .btn_environment:hover span, .btn_member_blog_series:hover span, .btn_government_affairs:hover span, .btn_covid19:hover span {
	opacity: 1;
}

.library_card {
	padding: 20px;
}

.library_card:nth-child(odd) {
    background-color: #f8f8f8;
}

.library_card:nth-child(even) {
    background-color: #ffffff;
}

/* New Content Hub Homepage Feed Styles
-------------------------------------------------*/
.edn_711_article_list_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 35px;
}

.article_card_home .image_clip {
    display: none;
}

.article_card_home .row.no-margin {
	overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0, 100% 78%, 80% 100%, 0% 100%);
	height: 415px;
    padding: 20px;
    box-sizing: border-box;
    background: rgb(229 232 234 / 50%);
}

.article_card_home .article_category {
    font-size: 24px;
    text-transform: uppercase;
    color: #7b8b96;
    display: block;
    padding: 10px 0px;
}

.article_card_home .article_block {
    background: #d65f00;
    width: 100%;
    height: 10px;
    display: block;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}

.article_card_home .title_link, .article_card_home a.title_link, .article_card_home a.title_link:link, .article_card_home a.title_link:hover {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    color: #004d71;
    display: block;
    text-decoration: none;
    padding: 10px 0px 8px;
}

.article_card_home .publish_date {
    display: inline-block;
    padding-bottom: 5px;
}

/* Icons Buttons
-------------------------------------------------*/

.storm_water_management {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/storm_water_management.jpg") no-repeat;
	background-position: 0 0px;
}

.storm_water_management span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/storm_water_management.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.state_regulation {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/state_regulation.jpg") no-repeat;
	background-position: 0 0px;
}

.state_regulation span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/state_regulation.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.safety_health {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/safety_health.jpg") no-repeat;
	background-position: 0 0px;
}

.safety_health span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/safety_health.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.recycling {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/recycling.jpg") no-repeat;
	background-position: 0 0px;
}

.recycling span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/recycling.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.pcb_caulk {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/pcb_caulk.jpg") no-repeat;
	background-position: 0 0px;
}

.pcb_caulk span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/pcb_caulk.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.mercury_collection {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/mercury_collection.jpg") no-repeat;
	background-position: 0 0px;
}

.mercury_collection span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/mercury_collection.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.resource_library {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/resource_library.jpg") no-repeat;
	background-position: 0 0px;
}

.resource_library span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/resource_library.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.drug_alcohol {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/drug_alcohol.jpg") no-repeat;
	background-position: 0 0px;
}

.drug_alcohol span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/drug_alcohol.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.disaster_response {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/disaster_response.jpg") no-repeat;
	background-position: 0 0px;
}

.disaster_response span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/disaster_response.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.asbestos_guidance {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/asbestos_guidance.jpg") no-repeat;
	background-position: 0 0px;
}

.asbestos_guidance span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/asbestos_guidance.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.nda_library{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/nda_library.jpg") no-repeat;
	background-position: 0 0px;
}

.nda_library span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/nda_library.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.podcast{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/podcast.jpg") no-repeat;
	background-position: 0 0px;
}

.podcast span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/podcast.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.safety_app{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/safety_app.jpg") no-repeat;
	background-position: 0 0px;
}

.safety_app span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/safety_app.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.foundations_demolition{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/foundations_demolition.jpg") no-repeat;
	background-position: 0 0px;
}

.foundations_demolition span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/foundations_demolition.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.annual_conference{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/annual_conference.jpg") no-repeat;
	background-position: 0 0px;
}

.annual_conference span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/annual_conference.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.online_learning{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/online_learning.jpg") no-repeat;
	background-position: 0 0px;
}

.online_learning span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/online_learning.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.epa_resources{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/epa_resources.jpg") no-repeat;
	background-position: 0 0px;
}

.epa_resources span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/epa_resources.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.osha_resources{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/osha_resources.jpg") no-repeat;
	background-position: 0 0px;
}

.osha_resources span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/osha_resources.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.procurement_opportunities{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/procurement_opportunities.jpg") no-repeat;
	background-position: 0 0px;
}

.procurement_opportunities span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/procurement_opportunities.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.grass_roots{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/grass_roots.jpg") no-repeat;
	background-position: 0 0px;
}

.grass_roots span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/grass_roots.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.advocacy_news{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/advocacy_news.jpg") no-repeat;
	background-position: 0 0px;
}

.advocacy_news span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/advocacy_news.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.products_services{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/products_services.jpg") no-repeat;
	background-position: 0 0px;
}

.products_services span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/products_services.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.human_resources{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/human_resources.jpg") no-repeat;
	background-position: 0 0px;
}

.human_resources span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/human_resources.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.awards_recognitions{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/awards_recognitions.jpg") no-repeat;
	background-position: 0 0px;
}

.awards_recognitions span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/awards_recognitions.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.cd_landfill{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/cd_landfill.jpg") no-repeat;
	background-position: 0 0px;
}

.cd_landfill span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/cd_landfill.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.industry_updates{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/industry_updates.jpg") no-repeat;
	background-position: 0 0px;
}

.industry_updates span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/industry_updates.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;

	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.convention_expo{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/convention_expo.jpg") no-repeat;
	background-position: 0 0px;
}

.convention_expo span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/convention_expo.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.safety_resources{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/safety_resources.jpg") no-repeat;
	background-position: 0 0px;
}

.safety_resources span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/safety_resources.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.business_resources{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/business_resources.jpg") no-repeat;
	background-position: 0 0px;
}

.business_resources span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/business_resources.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.advocacy_relations{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/advocacy_relations.jpg") no-repeat;
	background-position: 0 0px;
}

.advocacy_relations span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/advocacy_relations.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.leadership_forum{	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 262px;
	height: 317px;
	background: url("../images/icons/leadership_forum.jpg") no-repeat;
	background-position: 0 0px;
}

.leadership_forum span {
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/icons/leadership_forum.jpg") no-repeat;
	background-position: 0 -317px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
}

.storm_water_management:hover span, .state_regulation:hover span, .safety_health:hover span, .recycling:hover span, .pcb_caulk:hover span, .mercury_collection:hover span, .resource_library:hover span, .drug_alcohol:hover span, .disaster_response:hover span, .asbestos_guidance:hover span, .nda_library:hover span, .podcast:hover span, .safety_app:hover span, .foundations_demolition:hover span, .annual_conference:hover span, .online_learning:hover span, .epa_resources:hover span, .osha_resources:hover span, .procurement_opportunities:hover span, .grass_roots:hover span, .advocacy_news:hover span, .products_services:hover span, .human_resources:hover span, .awards_recognitions:hover span, .cd_landfill:hover span, .industry_updates:hover span, .convention_expo:hover span, .safety_resources:hover span, .business_resources:hover span, .advocacy_relations:hover span, .leadership_forum:hover span {
	opacity: 1;
}


/* Default Over-rides
-------------------------------------------------*/

#subhero_image {
	min-height: auto;
	width: 100%;
	/*margin-top: 97px; 
	Update for top cta banner below */
	margin-top: 135px;
}

.row {
	margin-bottom: 25px;
}

.no-margin {
	margin: 0;
}

h1 {
	color:#dc6026;
	font-weight: 400;
	font-size: 45px;
}


h2, h2 a, h2 a:link, h2 a:visited {
	color:#004d71;
	font-weight: 700;
	font-size: 30px;
}

h3 {
	color:#7b8b96;
	font-weight: 700;
	font-size: 26px;
}

h4 {
	
}


#main_container {
	padding:0;
	margin:0;	
}


#main_container h1 {
	text-align: center;
	display: inline-block;
	width: 100%;
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}


#orange_title_container {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#orange_title_container h1 {
	color:#e87d1e;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	text-transform: uppercase;
}



#blue_title_container {
	padding: 0;
	margin: 0;
	width: 100%;
}

#blue_title_container h1 {
	color:#004d71;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

#callout_container {
	background: url(../images/homepage/quote_bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 550px;
    color: #ffffff;
    text-shadow: 2px 2px 5px #2a3339;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding: 95px 25px 0px 25px;
    margin-left: calc(((1420px - 100vw) / 2) - 1em);
    width: 100vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

#blog_container {
	padding:0;
	margin:0;	
}


#blog_container h1 {
	text-align: center;
	display: inline-block;
	width: 100%;
	color:#7b8b96;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

p, UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI, td {
	font-size: 18px;
}


a.dnnPrimaryAction {
	text-decoration:none;
	color:#ffffff;
}

a.dnnSecondaryAction {
	text-decoration:none;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */

/* LiveTabs Styles
---------------------------------------------------------*/
#body_content .livetabsdefault {
	margin-top: 15px;
	margin-bottom: 50px;
  }
  
  #body_content .livetabsdefault .ui-widget {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #52565d;
	background: #ffffff;
	letter-spacing: 0.025em;
	line-height: 22px;
  }
  
  #body_content .livetabsdefault .ui-tabs {
	padding: 0;
	border-radius: 0;
	border: none;
  }
  
  #body_content .livetabsdefault .ui-widget-header {
	border-bottom: 1px solid #676768;
	background: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
  }
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav {
	margin-bottom: 40px;
	padding: 0;
	border: 2px solid #f89922;
	}
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0px !important;
	border-radius: 0;
	opacity: 0.75;
	border-bottom: 5px solid #fff;
	}
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li:hover {
	background: #ffead0;
	border-bottom: 5px solid #f89922;
	opacity: 1;
	}
  
  #body_content .livetabsdefault .ui-state-default a, #body_content .livetabsdefault .ui-state-default a:link, #body_content .livetabsdefault .ui-state-default a:visited {
	color: #000;
  }
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a, #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #000;
  }
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-selected, #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active, #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 5px solid #f89922;
	background: #ffead0;
	opacity: 1;
	}
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li a {
	padding: 10px 13.14px;
	text-align: center;
	width: 100%;
	font-size: 17px;
	letter-spacing: 0;
  }
  
  .dnnEditState #body_content .livetabsdefault .ui-tabs .ui-tabs-nav li a {
	padding: 10px 11px;
	font-size: 17px;
	letter-spacing: 0;
  }
  
  #body_content .livetabsdefault .ui-state-active, #body_content .livetabsdefault .ui-widget-content .ui-state-active {
	border: none;
	background: #fff;
  }
  
  #body_content .livetabsdefault .ui-state-default, #body_content .livetabsdefault .ui-widget-content .ui-state-default {
	border: none;
	background: #fff;
  }
  
  #body_content .livetabsdefault .ui-tabs .ui-tabs-panel {
	padding: 0;
  }
  #body_content .livetabsdefault .ui-tabs .ui-tabs-panel .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  }
  #body_content .livetabsdefault .ui-tabs .ui-tabs-panel .row .col-md-10 p:last-of-type {
	margin-bottom: 0;
  }
  
  #body_content .livetabsdefault ul {
	margin-left: 0;
  }

/* New Orleans Live Tabs */
#body_content.section_71.subsection_320 .livetabsdefault .ui-tabs .ui-tabs-nav {
	border: 2px solid #00adef;
}

#body_content.section_71.subsection_320 .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-selected, #body_content.section_71.subsection_320 .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active, #body_content.section_71.subsection_320 .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active, #body_content.section_71.subsection_320 .livetabsdefault .ui-tabs .ui-tabs-nav li:hover {
	border-bottom: 5px solid #00adef;
	background: #ddf6ff;
	opacity: 1;
}

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

.hdn {
	display: none;
}

/* Fonts */
.Normal {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #52565d;
	background: #ffffff;
	letter-spacing: 0.025em;
	line-height: 22px;
}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.dnnModuleDialog .dnnModuleList .listContainer ul li span.title {
    font-size: 12px;
}

.left{
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/* #Media Queries
================================================== */
@media only screen and (max-width: 1665px) {
	#dnnMenu .topLevel li{
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1575px) {
	#dnnMenu .topLevel li a{
		font-size:16px;
	}
}

@media only screen and (max-width: 1460px) {
	#dnnMenu .topLevel li a{
		font-size:15px;
	}
}

@media only screen and (max-width: 1390px) {
	#dnnMenu .topLevel li a{
		font-size:14px;
	}
}

@media only screen and (max-width: 1310px) {
	#dnnMenu .topLevel li{
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1265px) {
	#dnnMenu .topLevel li a{
		font-size:13.5px;
	}
}

@media only screen and (max-width: 1225px) {
	#subhero_image {
		margin-top: 205px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	#subhero_image {
		margin-top: 356px;
	}
}




/* Smaller than standard 960 (devices and browsers) */


@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1335px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
		width: 100%;
  }
	#navigation, .top, .desktop, #eventMenu {
		display:none;	
	}
	
	.slicknav_menu, .mobile {
		display:block;
	}

	#event-nav .slicknav_menu, #event-nav .slicknav_nav .slicknav_row {
		background: #391616;
	} 

	#event-nav .slicknav_btn {
		background-color: #391616;
	}
	
	.nav {
		width: 100%;
	}
	
	.left, .center, .right {
		text-align: center;
	}

	
	#callout_container {
    background-image: none;
	background-color: #455560;
    min-height: auto;
    color: #ffffff;
    text-shadow: 2px 2px 5px #2a3339;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    padding: 10px;
   width: 100%;
    margin-top: 0px;
		margin-left: 0px;
    margin-bottom: 10px;
}
	
	
	#header {
		position: relative;
	}
	
	.parallelogram {
    	display: none;
	}
	
	.social_media_area {
    	position: relative;
    	right: 0px;
    	margin-top: 3px;
    	width: 100%;
    	text-align: center;
	}
	
	#subhero_image {
    	margin-top: 38px;
	}
	
	.search_panel {
		display: none;
		position: relative;
		width: 300px;
		margin-left: 0px;
		margin-top: 3px;
	}

	.row-rev {
		display: flex;
		flex-direction: column-reverse;
		border-top: none !important;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.logo {
		margin-bottom: 15px;
		padding-right: 0;
	}
	
	.upcoming_events {
		display: none;
	}
	
	#hero_image {
		background: url(../images/homepage/hero.jpg) no-repeat center center;
		background-size: cover;
		min-height: 500px;
		width: 100%;
		margin-top: 0px;
	}
	
	.hero_text {
		padding-top: 230px;
	}
	
	.large_title {
		font-size: 26px;
		line-height: 36px;
	}
	
	.small_title {
		font-size: 20px;
		line-height: 28px;
	}
	
	img.heartbeat {
		width: 50px !important;
	}
	
	#home_body_content, #partners_content {
		margin: 25px 0px;
	}
	
	#bottom_content {
		margin: 50px 0px 0px;
	}
	
	#photo_info #blue_title_container {
		padding: 0px 20px;
	}
	
	#join_content {
    	min-height: 375px;
	}
	
	#find_member_content {
		min-height: 275px;
	}
	
	.events_col {
		padding-top: 50px;
	}

	.safety_col, .directory_col {
		padding-top: 50px;
	}

	.button, .btn {
		white-space: normal;
	}
}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { }

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  }


