
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Colors

   Red: 901010 b03030 d05050 ff7070
*/

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

button, html, input, select, textarea {
    font-family: Quicksand, sans-serif;
}

html {
    height: 100%;
}

body {
    background-image: url(static/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
}

/* HTML5 Boilerplate v4.3.0 | MIT License | h5bp.com */
a {
    color: #901010;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
html, a.button, input, select, textarea {
    color: #000000;
}
a.button, input, select, textarea {
    background: #ffffff;
    border: 1px solid #808080;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
a.button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    border: 1px solid #b03030;
    box-shadow: 0px 0px 0px 1px #b03030;
}
a.button {
    background: #e0e0e0;
    font-weight: bold;
    line-height: 1.8em;
    white-space: nowrap;
}
a.button:hover {
    text-decoration: none;
}
a.selected {
    background: #a0a0a0;
}
input.date {
    width: 7em;
}
input.wide, textarea.wide {
    width: 95%;
}
textarea {
    resize: vertical;
}
textarea.large {
    width: 95%;
    height: 400px;
}
.placeholder {
    color: #808080;
}
.full {
    width: 100%;
    box-sizing: border-box;
}
.half {
    width: 50%;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clickable {
    cursor: pointer;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of
   their containers: h5bp.com/i/440 */
audio, canvas, img, video {
    vertical-align: middle;
}

/* Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when
   navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
/* Clearfix: contain floats
   For modern browsers
   1. The space content is one way to avoid an Opera bug when the
      `contenteditable` attribute is included anywhere else in the document.
      Otherwise it causes space to appear at the top and bottom of elements
      that receive the `clearfix` class.
   2. The use of `table` rather than `block` is only necessary if using
      `:before` to contain the top-margins of child elements. */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7: Include this rule to trigger hasLayout and contain floats. */
.clearfix {
    *zoom: 1;
}

/* Zebra DatePicker | LGPL License | github.com/stefangabos/Zebra_Datepicker */
.date-picker *, .date-picker *:after, .date-picker *:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.date-picker {
    position: absolute;
    background: #000000;
    border: 3px solid #000000;
    width: 21.0em; /* Should be 21x font-size below. */
    z-index: 100;
    font-size: 1.0em; /* Also change width styles. */
    line-height: 1.5em;
}
.date-picker.dp_visible {
    display: block;
}
.date-picker.dp_hidden {
    display: none;
}
.date-picker-static .date-picker {
    position: static;
}
.date-picker * {
    margin: 0;
    padding: 0;
    color: #000000;
    background: transparent;
    border: none;
}
.date-picker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    table-layout: auto;
}
.date-picker td, .date-picker th {
    text-align: center;
    padding: 3px 0;
}
.date-picker td {
    cursor: pointer;
}
.date-picker .dp_daypicker, .date-picker .dp_monthpicker,
.date-picker .dp_yearpicker {
    margin-top: 3px;
}
.date-picker .dp_daypicker td, .date-picker .dp_daypicker th,
.date-picker .dp_monthpicker td, .date-picker .dp_yearpicker td {
    background: #ffffff;
    width: 3.0em; /* Should be 3x font-size above. */
    border: 1px solid #000000;
}
.date-picker, .date-picker .dp_header .dp_hover,
.date-picker .dp_footer .dp_hover {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.date-picker .dp_header td {
    color: #ffffff;
}
.date-picker .dp_header .dp_previous, .date-picker .dp_header .dp_next {
    width: 3.0em; /* Should be 3x font-size above. */
    font-weight: bold;
}
.date-picker .dp_header .dp_caption {
    font-weight: bold;
}
.date-picker .dp_header .dp_hover {
    background: #404040;
    color: #ffffff;
}
.date-picker .dp_header .dp_blocked {
    color: #808080;
    cursor: default;
}
.date-picker .dp_daypicker th {
    background: #808080;
}
.date-picker td.dp_not_in_month {
    background: #ffffff;
    color: #c0c0c0;
    cursor: default;
}
.date-picker td.dp_not_in_month_selectable {
    background: #ffffff;
    color: #c0c0c0;
    cursor: pointer;
}
.date-picker td.dp_weekend {
    background: #c0c0c0;
}
.date-picker td.dp_weekend_disabled {
    color: #c0c0c0;
    cursor: default;
}
.date-picker td.dp_selected {
    background: #808080;
    color: #ffffff !important;
}
.date-picker td.dp_week_number {
    background: #808080;
    color: #000000;
    cursor: text;
    font-style: italic;
}
.date-picker .dp_monthpicker td {
    width: 33%;
}
.date-picker .dp_yearpicker td {
    width: 33%;
}
.date-picker .dp_footer {
    margin-top: 3px;
}
.date-picker .dp_footer .dp_hover {
    background: #404040;
    color: #ffffff;
}
.date-picker .dp_today, .date-picker .dp_clear {
    color: #ffffff;
    font-weight: bold;
}
.date-picker td.dp_current {
    background: #b03030;
}
.date-picker td.dp_disabled_current {
    background: #b03030;
    color: #c0c0c0;
}
.date-picker td.dp_disabled {
    background: #ffffff;
    color: #c0c0c0;
    cursor: default;
}
.date-picker td.dp_hover {
    background: #808080;
    color: #ffffff;
}

/* Status and error message popups. */
.status-message {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background-color: #d0d0ff;
    border: 3px solid #4040ff;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.error-message {
    margin: 1em 0px;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffd0d0;
    border: 3px solid #ff4040;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.status-message ul, .error-message ul {
    margin: 0px;
    padding-left: 1em;
}

/* Drop-down menu. */
.menu {
    float: left;
    width: 740px;
    font-size: 1.4em;
    padding-top: 15px;
}
.settings {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 3;
    width: 185px;
}
.menu ul {
    width: 740px;
    padding: 0px;
    margin: 0px auto;
}
.settings ul {
    width: 185px;
}
.menu li {
    width: 185px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    position: relative;
}
.menu a {
    width: 100%;
    line-height: 2em;
    display: block;
    color: #ffffff;
    text-shadow: 0px 0px 2px #ff7070;
    font-weight: bold;
    text-align: center;
}
.menu a:hover {
    text-decoration: none;
}
.menu li.active a, .menu .highlight {
    color: #d05050;
}
/* Sub-menu styles. */
.menu li ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -3px;
    z-index: 1;
}
.menu li.active ul {
    display: block;
}
.menu li ul li {
    width: 100%;
    float: none;
    z-index: 1;
}
/* Make sub-menus smaller if we're not a touch screen. */
html.no-touch .menu li ul li a {
    line-height: 1.8em;
    font-size: 0.9em;
}
.menu li.active ul li a {
    color: #ffffff;
    text-shadow: 0px 0px 2px #ff7070;
}
.menu li ul li.active a {
    color: #d05050;
}

/* Data tables. */
table.data th {
    background-color: #e0e0e0;
    border-top: 1px solid #c0c0c0;
    font-weight: bold;
}

table.data th, table.data td {
    border-bottom: 1px solid #c0c0c0;
    padding: 2px 1em;
    text-align: left;
}

table.data tr:hover {
    background-color: #ff7070;
}

.margin-right-bottom {
    margin: 0px 10px 10px 0px;
}

/* Header. */
.header-background {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    padding: 10px 0px;
    background-image: url(static/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-color: #0d78be;
}
.header {
    width: 1000px;
    margin: 0px auto;
}
.header-logo {
    float: left;
}

/* Main content. */
.content {
    width: 960px;
    margin: 90px auto 0px auto;
    padding: 1px 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
}

.content-big {
    font-size: 1.3em;
}

.fullscreen .content {
    width: auto;
}

label {
    float: left;
    width: 150px;
    padding-top: 3px;
    text-align: right;
    font-weight: bold;
}
.input {
    margin-left: 160px;
    margin-bottom: 5px;
}
.input-text {
    padding-top: 3px;
}
.input-break {
    padding-bottom: 10px;
}
.help {
    color: #808080;
    font-size: 0.9em;
}

.event-name {
    margin-bottom: 0px;
}
.event-left {
    padding-right: 20px;
}
.event-date {
    font-style: italic;
}

/* Search results. */
.search-all-result {
    margin-bottom: 1em;
}
.search-all-result h2, .search-all-result p {
    margin: 0px;
}
.search-all-result h2 a {
    color: #000000;
}
.search-all-result-url {
    font-size: 0.8em;
}

.icons {
    text-align: center;
}

.next-steps-block {
    margin-bottom: 1em;
}

.next-steps-block h3 {
    margin-top: 0px;
}

.next-steps-block img {
    width: 48%;
    margin-right: 1em;
    margin-bottom: 1em;
}

.donate-progress-text {
    text-align: center;
    font-size: 1.5em;
}

.donate-progress-bar {
    height: 25px;
    margin: 1em 0px;
    border: 1px solid #109010;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.donate-progress-bar div {
    height: 25px;
    background-color: #50d050;
    border-radius: 9px 0px 0px 9px;
    -moz-border-radius: 9px 0px 0px 9px;
    -webkit-border-radius: 9px 0px 0px 9px;
}

.cast-blocks, .cast-list {
    width: 960px;
    margin: 0px auto;
}

.cast-block {
    float: left;
    width: 200px;
    height: 240px;
    margin: 0px 20px;
}

.cast-block img {
    width: 200px;
}

.cast-name {
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.cast-list div {
    float: left;
    width: 200px;
    height: 1em;
    margin: 0px 20px;
    text-align: center;
    font-size: 0.8em;
}

.charities-link {
    padding-top: 90px;
}

.bio {
    margin-bottom: 1em;
}

.bio h3 {
    margin-top: 0px;
}

.bio-image {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.supporters div {
    float: left;
    width: 50%;
    height: 1em;
    text-align: center;
    font-size: 0.8em;
}

.release {
    font-size: 0.7em;
}

.story {
    margin-bottom: 1em;
}

.story-image {
    text-align: center;
}

.story-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.story-full {
    padding-bottom: 1em;
    border-bottom: 1px solid #d05050;
}

.story-blocks {
    width: 960px;
    margin: 0px auto;
}

.story-block {
    float: left;
    width: 200px;
    height: 300px;
    margin: 0px 20px;
}

.story-block img {
    width: 200px;
}

.story-name {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.story-details {
    text-align: center;
}

.copyright {
    font-size: 0.7em;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .menu {
        float: none;
    }

    .header-background {
        width: auto;
        position: static;
        background-image: none;
        background-color: transparent;
    }
    .header {
        width: 740px;
        margin: 0px auto;
    }
    .header-logo {
        float: none;
        text-align: center;
    }
    .header-logo img {
        max-width: 100%;
    }

    .content {
        width: auto;
        margin: 0px auto;
    }

    .charities-link {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .cast-blocks, .cast-list, .story-blocks {
        width: 480px;
    }
}

/* Small screen styles. */
@media only screen and (max-width: 768px) {
    input, textarea {
        width: 95%;
    }
    input.date {
        width: 7em;
    }
    textarea.large {
        height: 200px;
    }
    .half {
        width: 100%;
    }

    /* Stack menus with full-width. */
    .settings {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
    }
    .menu {
        width: 100%;
    }
    .menu ul, .settings ul {
        width: 100%;
    }
    .menu li {
        width: 100%;
        float: none;
        position: static;
    }
    .menu li ul {
        position: static;
        left: 0px;
        border: 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    /* Data tables. */
    table.data {
        width: 100%;
    }

    table.data thead {
        display: none;
    }

    table.data tr {
        margin-bottom: 10px;
        display: block;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
    }

    table.data td {
        display: block;
        border-bottom: 1px dotted #c0c0c0;
        text-align: right;
        min-height: 1em;
    }

    table.data td:first-child {
        background-color: #e0e0e0;
    }

    table.data td:last-child {
        border-bottom: 0;
    }

    table.data td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    /* Header. */
    .header {
        width: auto;
    }

    /* Main content. */
    a.fullscreen {
        display: none;
    }

    label {
        float: none;
        width: auto;
        padding-right: 0px;
        text-align: left;
    }
    .input {
        margin-left: 0px;
    }

    .supporters div {
        float: none;
        width: auto;
    }

    .event-left {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 520px) {
    .next-steps-block img {
        float: none;
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

    .bio-image {
        float: none;
        margin: 0px 0px 10px 0px;
        text-align: center;
    }

    .bio-image img {
        max-width: 100%;
    }

    .cast-blocks, .cast-list, .story-blocks {
        width: 240px;
    }
}

@media only screen and (max-width: 440px) {
    .story-image img {
        width: 90%;
    }
}

/* Print styles. */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /* Don't show links for images, or javascript/internal links */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .no-print, .no-print * {
        display: none !important;
    }
    .content {
        width: auto;
    }
}
