﻿/*Home page bg styles*/
#FnlSubSiteMain {
	background-image: none;
	margin: 0;
	padding: 0;
}

#FnlSubSitePage > .InnerPage > .PageContainer {
	margin: 0 auto;
	background-image: none;
	padding-top: 0;
}

#FnlSubSiteMain .MainContent {
	margin-top: 0;
}


/*** MAIN CONTENT STYLES ***/
#mainContent {
	width: 700px;
	float: right;
}

#featureImage {
	height: 213px;
	width: 700px;
	margin-top: 0;
	overflow: hidden;
}

#welcomeArea {
	height: 213px;
}

	#welcomeArea #frontImage {
		width: 261px;
		height: 213px;
		float: left;
		padding-right:;
	}

	#welcomeArea #welcomeMessage {
		height: 177px;
		padding: 21px 28px 15px;
		margin-left: 261px;
		background: rgb(255, 255, 255); /* The Fallback */
		background: rgba(255, 255, 255, 0.8);
	}

		#welcomeArea #welcomeMessage h2 {
			font-weight: bold;
			font-size: 20px;
			margin: 5px 0 15px;
			color: #009999;
		}

		#welcomeArea #welcomeMessage p {
			line-height: 1.8em;
		}

#quickLinks {
	margin: 15px 30px 40px 30px;
}

	#quickLinks h4 {
		margin-bottom: 0;
	}

	#quickLinks .wrap {
		overflow: hidden;
	}

	#quickLinks .column, #OtherStaff .column {
		width: 46%;
		float: left;
		margin: 0;
	}

		#OtherStaff .column.last {
			margin-right: 0;
		}

		#quickLinks .column.first {
			margin: 0 40px 0 0;
		}

	#quickLinks .item {
		margin: 10px 0 10px;
		overflow: hidden;
	}

		#quickLinks .item .quickLinkDetail p {
			font-size: 12px;
			line-height: 1.5em;
		}

		#quickLinks .item .quickLinkDetail h5 {
			font-size: 14px;
			color: #4d7ebf;
		}

		#quickLinks .item .quickLinkDetail h5,
		#quickLinks .item .quickLinkDetail p {
			margin: 1px 0 5px;
		}

	#quickLinks #ContactHome h4 {
		margin-bottom: 1em;
	}

	#quickLinks #ContactHome .ContactHomeColumnWrapper {
		display: flex;
		align-items: flex-start;
	}

	#quickLinks #ContactHome .ContactHomeColumnWrapper > div {
    flex: 0 1 auto;
		padding: 0 45px 0 15px;
    border-left: solid 1px #daecec;
	}

	#quickLinks #ContactHome .ContactHomeColumnWrapper > div:first-child {
		padding-left: 0;
		border-left: none;
	}

	#quickLinks #ContactHome .ContactHomeColumnWrapper > div:last-child {
		padding-right: 0;
	}

		#quickLinks #ContactHome div h5,
		#quickLinks #ContactHome div p {
			margin: 0 0 3px;
			text-shadow: none;
			font-weight: normal;
		}

	#quickLinks #ContactHome a {
		text-decoration: none;
	}

		#quickLinks #ContactHome a:hover {
			text-decoration: underline;
		}

span.PhoneNumber {
	white-space: nowrap;
}

	span.PhoneNumber span {
		display: inline-block;
		width: 16px;
		padding: 0 4px 0 0;
		text-indent: -100000px;
		background: transparent url('../Media/Images/PhoneExtension.png') no-repeat left center;
	}

#contentAside {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0 20px;
	background: rgb(255, 255, 255) url('../Media/Images/homeColDivide.png') no-repeat right bottom; /* The Fallback */
	background: rgba(255, 255, 255, 0.8) url('../Media/Images/homeColDivide.png') no-repeat right top;
	overflow: hidden;
}

	#contentAside h4 {
		margin: 20px 0 10px;
	}

	#contentAside ul {
		list-style: none;
		margin: 15px 0;
		padding: 0;
	}

		#contentAside ul li {
			margin: 8px 0 8px 0;
			padding: 0;
			line-height: 1.4em;
		}

			#contentAside ul li a, #linkOutArrow {
				padding: 0 0 0 18px;
				display: block;
				background: transparent url('../Media/Images/arrowBullet.png') no-repeat left 3px;
				text-decoration: none;
			}

				#contentAside ul li a:hover {
					background-position: left -97px;
					text-decoration: underline;
				}

.TwoColumnPageContent {
	overflow: hidden;
}

	.TwoColumnPageContent .LeftColumn,
	.TwoColumnPageContent .RightColumn {
		width: 45%;
		margin-right: 4%;
		float: left;
	}

	.TwoColumnPageContent ol.Fancy {
		padding-left: 0;
	}


span.EmailAddress {
	background: url("../Media/Images/EmailAddress.png") no-repeat scroll left center transparent;
	display: inline-block;
	padding: 0 4px 0 0;
	text-indent: -100000px;
	width: 16px;
}

/*GATE ACCESS*/

ol.FnlFancyList.ExtraBoldList {
	margin: 15px 0 20px 0;
}

	ol.FnlFancyList.ExtraBoldList > li {
		font-size: 1.1em;
		margin: 0 0 10px 2.3em;
		min-height: 20px;
		padding-left: 2px;
	}

		ol.FnlFancyList.ExtraBoldList > li:before {
			font-size: 1.3em;
			line-height: .5em;
			left: -1.8em;
			padding: 5px;
			content: url('../Media/Images/CheckmarkIcon.svg');
		}

		ol.FnlFancyList.ExtraBoldList > li.No:before {
			margin-right: 10px;
			padding: 1px;
			content: url('../Media/Images/NoIcon.svg');
			background: none;
			width: 16px;
			margin-left: 4px;
		}

/* Contacts */

div[class^="ContactCol"] {
	display: table-cell;
	vertical-align: top;
}

.ContactColLeft {
	width: 55%;
	border-right: 1px solid #eaeaea;
}

.ContactColRight {
	width: 45%;
}

.ContactBlocks {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	display: block;
}

	.ContactBlocks > div {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}

	.ContactBlocks > .ContactImage {
		width: 150px;
		min-width: 150px;
		vertical-align: bottom;
	}

		.ContactBlocks > .ContactImage > img {
			width: 110px;
			height: 110px;
			border-radius: 50%;
			border: 1.5px solid #E0F0F0;
			object-fit: cover;
		}

.ContactInformation > ul {
	list-style: none;
	padding: 0 15px;
}

	.ContactInformation > ul > li {
		margin-bottom: 5px;
	}

.StaffRoles {
	padding: 10px 10px 10px 20px;
}

	.StaffRoles > ol {
		padding: 0 15px 0 25px;
	}

		.StaffRoles > ol > li {
			margin-bottom: 10px;
		}

.FlexContain {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin: 20px 0;
}

.FlexColumn {
	flex: 1;
	margin-right: 10px;
}

	.FlexColumn:last-of-type {
		margin-right: 0;
	}

	.FlexColumn h5 {
		margin: 0 0 3px;
		text-shadow: none;
		font-weight: normal;
	}

	.FlexColumn > span {
		margin-bottom: 20px;
	}

.FlexContain.SpaceBetween {
	justify-content: space-between;
	align-items: center;
}

	.FlexContain.SpaceBetween > h2 {
		margin: 0;
	}

p.Note {
	font-style: italic;
}

.ClearFix {
	clear: both;
}

table.FnlTable {
	width: 100%;
}

	table.FnlTable th.EqualWidth {
		width: 33%;
	}

	table.FnlTable td.TransparentBg {
		background-color: #ffffff !important;
	}

/* Safety Plan */

#ConstructionIndex {
	overflow: hidden;
	border: 1px silver solid;
	padding: 14px 12px;
	background: #fbfbfb;
}

	#ConstructionIndex h2, .sectionRight h3, .sectionLeft h3 {
		margin-top: 0;
	}

.threeColumnList {
	list-style-position: outside;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	padding-left: 25px;
	list-style-type: none;
}

ul.multiColumn {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}


.sectionRight, .sectionLeft {
	border: 1px #d4d4d4 solid;
	padding: 14px 12px;
	margin: 10px 0 10px 20px;
	float: right;
	position: relative;
	z-index: 10;
}

.sectionLeft {
	float: left;
}

	.sectionRight ul, .sectionLeft ul {
		list-style-position: inside;
		padding-left: 5px;
		margin-bottom: 0;
	}

.sectionRight h3 > span {
	display: block;
	font-weight: normal;
}

/*Multiple column lists*/
.ColumnList {
	overflow: hidden;
	line-height: 15px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 30px;
	margin-left: 0;
}

	.ColumnList li {
		padding-left: 10px;
		margin-left: 25px;
	}

#canvas-holder-deficiencies, #canvas-holder {
	max-width: 250px;
}

	#canvas-holder-deficiencies .Note {
		font-size: .9em;
		margin-top: 0;
	}

#canvas-holder {
	margin: 0 20px 0 0;
}

#FatalFour {
	padding-left: 300px;
}

.marginTop {
	margin-top: 30px;
}

/*RESOURCES PAGE*/

#SignageList {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

	#SignageList li {
		display: inline-block;
	}

	#SignageList a {
		display: inline-block;
		margin: 0 15px 12px 0;
		background: #E8F5F5;
		border: 1px solid #b2d1d1;
		padding: 6px;
		min-width: 90px;
		text-align: center;
	}

	#SignageList li a {
		display: inline-block;
	}

		#SignageList li a:hover {
			background: #bedddd;
			cursor: pointer;
		}

	#SignageList li img {
		vertical-align: middle;
		display: inline-block;
	}

.LargeFont {
	font-size: 1.1em;
}

/*Temporary override to hide the EHS quick links*/

#EhsSubSiteQuickLinks_EhsSubSiteQuickLinks {
	display: none;
}


/** MULTI-EMPLOYER WORKSITE **/

#EmployerTypes > ul {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

#EmployerTypes > ul {
	margin: 15px 0 0 0;
	padding: 0;
}

	#EmployerTypes > ul > li {
		display: block;
		list-style: none;
		margin: 0;
		width: 24%;
	}

		#EmployerTypes > ul > li.CurrentTab > a {
			background: #009999;
			color: #FFF;
			font-weight: bold;
			border: 1px solid #009999;
		}

		#EmployerTypes > ul > li.CurrentTab:after {
			content: '';
			display: block;
			width: 0;
			margin: 0 auto;
			height: 0;
			border-left: 18px solid transparent;
			border-right: 18px solid transparent;
			border-top: 18px solid #009999;
		}
		
		#EmployerTypes > ul > li > a {
			display: block;
			padding: 20px;
			border: 1px solid #ced9d9;
			width: 24%;
			box-sizing: border-box;
			text-align: center;
			text-decoration: none;
			font-size: 1.1em;
			background: #f6fcfc;
		}

		#EmployerTypes > ul > li > a {
			width: 100%;
		}

		#EmployerTypes > ul > li:not(.CurrentTab) > a:hover {
			background: #e6f6f6;
			color: #344287;
			border-color: #c3cccc;
		}

.noMarginTop {
	margin-top: 0;
}

.noMarginBottom {
	margin-bottom: 0;
}

.TabPanel {
	margin: -19px 0 20px 0;
	border: 1px solid #ced9d9;
	padding: 0 20px 10px 20px;
}

.TabPanel ol {
	padding-left: 25px;
}

.CommunityLevel{
	font-size: 20px;
	font-weight: bold;
}

.FlexContain{
	gap: 12px;
}

.FlexContain .FlexBlock .Status {
	background-color: #00cc99;
	padding: 15px;
	font-size: 30px;
	text-align: center;
}

	.FlexContain .FlexBlock .StatusMedium {
		background-color: #ffff99;
		padding: 15px;
		font-size: 30px;
		text-align: center;
	}

	.FlexContain .FlexBlock .StatusHigh {
		background-color: #fc8d59;
		padding: 15px;
		font-size: 30px;
		text-align: center;
	}
.FlexContain .FlexBlock h1{
	margin-top: 0px;
}

.FlexContain .FlexBlock.Flex1{
	flex: 1;
}

.FlexContain .FlexBlock.Flex2 {
	flex: 2;
}

.FlexContain .FlexBlock.CommunityLevelContainer {
	padding: 20px;
	border: 1px solid #cfd8de;
	border-radius: 2px;
	background: #f7f9f9;
	max-width: 200px;
}

	.FlexContain .FlexBlock.CommunityLevelContainer.HighThreat {
		max-width: 250px;
	}

	.FlexContain .FlexBlock.CommunityLevelContainer.HighThreat .OptionalBlock img{
		width: 30%;
	}

.FlexContain .FlexBlock .CommunityLevel{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

	.FlexContain .FlexBlock.OptionalBlock, .FlexContain .FlexBlock.MaskBlock {
		font-size: 20px;
		display: inline-block;
		font-weight: bold;
		margin: 10px 0px 20px -5px;
		text-align: center;
	}

	.FlexContain .FlexBlock.OptionalBlock > div {
		padding: 15px 0px;
	}

		.FlexContain .FlexBlock.OptionalBlock img{
			width: 48%;
		}

	.FlexContain .FlexBlock.MaskBlock {
		padding: 15px 0px;
		width: 100%;	
		text-align: center;
	}

		.FlexContain .FlexBlock.MaskBlock img {
		max-width: 90px;
		padding: 10px 10px 10px 10px;
	}

	.FlexContain.AlignFlexCenter{
		align-items: center;
		margin-bottom: 0px;
		height: 50px;
	}

	.FlexContain.OptionalAlignFlexCenter {
		align-items: center;
		margin-bottom: 0px;
		height: 80px;
	}

.FnlTable.CommunityTable tr:nth-child(1) td {
	background-color: #00cc99;
}

.FnlTable.CommunityTable tr:nth-child(2) td {
	background-color: #ffff99;
}

.FnlTable.CommunityTable tr:nth-child(3) td {
	background-color: #fc8d59;
}

#sideAlerts .LeftNavCommunityLevel {
	background-color: #00cc99;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}

#sideAlerts .LeftNavCommunityLevelMedium {
	background-color: #ffff99;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}

#sideAlerts .LeftNavCommunityLevelHigh {
	background-color: #fc8d59;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}

#sideAlerts .LeftNavCommunityLevelSubtext {
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

	#sideAlerts .FlexContain .FlexBlock.CommunityLevelContainer {
		border: none;
		border-top: 1px solid #cfd8de;
		border-bottom: 1px solid #cfd8de;
	}


#sideAlerts .FlexContain .FlexContain.AlignFlexCenter{
	margin-top: 10px;
}

	#sideAlerts .FlexContain .FlexContain .FlexBlock.MaskBlock img{
		max-width: 80px;
		padding: 10px 10px 0px 0px;
	}

	#sideAlerts .FlexContain .FlexContain .FlexBlock.OptionalBlock{
		font-size: 16px;
	}

	#sideAlerts .FlexContain .FlexBlock .CommunityLevel{
		font-size: 16px;
	}

	#sideAlerts .FlexContain .FlexBlock .CommunityLevel.LeftNavSmall {
		font-size: 16px;
	}

.FlexContain.CommunityLevelSubtext{
	justify-content: center;
}

.FlexContain.CommunityLevelSubtext .FredDiv {
	text-align: center;
	max-width: 200px;
	margin: 0 auto 0 120px;
}

	.FlexContain.CommunityLevelSubtext .MontDiv {
		text-align: center;
		max-width: 200px;
		margin: 0 auto 0 20px;
	}