/* properly left aligning dropdown menus */
li#primary-explore .dropdown {
  left: -172px;
}
li#primary-devices .dropdown {
  left: -385px;
}
li#primary-maps-etc .dropdown {
  left: -480px;
}
/*li#primary-support .dropdown {
  left: -610px;
}*/
/* adjustments to search field so the width is appropriate */
#asia-utility-bar .asia-search .asia-search-text {
  width: 150px;
}
asia-utility-bar .asia-search .asia-search-btn.btn1 {
  padding: 0px 3px 0px 2px;
}
/* Banner message adjustments to fit stephen's standards */
.banner .message-container {
  left: 0;
}
banner.right .message-container {
  left: auto;
  right: 0;
}
/* Removing the shadow hover effect to eliminate consistency issues with slideshows */
.banner.bigboy:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow: none;}
/* Adding arrow for UB sign in dropdown menu */
body.signed-in #asia-utility-bar #logged-in > a {
  position: relative;
  padding-right: 12px;
  background: url(/m/_i/2013/utility-bar-arrow.png) no-repeat 100% 5px;
}
body.signed-in #asia-utility-bar #logged-in.active-navigation > a {
  background-position: 100% -7px;
}
/* Removing additional after and before classes in IE */
.ie8 #asia-header-wrapper .dropdown:before {
  display: none;
}
.ie9 #asia-header-wrapper .dropdown:before {
  display: none;
}
.ie8 #asia-header-wrapper .dropdown:after {
  visibility: hidden;
}
.ie9 #asia-header-wrapper .dropdown:after {
  visibility: hidden;
}
#asia-footer {
  background-color: #efefef;
}
/* Ben's Video Code */
.video-embed {
    position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.video-embed.widescreen {
	padding-bottom: 56.25%;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


