/* hf.css file */

#identity-element {
    width: 100%;
}
/* Disney Side Shield */

 img#disneyside {
    height: 150px;
    width: 190px !important;
    min-width: 190px;
    position: absolute;
    top: 50px;
}
 
/* Disney Side Shield */

/* Spanish Global Header */

#header ul.navigation > li{
    margin: 5px 5px 0;    
}

/* Spanish Global Header */

/* accessibility on promo tiles */
a.promoLink {
    display: inline-block;
}

#mobile-container a.promoLink {
	display: inline;
}
/* accessibility on promo tiles */


/* special offers mobile burst */
.special-offers.interior-pep #burst {
    background-position: 0 0;
}
/* special offers mobile burst */


/* DOL Footer - Fix Orphans in footer */
.gde_footerLegalLinks > a {
   display:inline-block;
}

/* DOL Footer - Fix Orphans in footer */

/** helpful-links page */
#page-cards .cards {
    padding-left: 20px;
}

/* fix spacing issue between header and hero image */
body:not(.detail-gift) #skip-navigation {
 float:left;
}

@media screen and (min-width: 768px){
    #footer_dol,
    .chrome_controls,
    .dp .global-footer-container {
        width: 100%;
    }
    
    #mobile-container #header > div{
        width: 100%;
    }
    
    /*external link fix*/
    .overlay a.overlay-continue {
        margin-right: 19px;
    }
}

/*external link fix*/
.overlay a.overlay-continue {
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    cursor: default;
    display: inline-block;
    background: url('https://cdn1.parksmedia.wdprapps.disney.com/media/disneyparksjapan-prod/disneyparksjapan_v0001/1/0.2.0-137/static/images/global/footer/btn_sprite.png') repeat scroll -3px -2px transparent;
    border: 0 none;
    margin: 0;
    padding: 2px 0;
    width: 110px;
    height: 36px;
    color: #FFF;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.overlay button.overlay-continue {
    display: none;
}

/* footer 5th column fix*/
.jp.disneyland #footer-panel-container .footer-panel-site-links > div,
.jp.disneyworld #footer-panel-container .footer-panel-site-links > div{
    width: 160px;
}

.jp.disneyland .col-5 h3,
.jp.disneyworld .col-5 h3 {
    margin-bottom: 4px;
}