/**
 * PEP Web Application
 *
 * (c) Disney.  All rights reserved.
 *
 * Perforce Metadata:
 * - $Author$
 * - $Change$
 * - $DateTime$
 *
 * @package Finder
 * @copyright (c) Disney.  All rights reserved.
 * @version $Revision$
 */
.finderDetailsOverview .row {
    margin-right: -15px;
    margin-left: -15px;
}

.finderDetailsoverviewPageTitle {
    margin: 2px 0 18px;
}

.finderDetailsOverview .titleHeaderOverviewPage {
    margin: 18px auto 30px;
    padding: 0 70px;
    text-align: center;
    max-width: 650px;
}

.finderDetailsOverview .titleHeaderOverviewPage h2 {
    color: #253b56;
    font-size: 36px;
    line-height: 40px;
}

.finderDetailsOverview .finderDetailsOverviewShare {
    float: right;
    width: 100%;
}

.finderDetailsOverview .finderDetailsOverviewShare .changeCase {
    text-transform: none;
}

.finderDetailsOverview .finderDetailsContentColumns {
    color: #253b56;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}

.finderDetailsOverview .socialModuleContainer {
    float: right;
}

.showAAG {
    padding-top: 5px;
}

/* Drawers */
.finderOverviewDrawersHeader {
    padding: 15px 0 0;
}

.overviewDrawersHeaderTitle > h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto;
}

.overviewDrawersHeaderTitle > h2 {
    font-size: 2.58em;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
    margin: -5px auto 12px;
    max-width: 650px;
}

.overviewDrawersHeaderTitle,
.overviewDrawersDescription {
    text-align: center;
    margin: auto;
}

.overviewDrawersDescription {
    color: #65778A;
    line-height: 28px;
    margin: 0 auto;
    max-width: 500px;
    width: 500px;
}

.finderOverviewDrawers {
    overflow: hidden;
}

.finderOverviewStoryCard {
    /*single drawer*/
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    width: 30%;
    padding: 20px 15px 0;
}

.threeColumn.finderOverviewStoryCard:nth-child(4n+2) {
    clear:left;
}

.finderOverviewStoryCard > img {
    width: 100%;
    height: 156px;
    display: block;
    margin-bottom: 8px;
}

.finderOverviewStoryCard > img:empty {
    background-color: #CCC;
}

.finderOverviewStoryCard a {
    cursor: pointer;
    display:block;
}

.finderOverviewStoryCard a:hover .description h5,
.finderOverviewStoryCard a:hover .description > div,
.finderOverviewStoryCard a:hover .arrow:after,
a:hover .storyCardWrapper .description h3,
a:hover .storyCardWrapper .description > div,
a:hover .storyCardWrapper .arrow:after {
    color: #1994D7;
}

.twoColumn {
    width: 46.7%;
}

.twoColumn > img {
    height: 244px;
}

.noSubTitle {
    padding: 26px 0 5px;
}

.finderOverviewDrawerHeader {
    margin-bottom: 2px;
}

.finderOverviewDrawers .viewMoreSection {
    width: 100%;
    float: left;
}

.finderDetailsExperienceMedia.nonBottomRadius {
    border-radius: 12px 12px 0 0;
}

.finderOverviewDrawers .viewMoreSection,
.finderOverviewDrawers .viewMoreSection > div {
    display: none;
}

.viewMoreWrapper {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.viewMoreWrapper > div {
    padding: 30px 66px 40px;
    float: left;
    width: 86%;
}

.viewMoreWrapper > div:after,
.viewMoreWrapper > div:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.viewMoreWrapper > div:after {
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -11px;
}

.viewMoreWrapper > div:before {
    border-bottom-color: #DFDFDF;
    border-width: 13px;
    margin-left: -13px;
}

.viewMoreWrapper > div.twoColumn:after,
.viewMoreWrapper > div.twoColumn:before {
    left: 5%;
}

.viewMoreWrapper:nth-child(2) > div.twoColumn:after,
.viewMoreWrapper:nth-child(2) > div.twoColumn:before,
.viewMoreWrapper > div.twoColumn.secondCol:after,
.viewMoreWrapper > div.twoColumn.secondCol:before {
    left: 55%;
}

.viewMoreWrapper > div.threeColumn:after,
.viewMoreWrapper > div.threeColumn:before {
    left: 5%;
}

.viewMoreWrapper:nth-child(2) > div.threeColumn:after,
.viewMoreWrapper:nth-child(2) > div.threeColumn:before {
    left: 38%;
}

.viewMoreWrapper:nth-child(3) > div.threeColumn:after,
.viewMoreWrapper:nth-child(3) > div.threeColumn:before {
    left: 72%;
}

.viewMoreWrapper h2 {
    float: left;
    width: 95%;
}

.viewMoreWrapper .closeIcon {
    cursor: pointer;
    padding-left: 15px;
}

.viewMoreWrapper .closeIcon:before {
    font-size: 18px;
}

.viewMoreWrapper .headerSection > div {
    width: 45%;
    float: right;
    padding-right: 40px;
}

.viewMoreWrapper .headerSection img {
    width: 50%;
    float: right;
}

.viewMoreCards {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.viewMoreCard {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.viewMoreCard a:hover .description h5,
.viewMoreCard a:hover .description > div {
    color: #1994D7;
    text-decoration: none;
}

.viewMoreLinkout img {
    width: 25%;
    float: left;
}

.viewMoreLinkout {
  width: 100%;
}

.mainStoryCardWrapper {
    float: left;
    width: 100%;
    display: table;
}

.mainStoryCardWrapper .description {
    display: table-cell;
    float: left;
    width: 98%;
}

.mainStoryCardWrapper div {
    color: #253B56;
}

.storyCardWrapper {
    float: left;
    width: 75%;
    display: table;
}

.viewMoreLinkout .description {
    display: table-cell;
    color: #2D3E53;
    padding: 0 0px 0 20px;
    float: left;
    width: 98%;
}

.viewMoreWrapper .headerSection .articleViewMoreLeft {
    width: 48%;
    float: left;
}

.viewMoreWrapper .headerSection .articleViewMoreLeft div {
    width: 100%;
    float: left;
}

.viewMoreWrapper .headerSection .articleViewMoreRight {
    width: 46%;
    padding: 0;
}

.viewMoreWrapper .headerSection .articleViewMoreRight img {
    width: 100%;
}

.viewMoreWrapper .articleViewMoreLeft h3,
.viewMoreWrapper .articleViewMoreRight h3 {
    text-transform: uppercase;
    color: #1994d7;
    font-size: 14px;
    font-weight: bolder;
}

.viewMoreLinkout .viewMoreTitle {
    color: #1994D7;
    text-transform: uppercase;
}

.viewMoreWrapper .articleViewMoreLeft .description {
    padding: 10px 0;
}

.viewMoreLinkout .viewMoreTitle {
    color: #1994D7;
    text-transform: uppercase;
}

.viewMoreLinkout .arrow,
.mainStoryCardWrapper .arrow {
    display: table-cell;
    float: none;
    vertical-align: top;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 20px;
}

.viewMoreLinkout .arrow:after,
.mainStoryCardWrapper .arrow:after {
    background-image: none;
    color: #e4e8ed;
    content: '\E30C';
    font-family: pepmdx;
    font-size: 20px;
    margin: -3px 0 0 -6px;
    display: block;
}

.finderDetailsExperienceMedia.nonBottomRadius .featuredMedia {
    border-radius: 12px 12px 0 0;
}

/* Bar CTA */

.barCta {
    display: block;
    font-style: normal;
    font-weight: 400;
    border-radius: 12px;
    height: auto;
    width: auto;
    padding: 10px 5px 10px 25px;
    background-color: #1994D7;
    position: relative;
    behavior: url(/media/pep/live/media/shared/css3pie/0b13bb29acafc8d8e79ff62513db088f-PIE.htc);
}

.barCta.ribbon {
    border-radius: 0 0 12px 12px;
    padding: 20px 5px 20px 25px;
}

.barCtaContainer {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.barCtaLeftContainer {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
}

.barCtaRightContainer {
    display: inline-block;
    vertical-align: middle;
    min-width: 80px;
    width: 29%;
}

.barCtaLeftContent {
    float: left;
}

.barCtaLeftContent .secondLevel {
    margin-top: 6px;
}

.barCtaRightContent {
    float: right;
}

.barCtaTooltip {
    display: inline;
}

.barCtaLeftContent .description {
    font-size: 18px;
}

.barCtaTooltip .uiToolTip {
    top: -1px;
    left: -3px;
}

.barCtaTooltip .uiToolTipBox {
    right: -50px;
}

.barCtaTooltip .informationIcon.hoverable.whiteInfoIcon {
    color: #FFF;
}

.barCtaTitle {
    font-size: 18px;
    display: inline;
}

.barCtaClarification {
    font-size: 13px;
}

.barCtaPrice {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.barCtaPrice.cents {
    top: 2px;
}

.barCtaPrice .priceContainer > span {
    display: inline-block;
}

.barCtaPrice .priceContainer span {
    vertical-align: middle;
}

.barCtaPrice .priceContainer .priceCurrencySymbol {
    position: relative;
    top: -3px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.barCtaPrice .priceContainer .priceDollars {
    font-size: 30px;
    font-weight: bold;
}

.barCtaPrice .priceContainer .priceCents {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}

.barCtaPrice .priceContainer .priceCurrency {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

/* Overview Special Event Schedule */
.overview-schedules-wrapper {
    padding-top: 27px;
    text-align: center;
}
.overview-schedules-wrapper .twoColumn {
    width: 46.7%;
    float: left;
}
.overview-schedules-wrapper .overviewScheduleDate,
.overview-schedules-wrapper .overviewScheduleLocation,
.overview-schedules-wrapper .moreDetailsInfo {
    margin: auto;
    text-align: center;
}
.overview-schedules-wrapper .overviewScheduleDate a,
.overview-schedules-wrapper .overviewScheduleLocation a {
    font-size: 12px;
}
.overview-schedules-wrapper .overviewScheduleLocationHeader,
.overview-schedules-wrapper .overviewScheduleHeader {
    color: #78899E;
}
.overview-schedules-wrapper .overviewLocation .location,
.overview-schedules-wrapper .overviewScheduleCalendar .overviewSchedule {
    font-size: 16px;
}
.overview-schedules-wrapper .overviewLocation .location {
    display: inline;
}
.overview-schedules-wrapper .overviewSchedule,
.overview-schedules-wrapper .overviewLocation {
    margin-top: 5px;
    margin-bottom: 5px;
}
.overview-schedules-wrapper .overviewSchedule #time_DetailHoursDatePicker_day {
    display: inline-block;
    margin-bottom: 0;
}

.overview-schedules-wrapper .calendarDate span {
  font-size: 16px;
}

.overview-schedules-wrapper #operationalHourList li {
  font-size: 13px;
}
#atAGlanceLinkSeparator {
    color: #1994D7;
}

.finderDetailsContainer header.finderDetailPageTitle h1 {
    font-weight: lighter;
    line-height: 20px;
    font-size: 28px;
    padding: 5px 0 8px 0;
}

.shdr .finderDetailsContainer header.finderDetailPageTitle h1 {
    line-height: 35px;
}

.finderDetailsOverview .finderDetailsContentColumns {
    text-align: center;
    margin: auto;
    max-width: 650px;
}

.viewMoreWrapper .closeIcon:before {
    font-size: 20px;
}

.viewMoreWrapper .closeIcon {
    color:#8294AA;
}

.viewMoreWrapper .closeIcon:hover {
    color:#1994D7;
}

.viewMoreCards {
    margin-top: 4px;
}

#pageContent .finderDetailsContainer .marginsSeparator {
    margin: 20px;
}

.viewMoreCard {
    padding: 0;
}

.description h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}

.description div {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
