@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);.Button{background-color:#960021;background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021);border-radius:60px;border:none;color:#f8f8f8;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-size:1.8rem;font-weight:900;letter-spacing:.05rem;margin:0 3rem 1.8rem;outline:none;padding:1.5rem 5rem;text-transform:lowercase;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Button-icon{fill:#f8f8f8}.Button.isDisabled{background-color:transparent;background-image:none;background-color:#fff;color:#a1a1a1;cursor:default}.Button.isDisabled .Button-icon{fill:#a1a1a1}.Button:not(.isDisabled){-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3)}.no-touchevents .Button:not(.isDisabled):hover{-webkit-box-shadow:-.2rem .2rem 1rem rgba(51,51,51,.2);box-shadow:-.2rem .2rem 1rem rgba(51,51,51,.2);-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.Button--small{font-size:1.5rem;padding:1rem 3rem}.Button--next{padding-right:3rem}.Button--next .Button-icon--next{height:2rem;width:1rem;margin-left:1rem}.Button--facebook{position:relative;padding-left:7rem}.Button--facebook .Button-icon--facebook{position:absolute;left:1.3rem;height:1.6rem;width:1.6rem;top:1.6rem}.Button--facebook:after{content:"";width:1px;position:absolute;top:0;bottom:0;left:4rem;background-color:#f3f3f3}.Button--facebook:not(.isDisabled){background-color:transparent;background-image:none;background-color:#3b5998}.Check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Check-box{background-color:#fff;height:3rem;margin-right:1rem;position:relative;width:3rem;border-radius:.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Check-mark{fill:#f3f3f3;height:2rem;left:.6rem;opacity:1;position:absolute;top:.4rem;-webkit-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;width:1.8rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Check.isChecked .Check-box{-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);background-color:#960021}.Check.isChecked .Check-mark{fill:#fff;opacity:1}.ErrorTip{background-color:#960021;-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);border-radius:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:1.5rem;font-weight:500;letter-spacing:.05rem;line-height:1.2;width:240px;opacity:0;padding:1.4rem;pointer-events:none;position:relative;text-align:center;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.ErrorTip.isAnchored{position:absolute;-webkit-transform:translateX(-50%) translateY(calc(-100% + 2rem));-ms-transform:translateX(-50%) translateY(calc(-100% + 2rem));transform:translateX(-50%) translateY(calc(-100% + 2rem))}.ErrorTip.isAnchored.isVisible{-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.ErrorTip.isVisible{opacity:1}.ErrorTip-tail{-webkit-box-shadow:-.2rem .2rem .4rem -.1rem rgba(0,0,0,.5);box-shadow:-.2rem .2rem .4rem -.1rem rgba(0,0,0,.5);border:.75rem solid #000;border-color:transparent transparent #960021 #960021;bottom:-1.4rem;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:0;left:50%;margin-left:-1rem;opacity:0;position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:0;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.ErrorTip-tail.isVisible{opacity:1}.Loader{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.Modal{-ms-flex-align:center;align-items:center;background-color:transparent;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;padding:1rem;pointer-events:none;position:fixed;right:0;top:0;-webkit-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;z-index:999}.Modal-content{display:none}.Modal.isOpen{background-color:hsla(0,0%,95%,.9);pointer-events:all}.Modal.isOpen .Modal-content{-webkit-box-shadow:-.3rem .3rem 1.5rem rgba(51,51,51,.1);box-shadow:-.3rem .3rem 1.5rem rgba(51,51,51,.1);-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);background-color:#fff;border-radius:1rem;display:block;max-width:33rem;min-height:20rem;overflow:hidden;padding:2rem;width:100%;opacity:1;-webkit-animation-name:fadeInOpacity;animation-name:fadeInOpacity;-webkit-animation-iteration-count:.7;animation-iteration-count:.7;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}.Modal.isOpen .Modal-close{fill:#960021;height:3rem;padding:0;position:absolute;right:1rem;top:1rem;width:3rem;cursor:pointer}.no-touchevents .Modal.isOpen .Modal-close:hover{fill:#ededed}.Option{-ms-flex-align:center;align-items:center;background:none;border:none;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;outline:none;padding:0;padding:.5rem}.Option-icon{background-color:#fff;border-radius:50%;border:none;height:8rem;margin-bottom:1rem;padding:2rem;width:8rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Option-icon-svg{fill:#757575}.Option-label{color:#757575;font-size:1.8rem;font-weight:900;letter-spacing:.05rem;text-transform:lowercase}.Option.isSelected .Option-icon{background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021);-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);background-color:#960021}.Option.isSelected .Option-icon-svg{fill:#fff}.Option.isSelected .Option-label{color:#960021}.no-touchevents .Option:not(.isSelected):hover .Option-icon{background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021);-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);background-color:#960021}.no-touchevents .Option:not(.isSelected):hover .Option-icon-svg{fill:#fff}.no-touchevents .Option:not(.isSelected):hover .Option-label{color:#960021}.Tag{background-color:#fff;border-radius:.5rem;display:-ms-inline-flexbox;display:inline-flex;margin:0 1rem 1rem 0;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Tag-removeButton,.Tag-tagButton{background-color:transparent;border-radius:.5rem;border:none;font-size:1.5rem;font-weight:700;letter-spacing:.03rem;outline:none}.Tag-tagButton{color:#757575;cursor:pointer;padding:1rem calc(2rem - 1px) 1rem 2rem;text-transform:lowercase;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.Tag-removeButton{font-size:1.5rem;overflow:hidden;padding:0;-webkit-transition:width .15s ease-in-out;-o-transition:width .15s ease-in-out;transition:width .15s ease-in-out;width:1px}.Tag-removeButton-icon{position:relative;left:1px}.Tag-removeButton-icon-svg{width:1rem;height:1rem;fill:#757575}.no-touchevents .Tag:hover{-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);background-color:#960021;background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021)}.no-touchevents .Tag:hover .Tag-removeButton,.no-touchevents .Tag:hover .Tag-tagButton{color:#fff}.no-touchevents .Tag:hover .Tag-removeButton-icon-svg{fill:#fff}.Tag.isSelected{-webkit-box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);box-shadow:-.1rem .1rem .5rem rgba(51,51,51,.3);background-color:#960021;background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021)}.Tag.isSelected .Tag-removeButton,.Tag.isSelected .Tag-tagButton{color:#fff}.Tag.isSelected .Tag-removeButton-icon-svg{fill:#fff}.Tag.isSelected .Tag-tagButton{cursor:default;padding-left:1rem;padding-right:0}.Tag.isSelected .Tag-removeButton{cursor:pointer;width:3rem}.DesignSystem{max-width:100%;text-align:left;width:100rem;margin-bottom:10rem}.DesignSystem h1,.DesignSystem h2,.DesignSystem h3,.DesignSystem p{font-family:Helvetica,sans-serif}.DesignSystem h1{font-size:3.5rem;margin-bottom:4rem;text-align:center}.DesignSystem h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.DesignSystem h3{font-size:2rem;margin:4rem 0 2rem;border-bottom:1px solid #333;padding-bottom:.5rem}.DesignSystem h4{font-size:1.5rem;margin:4rem 0 2rem}.DesignSystem p{font-size:1.4rem;margin-bottom:1rem}.DesignSystem-colorPalette{list-style:none;margin-bottom:4rem}.DesignSystem-colorPalette li{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:1.2rem;height:50px;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem;text-align:right}.DesignSystem-typeRamp{list-style:none;margin-bottom:4rem}.DesignSystem-typeRamp li{padding:.5rem 0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2rem;margin-bottom:.5rem}.DesignSystem-component{margin:1rem 1rem 1rem 0}.Header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:10rem;-ms-flex-pack:center;justify-content:center}.Header-logo-svg{fill:#960021;height:3.5rem}.Filter{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;position:relative}.Filter .Modal-content{margin:1.8em 0 0;position:absolute;left:0;top:0}.Filter-Modal{-ms-flex-direction:column;flex-direction:column;text-align:center}.Filter-Modal p{font-size:2.4rem}.Filter-Modal .contentWrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;max-height:60rem;max-width:40rem;overflow-y:auto;overflow-x:hidden}.Filter-Modal .contentWrapper .react-tabs{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Filter-Modal .contentWrapper .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.Filter-Modal .contentWrapper .react-tabs .secondary{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.Filter-Modal .contentWrapper .react-tabs .secondary .react-tabs__tab{background-color:#f3f3f3;color:#333;font-size:1.3rem;font-weight:300;letter-spacing:.13em;margin:2em 1em 1em;padding:.8em;text-transform:none}.Filter-Modal .contentWrapper .react-tabs .secondary .react-tabs__tab--selected{border:.2em solid #960021;border-radius:0}.Filter-Modal .contentWrapper .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;font-size:1.5rem;list-style:none;padding:1.8em 0;text-transform:uppercase;letter-spacing:.05rem}.Filter-Modal .contentWrapper .react-tabs__tab:first-child{margin-right:1.8em}.Filter-Modal .contentWrapper .react-tabs__tab--selected{border-bottom:.2em solid #960021;color:#333;border-radius:.5em .5em 0 0}.Filter-Modal .contentWrapper .react-tabs__tab-panel{display:none}.Filter-Modal .contentWrapper .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-size:1.8rem;width:18em}.Filter-Modal .contentWrapper .react-tabs__tab-panel .Tale-types{margin:1.2em 1.2em 0}.Filter-Modal .contentWrapper .react-tabs__tab-panel .Tale-types-type>.Option>.Option-icon{background-color:#f3f3f3}.Filter-Modal .contentWrapper .react-tabs__tab-panel .Genre-list{margin:1.2em 0 0}.Filter-Modal .contentWrapper .react-tabs__tab-panel .Genre-list .Tag{background-color:#f3f3f3}.Filter-Modal .contentWrapper .react-tabs__tab-panel .Genre-list .Tag-removeButton,.Filter-Modal .contentWrapper .react-tabs__tab-panel .Genre-list .Tag-tagButton{font-size:1.3rem}.Filter-Modal-filter{margin:1.2rem 0}.Filter-Modal-clear{color:#960021;cursor:pointer;display:block;font-size:1.5rem;margin:1rem 0;text-transform:lowercase}.Filter-Select-viewpoint{font-size:2.4rem;padding:1.2em 0 0}.Filter-Select-label{color:#757575;padding:1em 0 .4em 1em;text-align:left}.Filter-Select__control{background-color:#f3f3f3!important;margin:0 1em;border-radius:0!important}.Filter-Select__control--is-focused{border-color:#960021!important;-webkit-box-shadow:0 0 0 1px #960021!important;box-shadow:0 0 0 1px #960021!important}.Filter-Select__clear-indicator svg{fill:#a1a1a1}.Filter-Select__value-container--is-multi{opacity:1!important}.Filter-Select__multi-value{border-radius:0;color:#fff;background:#960021!important;menuplacement:auto;text-transform:lowercase;font-size:1.5rem;font-weight:300;letter-spacing:.05rem}.Filter-Select__multi-value :hover{color:#fff!important;background:#960021!important}.Filter-Select__multi-value__label{color:#fff!important}.Filter-Select__clear-indicator,.Filter-Select__dropdown-indicator,.Filter-Select__value-container{background-color:#f3f3f3}.Filter-Select__dropdown-indicator svg{fill:#960021}.Filter-Select__placeholder{text-transform:lowercase;font-size:1.5rem;font-weight:300;letter-spacing:.05rem}.Filter-Select__menu-list{background-color:#fff!important;color:#333!important;font-size:1.5rem;text-transform:lowercase}.Filter-Select__option{border:none!important}.Filter-Select__option--is-focused{background-color:#960021!important;color:#fff!important;text-transform:lowercase}.Filter-Select__option--is-selected{background-color:#ededed!important;color:#333!important;text-transform:lowercase}.Menu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.Menu .Modal-content{margin:1.8em 0 0;position:absolute;right:0;top:0;overflow-x:none}.Menu-Modal{padding:0 1rem 1rem;position:relative}.Menu-Modal,.Menu-Modal-contentWrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:none}.Menu-Modal-contentWrapper{max-height:60rem;max-width:30rem;overflow-y:auto;padding:1rem 0 0}.Menu-Modal-contentWrapper a{color:#960021;display:block;font-size:1.5rem;cursor:pointer}.Menu-Modal-contentWrapper img.Menu-avatar{border-radius:50%;width:50%;margin:auto}.Menu-Modal-contentWrapper p.Menu-greeting{font-size:1.8rem;margin:1em 0 .6em}.Menu-Modal-contentWrapper h1{font-size:2.4rem;padding:2rem 0}.Menu-Modal-contentWrapper .Menu-Modal-route{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.Menu-Modal-contentWrapper .Menu-Modal-route p{font-size:1.8rem;margin-right:.6em}.Menu-Modal-contentWrapper .Menu-Modal-route p.notification{background-color:#960021;border-radius:50%;color:#fff;display:block;font-size:1rem;line-height:20px;height:20px;text-align:center;width:20px}.Menu-Modal-contentWrapper .Menu-Modal-route span.description{font-size:1.3rem;text-align:left}.Menu-Modal-contentWrapper hr{display:block;height:1px;border:0;border-top:1px solid #ededed;margin:1.4em 0;padding:0}.HeaderFilter{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:10rem;-ms-flex-pack:justify;justify-content:space-between}.HeaderFilter-filter-svg{cursor:pointer;fill:#333;height:4.8rem}.HeaderFilter-logo-svg{cursor:pointer;fill:#960021;height:3.6rem}.HeaderFilter-avatar{cursor:pointer;border-radius:50%;height:4.8rem}.HeaderProfile{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:10rem;-ms-flex-pack:justify;justify-content:space-between}.HeaderProfile-filter-svg{fill:#f3f3f3;height:4.8rem}.HeaderProfile-logo-svg{cursor:pointer;fill:#960021;height:3.6rem}.HeaderProfile-avatar{cursor:pointer;border-radius:50%;height:4.8rem}.TypeAndGenres{color:#333;font-size:1.8rem;line-height:2.1rem;margin:3rem 3rem 2.4rem}.TypeAndGenres strong{color:#960021;font-weight:700;letter-spacing:.03rem}.Author{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Author .Avatar{background-color:#f3f3f3}.Author p.name{color:#333;font-size:2.4rem;margin:.8em 0}.Author .react-tabs{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Author .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex;margin:0 3rem}.Author .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;font-size:1.5rem;list-style:none;padding:1.8rem 1rem;text-transform:uppercase;width:50%}.Author .react-tabs__tab--selected{border-bottom:.2rem solid #960021;color:#333;border-radius:.5rem .5rem 0 0}.Author .react-tabs__tab-panel{display:none}.Author .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-width:36rem}.Author .author,.Author .preferences{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.Author .author p,.Author .preferences p{color:#333;font-size:1.8rem;line-height:normal;margin:2.4rem 3rem 0;text-align:left}.Author .author strong,.Author .preferences strong{font-weight:700}.Author .teasers .Title{margin:2.4rem 0}.Author .teasers div.footnote{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.Author .teasers hr{display:block;height:1px;border:0;border-top:1px solid #fff;padding:0}.Author .teasers .LinkText,.Author .teasers .Submission{margin:0}.Author button{display:-ms-inline-flexbox;display:inline-flex;margin-top:2.4rem}.Header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:10rem;-ms-flex-pack:center;justify-content:center}.Header-logo-svg{fill:#960021;height:3.5rem}.Confirmation{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Confirmation .Avatar{background-color:transparent;padding:0}.Confirmation .Avatar .overlap{position:relative;right:1.8rem}.Confirmation .Confirmation-background{-ms-flex-align:center;align-items:center;background-color:#ededed;border-radius:1rem;display:-ms-flexbox;display:flex;margin:2rem 3rem 2.4rem;padding:3rem}.Confirmation .Confirmation-background p{font-size:1.8rem;letter-spacing:.03rem;line-height:2.4rem}.Confirmation .Confirmation-background p strong{font-weight:700}.Confirmation .Confirmation-heading{-ms-flex-align:center;align-items:center;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:2rem 3rem 0}.Confirmation .Confirmation-plus{font-size:3rem;margin:0}.Confirmation .Confirmation-question{font-size:1.5rem;margin-bottom:1.2rem}.Chapter-wrapper{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Chapter-typeAndGenres{color:#333;font-size:1.8rem;line-height:1.4;text-align:left}.Chapter-typeAndGenres strong{color:#960021;font-weight:700;letter-spacing:.03rem}.Chapter-promptButton{bottom:2rem;right:2rem;position:absolute}.Chapter-wordCount{font-size:1.5rem;color:#333;margin:1rem 0 4rem}.Chapter-wordCount strong{font-weight:700}.Chapter-modal{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:21rem}.Chapter-modal-logo{top:-2rem;left:-1rem;right:-1rem;position:absolute}.Chapter-modal-logo-svg{height:100%;width:100%}.Chapter-modal-textWrapper{margin-top:2rem;max-width:26rem}.Chapter-modal-cancel,.Chapter-modal-count,.Chapter-modal-plan{color:#333;display:block;line-height:1.4}.Chapter-modal-cancel strong,.Chapter-modal-count strong,.Chapter-modal-plan strong{font-weight:900}.Chapter-modal-count{font-size:1.8rem}.Chapter-modal-plan{font-size:1.5rem;margin:2.4rem 0}.Chapter-modal-cancel{color:#960021;cursor:pointer;display:block;font-size:1.5rem;margin:1rem 0}.no-touchevents .Chapter-modal-cancel:hover{color:#960021}.Card{-ms-flex-pack:center;justify-content:center}.Card,.Card-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Card-card{background-color:#f3f3f3;border-radius:1rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1);padding-bottom:2em;margin:1rem;width:30em}.Card-card .Title{margin:2.4rem 3rem}.Feed{-ms-flex-direction:column;flex-direction:column}.Feed,.Feed-cards{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.Feed-cards{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1.8rem}.Feed-cards-card{background-color:#f3f3f3;border-radius:1rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:2em;margin:1rem;width:30em}.Feed-cards-avatar{border-radius:1rem 1rem 0 0;background-color:#ededed;padding:2rem 0}.Feed-cards-avatar img{border-radius:50%;height:21em}.Feed-cards-teaser{padding:0 3rem 2.4rem;text-align:center}.Feed-cards-teaser-Profile{color:#960021;font-size:1.8rem;padding:0 1.4em .4em;text-align:left}.Feed-cards-teaser-Profile strong{font-weight:700;letter-spacing:.03rem}.Feed-cards-teaser-content{color:#333;font-size:1.8rem;line-height:1.4em;padding:.4em 1.4em;text-align:left}.Feed-cards-teaser-typeAndGenres{color:#333;font-size:1.8rem;line-height:1.4em;padding:1.4em 1.4em 0}.Feed-cards-teaser-typeAndGenres strong{color:#960021;font-weight:700;letter-spacing:.03rem}.Feed-cards-teaser-title{color:#333;font-size:3rem;line-height:3.3rem;padding:0 1.4em .4em}.Feed-cards-teaser-submissions{color:#333;font-size:1.5rem;padding:0 1.4em .4em;text-align:left}.Feed-cards-teaser-more{color:#960021;font-size:1.8rem;margin-top:1em;text-transform:lowercase}.Feed .Button{margin:0 0 3em}.Genre-list{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:4rem 0;max-width:40rem}.Genre-list,.Genre-nextButton{display:-ms-flexbox;display:flex}.Genre-nextButton{-ms-flex-pack:center;justify-content:center;position:relative}.Genre-nextButton-link{position:relative;text-decoration:none}.Legal-modal{padding-top:15rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center}.Legal-modal-logo{position:absolute;top:-2rem;left:-1rem;right:-1rem}.Legal-modal-logo-svg{width:100%;height:100%}.Legal-modal-textWrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:3em auto 0;max-height:30rem;max-width:30rem;overflow:auto;padding:3rem .4rem 0;z-index:999;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,#fff),to(hsla(0,0%,100%,0))),-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(90%,#fff)) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.04),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.04),transparent) 0 100%;background:-webkit-linear-gradient(#fff 30%,hsla(0,0%,100%,0)),-webkit-linear-gradient(hsla(0,0%,100%,0),#fff 90%) 0 100%,-webkit-radial-gradient(50% 0,farthest-side,rgba(0,0,0,.04),transparent),-webkit-radial-gradient(50% 100%,farthest-side,rgba(0,0,0,.04),transparent) 0 100%;background:-o-linear-gradient(#fff 30%,hsla(0,0%,100%,0)),-o-linear-gradient(hsla(0,0%,100%,0),#fff 90%) 0 100%,-o-radial-gradient(50% 0,farthest-side,rgba(0,0,0,.04),transparent),-o-radial-gradient(50% 100%,farthest-side,rgba(0,0,0,.04),transparent) 0 100%;background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),#fff 90%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.04),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.04),transparent) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Legal-modal-textWrapper a{color:#960021;font-size:1.8rem;text-transform:lowercase}.Legal-modal-textWrapper address{line-height:1.4em;padding-bottom:1em}.Legal-modal-textWrapper section{font-color:#333333;font-size:1.5rem;font-weight:300;padding-bottom:1em;padding:1rem;text-align:left}.Legal-modal-textWrapper h1{font-color:#333333;font-size:3rem;font-weight:300;line-height:1.2em;padding-bottom:.6em;text-align:center}.Legal-modal-textWrapper h2{font-color:#333333;font-size:1.5rem;font-weight:300;letter-spacing:.03rem;line-height:1.4em;padding-bottom:1em;text-transform:uppercase}.Legal-modal-textWrapper li{font-size:1.8rem;line-height:2.7rem;padding-bottom:1em}.Legal-modal-textWrapper ol{list-style-type:disc;list-style-position:inside}.Legal-modal-textWrapper p{font-color:#333333;font-size:1.8rem;font-weight:300;line-height:2.7rem;padding-bottom:1em}.Legal-modal-textWrapper strong{font-weight:700}.Legal-modal-textWrapper .top{text-align:center;text-transform:lowercase}.Legal-modal-cancel{color:#960021;display:block;font-size:1.5rem;margin:1rem 0;cursor:pointer}.Legal-modal-count{font-size:1.8rem}.Legal-modal-plan{font-size:1.5rem;margin:2.4rem 0}.Login-terms{display:-ms-flexbox;display:flex;font-size:1.8rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:10rem 0}.Login-terms a{color:#960021;font-weight:700;letter-spacing:.03rem}.Logout-terms{display:-ms-flexbox;display:flex;font-size:1.8rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:10rem 0}.Logout-terms a{color:#960021;font-weight:700;letter-spacing:.03rem}.Tale{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Tale,.Tale-types{display:-ms-flexbox;display:flex}.Tale-types{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 4rem;padding:0}.Tale-types-type{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;width:50%}.Review{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Review .Avatar{background-color:#f3f3f3;margin:0}.Review .Subtitle{margin-bottom:1.2rem}.Review .Input{margin-bottom:3.6rem}.Review .react-tabs{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:.7em 0}.Review .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex}.Review .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;font-size:1.5rem;list-style:none;padding:1.8em;position:relative;text-transform:uppercase;width:50%}.Review .react-tabs__tab--selected{border-bottom:.2em solid #960021;color:#333;border-radius:.5em .5em 0 0}.Review .react-tabs__tab-panel{display:none}.Review .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-size:1.8rem;padding:1.8em 0 .4em;width:18em}.Review .react-tabs__tab-panel--selected-profile{color:#960021;padding-bottom:1em;text-align:left}.Review .react-tabs__tab-panel--selected-profile strong{font-weight:700;letter-spacing:.03rem}.Review .react-tabs__tab-panel--selected-genres{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 2em}.Review .react-tabs__tab-panel--selected-label{color:#757575;margin:0 0 1.8rem;text-align:left}.Review .react-tabs__tab-panel--selected-chapterLabel{color:#757575;margin-bottom:.6rem;text-align:left}.Review .react-tabs__tab-panel--selected-genresLabel{color:#757575;margin-bottom:2.4rem;text-align:left}.Review .react-tabs__tab-panel--selected-types{-ms-flex-line-pack:justify;align-content:space-between;display:-ms-flexbox;display:flex;-ms-flex-wrap:initial;flex-wrap:nowrap;margin:0 0 2em}.Review-wrapper{margin-top:-2rem;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Review-textAreaWrapper{margin:1.5rem 0;position:relative;width:100%}.Review-textArea{background-color:#fff;border:none;font-family:Heebo,sans-serif;font-size:2.4rem;height:25rem;line-height:1.4;resize:none;width:100%}.Review-textArea::-webkit-input-placeholder{color:#ededed}.Review-textArea:-moz-placeholder,.Review-textArea::-moz-placeholder{color:#ededed}.Review-textArea:-ms-input-placeholder{color:#ededed}.Review-promptButton{position:absolute;bottom:1.5rem;right:1.5rem}.Review-wordCount{font-size:1.5rem;color:#333;margin-bottom:4rem}.Review-wordCount strong{font-weight:900}.Review-modal{padding-top:21rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.Review-modal-logo{position:absolute;top:-2rem;left:-1rem;right:-1rem}.Review-modal-logo-svg{width:100%;height:100%}.Review-modal-textWrapper{max-width:26rem;margin-top:2rem}.Review-modal-cancel,.Review-modal-count,.Review-modal-plan{color:#333;line-height:1.4;display:block}.Review-modal-cancel strong,.Review-modal-count strong,.Review-modal-plan strong{font-weight:900}.Review-modal-count{font-size:1.8rem}.Review-modal-plan{font-size:1.5rem;margin:2rem 0;text-align:left}.Review-modal-cancel{color:#960021;display:block;font-size:1.5rem;margin-top:1rem;cursor:pointer}.no-touchevents .Review-modal-cancel:hover{color:#757575}.Review .Option-icon{height:5.5rem;margin-right:1.2rem;padding:1.4rem;width:5.5rem}.Review .Option-label{margin-right:1.2rem}.Subscription-cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;margin-top:3em;max-width:100%}@media (max-width:599px){.Subscription-cards{-ms-flex-direction:column;flex-direction:column}}@media (min-width:600px){.Subscription-cards{-ms-flex-direction:column;flex-direction:column}}@media (min-width:900px){.Subscription-cards{-ms-flex-direction:row;flex-direction:row;margin-right:4em}}.Subscription-card{width:30em;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:2em;background-color:#f3f3f3;border-radius:1rem;margin-bottom:3rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1)}@media (max-width:599px){.Subscription-card:nth-child(odd){-ms-flex-order:1;order:1}}@media (min-width:600px){.Subscription-card:nth-child(odd){-ms-flex-order:1;order:1}}@media (min-width:900px){.Subscription-card{margin-right:-7em}.Subscription-card:nth-child(odd){margin-top:3em;-ms-flex-order:0;order:0}.Subscription-card:hover:nth-child(odd){-ms-flex-order:0;order:0;z-index:3}.Subscription-card:nth-child(2n){-ms-flex-order:0;order:0;z-index:2}}.Subscription-card .header{color:#757575;font-weight:300;border-radius:1rem 1rem 0 0;background-color:#fff}.Subscription-card .amount,.Subscription-card .header{font-size:2.4rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:.6em 0}.Subscription-card .amount{-ms-flex-direction:column;flex-direction:column}.Subscription-card .amount span{background:-webkit-linear-gradient(#960021,#690000);font-size:12rem;font-weight:500;letter-spacing:.03rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Subscription-card .amount span sup{background:#333;font-size:1.5rem;font-weight:300;vertical-align:super;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Subscription-card .amount p{color:#757575;font-size:1.5rem}.Subscription-card .benefits{padding:1em 1.4em;color:#333;font-size:1.8rem}.Subscription-card .benefits strong{font-weight:700}.Subscription-card .benefits p{line-height:1.2em}.Subscription-card .benefits ul{padding:1em 0 0;list-style-position:outside;list-style-type:disc;text-align:left;margin:0 auto}.Subscription-card .benefits ul li{margin:0 0 .3em 2.1em;line-height:1.3em;text-indent:3px}.Subscription-card .benefits .offer{color:#960021;font-weight:900;font-size:1.3rem;letter-spacing:.03rem;padding-top:1em}.Subscription-card .wordsSpent{font-size:1.5rem;font-style:oblique;padding-bottom:1em}.Subscription-card .wordsSpent strong{font-weight:900}.Subscription-continue{color:#960021;font-size:1.8rem;margin-top:1em;text-transform:lowercase}.Form-wrapper{border-radius:.6rem;max-width:70%;padding:2rem 4rem}.Form-subscribe input{text-align:center}.Form-subscribe button{margin-top:1rem}.Newsletter{margin-bottom:1.8em}.Newsletter-pitch{margin:1.8em 1.8em 0}.Newsletter-question{color:#333;padding-top:1.2em;font-size:2.4rem;font-weight:300}.Newsletter-answer{color:#333;padding:1em 1.4em 1.4em;font-size:1.8rem;font-weight:300;text-align:left;line-height:1.4em}.Newsletter-answer strong{color:#960021;font-weight:700;letter-spacing:.05rem}.Newsletter-subscription{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.Submission-wrapper{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Submission-typeAndGenres{color:#333;font-size:1.8rem;line-height:1.4;text-align:left}.Submission-typeAndGenres strong{color:#960021;font-weight:700;letter-spacing:.03rem}.Submission-promptButton{bottom:2rem;right:2rem;position:absolute}.Submission-wordCount{font-size:1.5rem;color:#333;margin:1rem 0 4rem}.Submission-wordCount strong{font-weight:700}.Submission-modal{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:21rem}.Submission-modal-logo{top:-2rem;left:-1rem;right:-1rem;position:absolute}.Submission-modal-logo-svg{height:100%;width:100%}.Submission-modal-textWrapper{margin-top:2rem;max-width:26rem}.Submission-modal-cancel,.Submission-modal-count,.Submission-modal-plan{color:#333;display:block;line-height:1.4}.Submission-modal-cancel strong,.Submission-modal-count strong,.Submission-modal-plan strong{font-weight:900}.Submission-modal-count{font-size:1.8rem}.Submission-modal-plan{font-size:1.5rem;margin:2.4rem 0}.Submission-modal-cancel{color:#960021;cursor:pointer;display:block;font-size:1.5rem;margin:1rem 0}.no-touchevents .Submission-modal-cancel:hover{color:#960021}.MySubmission{background-color:#fff;border-radius:1rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:1rem}.MySubmission-firstChapter{background-color:#f8f8f8;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:2.4rem}.MySubmission-firstChapter-header{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding-left:2.4rem}.MySubmission-firstChapter-header .Byline{font-size:1.5rem;margin:0 0 .4rem}.MySubmission-firstChapter-header .SubmissionCount{margin:0 0 .4rem}.MySubmission-firstChapter-header .Title,.MySubmission-firstChapter-header .TypeAndGenres{margin:0 0 .4rem;text-align:left}.MySubmission-firstChapter-header p{font-size:1.5rem;letter-spacing:.03rem;margin:0 0 .4rem;text-align:left}.MySubmission-firstChapter-header p strong{font-weight:700}.MySubmission-submissions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2.4rem 2.4rem 1.2rem}.MySubmission-submissions a>div.AvatarSmall{padding-left:2.4rem}.MySubmission-submissions a>div.AvatarSmall img{height:7rem}.MySubmission-submissions-submission:last-child{border-bottom:none;margin-bottom:0}.MySubmission-submissions-submission{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ededed;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:2.1rem;width:100%}.MySubmission-submissions-submission-summary{padding-left:2.4rem}.MySubmission-submissions-submission-heading{font-size:1.5rem;margin:0;padding-bottom:.8rem;text-align:left}.MySubmission-submissions-submission-heading strong{font-weight:700}.MySubmission-submissions-submission-content{font-size:1.8rem;line-height:2.7rem;margin:0;padding-bottom:.8rem;text-align:left}.MySubmission-submissions-submission-content strong{font-weight:700}.MySubmission-submissions-submission-footer{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.MySubmission-submissions-submission .Byline{font-size:1.5rem;margin:0;padding-bottom:2.1rem;text-align:left}.TheirSubmission{color:#333;display:-ms-flexbox;-ms-flex-direction:column;-ms-flex-pack:center;justify-content:center;width:42rem;background-color:#fff;border-radius:1rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;margin:1rem}.TheirSubmission-firstChapter{background-color:#f8f8f8;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:2.4rem}.TheirSubmission-firstChapter-header{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding-left:2.4rem}.TheirSubmission-firstChapter-header .Byline{font-size:1.5rem;margin:0 0 .4rem}.TheirSubmission-firstChapter-header .SubmissionCount{margin:0 0 .4rem}.TheirSubmission-firstChapter-header .Title,.TheirSubmission-firstChapter-header .TypeAndGenres{margin:0 0 .4rem;text-align:left}.TheirSubmission-firstChapter-header p{font-size:1.5rem;letter-spacing:.03rem;margin:0 0 .4rem;text-align:left}.TheirSubmission-firstChapter-header p strong{font-weight:700}.TheirSubmission-submissions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2.4rem 2.4rem 1.2rem}.TheirSubmission-submissions a>div.AvatarSmall{padding-left:2.4rem}.TheirSubmission-submissions a>div.AvatarSmall img{border-radius:none;height:7rem}.TheirSubmission-submissions-submission:last-child{border-bottom:none;margin-bottom:0}.TheirSubmission-submissions-submission{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ededed;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:2.1rem;width:100%}.TheirSubmission-submissions-submission-summary{padding-left:2.4rem}.TheirSubmission-submissions-submission-heading{font-size:1.5rem;margin:0;padding-bottom:.8rem;text-align:left}.TheirSubmission-submissions-submission-heading strong{font-weight:700}.TheirSubmission-submissions-submission-content{font-size:1.8rem;line-height:2.7rem;margin:0;padding-bottom:.8rem;text-align:left}.TheirSubmission-submissions-submission-content strong{font-weight:700}.TheirSubmission-submissions-submission-footer{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.TheirSubmission-submissions-submission .Byline{font-size:1.5rem;margin:0;padding-bottom:2.1rem;text-align:left}.Submissions,.Submissions .react-tabs{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Submissions .react-tabs{-ms-flex-align:center;align-items:center;margin:.7em 0}.Submissions .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex}.Submissions .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;font-size:1.5rem;list-style:none;padding:1.8em;position:relative;text-transform:uppercase;width:50%}.Submissions .react-tabs__tab--selected{border-bottom:.2em solid #960021;color:#333;border-radius:.5em .5em 0 0}.Submissions .react-tabs__tab-panel{display:none}.Submissions .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-size:1.8rem;padding:1.8em 0 .4em;width:42rem}.Submissions .react-tabs__tab-panel--selected-profile{color:#960021;padding-bottom:1em;text-align:left}.Submissions .react-tabs__tab-panel--selected-profile strong{font-weight:700;letter-spacing:.03rem}.Submissions-wrapper{margin-top:-2rem;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Submissions-textAreaWrapper{margin:1.5rem 0;position:relative;width:100%}.Submissions-textArea{background-color:#fff;border:none;font-family:Heebo,sans-serif;font-size:2.4rem;height:25rem;line-height:1.4;resize:none;width:100%}.Submissions-textArea::-webkit-input-placeholder{color:#ededed}.Submissions-textArea:-moz-placeholder,.Submissions-textArea::-moz-placeholder{color:#ededed}.Submissions-textArea:-ms-input-placeholder{color:#ededed}.Submissions-promptButton{position:absolute;bottom:1.5rem;right:1.5rem}.Submissions-wordCount{font-size:1.5rem;color:#333;margin-bottom:4rem}.Submissions-wordCount strong{font-weight:900}.Submissions-modal{padding-top:21rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.Submissions-modal-logo{position:absolute;top:-2rem;left:-1rem;right:-1rem}.Submissions-modal-logo-svg{width:100%;height:100%}.Submissions-modal-textWrapper{margin-top:2rem}.Submissions-modal-cancel,.Submissions-modal-count,.Submissions-modal-plan{color:#333;line-height:1.4;display:block}.Submissions-modal-cancel strong,.Submissions-modal-count strong,.Submissions-modal-plan strong{font-weight:900}.Submissions-modal-count{font-size:1.8rem}.Submissions-modal-plan{font-size:1.5rem;margin:2rem 0;text-align:left}.Submissions-modal-cancel{color:#960021;display:block;font-size:1.5rem;margin-top:1rem;cursor:pointer}.no-touchevents .Submissions-modal-cancel:hover{color:#757575}.Submissions .Option-icon{height:5.5rem;margin-right:1.2rem;padding:1.4rem}.Submissions .Option-label{margin-right:1.2rem}.Profile{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Profile .Avatar{background-color:#f3f3f3}.Profile p.name{color:#333;font-size:2.4rem;margin:.8em 0}.Profile .react-tabs{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:.7em 0;padding:0 1.8rem 1.8rem}.Profile .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex}.Profile .react-tabs .secondary{-ms-flex-line-pack:center;align-content:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:2rem}.Profile .react-tabs .secondary .react-tabs__tab{color:#333;font-size:1.5rem;font-weight:300;letter-spacing:.13em;margin:0 1em 1em;padding:.8em;text-transform:none}.Profile .react-tabs .secondary .react-tabs__tab--selected{background-color:#f8f8f8;border:.2em solid #960021;border-radius:0}.Profile .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;font-size:1.5rem;list-style:none;padding:1.8em 1em;text-transform:uppercase;width:50%}.Profile .react-tabs__tab--selected{border-bottom:.2em solid #960021;color:#333;border-radius:.5em .5em 0 0}.Profile .react-tabs__tab-panel{display:none}.Profile .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-width:36em}.Profile .react-tabs__tab-panel--selected .preview p{color:#333;font-size:1.8rem;line-height:normal;margin:.8em 0;text-align:left}.Profile .react-tabs__tab-panel--selected .preview p strong{font-weight:700}.Profile .react-tabs__tab-panel--selected .preview span strong{text-transform:lowercase}.Profile .react-tabs__tab-panel--selected .preview hr{-ms-flex-item-align:center;align-self:center;display:block;height:1px;border:0;border-top:1px solid #a1a1a1;margin:2em 0;padding:0;width:15em}.Profile .react-tabs__tab-panel--selected .preview h3{color:#333;font-size:2.4rem;font-weight:300;margin-bottom:.6em}.Profile .react-tabs__tab-panel--selected .preview button{display:-ms-inline-flexbox;display:inline-flex}.Profile .react-tabs__tab-panel--selected .edit{min-width:36em}.Profile .react-tabs__tab-panel--selected .edit p{color:#333;font-size:1.8rem;line-height:normal;text-align:left;margin-top:1.8rem}.Profile .react-tabs__tab-panel--selected .edit p span{background-color:#ededed;border-radius:.4rem;color:#333;margin-left:1rem;padding:1rem 1.8rem}.Profile .react-tabs__tab-panel--selected .edit p.margin-bottom{margin-bottom:3rem}.Profile .react-tabs__tab-panel--selected .edit p.margin-top{margin-top:3rem}.Profile .react-tabs__tab-panel--selected .edit input{margin-top:1rem}.Profile .react-tabs .teasers .Title{margin:2.4rem 0}.Profile .react-tabs .teasers div.footnote{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.Profile .react-tabs .teasers hr{display:block;height:1px;border:0;border-top:1px solid #fff;padding:0}.Profile .react-tabs .teasers .LinkText,.Profile .react-tabs .teasers .Submission{margin:0}.Profile-Select-label{font-size:1.5rem;color:#757575;padding:1.8em 0 .4em;text-align:left}.Profile-Select__control{background-color:#f3f3f3!important;margin:0 1em 0 0;border-radius:0!important}.Profile-Select .Profile-Select-label .last{margin-bottom:3em}.Profile-Select__control--is-focused{border-color:#960021!important;-webkit-box-shadow:0 0 0 1px #960021!important;box-shadow:0 0 0 1px #960021!important}.Profile-Select__clear-indicator svg{fill:#a1a1a1}.Profile-Select__value-container--is-multi{opacity:1!important}.Profile-Select__multi-value{border-radius:0;color:#fff;background:#960021!important;menuplacement:auto;text-transform:lowercase;font-size:1.5rem;font-weight:300;letter-spacing:.05rem}.Profile-Select__multi-value :hover{color:#fff!important;background:#960021!important}.Profile-Select__single-value{color:#757575!important;font-size:1.5rem}.Profile-Select__single-value--is-selected{background-color:#333!important;-webkit-box-shadow:0 0 0 1px #960021!important;box-shadow:0 0 0 1px #960021!important}.Profile-Select__multi-value__label{color:#fff!important}.Profile-Select__clear-indicator,.Profile-Select__dropdown-indicator,.Profile-Select__value-container{background-color:#f3f3f3}.Profile-Select__dropdown-indicator svg{fill:#960021}.Profile-Select__placeholder{text-transform:lowercase;font-size:1.5rem;font-weight:300;letter-spacing:.05rem}.Profile-Select__menu-list{background-color:#fff!important;color:#333!important;font-size:1.5rem;text-transform:lowercase}.Profile-Select__option{border:none!important}.Profile-Select__option--is-focused{background-color:#960021!important;color:#fff!important;text-transform:lowercase}.Profile-Select__option--is-selected{background-color:#ededed!important;color:#333!important;text-transform:lowercase}.Profile button{margin-top:2.4rem}.Tale{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Tale,.Tale div.Tale-heading{display:-ms-flexbox;display:flex}.Tale div.Tale-heading{-ms-flex-align:center;align-items:center;background-color:#ededed;border-radius:1rem;margin:2rem 3rem 2.4rem;padding:1.4rem}.Tale .right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Tale-chapterAndByline{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Tale-comment{color:#333;font-size:1.3rem;font-style:italic;letter-spacing:.004em;padding:0 1.4em 1.4em}.Tales,.Tales .react-tabs{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.Tales .react-tabs{-ms-flex-align:center;align-items:center;margin:.7em 0}.Tales .react-tabs__tab-list{border-bottom:1px solid #a1a1a1;display:-ms-flexbox;display:flex}.Tales .react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;color:#757575;cursor:pointer;-ms-flex:1 0 autho;flex:1 0 autho;font-size:1.5rem;list-style:none;padding:1.8em;position:relative;text-transform:uppercase}.Tales .react-tabs__tab--selected{border-bottom:.2em solid #960021;color:#333;border-radius:.5em .5em 0 0}.Tales .react-tabs__tab-panel{display:none}.Tales .react-tabs__tab-panel--selected{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-size:1.8rem;padding:1.8em 0 .4em;width:42rem}.Tales-card{background-color:#fff;border-radius:1rem;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.1);box-shadow:0 30px 30px rgba(0,0,0,.1);-ms-flex-direction:column;flex-direction:column;margin:1rem}.Tales-card,.Tales-card-header{display:-ms-flexbox;display:flex}.Tales-card-header{-ms-flex-align:center;align-items:center;background-color:#f8f8f8;border-radius:1rem 1rem 0 0;-ms-flex-pack:center;justify-content:center;padding:2.4rem}.Tales-card-content{color:#333;padding:2.4rem}.Tales-card-content-footer{color:#333;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.Tales .AvatarSmall .overlap{position:relative;right:1.8rem}.Tales .AvatarSmall .overlap-right{position:relative;right:1.8rem;height:12rem}.Tales .AvatarSmall .overlap-left{position:relative;left:1.8rem;height:12rem}.Tales .LinkText{margin:0}.Tales p>strong{font-weight:500}.Terms{-ms-flex-pack:center;justify-content:center;margin-bottom:3rem}.Terms,.Terms-textWrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Terms-textWrapper{overflow:auto;padding:3rem .4rem 0;z-index:999}.Terms-textWrapper a{color:#960021;font-size:1.8rem;text-transform:lowercase}.Terms-textWrapper address{line-height:1.4em;padding-bottom:1em}.Terms-textWrapper section{font-color:#333333;font-size:1.5rem;font-weight:300;padding-bottom:1em;padding:1rem;text-align:left}.Terms-textWrapper h1{font-color:#333333;font-size:3rem;font-weight:300;line-height:1.2em;padding-bottom:.6em;text-align:center}.Terms-textWrapper h2{font-color:#333333;font-size:1.5rem;font-weight:300;letter-spacing:.03rem;line-height:1.4em;padding-bottom:1em;text-transform:uppercase}.Terms-textWrapper li{font-size:1.8rem;line-height:2.7rem;padding-bottom:1em}.Terms-textWrapper ol{list-style-type:disc;list-style-position:inside}.Terms-textWrapper p{font-color:#333333;font-size:1.8rem;font-weight:300;line-height:2.7rem;padding-bottom:1em}.Terms-textWrapper strong{font-weight:700}.Terms-textWrapper .top{text-align:center;text-transform:lowercase}.Terms-cancel{color:#333;line-height:1.4}.Terms-cancel strong{font-weight:900}.Terms-count{font-size:1.8rem}.Terms-plan{font-size:1.5rem;margin:2.4rem 0}.Terms-cancel{color:#960021;display:block;font-size:1.5rem;margin:1rem 0;cursor:pointer}.no-touchevents .Terms-cancel:hover{color:#960021}.App{-ms-flex-align:center;align-items:center;background:#f3f3f3;color:#333;bottom:0;font-family:Heebo,sans-serif;font-weight:300;left:0;margin:1.5rem;overflow:scroll;padding:1.5rem;position:absolute;right:0;text-align:center;top:0}.App-contents{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}aside,details,figcaption,figure,footer,header,hgroup,HTML5 display-role reset for older browsers article,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.Avatar{border-radius:1rem 1rem 0 0;background-color:#ededed;padding-top:2.4rem}.Avatar img{border-radius:50%;height:21rem;margin-bottom:2.4rem}.AvatarSmall img{border-radius:50%;height:9rem}.Byline{color:#333;font-size:1.8rem;line-height:2.1rem;margin:0 3rem 2.4rem}.Byline strong{color:#960021;font-weight:300}.Byline strong:hover{text-decoration:underline}.Content{color:#333;font-size:1.8rem;line-height:2.7rem;margin:0 3rem 2.4rem;text-align:left}.Content strong{font-weight:500;letter-spacing:.05rem}.Input{border:none;border-bottom:.3rem solid #960021;border-radius:.4rem;color:#333;font-size:2.4rem;font-weight:300;margin:0 0 1rem;padding:1rem;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.Input::-webkit-input-placeholder{color:#a1a1a1}.Input:-moz-placeholder,.Input::-moz-placeholder{color:#a1a1a1}.Input:-ms-input-placeholder{color:#a1a1a1}.LinkText{color:#960021;font-size:1.8rem;font-weight:300;line-height:1.8rem;margin:0 3em 2.4rem;text-transform:lowercase}p.LinkText:hover{text-decoration:underline}.Stamp{background-color:#f3f3f3;border-radius:.6rem;border:none;color:#fff;display:inline-block;font-size:1.3rem;font-weight:700;letter-spacing:.03rem;padding:.6rem 2rem;text-align:center;text-decoration:none;text-transform:lowercase}button.Stamp:hover{background-color:#960021;background-image:-webkit-gradient(linear,left bottom,right top,from(#690000),to(#960021));background-image:-webkit-linear-gradient(bottom left,#690000,#960021);background-image:-o-linear-gradient(bottom left,#690000,#960021);background-image:linear-gradient(to top right,#690000,#960021)}.SubmissionCount{color:#333;font-size:1.5rem;line-height:1.8rem;margin:0 3rem 2.4rem;text-align:left}.SubmissionCount strong{font-weight:700}.Subtitle{color:#333;font-size:1.5rem;font-weight:300;letter-spacing:.03rem;line-height:2.1rem;margin:0 3rem 3rem}.TextAreaWrapper{border:none;border-bottom:.4rem solid #960021;border-radius:.4rem;position:relative;width:100%;margin:1.5rem 0;background-color:#fff}.TextArea{border:none;border-radius:.4rem;color:#333;font-family:Heebo,sans-serif;font-size:2.4rem;font-weight:300;min-height:40vh;line-height:3.3rem;outline:none;padding:2rem;resize:none;width:100%}.TextArea::-webkit-input-placeholder{color:#a1a1a1}.TextArea:-moz-placeholder,.TextArea::-moz-placeholder{color:#a1a1a1}.TextArea:-ms-input-placeholder{color:#a1a1a1}.Title{color:#333;font-size:3rem;font-weight:300;line-height:3.3rem;margin:0 3rem 1.2rem}.TitleChapter{color:#333;font-size:1.8rem;font-weight:500;line-height:1.4rem;margin:2.4rem 3rem .9rem}.TypeAndGenres{color:#333;font-size:1.8rem;line-height:2.1rem;margin:0 3rem 2.4rem}.TypeAndGenres strong{color:#960021;font-weight:700;letter-spacing:.03rem}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-family:Heebo,sans-serif}body{background-color:#fff}a{text-decoration:none}ul{list-style:none}::-webkit-scrollbar{width:0}::-webkit-scrollbar,::-webkit-scrollbar-thumb{background-color:transparent}
/*# sourceMappingURL=main.42ed5017.css.map*/