	#banner-home{
	position: relative;
	margin-bottom: 3em;
	}
	
		#banner-home-photo-section{
		position: relative;
		height: 0;
		padding-bottom: 47%;
		width: 100%;
		height: 100%;
		}

			#banner-home-slides{
			position: absolute !important;
			top:0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 1
			}

				.banner-home-slide{
				background-repeat: no-repeat;
				background-position: top center;
				position: absolute;
				background-size: cover;
				top:0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
				}

	#banner-home-message-section{
	background: rgba(0,90,156,0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	}
		
		#banner-home-message-content{
		display: flex;
		min-height: 160px;		
		}

		#banner-home-message{
		background: none;
		text-align: left;
		line-height: normal;
		font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
		padding:0;
		box-sizing: border-box;
		z-index: 20;
		color:white;
		margin: 0;
		font-size: 26px;
		font-size: 3vw;
		width: 50%;
		display: inline-block;
		align-self: center;
		}

		#banner-home h1{
		margin: 0 0 0 0;
		font-size: 80px;
		font-size: 5.25vw;
		color:white;
		line-height: normal;
		}
	
		@media (min-width: 1500px){	
			#banner-home h1{
			font-size: 80px;
			}
		}




		#banner-home-learn-more{
		margin: 0;
		}

		#banner-home-learn-more a{
		color:#E44147;
		font-size: 26px;
		display: block;
		text-decoration: none;
		}
		
		#banner-home-learn-more a:hover{
		text-decoration: underline;
		}

		@media (max-width: 1000px){	
			#banner-home{
			height: auto;
			}

			#banner-home-learn-more a{
			font-size: 3vw;
			}
			
			#banner-home .banner-alert{
			
			}

		}

		@media (max-width: 700px){	
			
			#banner-home{
			margin-bottom: 0;
			}
		}
		
		@media (max-width: 500px){
		
			#banner-home-message{
			font-size: 3.5vw;
			}
		
			#banner-home-learn-more a{
			font-size: 16px;
			font-size: 4.5vw;
			}
		}


		
		#banner-home .page-header-section{
		position: absolute !important;
		}
		




#banner-home-alert{
background: white;
width: 50%;
padding: 20px 20px 20px 20px;
box-sizing: border-box;
display: inline-block;
display: flex;
}

	#banner-home-alert-content{
	display: flex;
	align-self: center;
	width: 100%;
	}


		#banner-home-alert h2{
		margin: 0 0 0.25em 0;
		font-size: 1.25em;
		line-height: normal;
		}

		#banner-home-alert-icon{
		display: inline-block;
		box-sizing: border-box;
		width: 20%;
		
		align-self: top;
		}

			#banner-home-alert-icon img{
			width: 100%;
			max-width: 70px;
			height: auto;
			margin: auto;
			display: block;
			}

		#banner-home-alert-text{
		width: 79%;
		padding-left: 20px;
		display: inline-block;
		line-height: normal;
		}

			#banner-home-alert p{
			margin: 0 0 0.75em 0;
			}

			#banner-home-alert-links{
			display: inline-block;
			display: flex;
			padding-right: 140px; /*TR*/
			}

				#banner-home-alert a{
				text-decoration: none;
				flex: 1 1 0;
				}
				#banner-home-alert a:hover{
				text-decoration: underline;
				}


@media (max-width: 700px){	
	#banner-home-message-section{
	position: relative;
	}
	
	#banner-home-message-content{
	display: block;
	padding: 0 0 0 0;
	background: #015A9C;
	}
	
	#banner-home-message{
	width: auto;
	padding: 20px 5% 20px 22%;
	}
	
	
	#banner-home h1{
	font-size: 8.5vw;
	}
	
	#banner-home-alert{
	width: auto;
	padding: 20px 10px 20px 0;
	}
	
	#banner-home-alert-text{
	padding-right: 20px;
	
	
	}
	
	#banner-home-alert-icon{
	}
}

.home-section a{
margin-bottom: 3em;
}

#home-investor-toolkit{
margin-bottom: 0;
}

	#home-stock-summary{
	margin-top: 0.5em;
	text-align: center;
	min-height: 2.5em;
	line-height: normal;
	padding-bottom: 1em;
	box-sizing: border-box;
	}

	#home-stock-time{
	white-space: nowrap;
	color:#999;
	}

#home-section-1 .column-text{
padding: 1em 20px;
text-align: center;
}


#home-section-2{
margin-top: 0;
}


#home-section-2 .column-text{
padding:1em 20px;
text-align: center;
}


@media (max-width: 700px){	

	.home-section a{
	margin-bottom: 1.5em;
	}


	#home-stock-summary{
	margin-bottom: 0.5em;
	height: auto;
	min-height: 0;
	padding: 0;
	}


}

