/**
 * Module Annual Pass
 * Description
 **/

.annualPass_disclaimer {
    color: #8294AA;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 20px 20px 20px;
}

.annualPass_disclaimer h3 {
    color: #8395AB;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.annualPass_disclaimer p,
.annualPass_disclaimer li {
    margin: 0;
}

.annualPass_disclaimer li {
    margin: 0 0 0 10px;
}

/**
 * Mickey Monitor
*/
#mickeyInformation {
    padding: 25px 20px 30px;
    display: table;
    width: 100%;
}

#mickeyInformation .heroBlock {
    display: table-row;
}

#mickeyInformation .heroImage {
    display: table-cell;
    padding-right: 20px;
}

#mickeyInformation .heroImage a:focus {
    outline: 1px dotted #000;
}

#mickeyInformation .heroWide {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#mickeyInformation .heroData {
    max-width: 620px;
}

#mickeyInformation .heroWide h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #253B56;
    margin-bottom: 0;
}

#mickeyInformation .heroWide p {
    margin-bottom: 0;
    line-height: 20px;
}

#featuredInformation + #mickeyInformation {
    margin-bottom: 30px;
}
