/* Support #42628 - Clean up alignment for 'Ticket' text on Winnter event page */
.winnter-tickets {
    margin-left: 37%;
}

/* Support #42629 - Add spacing below event attire */
div#event-container #right-event-cont #attire {
    margin-bottom: 1.5em;
}

/* Support #44670, #44671 - Remove event list titles and add line break */
#right-event-cont .list-title {
    display: none;
}
span#about-details {
    margin-bottom: 1em;
}

/* Support #44674 - Decrease spacing before sponsor section on event page */
div#sponsors {
    margin-top: 0;
}
div#sponsors > h2.center {
    margin-top: 0;
}

/* Support #44754 - Sidebar responsiveness  */
    #secondary.page-sidebar img {
        width: 60%;
    }
    figure#attachment_1566 .wp-caption-text {
        width: 60%;
    }
}
@media screen and (max-width:1150px) and (min-width:768px){
    #secondary.page-sidebar img {
        width: 50% !important;
    }
    figure#attachment_1566 .wp-caption-text {
        width: 50%;
    }
    #primary #main, #secondary .sidebar, #news-events .news-block, #news-sidebar .sidebar {
        padding: 0;
    }
}
@media screen and (max-width:767px){
    #secondary.page-sidebar img {
        width: 60%;
    }
    figure#attachment_1566 .wp-caption-text {
        width: 60%;
    }
}

/* Support #44772, #45614 - Images/Captions */
.wp-caption {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Support #45366 - Homepage content boxes */
@media screen and (max-width: 1310px) and (min-width: 750px){
a.cta.span6 {
    height: 100%;
}}

/* Support #59090 - Hide subscribe form on Inn Stories page sidebar */

        .page-id-372 .subscribe { display: none; }

/* Support #61976 - Hide NIH logo in site footer */

    #about-nih {
        background: none;
        width: 120px;
    }

/* Support #71423 - Hide 'Sponsors' title on Runnin4kids page */

	.postid-4601 div#sponsors > h2 { display: none; }