/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
#Comments #readerComments h3 {
    padding: 0.75em 0 0 1em;
}
.at4-icon {
    margin-right: 3px!important;
}
/* added 12/22/11*/
cite.byline .email,
cite.byline .facebook,
cite.byline .twitter,
cite.byline .googleplusurl {
    height: 18px;
    margin: 0.5em 0;
    padding-left: 27px;
    line-height: 18px;
    overflow: hidden;
}
cite.byline .googleplusurl {
    padding-left: 0.3em
}
div.blogPost .googleplusurl {
    display: none;
}
cite.byline .email {
    background: transparent url(/images/icons/email-18x18.png) 6px center no-repeat;
}
cite.byline .facebook {
    background: transparent url(/images/icons/facebook-18x18.png) 6px center no-repeat;
}
cite.byline .twitter {
    background: transparent url(/images/icons/twitter-18x18.png) 6px center no-repeat;
}
cite.byline .googleplusurl a {
    background: transparent url('/images/icons/google-plus-18x18.png') no-repeat center;
    display: block;
    height: 18px;
    text-indent: -6000px;
    width: 18px;
}

div#storyBody div.inlineAudio {
    width: 300px;
    margin: auto;
}

div#storyBody div.inlineAudio .inlineAudioCaption {
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #333;
}
div#storyBody div.inlineAudio .inlineAudioCredit {
    float: right;
    font-family: Arial;
    font-size: 10px;
    color: #999;
}

div.commentsHeader a.feedLink {
    color: transparent !important
}

/* Unsubscribe from comment threads */
div#UnsubscribeComment {
    margin: 10px;
}
.ContentFullWidth div#gridMain {
    margin-top: 20px;
    border-top: 1px solid #cdcdcd;
}
.ContentFullWidth p.issueInfo {
    padding: 0 0 4px;
    margin: 10px 0 0;
    border-bottom: 1px solid #999;
    text-align: left;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ContentFullWidth p.issueInfo a {
    text-decoration: none;
    color: #666;
}
.ContentFullWidth p.issueInfo .date {
    float: right;
    width: 140px;
    height: 13px;
    text-align: right;
    color: #666;
    text-transform: none;
    letter-spacing: 0;
}
.ContentFullWidth h2 {
    font-size: 22px;
}
.ContentFullWidth h1.headline {
    font-size: 32px;
    font-weight: normal;
}
.ContentFullWidth div#leftColumnTopRight {
    width: 300px;
    margin-left: 9px;
    border-left: 1px solid #cdcdcd;
    padding-left: 10px;
}
.ContentFullWidth p.moreArticles {
    margin: 0
}
div#ArchiveLink.ContentFullWidth {
    margin: 0 0 5px!important;
}
div#EventsRecommended.ContentFullWidth li.eventItem h4 a {
    color: #000
}
div#RelatedStories.ContentFullWidth {
    border: 0 none;
    box-shadow: none;
    padding: 0;
}
div#RelatedStories.ContentFullWidth {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
div#RelatedStories.ContentFullWidth h4.headline a {
    font-size: 18px !important;
    font-weight: normal !important;
    color: #444 !important;
}
div#RelatedStories.ContentFullWidth li.l0.storyItem.more {
    padding-top: 5px!important;
}
div#StoryBreadcrumb.ContentFullWidth {
    overflow: hidden;
    margin-bottom: 10px!important;
}
div#MorebyThisAuthorWrapper.ContentFullWidth {
    margin: 0;
    padding: 0;
}
div#ToolBarHorizontal.HomeTopRow.ContentFullWidth {
    margin-bottom: 5px!important;
}
div#StoryHeader.ContentFullWidth {
    margin-top: 20px
}
.ContentFullWidth div#leftColumnTopRight div.ContentFullWidth:last-of-type {
    padding: 0;
    margin: 0;
}
@keyframes pulse {
    from {
        opacity: 1;
        color: #fff
    }
    to {
        opacity: .3;
        color: rgba(253,253,253,.7);
    }

}
#Home #FeaturedStory {
    position: relative;
}
#Home #FeaturedStory .storyItem .control {
    position: absolute;
    top: 125px;
    z-index: 444;
    font-family: impact;
    text-decoration: none;
    width: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 5em;
    transition: all ease .1s;
    text-shadow: 1px 0px 0 #111,-1px 0 0 #111,0 1px 0 #111,0 -1px 0 #111;
    -webkit-animation: pulse .5s ease 1s 5 alternate forwards;
    animation: pulse .5s ease 1s 5 alternate forwards;
}

#Home #FeaturedStory .storyItem .controlPrev {
    left: 10px;
}
#Home #FeaturedStory .storyItem:hover>a {
    color: #fff;
    animation-fill-mode: backwards;
}
#Home #FeaturedStory .storyItem .controlNext {
    right: 0px;
}
#Home #FeaturedStory .storyItem .control:hover {
    animation-fill-mode: backwards;
    text-decoration: none;
}

#Home #FeaturedStory .owl-carousel .owl-pagination .owl-page span {
    background: #ccc;
    color: transparent;
    margin: 0 8px 0 0;
    width: 6px;
    height: 6px;
    font-size: 12px;
    line-height: 150%;
    opacity: 1;
    border-radius: 100%
}
#Home #FeaturedStory .owl-carousel .owl-pagination .owl-page.active span {
    background: #000;
}
#Home #FeaturedStory .owl-carousel .owl-buttons {
}
#Home #FeaturedStory .owl-carousel .owl-buttons .owl-prev {
    position: absolute;
    top: 105px;
    z-index: 444;
    font-family: impact;
    text-decoration: none;
    left: 0px;
    width: 40px;
    background: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 0;
    font-size: 5em;
    transition: all ease .1s;
    text-shadow: 1px 0px 0 #111,-1px 0 0 #111,0 1px 0 #111,0 -1px 0 #111;
    -webkit-animation: pulse .5s ease 1s 5 alternate forwards;
    animation: pulse .5s ease 1s 5 alternate forwards;
}
#Home #FeaturedStory .owl-carousel .owl-buttons .owl-next {
    position: absolute;
    top: 105px;
    z-index: 444;
    font-family: impact;
    text-decoration: none;
    width: 40px;
    right: 10px;
    background: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 0;
    font-size: 5em;
    transition: all ease .1s;
    text-shadow: 1px 0px 0 #111,-1px 0 0 #111,0 1px 0 #111,0 -1px 0 #111;
    -webkit-animation: pulse .5s ease 1s 5 alternate forwards;
    animation: pulse .5s ease 1s 5 alternate forwards;
}
#Home #FeaturedStory .owl-carousel:hover .owl-buttons div {
    color: #fff;
    animation-fill-mode: backwards;
}

/* Emulate the same look as the default Founcation.Image.Editor links on buttons */
.owl-carousel .item button {
    color: #3E3E3E;
    font-size: 12px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 0px 1px 0px #E3E3E3;
    text-align: center;
    padding: 3px 5px;
    background-color: #E3E3E3;
    background: -moz-linear-gradient(top, #E3E3E3, #B6B6B6);
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#B6B6B6));
    border: solid 1px #3E3E3E;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}
.owl-carousel .item button:active {
    background-color: #9B9B9B;
    background: -moz-linear-gradient(top, #9B9B9B, #B6B6B6);
    background: -webkit-gradient(linear, left top, left bottom, from(#9B9B9B), to(#B6B6B6));
    text-shadow: 0px 1px 0px #B6B6B6;
}
body.Tours div#storyBody h3 {
    font-style: italic;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 0 5px;
}
body.Tours #PageBody div#storyBody {
    line-height: 1.2;
}
body#Page.Tours div#PageHeadline {
    padding-bottom: 0;

}
body#Page.Tours #PageBody{
    padding-top:0;
}
body#Page.Tours div#PageHeadline h1 {
    border-bottom: 1px solid;
    line-height: 1;
}
body#Page.Tours .tourImgFrame {
    float: left;
    margin: 0 10px 0 0;
}
body#Page.Tours .teaserText {
    overflow: hidden;
}
body#Page.Tours .teaserItem {
    clear: both;
    margin: .75em 0 0;
    overflow: hidden;
    padding: .75em 0 0;
    border-top: 1px solid #eee;
}
body#Page.Tours .teaserItem h4.feedHeadline {
    margin: 0
}
body#Page.Tours .teaserItem h4.feedHeadline a {
    text-decoration: none;
    color: #444;
    font-family: 'montserrat';
    font-weight: 700;
    display: block;
    font-size: 1.5em;
    margin: 0 0 5px;
}
body#Page.Tours .teaserItem p {
    margin: 0 0 5px;
        font-family: "montserratlight";
}
body#Page.Tours .teaserItem p.tourPrice {
    color: #999;
    font-weight: 300;
    margin: 10px 5px 0;
}
body#Page.Tours .tourImgFrame img.tourImg {
    width: 250px;
    height: auto;
}
body#Page.Tours p.bookNowButton a {
    display: block;
    text-indent: -9999em;
    background: url(/images/buttons/gambit-book.png) center no-repeat;
    width: 110px;
    height: 35px;
    margin: 10px 0 10px 10px;
    float: right;
    border-radius: 3px;
}
body#Page.Tours p.bookNowButton a:hover{
    opacity:.88;
}
body#Page.Tours div#RSSAggregateResults .more {
    text-align:right;
}
body#Page.Tours div#RSSAggregateResults .more a {
    color: #CD4831;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}
body#Page.Tours .teaserItem h4 a:hover {
    color: #182b4b;
}

div#ConstantContactSignup {
    clear: both;
}
  /* Slideshow Social Buttons */
#ToolBarSlideshow a:hover {
    opacity: .7;

}
#ToolBarSlideshow div.l0 {
    width: auto !important;
    float: left !important;
}
#FacebookNonJavascript,
#TwitterWebIntent,
#Google1NonJavascript,
#RedditNonJavascript,
#Emailmailto,
#FacebookDynamic,
#TwitterDynamic,
#Google1Dynamic,
#RedditDynamic,
#EmailDynamic{
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}


#FacebookNonJavascript,#FacebookDynamic {
    background-image: url("/images/mobile/social-facebook.png")
}
#TwitterWebIntent,#TwitterDynamic {
    background-image: url("/images/mobile/social-twitter.png")
}
#Google1NonJavascript,#Google1Dynamic {
    background-image: url("/images/mobile/social-google-plus.png")
}
#RedditNonJavascript,#RedditDynamic {
    background-image: url("/images/mobile/social-reddit.png")
}
#Emailmailto,#EmailDynamic {
    background-image: url("/images/mobile/social-email.png")
}
.slideshowDesc {
    margin: 15px 0;
    color: #404040;
    line-height: 1.6em;
    text-align: left;
    font-size: 1.1em;
}
div#SlideshowFullPageNew .date {
    color: #6C5D44;
    font-size: 11px;
}
div#SlideshowFullPageNew  .credit {
    color: #C0C0C0;
    font-size: 0.7em;
    text-align: right;
}
body#Slideshow div.slideshowPrevNext {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin: 10px auto;
    width: 300px;
    height: 40px;
    clear: both;
}
body#Slideshow div.slideshowCount {
    text-align: center;
}
div#SlideshowFullPageNew .slideImgWrapper {
    margin: 10px auto 0;
}
.slideOverlay {
    z-index: 1000001;
}