.wp-admin-bar header {
    margin-top: 32px;
}


main {
    padding-top: 4rem;
    min-height: 50rem;
    min-height: 61vh; /* modern browser override */
}
main .content-block {
    margin: 0 auto;
    max-width: 780px;
}

article img {
    display: inline;
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
}
article img.full-width {
    float: none;
    max-width: 100%;
}

article blockquote {
    font-size: 2rem;
    line-height: 1.5em;
    padding: 0 8%;
    text-indent: 2em;
}
article blockquote:before {
    font-size: 4em;
    top: .25em;
    left: 8%;
    margin-left: -.5em;
    bottom: 0;
}

.home-video-wrapper {
    padding-bottom: 51.05%; /* 16:9 */
    padding-top: 0;
}



.home h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 3.5rem;
    line-height: 1.25em;
}
.home p {
    line-height: 2em;
    font-size: 120%;
}

.home .infographic {
    padding: 5rem 0;
}
.home .infographic h2 {
    font-size: 3rem;
}

.home .problem {
    background-position: 40% center;
    background-size: 160%;
}
.home section.problem  {
    padding: 20% 0;
}

.home-faces .container-fluid {
    padding-top: 3em;
    padding-bottom: 4em;
}

.what-do .container-fluid {
    padding-top: 4em;
    padding-bottom: 4em;
}
.what-do h2 {
    margin: .5em 0 .5em 0;
}


.take-action button {
    font-weight: normal;
    font-size: 140%;
    padding: 1em 2em;
}
.take-action h2 {
    margin-bottom: 2em;
}



footer {
    padding: 3rem 0;
}
footer .share {
    margin: 1rem 0 0 0;
    text-align: left;
}
footer .copy {
    margin: 0 0 0 0;
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
}
footer .site-logo {
    display: inline;
}
footer .links {
    margin: 0;
}
footer .links {
    text-align: right;
}
footer .links.site {
    margin: 1em 0 0 0;
}
footer .links.site a {
    font-size: 1.15rem;
    display: inline;
    height: auto;
    line-height: 1em;
    margin: 0 0 0 5%;
}
footer .links.site a:first-child {
    margin: 0;
}
footer .links.sponsors {
    position: absolute;
    bottom: -9.5rem;
    right: 15px;
}
footer .links.sponsors p {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 .5em 0;
}
footer .links.sponsors a {
    display: inline;
    padding: 0;
    margin: 0 0 0 3em;
}
footer .links.sponsors a:first-child {
    margin: 0;
}
footer .links.sponsors a img {
    width: auto;
    height: 30px;
}

.fsForm .fsLabel {
    float: left;
    display: inline-block !important;
    width: 25% !important;
    text-align: right;
    padding: 0 1em 0 0;
}
.fsForm .fieldset-content,
.fsForm .fsFieldAddress,
.fsForm .fsFieldAddress2,
.fsForm .fsSubFieldGroup,
.fsForm .fsSupporting
{
    float: right !important;
    width: 75% !important;
}

.fsOptionLabel.horizontal {
    float: none !important;
    margin: 0 !important;
}
.fsForm .fsOptionLabel {
    display: block !important;
    padding: .5em 0;
}
.fsForm .fieldset-content label:first-child {
    margin-top: -0.5em;
}

img.what-do-hand {
    max-width: 30%;
}

.advert button {
  font-size: 1.5rem;
}



.features.panel {
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #fff;
    padding: 1px;
    position: relative;
}
.features .left .content-wrapper {
    display: none;
}
.features .right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px 15px 15px 0;
}
.features .right .feature-content {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 35%;
    overflow-y: scroll;
    right: 15px;
}
.features .right .content {
    font-size: 1.25rem;
}
.features .more-wrapper {
    margin: 1em 0 0 0;
}
.features .thumb-nav-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.features .thumb-nav {
    padding: 3% 3px;
    text-align: center;
}
.features .thumb {
    width: 15%;
    margin: 0;
    margin-left: 1rem;
}
.thumb-nav .thumb:first-child {
    margin-left: 0;
}
.thumb-nav .thumb:last-child {
    margin-right: 0;
}



.events h3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.events .livestream-content {
    margin: 0 1rem;
}
.session {
    position: relative;
    margin-bottom: 3rem;
    margin-left: 15px;
    margin-right: 15px;
}
.livestream-video-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.session .panel-body {
    padding-right: 30px;
    padding: 1px;
}
.session .content-section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    overflow: hidden;
}
.session .content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.session .content {
    display: table-cell;
    vertical-align: middle;
}
.session .content h4 {
    font-size: 1.5rem;
}
.session .content p {
    font-size: 1.1rem;
}
.session h4:after {
    width: 65%;
}

.event-launch {
    margin-left: 0;
    margin-right: 0;
}

.notify-bar .go {
  font-size: 100%;
  display: inline;
  margin: 0 0 0 1em;
}
