/* Include UCM UP Home page 3/10/2016 Version 4.0 @ss*/
/*Uncomment the following CSS when 4141 GHB update info is added to the homepage*/
/*.ghb-container {
	display: table;
	width: 100%;
}
.promo-container.desktop .ghb-container {
	display: table;
}
.promo-container.mobile .ghb-container {
	display: none;
}
.ghb-container .col2 a {
	padding: 6px;
	border-radius: 6px;
	display: inline-block;
}
.ghb-container .col2 p {
	margin-bottom: 0;
}
.ghb-container .col2 a:link, .ghb-container .col2 a:visited {
	color: #fff;
	background: transparent;
}
.ghb-container .col2 a:hover, .ghb-container .col2 a:focus {
	color: #fff;
	background-color: #cd8909;
}
.ghb-container .col1, .ghb-container .col2 {
	display: table-cell;
}
.ghb-container .col1 {
	width: 134px;
}
.ghb-container .col2 {
	padding-left: 6px;
	vertical-align: middle;
}
.ghb-container h4 {
	margin-top: 0;
	color: #fff;
}
a.ghb   {
    display: table-cell;
    height: 134px;
    text-indent: -9999em;
    width: 134px;
}
.ghb:link, .ghb:visited {
    background: url(/cs/groups/public/@uprr/documents/digitalmedia/img_up-ghb4141-update-btn.png) no-repeat 0 0;
}
.ghb:hover, .ghb:focus {
    background: url(/cs/groups/public/@uprr/documents/digitalmedia/img_up-ghb4141-update-btn.png) no-repeat -134px 0;
}
@media screen and (max-width: 800px) {
	.home .promo-container.desktop .ghb-container {
		display: block;
	}
	.home .promo-container.desktop .ghb-container .col1, .home .promo-container.desktop .ghb-container .col2 {
		display: block;
	}
	.home .promo-container.desktop .ghb-container .col1 {
		text-align: center;
		width: auto;
		padding-bottom: 9px;
	}
	.home .promo-container.desktop .ghb-container .col1 a {
		display: block;
		margin: 0 auto ;
	}
}
@media screen and (max-width: 645px) {
    .promo-container.desktop {
        display:none;
    }
	.promo-container.mobile {
		float: none;
		margin: 0 auto 18px;
	}
	.promo-container.mobile .ghb-container {
		display: block;
	}
	.promo-container.mobile .ghb-container .col2 a {
		padding: 0;
		background-color: transparent;
	}
	.promo-container.mobile .ghb-container .col2 a:link, .promo-container.mobile .ghb-container .col2 a:visited {
		color: #853019;
	}
	.promo-container.mobile .ghb-container .col2 a:hover, .promo-container.mobile .ghb-container .col2 a:focus {
		color: #cd8909;
	}
    .promo-container.handheld {
		 display:block;
		 max-width: 100%;
		 width: auto;
		 text-align: center;
		 float:none;
    }
}
@media screen and (max-width: 385px) {
	.promo-container.mobile {
		max-width: 100%;
	}
	.promo-container.mobile .ghb-container .col1 {
		width:35%;
	}
	.promo-container.mobile .ghb-container .col1 a {
		width: 100%;
		padding-bottom: 100%;
		height: 0;
		display: block;
		background-size: 200% auto;
	}
	.col1 a.ghb:visited, .promo-container.mobile .ghb-container .col1 a.ghb:hover, .promo-container.mobile .ghb-container .col1 a.ghb:focus {
		background-position: 0;
	}
}*/