.dvp-header {
    position: relative;
}
.dvp-header-image-overlay {
    background: #003660;
    color: #fff;
    position: absolute;
    top: 201px;
    text-align: center;
    padding: 20px 0;
    -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
}
.uoso-header-image-overlay {
    top: 299px;
}
.uoso-hhn-header-image-overlay {
    top: 421px;
}
.dvp-header-promo {
    color: #ff2010;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    font-style: italic;
    margin-bottom: 20px;
}
.dvp-header-text h2 {
    font-family: Lato;
    font-size: 25px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    margin-bottom: 5px;
}
.dvp-header-overlay-holder {
    width: 867px;
    margin: 0 auto;
}
.dvp-header-image-overlay {
    width: 867px;
    margin: 0 auto;
}
.is-mobile .dvp-header-image-overlay {
    width: 100%;
    margin: 0 auto;
}
.is-mobile .dvp-header-overlay-holder {
    width: 100%;
    margin: 0 auto;
}

.dvp-header-image-overlay h1 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: normal;
}
.dvp-header-image-overlay-triangle {
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #003660;
    position: absolute;
    bottom: -20px;
}
.is-mobile .dvp-header-image-overlay-triangle {
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #003660;
    position: absolute;
    bottom: -20px;
}
.dvp-header-image-overlay h1 span {
    text-transform: none;
    font-size: 20px;
    font-family: Lato;
}
.dvp-header-text {
    width: 820px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 90px;
}
.is-mobile .dvp-header-text {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 90px;
}
.dvp-header-padding {
    padding-top: 35px;
}
.uoso-header-padding {
    padding-top: 0px;
}
.dvp-fastpass {
    width: 164px;
    height: 60px;
    float: right;
}

.dvp-header-image {
    width: 100%;
    height: 250px;
    background: #050406 url('/img/disney/disney_variable_pricing_header.jpg') center center no-repeat;
}
.ush-header-image {
    width: 100%;
    height: 320px;
    background: #050406 url('/img/universal/ush_variable_pricing_header.jpg') center center no-repeat;
}

.uoso-header-image {
    height: 320px;
    background: #FFFFFF url('/common_resources/img/universal/uoso_main_header.jpg') center center no-repeat;
    background-size: contain;
}
.uoso-hhn-header-image {
    height: 444px;
    background: #050406 url('/img/universal/2370x500_HHN_Logo_2021.jpg') center center no-repeat;
}
.uhso-hhn-header-image {
    height: 320px;
    background: #050406 url('/common_resources/img/universal/1920x211_USH_HHN.jpg') center center no-repeat;
}
.dvp-mobile-header-image {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.mobile-only .dvp-header-image-overlay {
    top: 0 !important;
    position: relative !important;
}
.mobile-only .dvp-header-text {
    padding-top: 45px !important;
}
.dvp-content {
    background: #e4e5ea;
}
.uoso-content {
    background: white;
}
