/* .78 */

body, html {
    margin: 0;
    padding: 0;
}
.overflow-no-scroll {
  width:100%;
  height:100%;
  overflow: hidden;
}
.atavist-sheet * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.atavist-sheet a {
    color: #4A90E2;
}
.atavist-sheet { 
    max-width: 484px; 
    max-height: 95%;
    position: relative;
    margin:  0 auto;
    padding: 0;
    background: #ffffff;
    font-family: 'Atlas Grotesk Web';
    overflow: auto;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 480px) {
    .atavist-sheet { 
        top:0%;
        height: 100%;
    }
}
.atavist-sheet, .atavist-sheet section {
    font-size: 14px;
    line-height: 1.4em;
}
.atavist-sheet section {
    width: auto;
}
.atavist-sheet, .atavist-sheet p, .atavist-sheet div, .atavist-sheet h1 {
    color: rgb(88,88,88);
}
.atavist-wrapper { 
    z-index:40001; 
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
}
.atavist-overlay { 
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:40001;
    -webkit-transition:background .5s;
    background:rgba(0,0,0,0);
}
.atavist-show .atavist-overlay {
    background:rgba(0,0,0,.4);
}
.atavist-offset { 
    position: absolute;
    top: -100%;
    height: 100%;
    width: 100%;
    z-index: 40002; 
    overflow: hidden;
    -webkit-transition: top,left .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.atavist-finished .atavist-offset {
    left:-100%;
}
.atavist-show .atavist-offset {
    top:0;
}
.atavist-sheet input[type='text'], 
.atavist-sheet input[type='email'], 
.atavist-sheet input[type='search'], 
.atavist-sheet input[type='password'],
.atavist-sheet input {
    border-bottom: 2px solid #585858;
    padding: 8px 12px 0 0;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Atlas Typewriter Web';
    font-weight: 400;
}
.atavist-sheet input::-moz-placeholder {
  color: rgba(70, 70, 70, 0.4);
  opacity: 1;
}
.atavist-sheet input:-ms-input-placeholder {
  color: rgba(70, 70, 70, 0.4);
}
.atavist-sheet input::-webkit-input-placeholder {
  color: rgba(70, 70, 70, 0.4);
}
.atavist-sheet input:focus {
    border: none;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.atavist-sheet h1 {
    font-size: 28px;
    color: #585858;
    font-family: "Atlas Grotesk Web";
    font-weight: 700;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 20px;
}
.atavist-login-dropdown form {
    display: none;
}
.atavist-injection {
    display: none;
}
.atavist-sheet #atavist-header {
    margin: 30px 52px;
}
.atavist-sheet #atavist-header button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    background: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    cursor: pointer;
    border: none;
}
.atavist-sheet #atavist-header .atavist-internal {
    padding: 0 0 28px 90px;
    border-bottom: 2px solid #e6e6e6;
    position: relative;
    min-height: 86px;
}
.atavist-sheet .story-title, 
.atavist-sheet .story-seller,
.atavist-sheet .gift-destination,
.atavist-sheet .gift-date {
    font-weight: bold;
}
.atavist-sheet .organization_image {
    width: 56px;
    height: 56px;
    border: 2px solid #dedede;
    border-radius: 5px;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.atavist-sheet label.under-label {
    font-family: 'Atlas Grotesk Web';
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(123,123,123);
    font-size: 0.7em;
    letter-spacing: 0.1px;
    display: block;
    margin: 0.5em 0 0 0;
}
.atavist-sheet .process-container {
    position: relative;
}
.atavist-sheet .process {
    display: none;
}
.atavist-sheet .process-container.choose .process-choose , 
.atavist-sheet .process-container.payment .process-payment, 
.atavist-sheet .process-container.confirm .process-confirm,
.atavist-sheet .process-container.success .process-success {
    display: block;
}
.atavist-sheet .message {
    background-color: #E9F6FC;
    width: auto;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 20px;
    display: none;
}
.atavist-sheet .message.on {
    display: block;
}
.atavist-sheet .atavist-footer {
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    padding: 28px 0;
}
.atavist-sheet button.btn {
    border: 0;
    border-radius: 0;
    background-color: #4a90e2;
    width: 100%;
    display: block;
    color: white;
    font-size: 18px;
    padding: 18px;
    font-family: 'Atlas Grotesk Web';
    font-weight: normal;
    margin-bottom: 20px;
}
.atavist-sheet button.btn[disabled] {
    opacity: 0.5;
}
.atavist-sheet button.btn[disabled]:hover {
    background-color: #4a90e2;
}
.atavist-sheet button.btn:hover {
    background-color: #336699;
}
.atavist-sheet .atavist-is-login button.btn {
    margin-bottom: 5px; /* Allow space for Password Forgot */
}
.atavist-sheet .atavist-form-elements,
.atavist-sheet .atavist-button-container,
.atavist-sheet .message,
.atavist-sheet #atavist-header,
.atavist-sheet h1,
.atavist-sheet .atavist-coupon {
    margin-left: 52px;
    margin-right: 52px;
}
.atavist-sheet .atavist-footer {
    background-color: transparent;
}
.atavist-sheet button.btn.process-login {
    display: none;
}
.atavist-sheet .atavist-toggle-login {
    display: block;
}
.atavist-sheet .atavist-toggle-register {
    display: none;
}
.atavist-sheet .atavist-is-login .atavist-toggle-login {
    display: none;
}
.atavist-sheet .atavist-is-login .atavist-toggle-register {
    display: block;
}
.atavist-sheet .atavist-is-login button.btn.process-login {
    display: block;
}
.atavist-sheet .atavist-is-login button.btn.process-signup {
    display: none;
}
.atavist-sheet .atavist-forgot {
   text-align: center;
   display: none;
}
.atavist-sheet .atavist-is-login .atavist-forgot {
    display: block;
}
.atavist-sheet .atavist-powered-by {
    color: #bbbbbb;
    text-align: center;
    font-size: 14px;
    font-family: 'Atlas Typewriter Web';
    margin: 0;
}
.atavist-login {
    cursor: pointer;
}
.atavist-sheet .atavist-toggle {
    float: right;
    margin-right: 52px;
}
.atavist-sheet .atavist-toggle,
.atavist-sheet .atavist-change-card,
.atavist-sheet .atavist-coupon-button,
.atavist-sheet .atavist-forgot a {
    color: #bbbbbb;
    font-size: 14px;
    text-decoration: underline;
}
.atavist-sheet .atavist-cc-last-four, .atavist-sheet .atavist-cc-type {
    font-weight: bold;
}
.atavist-change-card {
    display: block;
}
.atavist-sheet .atavist-inline-form-set .form-row {
    float: left;
    margin-right: 40px;
}
.atavist-sheet .atavist-inline-form-set .form-row.last {
    margin-right: 0;
}
.atavist-sheet .form-row.expiry {
    min-width: 130px;
}
.atavist-sheet input.card-expiry-month, 
.atavist-sheet input.card-expiry-year {
    display: inline-block;
}
.atavist-sheet .card-expiry-month {
    max-width: 40px;
}
.atavist-sheet .card-expiry-year {
    max-width: 80px;
}
.atavist-sheet .story-totals {
    
}
.atavist-sheet .story-totals > ul {
    margin:0;
    padding:0;
    list-style: none;
    display: block;
    min-height: 0;
}
.atavist-sheet .story-totals > ul > li {
    padding: 0;
    background: none;
    margin: 0 0 0.5em 0;
    display: block;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
}
.atavist-sheet .story-totals > ul > li .amount {
    float: right;
}
.atavist-sheet .story-totals > ul > li.payment-total {
    padding-top: 0.5em;
    border-top: 2px solid #e6e6e6;
}
.atavist-sheet .story-totals > ul > li .total-label {
    font-weight: bold;
    text-transform: uppercase;
}
.atavist-sheet .payment-details {
    margin-bottom: 30px;
}
.atavist-sheet .story-payment {
    margin-bottom: 0.8em;
}
.atavist-sheet .atavist-purchase-description {
    display: block;
}
.atavist-sheet .atavist-access-description {
    display: none;
}
.atavist-sheet .atavist-success-description {
    display: none;
}
.atavist-sheet.success .atavist-success-description {
    display: block;
}
.atavist-sheet.success .atavist-purchase-description,
.atavist-sheet.success .atavist-access-description {
    display: none;
}
.success-message-gift {
    display: none;
}
.atavist-gift .success-message-gift {
    display: block;
}
.purchase-description-gift {
    display: none;
}
.atavist-gift .purchase-description {
    display: none;
}
.atavist-gift .purchase-description-gift {
    display: block;
}
.atavist-subscription .success-message-story,
.atavist-gift .success-message-story {
    display: none;
}
.atavist-subscription .process-success-submit {
    display: none !important;
}
.atavist-sheet.store-button-type-login .atavist-access-description {
    display: block;
}
.atavist-sheet.store-button-type-login .atavist-purchase-description {
    display: none;
}
.atavist-sheet.store-button-type-login .atavist-toggle {
    display: none;
}
.atavist-sheet .atavist-coupon {
    margin-bottom: 20px;
}
.atavist-sheet .atavist-coupon.show form {
    display: block;
}
.atavist-sheet .atavist-coupon.show .atavist-coupon-button {
    display: none;
}
.atavist-sheet .atavist-coupon .atavist-coupon-button.edit-coupon {
    display: none;
}
.atavist-sheet .atavist-coupon.has-coupon .atavist-coupon-button.edit-coupon {
    display: block;
}
.atavist-sheet .atavist-coupon.has-coupon .atavist-coupon-button.add-coupon {
    display: none;
}
.atavist-sheet .atavist-coupon form {
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 0px 25px 10px 25px;
    display: none;
    position: relative;
}
.atavist-sheet .atavist-coupon.dirty input {
    width: 60%;
    margin-right: 5%;
    display: inline-block;
}
.atavist-sheet .atavist-coupon button.btn {
    color: #555555;
    padding: 4px 11px;
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
    display: none;
    font-size: 14px;
    border: 2px solid #555555;
    width: auto;
    margin: 0;
}
.atavist-sheet .atavist-coupon.dirty button.btn {
    display: inline-block;
}
.atavist-sheet .atavist-coupon.show form .atavist-coupon-button {
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
    display: block;
}
.login-frame {
    width: 1px;
    height: 1px;
    border: 0;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
/* Styles */
    .atavist-sheet { 
        margin-top: 0;
        max-height: 100%;
    }
}
.atavist-clearboth {
    clear: both;
}

/*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 99999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 99999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}