@CHARSET "UTF-8";

/* custom grid option */
.ehs-padded-col
{
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}

/* left sidebar */
#sidebar {
	margin-bottom: 10px;
}
#sidebar ul.navigation span[data-title]{
	position: relative;
	display: block;
}
#sidebar ul.navigation span[data-title]::before {
	/* This displays the arrow to the bubble */
	border-bottom: 6px solid transparent;;
	border-right: 6px solid #333b44;;
	border-top: 6px solid transparent;;
	content: '';
	display: none;
	left: 100%;
	position: absolute;
	top: 4px;
	margin-left: 22px;

	z-index: 210;
	/*margin-left: 22px;*/
}
#sidebar ul.navigation span[data-title]::after {
	background-color: #333b44;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	color: #fff;
	content: attr(data-title);
	display: none;
	font-size: 15px;
	font-weight: normal;
	/*left: 193px;*/
	left: 100%;
	margin-left: 28px;
	line-height: 1.4;
	min-width: 240%;
	padding: 9px 12px;
	position: absolute;
	top: -8px;
	z-index: 200;

	height: auto;
}

#sidebar ul.navigation li li span[data-title]::before {margin-left: 6px;}
#sidebar ul.navigation li li span[data-title]::after { margin-left: 12px;}

#sidebar ul.navigation span[data-title]:hover::after,
#sidebar ul.navigation span[data-title]:hover::before {
	display: block;
}

@media screen and (max-width: 719px) {
	#sidebar ul.navigation span[data-title]:hover::after,
	#sidebar ul.navigation span[data-title]:hover::before {
		display: none;
	}
}

#sidebar ul.navigation a.spacer {
	background-color: inherit;
}

#sidebar ul.navigation a.spacer::before,
#sidebar ul.navigation a.spacer::after{
	display: none;
}



/* override default selected third level menu color */
/*
#sidebar ul.navigation > li > ul > li > ul > li > a {
	background-color: rgba(128, 128, 0, 0.1);
}
#sidebar ul.navigation > li > ul > li > ul > li.selected > a {
	background-color: #dfbd00;
}
#sidebar ul.navigation > li > ul > li > ul > li > a:hover{
	background-color: #ebd766 ;
}
*/


.gutter-small-left{
	margin-left: 10px;
}

.gutter-small-right {
	margin-right: 10px;
}

fieldset.building-info-header {
	border: none;
	margin: 12px 0;
}
fieldset.building-info-header legend {
	display: block;
	border-top: 1px solid #c63600;
	border-bottom: 1px solid #c63600;
	background: #f5e39a;
	padding: 2px 6px;
	font-weight: bold;
	width: 100%;
}

td.views-field-field-severe-weather-shelter {
	width: 25%;
}
/* fix for elFinder file upload window that seems to be transparent */
div.ui-dialog {
	background-color: white;
	border: 1px solid #cecece;
	border-radius: 3px;
}
.ui-dialog-titlebar span.ui-dialog-title {
	margin: 0 3px;
}
.ui-dialog-titlebar a.ui-dialog-titlebar-close {
	float: right;
}

/* flag styles */
div.bookmark-link {
	clear: right;
	overflow: hidden;

	text-align: right;
	margin-top: -18px;
	margin-bottom: 5px;
	font-size: 80%;

	/* margin-top: -30px; margin-bottom: 30px; */
}
.bookmark-link span.flag-wrapper {
	/* float: right; display: block; height: 16px; */
}

span.flag-wrapper a {
	padding-left: 20px
}
span.flag-wrapper a.unflag-action {
	background: url(../img/flag-off.png) no-repeat left center;
}
span.flag-wrapper a.flag-action {
	background: url(../img/flag-on.png) no-repeat left center;
}

/* bookmark styles on My EH&S */
div#my-bookmarks {
	width: 100%;
	clear: left;
	overflow: hidden;
}
ul.bookmarks {
	margin: 12px;
	padding: 0;
}
.item-list ul.bookmarks li.first {
	margin-left: 1.5em !important;
}

/* professional biography stuff */
div.field-name-field-photo {
	float: right;
}
div#edit-field-photo {
	float: none;
}
div.field-name-field-bio-text {
	clear: right;
}
.node-type-person div.field-name-field-hiredate .field-label,
.node-type-person div.field-name-field-hiredate .field-items,
.node-type-person div.field-name-field-phone .field-label,
.node-type-person div.field-name-field-phone .field-items {
	float: left;
	font-weight: normal;
}
.node-type-person div.field-name-field-hiredate,
.node-type-person div.field-name-field-phone,
.node-type-person div.email-address {
	clear: left;
	overflow: hidden;
}
.node-type-person div.field-name-field-hiredate {
	margin-bottom: 1em;
}

/* staff directory view */
ul.staff-directory {
	list-style: none;
	margin: 0.5em;
	padding: 0;
}
.staff-directory li.views-row {
	margin: 1em;
	padding: 12px 12px 7px 12px;
	clear: both;
	border: 1px solid #cecece;
	border-radius: 3px;
	overflow: hidden;
}
.staff-directory li.views-row div.photo-left {
	margin: 0;
	width: 75px;
}
.staff-directory li.views-row div.info {
	margin-left: 80px;
}

.view-safety-library ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.view-safety-library ul li.views-row {
	margin: 0.5em 0 1em;
	padding: 0;
}

/*****
     user bar
******/
#block-wdehs-ehs-user-bar{
	background-color: #e7e7d4;
	border-bottom: 1px solid #c8c2a7;
	line-height: 21px;
	padding: 6px 9px;
	overflow: hidden;
}

#block-wdehs-ehs-user-bar p{
	margin-bottom: 0;
}

#block-wdehs-ehs-user-bar .panel {
}

#block-wdehs-ehs-user-bar .panel.right {
	float: right;
	margin-left: 3px;
	text-align: right;
}
#block-wdehs-ehs-user-bar .panel.left {
	float: left;
	margin-right: 3px;
	text-align: left;
}
#block-wdehs-ehs-user-bar .panel.left a.last{
	margin-right: 1em;
}
#block-wdehs-ehs-user-bar .panel .button-green, #block-wdehs-ehs-user-bar .panel .button-red {
	margin-bottom: 0;
}




/* web forms */
.webform-container-inline,
.contact-form .webform-component-textarea {
	clear: both;
	overflow: hidden;
}
/*.webform-container-inline label,*/
.contact-form .webform-component-textarea label {
	float: left;
	width: 8em;
	margin-right: 1em;
}

.webform-container-inline input,
.webform-container-inline select {
	/*margin-left: 6px;*/
}

.contact-form .webform-container-inline label {
	display: inline-block;
	width: 8em;
	margin-right: 1em;
}

.contact-form .webform-container-inline input,
.contact-form .webform-container-inline select {
	display: inline-block;
	max-width: 500px;

}

.contact-form .webform-component-textarea .form-textarea-wrapper {
	float: left;
	margin-left: 6px;
}
.contact-form .webform-component-textarea textarea {
	width: 500px;
	max-width: 100%;
}

.contact-form .form-actions {
	clear: both;
	margin: 1em 9em;
	padding: 6px;
}
.contact-form .captcha {
	margin-left: 0;
	clear: both;
	margin-top: 1em;
	width: 500px;
	max-width: 100%;
}

#webform-component-client-information--isu-id-number,
#webform-component-client-information--isu-email {
	clear: none;
}
#webform-component-client-information {
	border: none;
}
#webform-component-client-information legend {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #cecece;
	width: 100%;
	font-size: 1.1em;
}


/* let lists within views have normal margins */
.views-field .item-list ul li.first {
	margin-left: 1.5em !important;
}
/* faking the invisible menu divider */
#sidebar ul.menu li.divider > span,
#sidebar ul.menu li.divider a:hover {
	color: white;
	background: transparent !important;
	border-color: #C8C2A7;
	text-decoration: none;
	cursor: default;
}


/* buttons */
.panel .button-green, .panel .button-red {
	-moz-transition: box-shadow 0.3s ease 0s;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 40px rgba(255, 255, 255, 0) inset, 0 -15px 15px -15px rgba(0, 0, 0, 0.4) inset;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-bottom: 6px;
	margin-right: 8px;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.panel .button-green {
	background-color: #85B840;
	border: 1px solid #547A21;
}
.panel .button-red {
	background-color: #DE3E4E;
	border: 1px solid #9D1220;
}
.panel .button-green:hover, .panel .button-red:hover {
	box-shadow: 0 0 40px rgba(255, 255, 255, 0.2) inset, 0 -15px 15px -15px rgba(0, 0, 0, 0.4) inset;
}
.panel .button-green:active, .panel .button-red:active {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(0, 0, 0, 0.4) inset;
}

.panel .button-brown{
	background-color: #c8c4ab;
	background-image: -moz-linear-gradient(#e0ddce, #c8c4ab);
	background-image: -webkit-linear-gradient(#e0ddce, #c8c4ab);
	border: 1px solid #989480;
	box-shadow: 0 1px 0 #fff, 0 0 1px #fff inset;
	color: #444;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 9px;
	position: relative;
	text-decoration: none;
	z-index: 20;
}

.panel .button-brown.first{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.panel .button-brown.last{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel .button-brown + .button-brown{
	margin-left: -1px;
}

.panel .button-brown:hover{
	border-color: #837e78;
	box-shadow: 0 0 3px #aaa, 0 1px 0 #fff, 0 0 1px #fff inset;
	z-index: 30;
}

.panel .button-brown:active{
	box-shadow: 0 0 6px #999 inset, 0 1px 0 #fff, 0 0 1px #fff inset;
	z-index: 30;
}

div#navicons {
	padding: 1em 0 0.5em 0.25em;
	margin-bottom: 12px;
	min-height: 24px;
	overflow: hidden;
}

#navicons .icon-btn {
	display: block;
	float: left;
	font-size: 0;
	height: 24px;
	margin-right: 2px;
	width: 24px;
}
#navicons .facebook {
	background: url("../img/icons.png") no-repeat scroll -24px 0 transparent;
}
#navicons .youtube {
	background: url("../img/icons.png") no-repeat scroll -72px 0 transparent;
	display: block;
	float: left;
	font-size: 0;
	height: 24px;
	margin-right: 2px;
	width: 24px;
}
#navicons .twitter {
	background: url("../img/icons.png") no-repeat scroll -48px 0 transparent;
}

.login-heading {
	-moz-transition: box-shadow 0.3s ease 0s;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 40px rgba(255, 255, 255, 0) inset, 0 -15px 15px -15px rgba(0, 0, 0, 0.4) inset;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
	margin-right: 8px;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	background-color: #DE3E4E;
	width: 100%;
}

.login-message-status {
	background-color: #DE3E4E;

	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid;
	margin: 3px 0;
	padding: 10px 10px 10px 50px;
	border-color: #BBEE77;
}

/* nodeblock blocks */
.block-nodeblock .content {
	margin: 3px 6px;
}

/* nodeblock blocks */
#post-nav .block-nodeblock .content {
	margin: 0;
}

#block-nodeblock-16596.block-nodeblock .content {
        margin: 0;
}


/* large obnoxious buttons */
.btn-large{
	background-color: #666;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
	padding: 16px 24px;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.btn-large small{
	color: #ccc;
}

.btn-large:hover{
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

.btn-large:active{
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px rgba(0, 0, 0, 0.2), 1px 2px 4px -2px rgba(0, 0, 0, 0.7) inset;
}

.btn-large.red{
	background-color: #da4f5d;
}

.btn-large.red small{
	color: #ffc9cf;
}

.btn-large.red:hover{
	background-color: #cb1a2a;
}
.button-container .btn-large {
	display: block;
	text-align: center;
}

/* custom button  */
.btn-group {
	margin-bottom: 6px;
}
.btn-group .btn.login {
	background-color: #CB1A2A;
	border-color: #930E1C;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	text-shadow: none;
	font-size: 16px;
	padding: 5px 20px;
	margin-left: 6px;
	border-radius: 4px;
}
.btn-group .btn.login:hover {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}
.btn-group .btn.login:active {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}


.wd-l-Ribbon-inner {
	position: relative;
}

h2.tagline {
	color: white;
	padding-right: 8px;
	font-variant: small-caps;
	/*font-size: 1.3em;*/
	/*top: 20px;*/

	position: absolute;
	right: 207px;

	top: 22px;
	font-size: 14px;
	font-weight: bold;

}

@media screen and (max-width: 980px) {
	h2.tagline {  /*font-size: 1.1em;*/  }
}
@media screen and (max-width: 820px) {
	h2.tagline {
		/*font-size: 1em;*/
		position: static;
		clear: both;
	}
	.wd-l-MastTitle-siteTitle{  padding-bottom: 9px;  }
}
@media screen and (max-width: 719px){
	h2.tagline {  margin-left: 10px;  }
}
@media screen and (max-width: 419px) {
	h2.tagline { /*font-size: .9em;*/ }
}

@media print {
	h2.tagline{
		right: 0;
		color: #666666;
	}
}

@media print and (max-width: 820px) {
	h2.tagline {
		/*font-size: 1em;*/
		position: static;
		clear: both;
	}
	.wd-l-MastTitle-siteTitle{  padding-bottom: 9px;  }
}
@media print and (max-width: 719px){
	h2.tagline {  margin-left: 0px;  }
}





	.field-name-field-video {
	clear: both;
}
.field-name-field-video .field-item {
	float: left;
	margin: 12px 6px;
	width: 230px;
}
/* video page styles */

.video-embed {
	text-align: center;
	margin-bottom: 2em;
}
.field-item .file-video-youtube .content:hover {
	cursor: pointer;
}

.field-item .file-video-youtube .content img {
	padding: 3px;
	border: 1px solid #cecece;
	border-radius: 3px;
}

.field-item .file-video-youtube .content h3.caption {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px;
	font-size: 1em;
	white-space: nowrap;
	padding: 3px;
}
.page-node-217 #container {
	background: white url(../img/connections.png) no-repeat bottom right;
	background-size: 82% 95%;
	height: 100%;
}

/* page tree columns, safari can't deal with them */
#pagetree_container .wd-Grid-cell {
	float: left;
}

/* AED Location edit form */
.group-contacts .field-name-field-primary-contact-name,
.group-contacts .field-name-field-alternate-contact-name,
.group-contacts .field-name-field-primary-phone,
.group-contacts .field-name-field-alt-phone {
	float: left;
	width: 50%;
}
.view-aed-location-embed h3.title {
	margin-top:1em;
}

@media print {
	.isu-titlebar{
		display: none;
	}

	#content{
		min-height: 0;
	}

	.fwrapper{
		border: 0;
		margin: 0;
		width: auto;
	}

	#footer,
	#footer .content{
		margin: 0;
		padding: 0;

	}
}



/* Icons
----------------------------------*/

.isu-Icon--facebook{
	color: #3b579d;
}

.isu-Icon--twitter{
	color: #00b0ed;
}

.isu-Icon--youtube{
	color: #cd201f;
}

.isu-Icon--linkedin{
	color: #0077B5;
}

.isu-Icon--facebook:hover,
.isu-Icon--twitter:hover,
.isu-Icon--youtube:hover,
.isu-Icon--linkedin:hover
{
	color: #333;
}


/* Hide Slideshow Opton
----------------------------------*/
.page-node-add-front-page-scroller input#edit-field-display-on-und-training,
.page-node-add-front-page-scroller label[for="edit-field-display-on-und-training"]
{
	display:none;
}


/* Staff Directory V2
----------------------------------*/
.ehs-staff-directory-v2 {}
.ehs-staff-directory-v2 .staff-directory-entry{
	position: relative;
	width: 49%;
	overflow: hidden;
	display: inline-block;
}

.ehs-staff-directory-v2 .staff-directory-entry a:hover {
	text-decoration: none;
}

.ehs-staff-directory-v2 .staff-directory-entry .staff-directory-nameplate{
	color: #fff;
	background-color: #ed0918;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	min-width: 50%;
	max-width: 60%;
	padding: .3em 1em;
	bottom: 30px;
}
.ehs-staff-directory-v2 .staff-directory-entry .staff-directory-nameplate h3 {
	font-size: 20px;
	margin: 0;
	line-height:1.1;
}

.ehs-staff-directory-v2 .staff-directory-entry img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1299px) {
	.ehs-staff-directory-v2 .staff-directory-entry {
		width: 49%;
	}
}


@media screen and (max-width: 979px) {
	.ehs-staff-directory-v2 .staff-directory-entry {
		width: 100%;
		margin-bottom: 10px;

	}
}

@media screen and (max-width: 719px) {
	.ehs-staff-directory-v2 .staff-directory-entry .staff-directory-nameplate {
	}
}

@media screen and (max-width: 500px) {

	.ehs-staff-directory-v2 .staff-directory-entry {
		overflow: visible;
		padding-bottom: 42px;
	}

	.ehs-staff-directory-v2 .staff-directory-entry .staff-directory-nameplate {
		position: absolute;
		width: 100%;
		max-width: 100%;
		bottom: 0px;
	}
	.ehs-staff-directory-v2 .staff-directory-entry .staff-directory-nameplate h3 {
		font-size: 18px;
	}
	.ehs-staff-directory-v2 .staff-directory-entry img {
	}
}


.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director {
	width: 100%;
}
.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate{
	font-size: 16px;
}

.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate h3{
	font-size: 30px;
}

@media screen and (max-width: 1299px) {

	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director {
		overflow: hidden;
	}
	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate {
		z-index: 3;
	}
	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate h3{
		font-size: 24px;
	}

	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director img{
		width: 200%;
		position: relative;
		z-index: 2;
		left: -28%;
	}
}

@media screen and (max-width: 979px) {
	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate h3{
		font-size: 20px;
	}

}
@media screen and (max-width: 719px) {
}

@media screen and (max-width: 500px) {
	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate {
		font-size: 14px;
	}
	.ehs-staff-directory-v2 .staff-directory-entry.staff-directory-entry-director .staff-directory-nameplate h3{
		font-size: 18px;
	}
}


/* Staff Bio V2
----------------------------------*/
.ehs-staff-bio-v2 {
	position: relative;
}



.ehs-staff-bio-v2 .ehs-staff-bio-headers {
}

.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title {

	position: relative;
	z-index: 3;
}
.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title h1{
	margin-bottom: 0;
}

.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
	margin-top: 1em;
	border-left: 8px solid #900;
	padding-left: 10px;
	z-index: 3;
}
.ehs-staff-bio-v2 dl.ehs-staff-bio-summary dt,
.ehs-staff-bio-v2 dl.ehs-staff-bio-summary dd {
	margin: 0;
}

.ehs-staff-bio-v2 dl.ehs-staff-bio-summary dt {
	font-weight: bold;
	display: inline;
}
.ehs-staff-bio-v2 dl.ehs-staff-bio-summary dd {
	display: inline;
}
.ehs-staff-bio-v2 dl.ehs-staff-bio-summary dd::after {
	content: '\A';
	white-space: pre-wrap;
}

.ehs-staff-bio-v2 .ehs-staff-bio-image-wrapper {

	/* 977x 344 */
	height: 35.2%;
	height: 0;
	padding-bottom: 35.2%;
	z-index: 1;

	line-height: 0;

	border: 1px solid #333333;
	box-sizing: border-box;
	background-image: url("../img/staff-bio-background.jpg");

	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;

	background-color: #cecece;
	background-size: cover;


	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

.ehs-staff-bio-v2 .ehs-staff-bio-image-wrapper img {
	width: auto;
	height: 100%;

	position: absolute;
	right: 0;
	z-index: 2;

}


@media screen and (max-width: 499px) {
	.ehs-staff-bio-v2 .ehs-staff-bio-image-wrapper {
		height: auto;
		padding-bottom: 0;
	}

	.ehs-staff-bio-v2 .ehs-staff-bio-image-wrapper img {
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 500px) {


	.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
		margin-top: 50px; /* roughly the height of the headers */
		position: absolute;
		top: 100px;
		left: 70px;
	}
}


@media screen and (min-width: 720px) {
	.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
	}
}

@media screen and (min-width: 980px) {
	.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title {
		position: absolute;
		top: 70px;
		left: 70px;
	}

	.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title h1 {
		font-size: 2em;
	}
	.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title .ehs-staff-bio-title {
		font-size: 110%;
	}

	.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
		margin-top: .5em;
		position: absolute;
		top: 160px;
		left: 70px;
	}

	.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
		font-size: 105%;
	}


}

@media screen and (min-width: 1300px) {
	.ehs-staff-bio-v2 .ehs-staff-bio-name-and-title {
		top: 110px;
		left: 120px;
	}
	.ehs-staff-bio-v2 dl.ehs-staff-bio-summary {
		top: 200px;
		left: 120px;
	}
}



/* Safety Library V2
----------------------------------*/
.ehs-safety-library-v2 {
	position: relative;
}

.ehs-safety-library-v2 .ehs-publication {
	display: inline-block;
	box-sizing: border-box;
	/*width: 30%;*/
	vertical-align: text-top;

	margin: 5px 10px;
}

.ehs-safety-library-v2 .ehs-publication a {
	display: block;
	padding: 5px 15px;
}

.ehs-safety-library-v2 .ehs-publication a:hover {
	background-color: #eeeeee;
}


.ehs-safety-library-v2 .ehs-publication img{
	width: 100%;
	height: auto;
	margin-top: 3px;
	border: 1px solid #990000;
}



@media screen and (min-width: 300px) {
	.ehs-safety-library-v2 .ehs-publication {
		width: 98%;
	}
}

@media screen and (min-width: 500px) {
	.ehs-safety-library-v2 .ehs-publication {
		width: 45%;
	}
}


@media screen and (min-width: 719px) {
	.ehs-safety-library-v2 .ehs-publication {
		width: 45%;
	}
}


@media screen and (min-width: 980px) {
	.ehs-safety-library-v2 .ehs-publication {
		width: 30%;
	}
}

@media screen and (min-width: 1300px) {
	.ehs-safety-library-v2 .ehs-publication {
		width: 22%;
	}
}



/* EHS Provided CSS
 * ----------------------------------*/

.ehs-div-main {
	box-shadow: 2px 2px 5px grey;
	margin-top: 5px
}

.ehs-div-red {
	background-color: rgb(204, 0, 0);
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

.ehs-div-gray {
	background-color: rgb(231, 231, 231);
	font-size: 18px;
	padding: 1px 5px 10px 10px;
}

.ehs-div-gray div {
	padding-bottom:4px;
}


