/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/* OLD
:root {
  --color-red: #AE6195;
  --color-orange: #EAC67D;
  --color-yellow: #CEEA75;
  --color-purple: #6668A6;
  --color-blue: #193850;
  --color-black: #230C0F;
} */

:root {
  --color-red: #E64923;
  --color-orange: #F49F38;
  --color-yellow: #E1DBFF;
  --color-purple: #7D82CC;
  --color-blue: #363A94;
  --color-black: #1B1C01;
  --color-green: #C9F2F7;
  --color-neutral: #363A94;
  --color-dark-neutral: #0D6499;
  --color-white: #f0f0f0;
}

html {
    line-height:1.4;
    font-size:14px;
}

.hank2 {
  background-color: var(--color-black);
}

html,
body {
      height:100%;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: var(--color-black);
    padding: 0.2em 0;
}

/* ========================================================================== */

#masthead {
  text-align:center;
  /* padding:1.5em 0; */
  font-weight:700;
  background:url('/img/2026/Masthead2.png') no-repeat center center;
  background-size:cover;
  background-color: #FFE8C5;
  min-height: 600px;
}

#masthead a {
  text-decoration:none;
}

#masthead .logo {
  height: 69px;
  width: auto !important;
}

.masthead-fg {
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 500px;
  margin: 0px 100px;
  /* background:url('/img/2025/Masthead_FG2.png') no-repeat center center; */
  background-size: contain;
}

.masthead-corner {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.top-left {
  /* background:url('/img/2025/Masthead_TL.png') no-repeat top left; */
  background-size: contain;
}

.bottom-right {
  /* background:url('/img/2025/Masthead_BR.png') no-repeat bottom right; */
  background-size: contain;
}

.logo-container {
  text-align: right;
}

.masthead-container {
    margin-top: 200px;
}

#masthead .grey-title {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  font-size:4em;
  color:#57585c;
}

#masthead .color-box {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  letter-spacing:0.15em;
  color:#ffffff;
  padding:0.3em 0.9em;
}

#masthead .turquoise {
  background-color: var(--color-blue);
}

#masthead .purple {
  background-color: #801D7F;
}

#masthead .red-title {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  font-size:1.4em;
  color: var(--color-red);
  letter-spacing:0.15em;
}

#masthead .red-title-large {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  font-size:4em;
  font-weight: 300;
  color: var(--color-red);
  letter-spacing:0.15em;
}

#stats {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  font-weight: normal;
  font-size:0.8em;
  letter-spacing:0.15em;
  text-align:center;
  color: var(--color-neutral);
  border-top: 4px solid var(--color-purple);
  border-bottom: 4px solid var(--color-purple);
  padding:0.5em 0;
  background-color: var(--color-green);
}

#stats .datum {
  font-family: collector-comic, sans-serif;
  font-weight: 500;
  font-size:3em;
  color: var(--color-dark-neutral);
  letter-spacing:0.15em;
}

#stats .big {
  font-size:4em;
}

.totalRaised {
  display: flex;
  justify-content: center;
}

#nav-wrap {
  width:100%;
  text-align:center;
  margin-top:2em;
}

#nav {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  letter-spacing:0.15em;
  padding:0.5em;
  background-color: var(--color-purple);
  display:inline-block;
}

#nav > a, .dropbtn {
  display:inline-block;
  text-decoration:none;
  color:#fff;
  padding:0 2em;
}

#nav > a:hover {
  color:rgba(0,0,0,0.5);
}

#nav span {
  cursor:default;
  color:rgba(0,0,0,0.2);
  display:inline-block;
  text-decoration:none;
  padding:0 2em;
}

#out-links {
  padding-bottom:3em;
}

#out-links a,
#out-links span {
  font-family: cooper-black-std, sans-serif;
  letter-spacing:0.15em;
  color:#fff;
  text-decoration:none;
  background-color:grey;
  border-radius:0.5em;
  padding:1em 2em;
}

#out-links a:hover {
  color:rgba(0,0,0,0.6);
}

#out-links span {
  cursor:default;
  color:rgba(0,0,0,0.2);
}

#out-links .turquoise,
#out-links .donate {
  background-color: var(--color-purple);
}

#out-links .purple,
#out-links .livestream {
  background-color: var(--color-red);
}

#static-content {
  color:#57585c !important;
}

#static-content h1,
#static-content h2 {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  color: var(--color-blue);
}

#static-content h3,
#static-content strong {
 font-family: proxima-nova;
  color: var(--color-red);
}

#static-content h1,
#static-content h2 {
  text-align:left;
}

#static-content h1 {
  font-size:2.5em;
}

#static-content h2 {
  font-size:2em;
}

#static-content h3 {
  font-size:1.1em;
}

#footer {
  text-align:center;
  height:100px;
  border-top: 2px solid var(--color-blue);
  padding-top:10px;
  font-size:0.85em;
}

#footer .red {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing:0.15em;
  color: var(--color-red);
}

#footer .grey {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing:0.15em;
  color:grey;
}

#footer a {
  color:grey;
}

.checklist {
  border: 1px solid #ccc;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

.video-block {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.video-block img {
  margin: auto;
}

.video-link {
  text-decoration: none !important;
}

.video-title {
  color: var(--color-red) !important;
}

.video-username {
  color:#57585c !important;
}

.video-charity {
  text-decoration: none !important;
  color: var(--color-red) !important;
}

.pagination {
  font-family: proxima-nova;
  text-align: center;
  font-size: 20px;
  width: 100%;
}

.pagination :hover {
  text-decoration: none;
}

.pagination .active {
  color: var(--color-red) !important;
}

.pagination .disabled {
  color:#57585c !important;
}

.archive-title {
  font-family: 'cooper-black-std', serif;
  font-weight: 400;
  letter-spacing:0.15em;
  text-align: center;
  font-size: 40px;
  display: block;
  width: 100%;
  color: var(--color-red);
}

.not-found {
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
}

.home-top-link {
  padding-top: 1em;
  display: inline-block;
  font-size: 0.8em;
  width: 47%;
  text-align: center;
  font-family: proxima-nova;
  font-weight: normal;
}

.top-link-disabled {
  color:#57585c !important;
  text-decoration: none !important;
}

.top-link-enabled {
  color: var(--color-red) !important;
  text-decoration: none !important;
}

.submit-error {
  color: var(--color-red);
}

.money-title {
  text-align: right;
  width:100%;
  color: var(--color-blue);
  font-family: collector-comic, sans-serif;
  font-weight: 700;
}

.money-amt {
  width:100%;
  text-align: right;
  color: var(--color-red);
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:5em;
  margin:-15px 0 0px 0;
}

.money-total {
  border-top: 2px solid var(--color-blue);
  padding-top: 20px;
  margin-top: 10px;
}

.money-plus {
  text-align: left;
  position: absolute;
  margin-top: -1.4em;
}

.watch-title,
.watch-channel,
.watch-for,
.watch-category {
  font-family: cooper-black-std;
  font-weight: normal;
}

.watch-title a {
  color: var(--color-red);
  font-size: 1.2em;
}

.watch-channel {
  font-size: 1.2em;
}

.watch-channel a {
  color: #444;
}

.watch-for {
  font-size: 1.1em;
  font-weight: bold;
  color: var(--color-red);
}

.watch-category {
  font-size: 1.2em;
  color: #bbb;
}

.watch-category a {
  color: #bbb;
}

.btn-vote {
  width: 100%;
  padding: 1em;
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 1.1em;
  color: white;
}

.vote-active {
  background-color: var(--color-red);
}

.vote-inactive {
  background-color: #c7c7c7;
}

.video-info {
  width:100%;
  overflow:hidden;
  white-space: nowrap;
  margin-bottom: 1em;
}

.video-desc {
  font-family: 'Poppins', sans-serif;
}

.slick-prev:before,
.slick-next:before {
  color: var(--color-blue);
}





img.youtube-thumb {

  display: block;
    height: auto;
    min-height: 148px;
    max-height: 148px;
    width: auto !important;
}


#masthead .p4a-title {
  font-family: 'Abel', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color:var(--color-black);
  line-height: 26px;
  text-align: left;
  max-width: 150px;
  margin-top: -4px;
}

#masthead .p4a-title-year {
  color: var(--color-red);
  font-size: 28px;
  font-weight: 400;
}

#masthead .p4a-sub-title {
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}

#masthead .p4a-date {
  font-family: 'Abel', sans-serif;
  font-weight: 300;
  font-size: 26px;
}

#masthead .sub-container {

}

#masthead .big-tally {
  margin-top: 34px;
}

/* Position midway down */
/* Split into two columns with the other stickers */
.sticker {
  position: absolute;
  top: 5%;
  width: 150px;
  z-index: 5000;
}

/* Animate .sticker 45 degrees each direction and repeat */
.sticker-1 {
  animation: rotate 0.9s ease-in-out infinite alternate;
}

.sticker-0 {
  animation: rotate2 1s ease-in-out infinite alternate;
}

/* Keyframes for the animation */
@keyframes rotate {
  0% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(25deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}


/* ========================================================================== */

.horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.horizontal-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /* border: 2px solid green; */
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .3);
}

.horizontal-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#masthead a.inactivelink {
  color: var(--color-black);
}

#nav a.inactivelink {
  color:var(--color-black);
}

/* Dropdowns */
/* Dropdown Button */
.dropbtn {
  /* background-color: #04AA6D; */
  /* color: white; */
  /* padding: 16px; */
  /* font-size: 16px;
  border: none; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  min-width: 160px;
  padding-top: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /* border: 1px solid var(--color-yellow); */
  /* height: 100%; */
}

/* Links inside the dropdown */
.dropdown-content a {
  color: var(--color-dark-neutral);
  padding: 12px 16px;
  text-decoration: none;
  background-color: var(--color-green);
  display: block;
  z-index: 999;
  border: 1px solid var(--color-purple);
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: var(--color-blue);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn { opacity: 0.9; }


/* ========================================================================== */
.collapse-item > .collapse-title {
  width: 100%;
  background-color: var(--color-green);
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  padding: 0.7em;
  font-family: cooper-black-std, sans-serif;
  cursor: pointer;
  font-size: 1.3em;

}

.collapse-contents {
  padding: 1.5em 1em;
  font-size: 1.1em;
}

.collapse-cont ol > li {
  padding-top: 1em;
}

.btn-danger {
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.mw-1400 {
  max-width: 1400px;
}



@media only screen and (max-width: 992px) {
    .money-amt {
      font-size:4em;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: var(--color-black) !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{border:none;font-size:100%;margin-top:5px;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:100;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */.select2-container--bootstrap .select2-search--dropdown .select2-search__field,.select2-container--bootstrap .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border:1px solid #ccc;background-color:#fff;color:#555;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.select2-container--bootstrap{display:block}.select2-container--bootstrap .select2-selection{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border-radius:4px;font-size:14px;outline:0}.select2-container--bootstrap .select2-search--dropdown .select2-search__field{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border-radius:4px;font-size:14px}.select2-container--bootstrap .select2-search__field{outline:0}.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{color:#999}.select2-container--bootstrap .select2-search__field:-moz-placeholder{color:#999}.select2-container--bootstrap .select2-search__field::-moz-placeholder{color:#999;opacity:1}.select2-container--bootstrap .select2-search__field:-ms-input-placeholder{color:#999}.select2-container--bootstrap .select2-results__option[role=group]{padding:0}.select2-container--bootstrap .select2-results__option[aria-disabled=true]{color:#777;cursor:not-allowed}.select2-container--bootstrap .select2-results__option[aria-selected=true]{background-color:#f5f5f5;color:#262626}.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{background-color:#337ab7;color:#fff}.select2-container--bootstrap .select2-results__option .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{margin-left:-12px;padding-left:24px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-24px;padding-left:36px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-36px;padding-left:48px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-48px;padding-left:60px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-60px;padding-left:72px}.select2-container--bootstrap .select2-results__group{color:#777;display:block;padding:6px 12px;font-size:12px;line-height:1.428571429;white-space:nowrap}.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-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;border-color:#66afe9}.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 4px 4px}.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{border-top-right-radius:0;border-top-left-radius:0;border-top-color:transparent}.select2-container--bootstrap .select2-selection__clear{color:#999;cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--bootstrap .select2-selection__clear:hover{color:#333}.select2-container--bootstrap.select2-container--disabled .select2-selection{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{cursor:not-allowed}.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{background-color:#eee}.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{display:none}.select2-container--bootstrap .select2-dropdown{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-color:#66afe9;overflow-x:hidden;margin-top:-1px}.select2-container--bootstrap .select2-dropdown--above{margin-top:1px}.select2-container--bootstrap .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--bootstrap .select2-selection--single{height:34px;line-height:1.428571429;padding:6px 24px 6px 12px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{position:absolute;bottom:0;right:12px;top:0;width:4px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#999 transparent transparent;border-style:solid;border-width:4px 4px 0;height:0;left:0;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{color:#555;padding:0}.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--bootstrap .select2-selection--multiple{min-height:34px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;display:block;line-height:1.428571429;list-style:none;margin:0;overflow:hidden;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{color:#555;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;float:left;margin:5px 0 0 6px;padding:0 6px}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:0 0;padding:0 12px;height:32px;line-height:1.428571429;margin-top:0;min-width:5em}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{margin-top:6px}.select2-container--bootstrap.input-lg,.select2-container--bootstrap.input-sm{border-radius:0;font-size:12px;height:auto;line-height:1;padding:0}.form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-sm .select2-selection--single{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 22px 5px 10px}.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b{margin-left:-5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-sm .select2-selection--multiple{min-height:30px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice{font-size:12px;line-height:1.5;margin:4px 0 0 5px;padding:0 5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 10px;font-size:12px;height:28px;line-height:1.5}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear{margin-top:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-lg .select2-selection--single{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 31px 10px 16px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow{width:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b{border-width:5px 5px 0;margin-left:-10px;margin-top:-2.5px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-lg .select2-selection--multiple{min-height:46px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice{font-size:18px;line-height:1.3333333;border-radius:4px;margin:9px 0 0 8px;padding:0 10px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 16px;font-size:18px;height:44px;line-height:1.3333333}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear{margin-top:10px}.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 5px 5px}.select2-container--bootstrap[dir=rtl] .select2-selection--single{padding-left:24px;padding-right:12px}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:0;padding-left:0;text-align:right}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{left:12px;right:auto}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{margin-left:0}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:0;margin-right:6px}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.has-warning .select2-dropdown,.has-warning .select2-selection{border-color:#8a6d3b}.has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;border-color:#66512c}.has-warning.select2-drop-active{border-color:#66512c}.has-warning.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#66512c}.has-error .select2-dropdown,.has-error .select2-selection{border-color:#a94442}.has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;border-color:#843534}.has-error.select2-drop-active{border-color:#843534}.has-error.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#843534}.has-success .select2-dropdown,.has-success .select2-selection{border-color:#3c763d}.has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;border-color:#2b542c}.has-success.select2-drop-active{border-color:#2b542c}.has-success.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#2b542c}.input-group .select2-container--bootstrap{display:table;table-layout:fixed;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection{border-bottom-right-radius:0;border-top-right-radius:0}.select2-bootstrap-append .input-group-btn,.select2-bootstrap-append .input-group-btn .btn,.select2-bootstrap-append .select2-container--bootstrap,.select2-bootstrap-prepend .input-group-btn,.select2-bootstrap-prepend .input-group-btn .btn,.select2-bootstrap-prepend .select2-container--bootstrap{vertical-align:top}.form-control.select2-hidden-accessible{position:absolute!important;width:1px!important}.form-inline .select2-container--bootstrap{display:inline-block}
/*@media (max-width: 992px) {.g-recaptcha>div>div{width:inherit !important;position:relative;display:block;padding:0;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)} .g-recaptcha iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0} .g-recaptcha>div{position:relative} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0} .g-recaptcha:empty:before{content:'Something wrong occured'}}

*/

@media (max-width: 992px) {
  .sticker {
    display: none;
  }

  .g-recaptcha {
     -webkit-transform: scale(0.77);
       -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
         -o-transform: scale(0.77);
            transform: scale(0.77);
     -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
         -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
             transform-origin: 0 0;
      display: inline-block;
  }

  #stats .big {
    font-size:3em;
  }
}

@media screen and (max-width:320px){
  #masthead .red-title-large {
    font-size:39px;
    font-family: 'Abel', sans-serif;
    color: var(--color-red);
    letter-spacing:0.15em;
  }


  .archive-title {
    font-family: 'Abel', serif;
    letter-spacing:0.15em;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
    color: var(--color-red);
  }

  .slick {
    margin-top: 40px;
  }

  form#category-form {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  form#category-form {
    padding-bottom: 10px;
  }
  form#charity-form {
    padding-bottom: 10px;
  }

  #masthead .p4a-title {
    color:var(--color-black);
    line-height: 26px;
    max-width: 150px;
    margin-top: 10px;
    text-align: center;
  }

  #masthead .p4a-title strong {
    font-family: 'Abel', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color:var(--color-black);
  }

  .green-bar {
    font-size: 24px;
  }


  .blue-bar {
    font-size: 24px;
  }

  #stats .datum {
    font-size:25px
  }



}


@media only screen and (min-width : 320px) and (max-width:479px) {
  #masthead .red-title-large {
    font-size:39px;
    font-family: 'Abel', sans-serif;
    color: var(--color-red);
    letter-spacing:0.15em;
  }

  .archive-title {
    font-family: 'Abel', serif;
    letter-spacing:0.15em;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
    color: var(--color-red);
  }

  .slick {
    margin-top: 40px;
  }

  form#category-form {
    padding-bottom: 10px;
  }
  form#charity-form {
    padding-bottom: 10px;
  }

  #masthead .p4a-title {
    color:var(--color-black);
    line-height: 26px;
    max-width: 150px;
    margin-top: 10px;
    text-align: center;
  }

  #masthead .p4a-title strong {
    font-family: 'Abel', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color:var(--color-black);
  }

  .yellow-bar-content {
    font-size: 24px;
  }


  #stats .datum {
    font-size:25px
  }

  #nav {
    padding:0.5em;
    font-size: 11px;
  }

  #nav a {
    padding:0 5px;
  }
}


@media screen and (max-width:500px) {
  .masthead-fg {
    background-size: contain;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    min-height: 150px;
  }

  .masthead-corner {
    max-height: 150px;
  }

  #masthead {
    min-height: 150px;
    padding: 0;
  }
}



@media screen and (max-width:768px){

  #masthead {
    background:url('/img/2026/Masthead-Mobile.png') no-repeat center center;
    background-size: cover;
  }

  form#category-form {
    padding-bottom: 10px;
  }
  form#charity-form {
    padding-bottom: 10px;
  }

  #masthead .p4a-title {
    line-height: 50px;
    margin-bottom: 10px;
  }

  .yellow-bar-content {
    font-size: 20px;
  }

  .logo-container {
    text-align: center;
  }

  .title-container,
  .p4a-title {
    margin: auto;
    text-align: center;
  }

  .p4a-title {
    margin-top: 200px;
    line-height: 28px;
    text-align: center;
  }

  #masthead .p4a-title {
    color:var(--color-black);
    line-height: 26px;
    max-width: 150px;
    margin-top: 10px;
    text-align: center;
  }
}