/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,300');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@media print {
    .noprint {
        display: none;
    }
    body {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen {
    body {
        font-size: 18px;
        line-height: 27px;
    }
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0px;
    /* padding: 20px; */
    background-color: #FFF;
    text-wrap: normal;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0 10px 0;
    padding: 0px;
    color: #162f5b;
}
.fatbold {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75em;
    font-weight: 800;
    line-height: 1.2em;
    color: #162f5b;
}
.smallgray {
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
}
.grayital {
    color: #666;
    font-style: italic;
}
.redbold {
    font-weight: 700;
    color: #C00;
}
.smaller {
    font-size: .8em;
    line-height: 1.2em;
}
.smallest {
    font-size: .6em;
    line-height: .8em;
}
.tallthin {
    font-family: Oswald, sans-serif;
    font-size: 36px;
    color: #162f5b;
    text-decoration: none;
    margin-top: 5px;
    line-height: 1.2em;
    font-weight: 300;
}
.tallthin a, visited {
    color: #162f5b;
    text-decoration: none;
}
.tallthin a:hover {
    text-decoration: underline;
    color: black;
}
.inabox {
    background-color: #EEE;
    border: 1px #999 solid;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.credited_pic_right {
    float: right;
    font-size: .8em;
    line-height: 1.2em;
    margin: 0px 0px 10px 15px;
    text-align: right;
    padding-top: 15px;
    width: 40%;
    max-width: 250px;
    color: #666666;
}
.round_input {
    font-family: "PT Sans", sans-serif;
    border-radius: 5px;
    border: solid 1px gray;
    padding: 5px;
    font-size: 18px;
    background-color: #F9F9F9;
    margin: 5px 3px;
    box-sizing: border-box;
}
.round_input:focus {
    background-color: #FFE;
}
.cool_button {
    font-family: "PT Sans", sans-serif;
    display: inline-block;
    vertical-align: baseline;
    margin: 5px 3px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 18px;
    border-radius: .5em;
    color: white;
    border: none;
    background: #162f5b;
    -webkit-appearance: none;
}
.cool_button:hover {
    background: #2856a7;
}
.cool_button:active {
    background: #a73128;
}
.cool_button.cool_button_small {
    padding: 4px 8px;
    margin: 0;
    line-height: 1;
    border-radius: 6px;
    font-size: 0.8em;
}
.dropdown select {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    border: 1px #666666 solid;
    color: #000000;
    border-radius: 5px;
    padding: 3px;
    font-size: 18px;
}
.twit_quote {
    color: black;
    text-decoration: none;
    background-image: url(/images/Twitter_logo_blue_32.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 20px;
    transition: .2s;
    padding-right: 20px;
}
.twit_quote:hover {
    color: white !important;
    background-color: #56aeec;
    background-image: url(/images/Twitter_logo_white_32.png);
}
#funding-title {
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 15px 15px 0px 0px;
    border: none;
    padding: 10px;
}
#funding-box {
    text-align: center;
    background-color: #ded79b;
    border-radius: 0px 0px 15px 15px;
    border: none;
    padding: 15px;
}
.tabcontents {
    clear: both;
    /*display: block;*/
    border: #999 1px solid;
    background-color: #eee;
    width: 100%;
    box-sizing: border-box; /*height: auto;*/ /*padding: 0 15px;*/
}
#tabs ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}
#tabs ul li a {
    float: left;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    border-left: #999 1px solid;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #ccc;
    margin-bottom: -1px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 30px;
}
.level_card_container {
    padding: 5px 0;
    background-color: #eee;
    white-space: nowrap;
    width: 100%;
    max-width: 425px;
    display: table;
}
.level_card {
    vertical-align: middle;
    display: table-cell;
    padding: 0 5px;
}
.level_card img {
    max-width: 100%;
    border-radius: 8px;
}
.card_out_div {
    width: 100%;
}
.card_in_div {
    width: 16.666%; /* Set for 6 across. Override this for any different number. */
    float: left;
    box-sizing: border-box;
}
.card_img {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 5px solid #EEE; /* Set the color to #FCE for any highlighted card. */
}
textarea, .inaroundbox {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    border-radius: 5px;
    line-height: 1.25em;
    border: solid 1px gray;
    padding: 10px;
    background-color: #F9F9F9;
    margin: 5px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Prevent subscript and superscript from messing up the line height */
sub {
    font-size: 0.83em;
    vertical-align: sub;
    line-height: 0;
}
sup {
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}
/* Stuff with the nomobile class will disappear when the screen is mobile */
@media screen and (max-width: 750px) {
    .nomobile {
        display: none;
    }
}
/* Stuff with the mobile class will appear only when the screen is mobile */
@media screen and (min-width: 751px) {
    .mobile {
        display: none;
    }
}
/* Stuff for the newsletter popup */
#back_black {
    animation: cssAnimation 0s 90s forwards;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.67;
    z-index: 998;
    height: 100%;
    width: 100%;
}
#newsletter_form {
    animation: cssAnimation 0s 90s forwards;
    visibility: hidden;
    z-index: 999;
    border: 1px solid #ccc;
    background-color: #d7d4b5;
    width: 360px;
    height: 250px;
    padding: 0 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -180px;
}
@keyframes cssAnimation {
    to {
        visibility: visible;
    }
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: 700
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}
.alert-primary hr {
    border-top-color: #9fcdff
}
.alert-primary .alert-link {
    color: #002752
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}
.alert-secondary hr {
    border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
    color: #202326
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.alert-success hr {
    border-top-color: #b1dfbb
}
.alert-success .alert-link {
    color: #0b2e13
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-info hr {
    border-top-color: #abdde5
}
.alert-info .alert-link {
    color: #062c33
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-warning hr {
    border-top-color: #ffe8a1
}
.alert-warning .alert-link {
    color: #533f03
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
.alert-danger hr {
    border-top-color: #f1b0b7
}
.alert-danger .alert-link {
    color: #491217
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}
.alert-light hr {
    border-top-color: #ececf6
}
.alert-light .alert-link {
    color: #686868
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}
.alert-dark hr {
    border-top-color: #b9bbbe
}
.alert-dark .alert-link {
    color: #040505
}



.flex-all {
	display: flex;
	flex-wrap: wrap;
}
.flex-all > * {
	flex: 1 0 auto;
}
.flex-5 {
	display: flex;
	flex-wrap: wrap;
}
.flex-5 > * {
    flex: 1 0 14%;
}

.input-wrap {
    padding: 5px;
}
.input-wrap input {
    max-width: 100%;
}

.input-wrap .input-fullwidth {
    width: 100%;
}

@media (min-width: 375px) {
    .input-wrap.input-label-left {
        display: flex;
        align-items: center;
    }
    .input-wrap.input-label-left label {
        flex: 0 0 70px;
    }
}

.select-tile {
    margin: 2px;
    text-align: center;
    padding: 8px 4px;
    background: lightgray;
    /* color: #444; */
    color: black;
    cursor: pointer;
    text-transform: uppercase;
}

.hidden-input {
    visibility: hidden;
    position: absolute;
}
.hidden-input:checked + .select-tile {
    background: #162f5b;
    color: #fff;    
}

.grecaptcha-badge {opacity: 0!important;}

.cool_dropdown {
    display: block;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    line-height: 1.3;
    padding: 6px 30px 6px 10px; /* .6em 1.4em .5em .8em */
    /*width: 100%;
    max-width: 100%;
    box-sizing: border-box;*/
    margin: 0;
    border: 1px solid #999;
    /*box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);*/
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.cool_dropdown::-ms-expand {
    display: none;
}
.cool_dropdown:hover {
    border-color: #888;
}
.cool_dropdown:focus {
    border-color: #aaa;
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    color: #222;
    outline: none;
}
.cool_dropdown option {
    font-weight: normal;
}






/* payment page styling: skeptoid.com/important */ 
.page-important #content {
	display: grid;
	grid-auto-rows: auto;
	grid-gap: 10px;
	margin: 0 auto;
}

/* SMALL SCREEN */        
@media screen and (max-width: 750px) {
	.page-important #content {
		grid-template-areas: "intro" "payment" "gift" "words";
		grid-template-columns: auto;
		width: 100%;
	}
}

/* BIG SCREEN */        
@media screen and (min-width: 751px) {
	.page-important #content {
		grid-template-areas: "intro intro gift" "payment payment gift" "words words words";
		grid-template-columns: repeat(3, 1fr);
		max-width: 900px;
	}
}


.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;
    margin: 5px 0 5px 6px;

    border: solid 1px gray;
    border-radius: 4px;
    background: #f9f9f9;

    /* box-shadow: 0 1px 3px 0 #e6ebf1; */
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    font-size: 0.9em;
    /* text-transform: uppercase; */
    font-weight: 800;
}

.page-important #payment_form {
    box-shadow: 0px 2px 8px #0005, 0 1px 2px #0003;
    padding: 8px;
    /* margin-right: 10px; */
    border-radius: 4px;
    border: 2px solid #162f5b;
}




.show-more-button {
	
}
.show-more-content {
	max-height: 0;
	transition: 0.3s max-height ease;
	overflow: hidden;
}
.show-more-content.showing-more-content {
	max-height: 900px;
	/* overflow: auto; */
}




.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #162f5b;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #162f5b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    right: -10px;
    font-size: 0.9em;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #162f5b transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#payment_form #paypal-button-container {
    flex: 1 0 100%;
}

.payment-amount-display {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0.25em;
}
.grecaptcha-badge { visibility: hidden; }

.member-level-tiles {
}
.member-level-tiles .member-level {
    display: inline-block;
    margin: 8px;
    vertical-align: middle;
}
.member-level-tiles .member-level-active {
}
@media (max-width: 600px) {
    .member-level-tiles .member-level {
        margin: 3px;
    }
    .member-level-tiles .member-level img {
        width: 10vw;
    }
    .member-level-tiles .member-level-active img {
        width: 15vw;
    }
}

input[type="submit"][disabled] {
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: not-allowed;
}