@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');

html, body {
    padding: 0;
    margin: 0;
}
.article, .landing-page {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
}
.article, #global-footer {
    opacity: 0;
}
.none, #back-top {
    display: none !important;
}
.SeeMeNot {
    opacity: 0;
}
.SeeMe {
    opacity: 1;
}
.noseeMe {
    opacity: 0 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.seeMefade25 {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.seeMefade5 {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important;
    -moz-transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s ease-in-out !important;
}
.seeMefade5delay {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s !important;
    -webkit-transition-delay: 5s;
    /* Safari */
    transition-delay: 1s !important;
}
.seeMefade1 {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out !important;
    -moz-transition: opacity 1s ease-in-out !important;
    -webkit-transition: opacity 1s ease-in-out !important;
}
.seeMealways {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.no-scroll {
    overflow: hidden;
}
.absolute {
    position: absolute;
}
.move-up {
    transform: translateY(-200px);
    transition: transform 1s;
}
.scroll-progress-container {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 20;
}
.scroll-progress {
    width: 0px;
    height: 5px;
    background: linear-gradient(to right, #1eadc1 57%, #002856 100%);
}
.subHed {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 6px;
    font-size: 1.75rem;
    font-weight: 200;
}
.entry-title {
    margin: auto !important;
    text-align: center !important;
    max-width: none !important;
}
.transcript {
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 330px;
}
.trans-right {
    float: right;
    margin-right: calc(50% - 500px);
    margin-left: 36px;
    text-align: right;
    /*! margin-top: 30px; */
    margin-bottom: 30px;
    /* margin-top: 24px; */
}
.trans-left {
    float: left;
    margin-left: calc(50% - 445px);
    margin-right: 36px;
    text-align: left;
    margin-bottom: 30px;
}
.trans-full {
    width: 100%;
    padding: 85px 0 45px;
    text-align: center;
    max-width: 800px;
    margin: 50px auto;
}
.trans-full::after {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: calc(50% - 125px);
    bottom: 0px;
    z-index: 1;
}
.trans-full::before {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: calc(50% - 125px);
    top: 0px;
    z-index: 1;
}
.quotation-marks {
    font-size: 9rem;
    color: #d11947;
    line-height: 0;
    margin: 26px auto 0 !important;
    padding: 0;
    display: none;
}
.img-cont.trans-left, .img-cont.trans-right {
    margin-bottom: 0
}
.trans-p {
    font-size: 2.25rem;
    margin: auto !important;
    /*! font-family: Times; */
    display: inline;
    opacity: .5;
    -webkit-transition: opacity .65s;
    transitions: opacity .65s;
    z-index: 5;
    position: relative;
}
#aaa {
    position: absolute;
    right: 5vw;
    bottom: 20vh;
    color: #fff;
    font-size: 3rem;
    font-family: "sj-sans-bold";
}
.quotes::before {
    content: "";
    height: 5vh;
    width: 6vh;
    max-height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23ffffff' viewBox='0 0 291.9 251.2' style='enable-background:new 0 0 291.9 251.2;' xml:space='preserve'%3E%3Cpath d='M69.8,0h65.5L87.4,121c28.6,7.6,48.7,31.9,48.7,63c0,37-28.6,67.2-67.2,67.2c-38.7,0-68.9-29.4-68.9-74 c0-22.7,7.6-43.7,20.2-70.6L69.8,0L69.8,0z M225.6,0h65.5l-47.9,121c28.6,7.6,48.7,31.9,48.7,63c0,37-28.6,67.2-67.2,67.2 s-68.9-29.4-68.9-74c0-22.7,7.6-43.7,20.2-70.6L225.6,0L225.6,0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    right: 0;
    margin: auto;
}
.trans-full .quotes::before {
    right: 0;
    left: 0;
    margin: auto;
    top: 22px;
    opacity: 1;
}
.hero-text.backdrop {
    position: absolute;
    transform: translateX(3px) translateY(3px);
    color: #777;
    mix-blend-mode: color-burn;
    filter: blur(2px);
    top: 0;
}
.story-block p, .story-block h3 {
    max-width: 600px;
    margin-right: 30%;
    margin: auto;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}
.section h2.h2-one {
    font-size: 2rem;
}
.head-by-main {
    color: #333;
    position: relative;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 20px;
}
span.parts {
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 100;
    line-height: 30px;
}
span.parts:after {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}
span.parts b {
    color: #d11947;
}
/* form */
form {
    max-width: 800px;
    margin: auto;
}
form div {
    margin-top: .5625rem;
    margin-bottom: .5625rem;
}
input[type="text"] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5625rem;
    overflow: hidden;
    transition: border .25s ease-in-out;
    border: 1px solid;
    border-color: #e6e6e6;
    border-radius: 0.2rem;
}
textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .2rem;
}
form input.btn-primary, .signMe .btn-primary {
    padding: 0.85rem 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    line-height: initial;
}
div#textarea_feedback {
    display: inline-block;
}
a.donateNow {
    position: fixed;
    right: 80px;
    bottom: 1.5rem !important;
    z-index: 10;
    transition: opacity 1.5s;
}
img.page-banner {
    margin: 20px auto 0px;
    display: block;
    cursor: pointer;
}
.signMe {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
    border: solid 1px #333;
    border-radius: 8px;
    padding: 96px 24px 20px;
    text-align: center;
    position: relative;
    display: none;
}
div#autograph {
    display: block;
    z-index: 100;
    position: relative;
}
.signMe:before {
    /* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' version='1.1' viewBox='0 0 500 140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none}.cls-1,.cls-2,.cls-3{stroke-width:0}.cls-2{fill:%23d0364d}.cls-3{fill:%23222221}%3C/style%3E%3C/defs%3E%3Cpath d='M428 100.8c.1 0 .3.1.4.2h.9c.6-.2 1.1-.5 1.7-.8h-3.4c0 .3.2.5.4.6ZM303.2 70.2c0-3.2-2.2-5.6-6.2-5.6h-7.4v11.2h7.2c4.4 0 6.4-2.7 6.4-5.6ZM439.8 91.8c1.7-2.1 2.9-3.8 3.8-5.1 1.8-3.1 3.6-6.5 5.3-10.1-5.8 4.1-11 8.2-15.5 12.3-2.1 2.1-3.7 4-4.6 5.9-.9 1.9-1.3 3.4-1.3 4.6h4.9c.7-.4 1.3-1 2-1.7 1.9-1.8 3.7-3.7 5.4-5.8ZM363.5 76.4c-.2-4.9-.2-11.2 0-18.8V54c-1 1.6-2.6 4.5-4.9 8.7-9 16.5-15.8 27.8-20.5 33.8-.6.9-1.3 1.6-1.8 2.2l31.3.2c-1.7-3.7-2.8-8.8-3.4-15.3-.2-2.4-.4-4.8-.5-7.2ZM428.5 34.9c-2 1.4-5.2 5.7-9.7 13l-.8 1.3c2.6-2.6 4.9-5.2 7-7.9 2.1-2.7 3.2-4.8 3.4-6.4ZM373.4 102.6c.6.5 1.2.7 1.8.7.4 0 .7-.2 1.1-.4 1.1-.6 2.2-1.6 3.5-3h-8.7c.7 1.1 1.4 2 2.3 2.7ZM233.9 64.3c-6.5 0-11.4 5.4-11.4 12.7s4.9 12.7 11.4 12.7 11.4-5.4 11.4-12.7-4.9-12.7-11.4-12.7Z' class='cls-1'/%3E%3Cpath d='M11.2 64.7h10.5v27.5h3.5V64.7h10.6v-3H11.2v3zM44.5 77.8h12.7v-3H44.5V64.7h16.6v-3H41v30.5h20.3v-2.9H44.5V77.8zM71.1 61.7h-3.5v30.5h20.3v-3H71.1V61.7zM97.1 61.7h-3.5v30.5h20.3v-3H97.1V61.7zM148.6 81.4c0 5.2-3.4 8.3-8 8.3s-8.1-3.1-8.1-8.3V61.7H129v20c0 6.7 4.8 11 11.6 11s11.5-4.4 11.5-11v-20h-3.5v19.7ZM171.6 76l-5.3-1.7c-3.5-1.2-5.2-2.7-5.2-5.2s2.4-4.9 6.3-4.9 6.1 1.5 8 4l2.6-2c-2.1-2.7-5.6-4.9-10.6-4.9s-9.6 3.2-9.6 8.3 2.3 6.2 6.9 7.6l5.5 1.7c4.2 1.4 5.2 3 5.2 5.2 0 3.3-2.9 5.7-7.2 5.7s-6.7-1.6-9-4l-2.4 2.2c2.7 2.9 6.8 4.7 11.4 4.7s10.6-3.8 10.6-8.9-1.7-6-7.1-7.8ZM204.5 76.6l-9.2-14.9h-3.8l11.3 17.9v12.6h3.4V79.5l11.3-17.8h-3.8l-9.2 14.9zM233.9 61.2c-8.3 0-14.9 6.7-14.9 15.8s6.6 15.8 14.9 15.8 14.9-6.7 14.9-15.8-6.6-15.8-14.9-15.8Zm0 28.5c-6.5 0-11.4-5.4-11.4-12.7s4.9-12.7 11.4-12.7 11.4 5.4 11.4 12.7-4.9 12.7-11.4 12.7ZM274.5 81.4c0 5.2-3.4 8.3-8 8.3s-8.1-3.1-8.1-8.3V61.7h-3.5v20c0 6.7 4.8 11 11.6 11s11.5-4.4 11.5-11v-20h-3.5v19.7ZM306.4 88.4l-6.3-10c3.9-1.1 6.6-4.3 6.6-8.2s-3.8-8.5-9.4-8.5H286v30.5h3.5V78.8h6.9l7 11.1c1.1 1.7 2 2.3 4.1 2.4.7 0 1 0 1.8-.1v-2.8h-1.2c-.9 0-1.4-.3-1.7-1Zm-16.8-12.5V64.7h7.4c4 0 6.2 2.4 6.2 5.6s-2.1 5.6-6.4 5.6h-7.2ZM309.3 98.5v.9l20.8.2c0-.3-.1-.6-.2-.9l-20.6-.2ZM424.6 99.3l-41-.3-.6.9 41.7.3V99.3ZM336.2 98.7l-.9.9 32.6.2c-.1-.3-.3-.6-.4-.9l-31.3-.2ZM436.1 99.4c-.3.3-.7.6-1 .9l37.8.3v-.9l-36.8-.3ZM371.1 99.8h8.7c.2-.2.5-.5.7-.8h-9.9c.2.2.3.5.5.8ZM427.5 99.4c0 .3 0 .6.1.8h3.4c.4-.2.9-.5 1.4-.9h-4.9Z' class='cls-3'/%3E%3Cpath d='M403.3 43.1c.3-2.2.3-4.1.3-5.7 0-1.5-.3-2.7-.6-3.8-.2-.6-.7-.8-1.4-.8-.6 0-1 .3-1.2.7-.1.2-.2.4-.2.6v.3c.3.9.5 2 .6 3.3.1 2.7-.3 6.8-1.3 12.3-1 5.5-2.8 12.4-5.6 20.7-3 8.6-6 15.8-9.1 21.5-1.5 2.7-2.9 5-4.3 6.7-.2.3-.5.6-.7.9-1.2 1.4-2.4 2.4-3.5 3-.4.2-.8.3-1.1.4-.7 0-1.3-.2-1.8-.7-.8-.7-1.6-1.6-2.3-2.8-.2-.3-.3-.6-.5-.9-2.3-4.6-3.8-12.2-4.3-22.8 0-2.1-.2-4.8-.2-8.2s0-6.8.1-10.5v-6.6c0-1.1-.6-1.6-1.7-1.5-.5 0-.9.3-1.4.8-.4.4-1 1.2-1.7 2.3-1.2 1.9-3 5-5.5 9.5-8.8 15.9-15.3 26.8-19.6 32.6-1.8 2.4-3 3.8-3.6 4.1-.2-4.9 2-14.7 6.7-29.4 4.7-14.1 8.6-23.6 11.9-28.5.2-.4.4-.7.3-.9 0-.3 0-.4-.2-.6-.1-.1-.3-.2-.4-.3-.2-.1-.5-.2-.9-.2h-.4c-.2 0-.5.2-.8.4-.2.1-.3.3-.5.4-.2.2-.4.3-.5.4l-.2.2c-.2.3-.4.5-.4.8 0 .2 0 .3.2.5-1.8 3.2-3.7 7.4-5.7 12.4-2 5.1-3.7 9.9-5.3 14.7-1.8 5.6-3.4 11.2-4.8 16.9-1.4 5.6-2.1 9.9-2 12.9 0 .3 0 .6.2.9.3 1.2 1.1 1.8 2.4 1.7.8 0 1.7-.6 2.8-1.6l.9-.9c.6-.6 1.2-1.4 1.8-2.2 4.6-6 11.5-17.3 20.5-33.8 2.3-4.2 3.9-7 4.9-8.7v3.6c-.2 7.7-.2 13.9 0 18.8.1 2.4.3 4.8.5 7.2.6 6.5 1.8 11.6 3.4 15.3.1.3.3.6.4.9 1 1.9 2.1 3.4 3.4 4.5 1.2 1 2.5 1.4 4 1.3.8 0 1.6-.3 2.4-.7 1.8-1 3.6-2.6 5.3-4.9l.6-.9c0-.1.2-.2.2-.3 2-2.9 3.8-6.2 5.6-9.8 1.7-3.6 3.2-7 4.4-10.2 1.2-3.2 2.1-5.7 2.7-7.5 1.6-4.8 3-9.6 4.2-14.5 1.2-4.9 2-9.4 2.5-13.5ZM467.9 61c-.3-.2-.6-.3-1-.2-.4 0-.7.2-1 .4-2.3 2-6 4.8-11.1 8.3 1.8-4.6 2.9-8.4 3.2-11.2V58c0-.5-.2-.8-.3-1-.2-.2-.5-.4-.8-.5h-.7c-.4 0-.8.2-1.3.5s-1 .8-1.6 1.4c-1 1-2.3 2.4-3.7 4-2 2.3-4.3 4.6-6.7 7-2.5 2.4-4.7 4-6.6 4.7-.3 0-.5.1-.6.1s0-.2 0-.4v-.6c0-.3.2-.9.5-2 .3-1 .9-2.4 1.8-4.2.9-1.7 1.7-3.2 2.5-4.5.8-1.2 1.2-1.9 1.2-2 .1-.2.2-.4.1-.6v-.4c0-.2-.3-.3-.6-.5h-.7c-.1 0-.3 0-.5.1-.2 0-.5.3-.7.6-.1.1-.5.8-1.3 2.1-.3.6-.7 1.2-1.1 1.9l-.1.1-.2.2c-.8 1.1-2.1 2.7-4 4.7-1.9 2.1-3.8 3.9-5.9 5.4-1.5 1-2.6 1.5-3.4 1.6h-.4c-.4-.1-.6-.7-.8-1.8v-.7c0-1.1.1-2.7.5-4.8.4-1.9.8-3.4 1.1-4.6 0-.3.1-.6.1-.9 0-.6-.4-1.1-1-1.4-.4-.2-.8-.3-1.5-.2-.5 0-1 .2-1.7.6-2.3 1.5-4.9 4.1-7.6 7.9-2.7 3.7-5.5 7.8-8.3 12.3 2-7.7 5.6-16.4 10.8-26.1 1.1-.9 2.6-2.2 4.4-4 1.8-1.7 3.6-3.6 5.5-5.6 4.9-5.5 7.4-9.5 7.3-12 0-.6-.2-1.1-.5-1.5-.3-.3-.6-.6-1-.7h-.8c-.2 0-.5 0-1 .2-.5.1-1.1.6-1.9 1.3-1.5 1.4-3.1 3.3-4.9 5.9-1.8 2.5-3.4 5-4.9 7.5 0 .1-.1.2-.2.2-5.9 9.9-10.4 19.3-13.5 28.1-1 2.9-1.7 5.4-2.3 7.7-.4 1.7-.6 2.9-.6 3.5v.8c0 .4.4.6 1 .8h.7c.6 0 1-.3 1.4-.7.4-.4.7-.8.9-1.2l1.8-2.9c1.2-2 2.7-4.3 4.4-6.9 1.7-2.6 3.5-5 5.3-7.3 1.8-2.3 3.5-4 5-5.2-.3 1.1-.7 2.6-1 4.3-.4 2.1-.6 3.8-.5 5.3.1 2.3.8 3.7 2.3 4.3.6.3 1.3.3 2 .3.2 0 .7 0 1.3-.2.6-.1 1.3-.4 2-.9.8-.4 1.3-.8 1.7-1.1 1.7-1.3 3.4-2.7 4.9-4.3-.3 1-.4 1.7-.4 2.3 0 .2 0 .5.1.8 0 .4.3.7.6 1 .3.3.7.5 1.3.6h.9c.4 0 .9-.1 1.5-.3 2.3-.8 4.8-2.5 7.4-5 2.6-2.5 5-5 7.4-7.6 1.1-1.2 2.2-2.4 3.2-3.4-.7 3.2-2.1 7.3-4.1 12.1-3.4 2.4-6.8 4.8-10.2 7.4-3.4 2.6-6.5 5.1-9.2 7.7-2.4 2.3-4.2 4.6-5.2 6.8-1 2-1.4 3.7-1.4 5.1V100.1c.2 1.1.6 2 1.5 2.5.8.5 1.8.7 2.8.6 1.7-.2 3.7-1.2 6-3 .3-.3.7-.6 1-.9 1.1-1 2.3-2.1 3.5-3.4 1.6-1.7 3-3.4 4.1-4.9 1.1-1.5 1.9-2.7 2.4-3.5 2.5-4.1 4.8-8.8 7-14l2.7-1.9c8.4-5.8 12.6-9.1 12.5-9.9 0-.3-.2-.6-.5-.8Zm-49.1-13.1c4.5-7.2 7.7-11.6 9.7-13.1-.2 1.7-1.3 3.8-3.4 6.5-2.1 2.7-4.5 5.3-7 7.9l.8-1.3Zm24.8 38.8c-.8 1.3-2.1 3-3.8 5.1-1.7 2.1-3.5 4-5.4 5.8-.7.7-1.4 1.2-2 1.7-.5.3-.9.6-1.4.9-.6.3-1.2.6-1.7.7h-.9c-.1 0-.3 0-.4-.2-.2-.1-.3-.3-.4-.6 0-.2-.1-.5-.1-.8 0-1.2.4-2.7 1.3-4.6.9-1.9 2.5-3.9 4.6-5.9 4.5-4.1 9.7-8.2 15.5-12.3-1.7 3.6-3.5 7-5.3 10.1Z' class='cls-2'/%3E%3C/svg%3E); */
    height: 100%;
    width: 90%;
    position: absolute;
    display: block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
	pointer-events: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='Layer_4' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 275.87 38.85'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cdefs%3E%3Cstyle%3E .st0 { fill: %23010101; } .st1 { fill: %23d21e49; } %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M4.97,17.13l15.29-.63-.08,1.41-6.79.28-.95,16.85-1.74.07.95-16.85-6.76.28.08-1.41Z'/%3E%3Cpath class='st0' d='M23.63,16.36l12.34-.51-.08,1.41-10.6.44-.37,6.57,8.11-.34-.08,1.44-8.11.34-.42,7.44,10.76-.45-.08,1.41-12.51.52,1.03-18.26Z'/%3E%3Cpath class='st0' d='M51.73,33.41l-12.51.52,1.03-18.26,1.74-.07-.95,16.83,10.76-.45-.08,1.43Z'/%3E%3Cpath class='st0' d='M67.96,32.73l-12.5.52,1.03-18.26,1.74-.07-.95,16.83,10.76-.45-.08,1.43Z'/%3E%3Cpath class='st0' d='M90.44,25.4l.67-11.84,1.73-.07-.67,11.95c-.23,4.1-3.44,6.73-7.47,6.89-4.14.17-7.01-2.18-6.78-6.3l.68-11.95,1.74-.07-.67,11.84c-.18,3.31,1.94,5.17,5.08,5.04,3.12-.13,5.5-2.18,5.68-5.49Z'/%3E%3Cpath class='st0' d='M95.07,29.03l1.27-1.07c1.4,1.45,3.2,2.34,5.65,2.24,2.9-.12,4.92-1.74,5.04-3.88.08-1.41-.55-2.42-3.23-3.17l-3.5-.95c-2.68-.72-4.09-2.17-3.97-4.31.17-3.03,2.75-4.93,6.18-5.07,3.06-.13,5.2,1.19,6.32,2.73l-1.37.94c-1.1-1.51-2.98-2.37-5.08-2.29-2.57.11-4.27,1.48-4.37,3.36-.1,1.67.98,2.61,3.26,3.25l3.41.95c3.2.88,4.19,2.25,4.08,4.31-.17,2.97-2.92,5.35-6.78,5.51-2.87.12-5.29-.82-6.9-2.55Z'/%3E%3Cpath class='st0' d='M125.7,22.68l-.43,7.67-1.74.07.43-7.64-6.44-10.33,1.93-.08,5.47,8.94,6.48-9.43,1.9-.08-7.61,10.88Z'/%3E%3Cpath class='st0' d='M152.31,20.12c-.31,5.45-4.54,9.58-9.78,9.8-5.22.22-8.99-3.58-8.68-9.03s4.53-9.58,9.75-9.8c5.24-.22,9.02,3.58,8.71,9.03ZM150.57,20.19c.26-4.64-2.75-7.85-7.05-7.67s-7.67,3.65-7.93,8.29c-.26,4.64,2.72,7.85,7.02,7.67s7.7-3.65,7.96-8.29Z'/%3E%3Cpath class='st0' d='M168.65,22.14l.67-11.84,1.73-.07-.67,11.95c-.23,4.1-3.44,6.73-7.47,6.89-4.14.17-7.01-2.18-6.77-6.3l.67-11.95,1.74-.07-.67,11.84c-.18,3.31,1.94,5.17,5.09,5.04,3.12-.13,5.49-2.18,5.68-5.49Z'/%3E%3Cpath class='st0' d='M176.34,10.01l6.87-.29c3.42-.14,5.6,1.77,5.43,4.77-.14,2.43-1.98,4.38-4.58,5.06l3.91,6.19c.28.43.57.6,1.07.58l.66-.03-.07,1.33c-.36.07-.56.1-.94.12-1.16.02-1.66-.27-2.22-1.18l-4.27-6.75-4.69.2-.46,8.19-1.74.07,1.03-18.26ZM178,11.34l-.41,7.25,4.89-.2c2.84-.12,4.32-1.82,4.43-3.8.12-2.09-1.26-3.57-3.93-3.45l-4.97.21Z'/%3E%3Cpath class='st1' d='M206.82,29.17l-5.08.21-3.71-22.68,4.62-.19,2.19,14.16.37,2.46.87-2.51,4.6-12.71,3.75-.15,3.17,12.4.58,2.42.62-2.47,3.85-14.41,4.38-.18-6.34,23.09-5.07.2-3.01-11.98-.53-2.33-.83,2.38-4.42,12.28Z'/%3E%3Cpath class='st1' d='M242.57,18.23l-8.67.35-.55,9.51-4.62.19,1.33-22.88,4.62-.19-.52,9.06,8.67-.35.52-9.06,4.62-.19-1.33,22.88-4.62.19.55-9.51Z'/%3E%3Cpath class='st1' d='M262.29,17.88l-.52,9.06-4.62.19.52-9.06-7.05-13.51,5.01-.2,4.7,9.4,5.81-9.82,4.84-.2-8.69,14.15Z'/%3E%3C/svg%3E");
}

.signMe p {
    margin: 0;
    opacity: 0;
    line-height: 0;
}

div#autograph {
    display: block;
    z-index: 100;
    position: relative;
}
form#userForm {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    height: fit-content;
    padding: 20px;
}
#userForm input#name, #userForm input#email {
    width: 90%;
}
#userForm sup {
    color: #d11947;
    margin-left: 5px;
    font-size: initial;
}
#userForm select#font {
    width: 30%;
    border-radius: 4px;
    padding: 0.85rem 2rem;
}
body.formActive:before {
    content: "";
    background: #000000c7;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
a#closeForm {
    display: block;
    text-align: center;
}
.sticky-bar .scroll-fade-in .action > .trigger {
    bottom: 1.125rem !important;
}
/********** moved from js **********/
.btn-secondary {
    color: #333333;
    transition: all .25s ease-in-out;
    border: 1px solid;
    border-color: #333;
    background: #fff;
    cursor: pointer;
}
.btn-secondary:hover {
    background: #f5f5f5 !important;
    color: #d11947 !important;
}
#wufoo-s1gksxmv1lfo1g8 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 8px;
    width: 70%;
    margin: auto;
    height: 80%;
    z-index: 50;
    max-width: 600px;
    display: none;
    overflow: auto;
    text-align: center;
}
#wufoo-s1gksxmv1lfo1g8 iframe {
    transform: scale(.9);
    position: relative;
    top: 16px;
    transform-origin: top center;
/*    height: 100%;*/
}
div#formClose {
    position: fixed; /* bottom: calc(5vh - 1.125rem); */
    color: #666;
    z-index: 500;
    right: calc(100vw - 50% - 320px);
    top: calc(10% - 10px);
    margin: auto;
    text-align: center;
    cursor: pointer;
    width: 40px;
    border: solid 2px #000;
    border-radius: 50%;
    display: none;
    height: 40px;
    background-color: #fff;
}
.signMe {
    display: block;
}
.wufoo.section {
    height: auto;
}
body.formActive:before {
    z-index: 50
}
body.formActive {
    overflow: hidden;
}
#quickSign {
    position: fixed;
    border: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M421.7 220.3L188.5 453.4L154.6 419.5L158.1 416H112C103.2 416 96 408.8 96 400V353.9L92.51 357.4C87.78 362.2 84.31 368 82.42 374.4L59.44 452.6L137.6 429.6C143.1 427.7 149.8 424.2 154.6 419.5L188.5 453.4C178.1 463.8 165.2 471.5 151.1 475.6L30.77 511C22.35 513.5 13.24 511.2 7.03 504.1C.8198 498.8-1.502 489.7 .976 481.2L36.37 360.9C40.53 346.8 48.16 333.9 58.57 323.5L291.7 90.34L421.7 220.3zM492.7 58.75C517.7 83.74 517.7 124.3 492.7 149.3L444.3 197.7L314.3 67.72L362.7 19.32C387.7-5.678 428.3-5.678 453.3 19.32L492.7 58.75z'/%3E%3C/svg%3E");
    background-color: #136fd8;
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    top: 1.125rem !important;
    right: 1.125rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    display: block !important;
    text-indent: 9999px;
    cursor: pointer;
	z-index: 10;
}
#quickSign p {
    display: none;
}
.how, .how1 {
    position: fixed;
    right: 5rem;
    top: 24px;
    background-color: #136fd8;
    z-index: 40;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 6px;
    opacity: 0;
    transform: scale(.7);
    transform-origin: center right;
    transition: all 0.2s cubic-bezier(0.54, 1.36, 0.56, 1.35);
}
.how1 {
  left: 5rem;
  bottom: calc(2.8125rem - 16px);
  right: auto;
  top: auto;
  background-color: #d11947;
}
.how p {
    margin: 0 !important;
    line-height: initial;
    color: #fff;
}
.how:before, .how:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    top: 1px;
}
.how:before {
    right: -20px;
    border: 11px solid transparent;
    border-left-color: #136fd8;
}
.how1::before {
  left: -20px;
  border: 11px solid transparent;
    border-right-color: transparent;
  border-right-color: #d11947;
}
.zoom-in {
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.54, 1.36, 0.56, 1.35);
    transform: scale(1);
}
.item.feature p {
    border-image: linear-gradient(45deg, #b2153d 10%, #d11947 40%, #f586a2 50%, #d11947 90%) 1 !important;
}
.feature .btn-primary {
    background: #ffc32c;
    border-color: #f8b100;
    color: #000;
}
.feature .btn-primary:hover {
    background-color: #ffd25f;
    color: #000;
}
.rod {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: -2;
    background-image: linear-gradient(to bottom, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #ffffc2 0%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 50% 120%;
    filter: drop-shadow(0 4px 3px #00000073);
    animation: glow 6s ease-in-out infinite;
}
@keyframes glow {
    0% {
        background-position: 50% 100%
    }
    50% {
        background-position: 50% 60%
    }
    100% {
        background-position: 50% 100%
    }
}

.ftr {
    padding: 30px 0 50px;
    text-align: center;
    margin: auto;
    background-color: #d11947;
    clip-path: polygon(0 calc(5vw), 100% 0%, 100% 100%, 0 100%);
    color: #fff;
}

.feed .subHed, .ftr .subHed {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 6px;
    font-size: 1.75rem;
    font-weight: 200;
    padding-top: 0;
}
.ftr .subHed {
    color: #fff;
}
.ftr p {
    text-align: center;
    width: 55%;
    font-size: 1.25rem;
    font-weight: 200;
    margin: 20px auto;
}

.cont {
	width: 80%;
    margin: auto;
}
.lead {
    height: 95vh;
}
.ddd {
    display: flex;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 100%;
}
.flex-container {
    display: flex;
    padding: 0 5%;
    background-color: #fff;
    max-width: 1400px;
    margin: auto;
}
.flex-child {
    flex: 0 auto;
}
.flex-child:first-child {
    width: 60%;
    align-content: center;
}
.flex-child.green {
/*    flex: 2 0;*/
    align-content: center;
}
.lead h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #d11947;
    font-size: 6rem;
    line-height: 5.5rem;
    width: 58%;
}
.copy {
    width: 82%;
    font-size: 2rem;
    font-weight: 400;
    margin: auto;
    text-align: center;
    line-height: initial;
    /* color: #a5002e; */
    filter: drop-shadow(2px 3px 0px #a5002e);
}
.copy span {
    display: block;
    padding-top: 14px;
    font-size: 1.5rem;
    font-style: italic;
}
.hash {
    font-size: 2.5rem;
    font-weight: 200;
    display: block;
    padding-bottom: 12px;
    color: #d11947;
}
.vidH {
    /*! height: 84%; */
    background-color: #999;
    text-align: center;
    align-content: center;
    overflow: hidden;
    /*! width: 79.5%; */
    margin: auto;
    position: relative;
    border: solid #ffffff 5px;
    aspect-ratio: 9/16 auto;
    width: 65%;
}
.vidH #viddy {
    height: 101%;
    width: 101%;
    position: absolute;
    top: -.5%;
    left: -.5%;
}
.angle {
    height: 80vh;
    color: #fff;
    align-content: center;
    position: relative;
}
/*
.angle .flex-container {
    background-color: #d11947;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
    height: 100%;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
	background-image: url(https://stjude.org/content/dam/en_US/alsac/media-publishing-assets/sjmmw22/runfiles/221203_SJMMW_Q039.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

}
*/
.angle .flex-container {
    background-color: #d11947;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
    height: 100%;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    background-image: url(https://stjude.org/content/dam/en_US/alsac/media-publishing-assets/wiyw/sjmmw25/sjmmw-why-runnersBG_v2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 90%;
    background-blend-mode: soft-light;
}

.angle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    /*! width: 81%; */
/*    max-width: 1400px;*/
    margin: auto;
/*    background: linear-gradient(0deg, rgba(216, 216, 216, 1) 42%, rgba(255, 255, 255, 1) 44%);*/
	max-width: none;
	background: linear-gradient(0deg, rgb(245 245 245) 42%, rgb(81 81 81) 44%);
}
.btn-cont {
    text-align: center;
}
.btn-cont .btn-primary {
    background: #fff;
    color: #d11947;
    width: 90%;
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom-width: 0;
    margin: 0 auto 6px;
    border-radius: 12px;
}
.btn-cont .btn-primary:hover {
  background: #136fd8;
  color: #fff;
}
.btn-cont p {
  line-height: initial;
  padding-bottom: 20px;
}
#muteButton {
    content: "";
    background-image: url(/content/dam/en_US/alsac/media-publishing-assets/mute-button-red_png.png);
    display: block;
    background-size: cover;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    transition: opacity .25s;
}
#muteButton.unmute {
    background-image: url(/content/dam/en_US/alsac/media-publishing-assets/unmute-button-red_png.png);
    opacity: .4;
}
.post-holdr {
    padding: 30px 0;
    text-align: center;
    display: flex;
    align-items: start;
}
.post-holdr iframe {
    display: inline-block !important;
    width: 24% !important;
    min-width: calc((100% / 4) - 4px) !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    vertical-align: top;
}
.lead .flex-child.magenta {
    flex: 0 auto;
}
@media only screen and (max-width: 860px) {
    body {
        padding-top: 80px;
        background: #fff;
    }
	.grid-container .grid-item {
		width: 86%;
		margin: auto;
	}
	.cont .grid-container .grid-item:first-of-type {
		margin-left: auto !important;
	}
	h1.what span {
		line-height: 2.25rem;
		font-size: 1.75rem;
	}
	.logo-sji-subsite {
    height: 40vw;
}
    .flex-container.lead {
        padding-top: 80px;
    }
    #aaa {
        bottom: 4vh;
    }
    .ddd {
        position: relative;
    }
    .hero-text:not(.backdrop)::before {
        height: 36px;
        width: 90px;
        top: 5px;
        right: 12px;
    }
    .hero-text {
        font-size: 3rem;
    }
    .story-block p, .story-block h3 {
        max-width: 80%;
    }
    .head-by-main, .section h2 {
        width: 80%;
    }
    .feature-img.right p {
        position: relative;
        bottom: 0;
        color: #333;
        right: 0;
        margin: 0 auto;
    }
    .img-cont.trans-left.img-edge {
        width: 100%;
        max-width: none;
    }
    .trans-full {
        max-width: 90%;
    }
    .trans-full::before, .trans-full::after {
        max-width: none;
    }
    .img-edge .caption {
        padding: 0 0 20px 0;
        max-width: 90%;
        margin: 20px auto 0;
    }
    div#autograph {
        max-width: 90%;
        margin: auto;
    }
    .section h1 {
        width: 86%
    }
    .trans-right, .trans-left {
        float: none !important;
        margin: 30px auto 0 !important;
        width: 80%;
        text-align: left !important;
        position: relative;
        padding: 0px 0 20px;
        max-width: 90%;
    }
    .caption::before {
        left: 0;
    }
/*
    .quotes::before {
        opacity: .17;
    }
*/
    .slick-slide img {
        height: auto;
        width: 80vw;
    }
    .slick-list:before {
        border-width: 0 0 15px 100vw;
        z-index: 5
    }
    .slick-list:after {
        border-width: 0 0 15px 100vw;
    }
    /* */
    .signMe p:before {
        width: 80vw !important;
        background-size: contain;
        top: 4px;
    }
    .signMe {
        padding: 70px 24px 20px;
        text-align: center;
        margin: 0px auto 20px;
        width: 90%;
        border: solid 2px #d11947;
    }
    .signMe .btn-secondary:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .signMe .btn-secondary {
        width: 100%;
        padding: 20px;
        font-size: 1.25rem;
    }
    .donateNow .btn-primary {
        width: 60%;
        display: block;
        text-align: center;
        margin: auto;
        font-size: 1.25rem;
        padding: 1.4rem;
        line-height: 1.25rem;
    }
    a.donateNow {
        left: 0;
        right: 0;
        bottom: 13px !important;
    }
    img.page-banner {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1500px) {
    .lead h1 {
        font-size: 7rem;
        line-height: 6rem;
    }
}
@media screen and (max-height: 500px) {
    .lead h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}
@media screen and (max-width: 700px) {
    .post-holdr iframe {
        width: 49% !important;
        min-width: calc((100% / 2) - 4px) !important;
        margin: 0 auto 30px !important;
    }
    .ddd {
        width: 100%;
    }
    .lead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media screen and (max-width: 500px) {
    .lead h1 {
        width: 90%;
    }
    .flex-container {
        display: block;
        padding: 0 30px;
        overflow: auto;
        height: 100%;
        padding-top: 80px;
    }
    .flex-child:first-child {
        width: 100%;
        display: block;
    }
    .flex-child.green {
        display: block;
        width: 100%;
    }
    .flex-container.lead .flex-child.green {
        padding: 0 0 50px;
    }
    .vidH {
        width: 100%;
        aspect-ratio: 9 / 16 auto;
        height: auto;
/*        margin-top: 50px;*/
    }
    .ddd {
        display: block;
    }
    .post-holdr iframe {
        width: 100% !important;
        display: block !important;
        min-width: calc(80%) !important;
        margin-bottom: 20px !important;
    }
    .post-holdr {
        display: block;
    }
    .post-holdr blockquote {
        min-width: 0 !important;
        margin-bottom: 30px !important;
    }
    .angle {
        height: auto;
    }
    .angle .flex-container {
        padding: 160px 30px 100px;
    }
    .btn-cont {
        padding: 50px 0 0;
    }
    .btn-cont .btn-primary {
        width: 100%;
        margin: 0 auto 12px;
    }
    .copy {
        width: 100%;
    }
    .feed .btn-primary {
        padding: .75rem 1rem;
    }
    .feed .copy {
        padding-top: 0 !important;
    }
    .ftr .subHed, .ftr p {
        width: 90%;
    }
}
@media screen and (max-width: 340px) {
    .angle .flex-container {
        clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
    }
    .angle .flex-container {
        padding: 80px 30px 70px;
    }
    .feed .btn-primary {
        padding: .75rem .5rem;
    }
}
