/* 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
}
.grecaptcha-badge { visibility: hidden; }