/* Utilities */
/*Base Styles*/
/* Base Reset Styles */
* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  border: none;
  font-size: 100%;
  font: inherit;
  font-family: 'Lato', sans-serif;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* Text Reset */
p {
  margin-bottom: 10px;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1.12em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

a {
  color: #0066cc;
  text-decoration: none;
  font-size: 1em; }
  a:link {
    color: #0066cc;
    text-decoration: none; }
  a:active {
    color: #0066cc;
    text-decoration: none; }
  a:hover {
    color: #0066cc;
    text-decoration: none; }

label {
  font-weight: bold;
  color: inherit; }

span {
  color: inherit; }

/* Table Reset */
table {
  border-collapse: collapse; }

th, td {
  text-align: inherit; }

/* List Reset */
ol, ul {
  list-style-type: none;
  padding: 0; }

li {
  text-align: inherit; }

/* Block Quotes Reset */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

button {
  font-size: 1em; }

/* Text Colors */
.primary {
  color: #003399; }

.secondary {
  color: #0066cc; }

.lt_grey {
  color: #eeeeee; }

.md-grey {
  color: #e1e1e1; }

.grey {
  color: #727272; }

.dk-grey {
  color: #1d1d1d; }

/* Background Colors */
.bg-primary {
  background-color: #003399; }

.bg-secondary {
  background-color: #0066cc; }

.bg-lt-grey {
  background-color: #eeeeee; }

.bg-md-grey {
  background-color: #e1e1e1; }

.bg-grey {
  background-color: #727272; }

.bg-dk-grey {
  background-color: #1d1d1d; }

/* Border Colors*/
.bd-primary {
  border-color: #003399; }

.bd-secondary {
  border-color: #0066cc; }

.bd-lt_grey {
  border-color: #eeeeee; }

.bd-md-grey {
  border-color: #e1e1e1; }

.bd-grey {
  border-color: #727272; }

.bd-dk-grey {
  border-color: #1d1d1d; }

.red {
  color: #990000; }

/* Typography Styles */
.bold {
  font-weight: 700; }

.bolder {
  font-weight: 900; }

.italicize {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncate_y {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis; }

.sub-text {
  font-size: 13px;
  color: #727272; }

.small_text {
  font-size: 13px; }

.large_text {
  font-size: 18px; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_center {
  text-align: center; }

.link {
  color: #2196f3; }

.link_alt {
  color: #0066cc; }

.indent {
  padding-left: 20px; }
  @media all and (max-width: 30em) {
    .indent {
      padding-left: 6px; } }

.hidden {
  display: none !important; }

.hide {
  display: none; }

.inblock {
  display: inline-block; }

.inline {
  display: inline; }

@media all and (max-width: 30em) {
  .mob_center {
    text-align: center; } }

@media all and (max-width: 30em) {
  .mob_hide {
    display: none; } }

@media all and (max-width: 30em) {
  .mob_display {
    display: block; } }

.full_width {
  width: 100%; }

.space_bottom {
  margin-bottom: 10px; }

.content_flow {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  filter: brightness(0.5);
  margin-top: 30px; }
  .banner img {
    width: 100%;
    height: auto; }
  .banner.large {
    height: 350px;
    filter: unset; }
  .banner.home {
    width: 100%;
    height: 350px;
    filter: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .banner.home img {
      width: 100%;
      height: auto; }

.content_section {
  padding: 30px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  margin-bottom: 20px;
  min-width: 400px; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .content_section {
      padding: 30px 10px; } }
  @media all and (max-width: 30em) {
    .content_section {
      max-width: 100%;
      min-width: 320px;
      padding: 30px 10px;
      width: 100%; } }
  .content_section .section_header {
    padding: 15px;
    height: 50px;
    background-color: #003399;
    color: white; }
  .content_section .section_body {
    padding: 20px; }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      .content_section .section_body {
        padding: 10px; } }
    @media all and (max-width: 30em) {
      .content_section .section_body {
        padding: 10px; } }
  .content_section .section_divider {
    margin: 30px 0;
    border: none;
    border-bottom: 1px solid #e0e0e0; }
    .content_section .section_divider.tall {
      margin: 0px 5px;
      height: 300px;
      border-bottom: none;
      border-left: 1px solid #e0e0e0;
      display: inline-block; }
      @media all and (min-width: 30.1em) and (max-width: 50em) {
        .content_section .section_divider.tall {
          display: none; } }
      @media all and (max-width: 30em) {
        .content_section .section_divider.tall {
          display: none; } }
  .content_section .section_options {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px; }
    .content_section .section_options div .opt {
      font-size: 18px;
      width: 20%;
      display: inline-block;
      padding: 5px;
      border-right: 1px solid #e0e0e0; }
      @media all and (max-width: 30em) {
        .content_section .section_options div .opt {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #e0e0e0;
          background-color: #eeeeee; } }
    .content_section .section_options div .active {
      font-weight: bold; }
    .content_section .section_options div :last-child {
      border-right: none; }
  .content_section .section_details {
    margin-top: 15px; }
  .content_section.main_content {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      .content_section.main_content {
        width: 100%; } }
    @media all and (max-width: 30em) {
      .content_section.main_content {
        width: 100%; } }
  .content_section.side_content {
    display: inline-block;
    width: 35%;
    vertical-align: top; }
    .content_section.side_content.float {
      float: right; }
      @media all and (min-width: 30.1em) and (max-width: 50em) {
        .content_section.side_content.float {
          float: none;
          width: 100%; } }
      @media all and (max-width: 30em) {
        .content_section.side_content.float {
          float: none;
          width: 100%; } }
    .content_section.side_content.fixed {
      position: fixed;
      width: 10%;
      right: 10%; }
      @media all and (max-width: 30em) {
        .content_section.side_content.fixed {
          overflow-x: scroll;
          height: 60px; } }
  .content_section.donate {
    padding: unset; }
    .content_section.donate .donation_suggestions {
      height: 70px;
      display: flex;
      width: 100%;
      justify-content: space-around;
      border: 2px solid #0066cc;
      border-radius: 2px;
      overflow: hidden;
      margin-bottom: 20px; }
      @media all and (max-width: 30em) {
        .content_section.donate .donation_suggestions {
          overflow-x: scroll;
          overflow-y: scroll; } }
      .content_section.donate .donation_suggestions.freqlist {
        width: 60%; }
        @media all and (max-width: 30em) {
          .content_section.donate .donation_suggestions.freqlist {
            width: 100%; } }
      .content_section.donate .donation_suggestions .suggestion {
        flex-grow: 1;
        border-left: 1px solid #e0e0e0;
        text-align: center;
        color: #747474;
        padding-top: 3%;
        width: 200px;
        height: 100%; }
        @media all and (max-width: 30em) {
          .content_section.donate .donation_suggestions .suggestion {
            width:  auto;
            font-size: .8em;} 
         }
        .content_section.donate .donation_suggestions .suggestion.five {
          width: 250px; }
        .content_section.donate .donation_suggestions .suggestion.four {
          width: 300px; }
        .content_section.donate .donation_suggestions .suggestion h3 {
          margin-bottom: 0px; }
        .content_section.donate .donation_suggestions .suggestion p {
          padding-left: 5px; }
        .content_section.donate .donation_suggestions .suggestion .suggestion_ammount {
          margin: 0; }
        .content_section.donate .donation_suggestions .suggestion.active {
          background-color: #0066cc;
          color: white;
          font-weight: normal; }
        .content_section.donate .donation_suggestions .suggestion:first-child {
          border: none; }
      .content_section.donate .donation_suggestions.camp {
        height: auto;
        border: none;
        display: block;
        width: 90%;
        justify-content: space-around;
        margin: auto;
        margin-bottom: 20px;
        overflow: auto; }
        @media all and (min-width: 30.1em) and (max-width: 50em) {
          .content_section.donate .donation_suggestions.camp {
            width: 95%; } }
        @media all and (max-width: 30em) {
          .content_section.donate .donation_suggestions.camp {
            height: 70px;
            display: flex;
            width: 100%;
            justify-content: space-around;
            border: 2px solid #0066cc;
            border-radius: 2px;
            overflow: hidden;
            overflow-x: scroll;
            margin-bottom: 20px; } }
        .content_section.donate .donation_suggestions.camp .suggestion {
          border: 1px solid #e0e0e0;
          text-align: center;
          color: #747474;
          padding: 5px;
          width: 300px;
          height: 100%;
          display: inline-block;
          vertical-align: top;
          margin-right: 10px;
          margin-bottom: 10px;
          min-height: 120px; }
          @media all and (min-width: 30.1em) and (max-width: 50em) {
            .content_section.donate .donation_suggestions.camp .suggestion {
              width: 250px; } }
          @media all and (max-width: 30em) {
            .content_section.donate .donation_suggestions.camp .suggestion {
              flex-grow: 1;
              border: none;
              border-left: 1px solid #e0e0e0;
              text-align: center;
              color: #747474;
              padding-top: 3%;
              width: 150px;
              height: 100%;
              min-height: unset; }
              .content_section.donate .donation_suggestions.camp .suggestion.five {
                width: 250px; }
              .content_section.donate .donation_suggestions.camp .suggestion.four {
                width: 300px; }
              .content_section.donate .donation_suggestions.camp .suggestion:first-child {
                border: none; } }
          .content_section.donate .donation_suggestions.camp .suggestion.active {
            background-color: #0066cc;
            color: white !important;
            font-weight: normal; }
          .content_section.donate .donation_suggestions.camp .suggestion:hover {
            background-color: #eeeeee; }
    .content_section.donate .donation_amount {
      height: 70px;
      width: 300px;
      margin-bottom: 20px;
      position: relative; }
      .content_section.donate .donation_amount input {
        width: 100%;
        height: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        font-size: 24px;
        padding-left: 30px;
        color: #0066cc; }
        .content_section.donate .donation_amount input:focus + span {
          color: black; }
      .content_section.donate .donation_amount span {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 24px;
        color: #747474; }
    .content_section.donate .donation_message {
      margin-bottom: 20px;
      width: 500px;
      position: relative; }
      @media all and (max-width: 30em) {
        .content_section.donate .donation_message {
          max-width: 100%; } }
      .content_section.donate .donation_message textarea {
        width: 500px;
        height: 100px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        padding: 10px;
        padding-right: 20px;
        resize: none;
        margin-bottom: 5px; }
        @media all and (max-width: 30em) {
          .content_section.donate .donation_message textarea {
            max-width: 85%; } }
      .content_section.donate .donation_message .char_count {
        position: absolute;
        bottom: 0;
        right: 5px; }
        @media all and (max-width: 30em) {
          .content_section.donate .donation_message .char_count {
            right: 60px; } }
    .content_section.donate .donation_checkout {
      margin: 60px 0 30px; }
  .content_section.event {
    padding: unset; }
    .content_section.event .event_body {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .content_section.event .event_body .event_description {
        flex-grow: 1;
        max-width: 850px;
        margin-bottom: 20px; }
        .content_section.event .event_body .event_description img {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px; }
      .content_section.event .event_body .event_details {
        width: 300px;
        margin-bottom: 20px;
        white-space: -moz-pre-wrap !important;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        white-space: pre-wrap;
        /* css-3 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        white-space: -webkit-pre-wrap;
        /* Newer versions of Chrome/Safari*/
        word-break: break-all;
        white-space: normal; }
        .content_section.event .event_body .event_details .detail_section {
          margin-bottom: 20px; }
          .content_section.event .event_body .event_details .detail_section a {
            color: #0066cc; }
          .content_section.event .event_body .event_details .detail_section a:visited {
            color: #0066cc; }
          .content_section.event .event_body .event_details .detail_section a:hover {
            color: #0066cc; }
    .content_section.event .ticket_list {
      width: 100%; }
      .content_section.event .ticket_list .ticket_info {
        width: 100%; }
        .content_section.event .ticket_list .ticket_info table {
          width: 100%; }
          .content_section.event .ticket_list .ticket_info table th {
            width: 23%; }
      .content_section.event .ticket_list .event_additional {
        width: 23%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px; }
        .content_section.event .ticket_list .event_additional:first-child {
          font-weight: bold;
          padding-left: 5px; }
        .content_section.event .ticket_list .event_additional.additional_desc {
          width: 33%; }
        .content_section.event .ticket_list .event_additional.additional_space {
          width: 16%; }
        @media all and (max-width: 30em) {
          .content_section.event .ticket_list .event_additional {
            width: 100%;
            display: block;
            padding: 10px; }
            .content_section.event .ticket_list .event_additional.additional_desc {
              width: 100%; }
            .content_section.event .ticket_list .event_additional.additional_space {
              width: 0px;
              display: none; } }
  .content_section .left_content {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 30em) {
      .content_section .left_content {
        width: 100%;
        margin-bottom: 20px; } }
  .content_section .right_content {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 30em) {
      .content_section .right_content {
        width: 100%; } }
  .content_section .content_row {
    margin-bottom: 20px; }
  .content_section .dvsec {
    margin-bottom: 20px; }

.suggest_section {
  text-align: center;
  margin-top: 70px; }
  .suggest_section .suggest_title {
    color: #003399; }
  .suggest_section .section_divider {
    margin: 20px 0px;
    border: none; }
  .suggest_section.home {
    margin-top: 30px;
    margin-bottom: 20px; }

.category_section .fontblue {
  color: blue !important; }
.category_section .fontgreen {
  color: green !important; }
.category_section .fontorange {
  color: orange !important; }
.category_section .fontgold {
  color: #c69633 !important; }
.category_section .fontteal {
  color: #099 !important; }
.category_section .fontburgundy {
  color: #600 !important; }
.category_section .fontpurple {
  color: #309 !important; }
.category_section .center {
  text-align: center; }
.category_section .ed_bg {
  background-image: url(../images/100-Milion-E-Blast-Education.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .he_bg {
  background-image: url(../images/100-Milion-E-Blast-PhysicalMentalHealth.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .en_bg {
  background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .ac_bg {
  background-image: url("../images/Art---Culture.png");
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .hu_bg {
  background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .in_bg {
  background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .ps_bg {
  background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
  background-repeat: no-repeat;
  background-position: 45% 35%;
  background-size: cover;
  opacity: .8;
  height: 100%; }
.category_section .areabanner {
  background-image: url("../images/cover/image_jumpgirl.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.category_section .arealeft {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  background-color: white; }
.category_section .arearight {
  display: inline-block;
  vertical-align: top;
  width: 69%;
  background-color: white;
  min-height: 436px;
  height: 440px;
  text-align: center; }
.category_section .optlist {
  border: solid black 1px; }
.category_section .optlist li {
  padding: 20px 0px;
  border: solid black 1px;
  list-style-type: none;
  text-align: center; }
.category_section div.word {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-color: white;
  width: 90%;
  margin: 2% auto;
  padding: 0px 8px; }
  .category_section div.word .intro {
    font-weight: bold;
    color: #0066cc; }

/* Layout Styles */
header {
  margin-bottom: 120px;
  background-color: white; }
  header.short {
    margin-bottom: 60px; }
  header .head_wrapper {
    max-width: 1300px;
    margin: auto; }
  header .logo {
    display: inline-block;
    width: 45%;
    vertical-align: text-bottom; }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      header .logo {
        width: 30%;
        text-align: center; } }
    @media all and (max-width: 30em) {
      header .logo {
        display: block;
        width: 100%;
        text-align: center; } }
    header .logo img {
      max-width: 100%;
      max-height: 50px; }
  header .nav {
    display: inline-block;
    width: 54%;
    text-align: right;
    vertical-align: text-bottom; }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      header .nav {
        display: inline-block;
        width: 68%;
        text-align: right;
        vertical-align: top;
        margin-top: 13px; } }
    @media all and (max-width: 30em) {
      header .nav {
        width: 100%;
        display: block;
        text-align: center; } }
    header .nav .nav_link {
      display: inline-flex;
      padding: 15px;
      border-left: 1px solid #e0e0e0;
      letter-spacing: 0.5px;
      font-size: 14px; }
      @media all and (min-width: 30.1em) and (max-width: 50em) {
        header .nav .nav_link {
          padding: 5px; } }
      @media all and (max-width: 30em) {
        header .nav .nav_link {
          padding: 5px; } }
      header .nav .nav_link a, header .nav .nav_link a:link, header .nav .nav_link a:visited {
        color: #727272; }
      header .nav .nav_link.hilight a, header .nav .nav_link.hilight a:link, header .nav .nav_link.hilight a:visited {
        color: #0066cc;
        font-weight: bold; }

footer {
  width: 100%;
  background-color: #1d1d1d;
  color: white !important; }
  footer .footer_container {
    padding: 30px;
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    background-color: #1d1d1d !important; }
    @media all and (max-width: 30em) {
      footer .footer_container {
        padding: 10px; } }
    footer .footer_container .footer_about {
      width: 30%;
      display: inline-block;
      vertical-align: top;
      margin-right: 3%; }
      @media all and (max-width: 30em) {
        footer .footer_container .footer_about {
          width: 100%;
          margin-right: 0px; } }
    footer .footer_container .footer_links {
      display: inline-block;
      vertical-align: top;
      width: 35%; }
      @media all and (max-width: 30em) {
        footer .footer_container .footer_links {
          width: 100%;
          display: block;
          margin-top: 15px; } }
    footer .footer_container .quick_links_wrap {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
      @media all and (max-width: 30em) {
        footer .footer_container .quick_links_wrap {
          width: 100%;
          display: block;
          margin-top: 15px;
          padding-left: 15px; } }
    footer .footer_container .quick_link a {
      color: #e1e1e1 !important; }
    footer .footer_container .quick_link a:hover {
      color: white; }
    footer .footer_container .footer_connect {
      display: inline-block;
      width: 30%; }
      @media all and (max-width: 30em) {
        footer .footer_container .footer_connect {
          width: 100%;
          margin-top: 15px; } }
      footer .footer_container .footer_connect .footer_certifications {
        width: 150px;
        margin: auto; }
        @media all and (max-width: 30em) {
          footer .footer_container .footer_connect .footer_certifications {
            display: none; } }
        footer .footer_container .footer_connect .footer_certifications .certification img {
          max-width: 100%; }
      @media all and (max-width: 30em) {
        footer .footer_container .footer_connect .footer_newsletter {
          padding-left: 15px; } }
      footer .footer_container .footer_connect .footer_newsletter input {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        font-size: 16px;
        padding-left: 10px;
        height: 40px;
        width: 100%; }
      footer .footer_container .footer_connect .footer_newsletter button {
        height: 36px;
        padding: 0 8px;
        background-color: #0066cc;
        color: white;
        border: none;
        border-radius: 2px;
        text-align: center;
        margin-top: 3px; }
    @media all and (max-width: 30em) {
      footer .footer_container .footer_social_links {
        padding-left: 15px; } }
    footer .footer_container .footer_social_links .social_icon {
      max-width: 100%;
      line-height: 32px; }
      footer .footer_container .footer_social_links .social_icon img {
        max-width: 32px; }
      footer .footer_container .footer_social_links .social_icon span {
        display: inline-block;
        vertical-align: top;
        color: #e1e1e1; }

/* Component Styles */
body {
  background-color: #f1f1f1; }

.home_card {
  width: 580px;
  height: auto;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  margin-top: 30px;
  margin-right: 15px;
  display: inline-block; }
  @media all and (max-width: 30em) {
    .home_card {
      width: 100%; } }
  .home_card img {
    width: 100%;
    max-width: 580px;
    height: 350px; }
    @media all and (max-width: 30em) {
      .home_card img {
        height: 200px; } }
  .home_card .card_title {
    padding: 10px;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.2px;
    color: black; }

.card_grid {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .card_grid .sort {
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0; }
    .card_grid .sort select {
      border: none;
      background-color: transparent;
      font-size: 16px; }

.card {
  width: 380px;
  height: 300px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  margin-top: 30px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top; }
  @media all and (max-width: 30em) {
    .card {
      max-width: 320px; } }
  .card .card_image {
    height: 120px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .card .card_image img {
      width: 100%;
      height: auto; }
    .card .card_image.full img {
      height: 100%;
      width: auto;
      max-width: 100%; }
  .card .card_body {
    padding: 15px 20px;
    text-align: left; }
    .card .card_body a {
      text-decoration: none; }
  .card .card_footer {
    height: 50px;
    padding: 10px;
    position: relative;
    top: -20px; }
    .card .card_footer .card_actions {
      display: inline-block; }
    .card .card_footer .other_actions {
      position: absolute;
      bottom: 10px;
      right: 10px;
      height: 28px;
      text-align: right; }
      .card .card_footer .other_actions .action {
        height: 28px;
        width: auto; }
  .card.large {
    width: 100%;
    min-width: 400px;
    max-width: 1200px;
    min-height: 250px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 30em) {
      .card.large {
        max-width: 100%;
        min-width: 320px; } }
    .card.large .card_image {
      width: 50%;
      min-width: 400px;
      height: 250px;
      text-align: center;
      padding: 20px;
      flex-grow: 1; }
      @media all and (max-width: 30em) {
        .card.large .card_image {
          height: 150px;
          max-width: 100%;
          min-width: 320px; } }
      .card.large .card_image.cover {
        padding: 0; }
        .card.large .card_image.cover img {
          max-width: 100%;
          max-height: unset;
          width: 100%;
          height: auto; }
      .card.large .card_image img {
        max-width: 100%;
        max-height: 100%;
        /*height: 100%;*/
        width: auto; }
    .card.large .card_body {
      width: 50%;
      min-width: 400px;
      height: 250px;
      flex-grow: 1; }
      @media all and (max-width: 30em) {
        .card.large .card_body {
          max-width: 100%;
          min-width: 320px; } }
    .card.large .event_desc {
      height: 160px; }
      @media all and (max-width: 30em) {
        .card.large .event_desc {
          text-align: center; } }
      .card.large .event_desc .event_title {
        height: 50px; }
        .card.large .event_desc .event_title span {
          color: black;
          font-style: italic; }
    .card.large .card_desc {
      height: 150px; }
      @media all and (min-width: 30.1em) and (max-width: 50em) {
        .card.large .card_desc {
          text-align: center; } }
      @media all and (max-width: 30em) {
        .card.large .card_desc {
          text-align: center; } }
    .card.large .card_footer {
      height: 40px;
      padding: 0;
      position: relative;
      border-top: 1px solid #e0e0e0;
      padding-top: 10px;
      top: 0px; }
      .card.large .card_footer .card_actions .follow_links {
        vertical-align: middle; }
        .card.large .card_footer .card_actions .follow_links span {
          font-weight: bold;
          vertical-align: middle; }
        .card.large .card_footer .card_actions .follow_links img {
          vertical-align: middle; }
      .card.large .card_footer .other_actions {
        position: absolute;
        right: 0;
        bottom: 0; }
      .card.large .card_footer h3 {
        margin-bottom: 5px; }
      .card.large .card_footer .inline_social {
        width: 100%; }
        .card.large .card_footer .inline_social div {
          display: inline-block;
          width: 9%;
          vertical-align: middle; }
          @media all and (max-width: 30em) {
            .card.large .card_footer .inline_social div {
              width: 15%; } }
    .card.large .card_map {
      width: 50%;
      min-width: 400px;
      height: 250px;
      flex-grow: 1;
      padding: 0px; }
      @media all and (max-width: 30em) {
        .card.large .card_map {
          max-width: 100%;
          min-width: 320px; } }
      .card.large .card_map .map_display {
        width: 100%;
        height: 250px;
        margin: auto; }
  .card.small {
    width: 260px;
    vertical-align: top;
    margin: 10px 15px; }
    @media all and (max-width: 30em) {
      .card.small {
        max-width: 300px; } }
    .card.small .card_image {
      height: 140px;
      width: 100%;
      overflow: hidden;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
      .card.small .card_image img {
        width: 100%;
        height: auto; }
    .card.small .card_body {
      width: 100%;
      height: 150px;
      min-width: 200px;
      flex-grow: 1;
      padding: 5px 10px; }
      @media all and (max-width: 30em) {
        .card.small .card_body {
          max-width: 100%; } }
    .card.small .card_footer {
      top: 0px; }
    .card.small .card_desc {
      height: 180px;
      padding-top: 10px; }
  .card.search {
    width: 100%;
    max-width: 1200px;
    border-top: 10px solid #003399; }
    .card.search .search_bar {
      height: 42px;
      width: 80%;
      max-width: 700px;
      border-radius: 2px;
      display: inline-flex;
      margin: auto;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      .card.search .search_bar input, .card.search .search_bar select {
        border: none;
        background-color: transparent;
        flex-grow: 1;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0; }
      .card.search .search_bar input[type='text'] {
        height: 100%;
        width: 60%;
        padding: 10px;
        font-size: 16px; }
      .card.search .search_bar select {
        padding: 0 10px;
        font-size: 16px; }
      .card.search .search_bar button {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
  .card .event_desc {
    height: 120px; }
    .card .event_desc .event_title {
      height: 70px;
      margin-top: 10px;
      overflow-y: hidden; }
      .card .event_desc .event_title span {
        color: black;
        font-style: italic; }
    .card .event_desc h3 {
      margin-bottom: 0px;
      font-weight: bold; }
    .card .event_desc span {
      color: #727272; }
    .card .event_desc span.range {
      color: #0066cc;
      font-weight: bold; }
  .card .campaign_desc {
    padding: 10px 0px; }
    .card .campaign_desc h3 {
      margin-bottom: 0px; }
    .card .campaign_desc .campaign_supporter {
      color: #003399;
      margin-bottom: 15px;
      height: 70px; }
    .card .campaign_desc .campaign_progress {
      height: 50px;
      margin-bottom: 25px; }
      .card .campaign_desc .campaign_progress .progress_values {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
      .card .campaign_desc .campaign_progress .progress_bar {
        width: 100%;
        height: 20px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #e0e0e0;
        position: relative;
        text-align: left; }
        .card .campaign_desc .campaign_progress .progress_bar span {
          position: absolute;
          height: 100%;
          width: 50%;
          background-color: #0066cc; }

.cartTotal {
  text-align: right;
  font-weight: bolder;
  padding: 10px; }
  .cartTotal .sumof {
    font-size: 2em;
    color: #990000; }
    @media all and (max-width: 30em) {
      .cartTotal .sumof {
        font-size: 1.5em; } }

.cartList .cartitem.check {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px; }
.cartList .cartitem.thanks {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  width: 90%;
  margin: auto; }
.cartList .cartitem .opts {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  height: 100%;
  text-align: center; }
  @media all and (max-width: 30em) {
    .cartList .cartitem .opts {
      width: 100%; }
      .cartList .cartitem .opts div {
        margin-top: 15px; }
      .cartList .cartitem .opts div input {
        margin-right: 20px; } }
  .cartList .cartitem .opts.check {
    width: 24%; }
    @media all and (max-width: 30em) {
      .cartList .cartitem .opts.check {
        width: 100%; } }
  .cartList .cartitem .opts div {
    margin-top: 8px; }
  .cartList .cartitem .opts.thanks {
    width: 100%;
    display: block;
    text-align: left; }
    .cartList .cartitem .opts.thanks div {
      margin-top: 0px; }
    .cartList .cartitem .opts.thanks .thanks_nav {
      display: inline-block;
      width: 60%;
      vertical-align: top;
      padding-left: 15px;
      font-size: 18px;
      line-height: 24px; }
      @media all and (max-width: 30em) {
        .cartList .cartitem .opts.thanks .thanks_nav {
          width: 100%; } }
    .cartList .cartitem .opts.thanks .thanks_share {
      display: inline-block;
      width: 38%;
      vertical-align: top;
      font-size: 18px; }
      @media all and (max-width: 30em) {
        .cartList .cartitem .opts.thanks .thanks_share {
          width: 100%; } }
      .cartList .cartitem .opts.thanks .thanks_share img {
        max-height: 24px;
        vertical-align: text-bottom;
        margin: 0px 2px; }
        @media all and (max-width: 30em) {
          .cartList .cartitem .opts.thanks .thanks_share img {
            margin: 0px 4px; } }
  .cartList .cartitem .opts.rec .sum {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right; }
    .cartList .cartitem .opts.rec .sum .num {
      color: #990000; }
.cartList .cartitem .info {
  display: inline-block;
  vertical-align: top;
  width: 65%; }
  @media all and (max-width: 30em) {
    .cartList .cartitem .info {
      width: 100%; } }
  .cartList .cartitem .info.check {
    width: 75%; }
    @media all and (max-width: 30em) {
      .cartList .cartitem .info.check {
        width: 100%; } }
  .cartList .cartitem .info.thanks {
    width: 100%;
    display: block; }
  .cartList .cartitem .info .topline {
    margin-bottom: 10px;
    font-size: 18px; }
  .cartList .cartitem .info .name {
    display: inline-block;
    vertical-align: top;
    width: 55%; }
    .cartList .cartitem .info .name .cartcharity {
      color: #003399;
      font-weight: bold; }
    .cartList .cartitem .info .name .truncate {
      width: 90%; }
  .cartList .cartitem .info .sum {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right; }
    .cartList .cartitem .info .sum .num {
      color: #990000; }
  .cartList .cartitem .info .infoline {
    padding: 0px 5px; }
    .cartList .cartitem .info .infoline span.label {
      font-weight: bold; }
  .cartList .cartitem .info .toplinethanks {
    margin-bottom: 10px;
    font-size: 18px; }
    .cartList .cartitem .info .toplinethanks .sum {
      display: inline-block;
      width: 30%; }
      @media all and (max-width: 30em) {
        .cartList .cartitem .info .toplinethanks .sum {
          width: 100%; } }
    .cartList .cartitem .info .toplinethanks .name {
      display: inline-block;
      width: 60%; }
      @media all and (max-width: 30em) {
        .cartList .cartitem .info .toplinethanks .name {
          width: 100%; } }

.checkout {
  padding-left: 30px; }
  .checkout .checkfield {
    margin-bottom: 15px; }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      .checkout .checkfield {
        width: 80%;
        margin: auto;
        margin-bottom: 15px; } }
  .checkout .text {
    width: 70%; }
    @media all and (max-width: 30em) {
      .checkout .text {
        width: 90%; } }
  .checkout .select {
    width: 70%; }
    @media all and (max-width: 30em) {
      .checkout .select {
        width: 90%; } }
  .checkout .check_section {
    font-weight: bold;
    margin: 10px 0px; }
  .checkout .fee_option {
    padding: 10px 0px; }

.thanksinfo div {
  display: inline-block;
  width: 40%; }
.thanksinfo div:first-child {
  font-weight: bold;
  text-align: right; }

.flt_cta_button {
  height: 36px;
  padding: 0 8px;
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 2px;
  -webkit-appearance: none; }
  .flt_cta_button.large {
    padding: 0px 16px; }
  .flt_cta_button.x_large {
    padding: 0px 35px;
    height: 70px;
    font-size: 25px;
    letter-spacing: 1px; }
    .flt_cta_button.x_large.link {
      color: white !important;
      padding: 10px 35px; }
  .flt_cta_button .small {
    border-radius: 6px;
    padding: 0px 8px; }
  .flt_cta_button.home {
    padding: 0px 35px;
    width: 215px;
    height: 70px;
    font-size: 25px;
    letter-spacing: 1px; }

.select {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 16px;
  padding-left: 10px;
  height: 40px;
  width: 300px; }
  .select .searchin {
    font-size: 18px;
    height: 60px; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .select {
      max-width: 300px;
      width: 100%; } }
  @media all and (max-width: 30em) {
    .select {
      max-width: 300px;
      width: 100%; } }

.text {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 16px;
  padding-left: 10px;
  height: 40px;
  width: 300px; }
  .text.full {
    width: 100%; }
  .text.short {
    width: auto; }
  .text.home {
    width: 100%;
    height: 70px;
    box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.4);
    font-size: 18px; }
  .text .searchin {
    font-size: 18px;
    height: 60px; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .text {
      max-width: 300px;
      width: 100%; } }
  @media all and (max-width: 30em) {
    .text {
      max-width: 300px;
      width: 100%; } }

.textarea {
  width: 300px;
  height: 100px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px;
  padding-right: 10px;
  padding-right: 20px;
  resize: none;
  margin-bottom: 5px; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .textarea {
      max-width: 300px;
      width: 100%; } }
  @media all and (max-width: 30em) {
    .textarea {
      max-width: 280px; } }

.ticket_list .ticket {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 10px 20px; }
  @media all and (max-width: 30em) {
    .ticket_list .ticket {
      padding: 10px; } }
.ticket_list .ticket_name {
  display: inline-block;
  width: 36%;
  vertical-align: top; }
.ticket_list .ticket_price {
  display: inline-block;
  width: 30%;
  vertical-align: top; }
.ticket_list .ticket_quantity {
  display: inline-block;
  width: 30%;
  vertical-align: top; }
.ticket_list .ticket_description {
  font-style: italic;
  padding-left: 15px; }

.commentfeed {
  display: block;
  max-height: 500px;
  overflow-y: scroll; }
  .commentfeed .donor {
    padding: 5px;
    color: #003366; }
  .commentfeed .comment {
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 5px;
    border: none; }

.sharemenu {
  background-color: white;
  width: 100%;
  padding: 5px;
  text-align: left;
  border: 1px solid #727272; }
  .sharemenu span {
    text-align: left;
    display: block; }
  .sharemenu div {
    display: inline-block;
    width: 22%;
    vertical-align: middle; }

.home_search_box {
  padding: 30px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  border-top: 16px #003399 solid; }
  .home_search_box .seach_body {
    margin-bottom: 10px; }
    .home_search_box .seach_body .search_intro {
      text-align: center;
      margin-bottom: 15px; }
      .home_search_box .seach_body .search_intro h1 {
        color: #0066cc;
        margin-bottom: 8px; }
      .home_search_box .seach_body .search_intro span {
        color: #003399; }
  .home_search_box .search_field {
    text-align: center;
    padding: 0px 40px; }
    @media screen and (max-width:40em) {
      .home_search_box .search_field {
        padding: 0px; } }
    .home_search_box .search_field .search_input {
      display: inline-block;
      width: 75%; }
      @media screen and (max-width:40em) {
        .home_search_box .search_field .search_input {
          width: 90%; } }
    .home_search_box .search_field .search_button {
      display: inline-block;
      width: 20%;
      margin-left: 20px;
      text-align: left; }
      @media screen and (max-width:40em) {
        .home_search_box .search_field .search_button {
          width: 90%;
          margin-left: 0px;
          text-align: center; } }

.search_container {
  min-height: 600px;
  width: 100%;
  /** Thermometers **/
  /** Thermometers **/
  /** Campaign list pages **/ }
  .search_container .search_refine {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 30%;
    /*margin-left: 20px; */ }
    @media all and (min-width: 30.1em) and (max-width: 50em) {
      .search_container .search_refine {
        width: 100%;
        text-align: center; } }
    @media all and (max-width: 30em) {
      .search_container .search_refine {
        width: 100%;
        text-align: center; } }
    .search_container .search_refine .top {
      text-align: center;
      font-weight: bold; }
    .search_container .search_refine .top h2 {
      font-weight: bold; }
    .search_container .search_refine .ddl_nav {
      margin-top: 10px; }
      @media all and (min-width: 30.1em) and (max-width: 50em) {
        .search_container .search_refine .ddl_nav {
          margin-top: 15px; } }
      @media all and (max-width: 30em) {
        .search_container .search_refine .ddl_nav {
          width: 80%;
          margin: auto;
          margin-top: 15px; } }
    .search_container .search_refine ul {
      padding: 0px;
      list-style-type: none;
      width: 90%;
      margin: 10px auto;
      text-align: left; }
      .search_container .search_refine ul .liopt {
        padding: 10px; }
        @media all and (min-width: 30.1em) and (max-width: 50em) {
          .search_container .search_refine ul .liopt {
            margin-bottom: 15px; } }
        @media all and (max-width: 30em) {
          .search_container .search_refine ul .liopt {
            margin-bottom: 15px; } }
        .search_container .search_refine ul .liopt .btn {
          font-size: .8em;
          padding: 5px;
          margin: 2px 0px;
          width: 60%; }
        .search_container .search_refine ul .liopt:hover > .drop_down_opts {
          display: block; }
    .search_container .search_refine .drop_down_lbl {
      font-size: 1em; }
    .search_container .search_refine .drop_down_opts {
      display: none; }
    .search_container .search_refine .eventop {
      display: block;
      width: 100%; }
    .search_container .search_refine .cal-opt {
      font-size: .9em; }
    .search_container .search_refine .cal-img {
      width: 10%; }
    .search_container .search_refine .sort-option {
      border-bottom: 2px solid #ccc;
      margin-bottom: 5px;
      background-image: url("../images/arrow-204-16.gif");
      background-repeat: no-repeat;
      background-position: 90%; }
      .search_container .search_refine .sort-option div {
        display: inline-block; }
        .search_container .search_refine .sort-option div a {
          color: black;
          text-decoration: none; }
        .search_container .search_refine .sort-option div a:hover {
          color: #00C; }
    .search_container .search_refine .sort-option div .sort-option liopt {
      width: 100%; }
    .search_container .search_refine #opt0, .search_container .search_refine #opt1, .search_container .search_refine #opt2, .search_container .search_refine #opt3 {
      font-size: 1.2em; }
    .search_container .search_refine .from, .search_container .search_refine .to {
      display: inline;
      width: 65%; }
  .search_container .search_map_list {
    float: left;
    width: 300px;
    margin-left: 15px;
    list-style: none;
    overflow-y: auto; }
  .search_container #map-canvas {
    min-height: 300px;
    max-height: 550px;
    width: 96%;
    max-width: 1000px;
    margin: auto; }
  .search_container #progressbar {
    background: #CCFF66; }
  .search_container #progressbar div {
    background: #f00;
    text-align: left; }
  .search_container #lights {
    color: red;
    text-align: center; }
  .search_container .fillholder {
    width: 90%;
    max-width: 600px;
    text-align: left;
    margin: auto; }
  .search_container .search_listing {
    text-align: center;
    display: inline-block;
    width: 69.5%;
    vertical-align: top;
    margin: auto; }
    @media screen and (max-width:40em) {
      .search_container .search_listing {
        width: 100%; } }
    .search_container .search_listing .search_item {
      margin: auto auto 8px;
      display: inline-block;
      padding: 10px;
      width: 90%;
      border: 1px solid #727272;
      background-color: #FFF; }
      .search_container .search_listing .search_item .item_body {
        width: 98%;
        margin: auto; }
      .search_container .search_listing .search_item .item_text {
        vertical-align: middle;
        text-align: left;
        color: #333;
        margin-left: 15px; }
        .search_container .search_listing .search_item .item_text .item_title {
          font-size: 1.3em; }
        .search_container .search_listing .search_item .item_text span {
          font-size: 1.1em; }
      .search_container .search_listing .search_item .item_image {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 25%; }
        .search_container .search_listing .search_item .item_image img {
          max-width: 100%;
          max-height: 130px; }
      .search_container .search_listing .search_item.event .item_text {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color: #333;
        margin-left: 15px; }
      .search_container .search_listing .search_item.feature {
        border: 1px solid #003399;
        padding: 0px; }
        .search_container .search_listing .search_item.feature .search_feature {
          background-color: #003399;
          color: white;
          padding: 3px; }
        .search_container .search_listing .search_item.feature .item_body {
          background-color: white;
          padding: 10px; }
        .search_container .search_listing .search_item.feature .item_text {
          width: 70%;
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          color: #333;
          margin-left: 15px; }
  .search_container .inb {
    display: inline-block; }
  .search_container .in {
    display: inline; }
  .search_container .inline {
    display: inline; }
  .search_container .hrsep {
    width: 85%;
    color: #cccccc;
    height: 2px; }
  .search_container .nodata {
    font-size: 1.1em;
    font-weight: bolder;
    font-variant: small-caps; }
  .search_container #char {
    font-weight: bold;
    text-align: center; }
  .search_container #list {
    font-size: .9em;
    width: 80%; }
  .search_container div .cbox {
    width: 280px;
    height: 250px;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #CCC;
    color: black;
    margin: 5px 10px; }
  .search_container .cbtitle {
    /*min-height:18%;*/
    color: #6363FF; }
  .search_container .cbcampaign {
    /*min-height:12%;*/ }
  .search_container .cbsumbox {
    min-height: 8%; }
  .search_container .cbshow {
    margin-top: 5px; }
  .search_container .cbbar {
    background-color: #999;
    text-align: left;
    border-radius: 25px;
    /*border: 1px solid #008000;*/ }
  .search_container .cbbarfill {
    background-color: #2bde73;
    border-radius: 15px;
    margin-left: 1px; }
  .search_container .cbinfo {
    min-height: 80px;
    max-height: 80px;
    overflow-y: hidden;
    padding: 3px; }
  .search_container .cbvals {
    min-height: 45px; }
  .search_container div.logobox {
    width: 100%;
    height: 45%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .search_container .logo {
    max-height: 98%;
    max-width: 98%;
    margin: 2px 0px; }
  .search_container .sum {
    font-size: 1em; }
  .search_container div .sbox {
    width: 200px;
    height: 180px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border: 1px outset;
    color: #333;
    margin: 5px 8px; }
  .search_container div .slogo {
    max-height: 60%;
    max-width: 94%; }
  .search_container .slogobox {
    height: 50%;
    width: 100%;
    margin: 2px 0px; }
  .search_container .snamebox {
    min-height: 25%; }
  .search_container .screenimg {
    max-width: 70%;
    margin: auto; }
  .search_container .screenimg img {
    max-width: 90%;
    text-align: center; }
  .search_container div .hold {
    width: 100%;
    text-align: left; }

.spotlight_container .spotlite {
  text-align: left;
  padding: 0px 15px; }
.spotlight_container .spotlogo {
  text-align: center; }
.spotlight_container .spotlogo img, .spotlight_container iframe {
  max-width: 100%; }
.spotlight_container .spotlite a {
  /*color:#039;*/
  text-decoration: none; }
.spotlight_container .spotbtn {
  padding: 10px;
  background-color: #039;
  color: white; }
.spotlight_container .spotlite .charity {
  font-size: 1.5em;
  font-weight: bold;
  color: #039; }
.spotlight_container .spotlite .addr {
  color: #727272; }
.spotlight_container .spotextra {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center; }
.spotlight_container .spotvid {
  margin: 15px 0px;
  text-align: center; }
@media all and (max-width: 50em), handheld {
  .spotlight_container .spotlite {
    width: 100%; }
  .spotlight_container .spotinfo {
    text-align: center; } }

.gT_section {
  text-align: center; }
  .gT_section .gtimg img {
    max-width: 100%;
    max-height: 250px; }
  .gT_section .gttitle {
    color: #973832; }

.discover_container .banner {
  height: 300px;
  width: 100%;
  background-image: url(../images/cover/image_fieldparty.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  filter: brightness(0.9); }
.discover_container .banner h1 {
  color: white;
  font-size: 2.5em; }
.discover_container .banner h3 {
  color: white;
  font-size: 1.25em; }
.discover_container .banner_inner_align {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 2px 4px black;
  padding-top: 70px; }
.discover_container .discover_desc {
  margin-bottom: 6px; }
.discover_container .discover_cat {
  text-decoration: none;
  font-weight: normal;
  color: #013399; }
.discover_container .discover_list {
  padding-top: 30px;
  margin: 0;
  list-style-type: none;
  text-align: center; }
.discover_container .discover_list .discover_listing {
  display: inline-block;
  margin: 0px 20px 10px 20px;
  width: 280px;
  vertical-align: top;
  height: 280px;
  padding-bottom: 0px 10px 10px 10px;
  border: 1px solid #e0e0e0; }
.discover_container .discover_listing .charity_logo {
  height: 150px;
  width: 150px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
.discover_container .discover_listing .charity_logo img {
  height: auto;
  max-height: 150px;
  max-width: 150px;
  width: auto; }
.discover_container .discover_listing .charity_info {
  margin-top: 15px; }
.discover_container .discover_listing .charity_name {
  height: 40px;
  font-weight: bold;
  color: #003366; }
.discover_container .discover_listing .charity_location {
  height: 20px;
  color: #7d7d7d; }
.discover_container .tabs {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  padding-top: 2px; }
.discover_container .tabs_cont:first-child {
  border-left: none; }
.discover_container .tab {
  border-left: 1px solid #afafaf;
  margin-left: -4px;
  width: 15%;
  padding: 5px 0px; }
.discover_container .tab .active {
  border-bottom: #003399 1px solid;
  font-weight: bold;
  color: #003399; }
.discover_container .tab a {
  text-decoration: none;
  color: #006699;
  padding: 5px 0px; }
@media screen and (max-width: 1024px) {
  .discover_container .tabs_cont {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-top: 1px solid #c5c5c5;
    margin-top: 10px;
    padding: 0 10px; } }
@media screen and (max-width:30em) {
  .discover_container .banner_inner_align {
    padding-top: 30px; }
  .discover_container .discover_list {
    padding-top: 10px; }
  .discover_container .discover_list .discover_listing {
    margin-top: 10px; }
  .discover_container .discover_listing .charity_name, .discover_container .discover_listing .charity_location {
    height: auto; }
  .discover_container .tab {
    width: auto;
    padding: 15px 10px; } }

.help_container .header_container {
  position: static; }
.help_container .wrapper {
  margin: auto;
  width: 600px;
  height: 200px;
  margin-top: 45px;
  margin-bottom: 45px; }
.help_container .container {
  margin: auto;
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  padding-bottom: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left; }
.help_container .answer-header {
  padding-top: 20px;
  clear: right;
  text-align: center;
  height: 74px; }
.help_container .help-search {
  width: 600px;
  height: 34px;
  border: 3px solid #e8e8e8;
  padding: 0 8px; }
.help_container .help-search:empty + .help-submit {
  pointer-events: none;
  background-color: #90b5da; }
.help_container .help-search:focus {
  border-color: #99ccff; }
.help_container .header-inner-align {
  padding: 10px;
  height: 54px; }
.help_container .header-fixed {
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  background-color: white;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  height: 54px;
  padding-top: 10px;
  padding-top: 10px; }
.help_container .help-submit {
  color: white;
  height: 34px;
  width: 120px;
  border: none;
  background-color: #0066cc;
  margin-left: 8px; }
.help_container .inline {
  display: inline-block;
  padding: 50px; }
.help_container #innerContent {
  vertical-align: top;
  width: 75%;
  padding: 0 70px 0 50px;
  display: inline-block;
  border-right: 1px solid #e0e0e0; }
.help_container #sideContent {
  width: 24%;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
  margin: auto; }
.help_container .feedback {
  padding: 20px;
  width: 100%px;
  /*background-color: #e8e8e8;*/
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #3399FF;
  border-bottom: 1px solid #3399FF; }
.help_container .feedback button:hover {
  background-color: #e8e8e8; }
.help_container .feedback button:first-of-type {
  margin-right: 5px; }
.help_container .feedback:nth-child(2) {
  font-size: 4em; }
.help_container .helpbutton {
  color: #0066cc;
  background-color: #ffffff;
  border: none;
  width: 70px;
  height: 40px; }
.help_container #relatedQs {
  vertical-align: top;
  width: 20%;
  padding: 20px;
  margin-left: 10px; }
.help_container .head {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #003399;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.15);
  z-index: 20; }
.help_container .help_header {
  text-align: center;
  height: 300px;
  width: 100%;
  /*box-shadow: 0px 8px 7px 0px rgba(0,0,0,.15);*/
  background-color: white;
  padding-top: 70px;
  background-image: url("../images/cover/help_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }
.help_container .splash {
  color: white;
  font-family: sans-serif; }
.help_container .searchbar {
  display: inline-block;
  position: relative;
  z-index: 1; }
.help_container .help-search {
  width: 800px;
  height: 34px;
  padding: 0 10px;
  border-radius: 2px;
  border: none;
  transition: all .3s ease-in-out;
  box-shadow: 0px 0px 6px 4px rgba(45, 45, 45, 0.33); }
.help_container .help-search + input[type=submit] {
  transition: all .3s ease-in-out;
  color: white;
  height: 34px;
  width: 120px;
  border: none;
  background-color: #0066cc;
  margin-left: -7px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  position: absolute;
  top: 0;
  right: 0; }
.help_container .help-search:focus {
  box-shadow: 0px 5px 14px 8px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  transform: translateY(-3px); }
.help_container .help-search:focus + input[type=submit] {
  transform: translateY(-3px);
  transition: all .3s ease-in-out; }
.help_container .cat_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: auto; }
.help_container .cat_list p {
  font-family: sans-serif;
  color: white;
  padding: 6px 8px;
  font-size: 14px; }
.help_container .cat_list a {
  text-decoration: none;
  padding: 6px 8px; }
.help_container .cat_list .button {
  color: #003399;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 4px rgba(45, 45, 45, 0.33);
  line-height: 20px; }
.help_container .help_opts {
  width: 600px;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top; }
.help_container .opt_cont {
  display: inline-block;
  width: 49%;
  text-align: center;
  vertical-align: top;
  text-decoration: none; }
.help_container .help_opt:hover {
  box-shadow: 0px 3px 22px 10px rgba(165, 165, 165, 0.2);
  transition: all .3s ease-in-out;
  transform: translateY(-3px);
  cursor: pointer; }
.help_container .help_opt:hover .opt_mock_btn {
  color: white;
  background-color: #003399;
  transition: all .3s ease-in-out; }
.help_container .help_opt {
  width: 270px;
  height: 220px;
  padding: 20px;
  background-color: white;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0px 0px 6px 2px rgba(165, 165, 165, 0.3);
  transition: all .3s ease-in-out;
  border: 1px solid #e0e0e0; }
.help_container .opt_icon {
  margin-bottom: 10px; }
.help_container .opt_icon img {
  width: 70px;
  height: auto; }
.help_container .opt_btn {
  color: #0066cc;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px; }
.help_container .opt_mock_btn {
  width: 80%;
  height: 32px;
  color: #0066cc;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #003399;
  margin: auto;
  padding: 6px 0;
  font-family: sans-serif;
  margin-top: 30px;
  transition: all .3s ease-in-out; }
.help_container .opt_mock_btn span {
  font-size: 16px; }
.help_container .question_cont {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-decoration: none;
  display: block; }
.help_container .question_link {
  line-height: 26px;
  margin-bottom: 0;
  color: #0066cc; }
.help_container .question_description {
  line-height: 22px;
  margin-top: 0px; }
.help_container .question_badge {
  background-color: white;
  padding: 3px 6px;
  border-radius: 2px;
  color: #0066cc;
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 12px;
  vertical-align: bottom;
  border: 1px solid #e0e0e0; }
.help_container .question_desc {
  color: #7b7b7b;
  font-size: 14px; }
.help_container .question_cont {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0 30px 0 0; }
.help_container .question_description {
  line-height: 22px;
  margin-top: 0px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  padding: 0 30px 0 0;
  color: #7b7b7b;
  font-size: 14px;
  overflow: hidden; }
.help_container .question_badge {
  background-color: #afafaf;
  padding: 3px 6px;
  border-radius: 2px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 12px;
  vertical-align: bottom;
  border: 1px solid #a2a2a2; }
.help_container .cat_container {
  margin-bottom: 6px; }
.help_container .cat_container a, .help_container .cat_container a:link, .help_container .cat_container a:hover, .help_container .cat_container a:visited {
  text-decoration: none;
  color: #0066cc; }
@media only screen and (max-width:960px) {
  .help_container .splash h1 {
    font-size: 1.8em; }
  .help_container .help-search {
    width: 90vw; }
  .help_container .help-search + button {
    width: 80px; }
  .help_container .cat_list {
    display: none; }
  .help_container .wrapper {
    width: 100%;
    height: auto;
    margin-top: unset; }
  .help_container .container {
    padding: 0; }
  .help_container .help_opts {
    width: 100%; }
  .help_container .opt_cont {
    width: auto;
    margin-bottom: 20px; }
  .help_container .opt_mock_btn {
    height: auto; } }
@media only screen and (max-width:30em) {
  .help_container .container {
    width: 100%; }
  .help_container #innerContent {
    padding: 10px;
    width: 100%; }
  .help_container #sideContent {
    padding: 10px;
    width: 100%; }
  .help_container .inline {
    padding: 0px; }
  .help_container .question_cont {
    padding: 0px; }
  .help_container .help_header {
    height: 200px; } }

.price_container h2.price {
  margin-top: 0; }
.price_container .inblock {
  display: inline-block;
  vertical-align: top; }
.price_container .why_us {
  padding-bottom: 20px; }
.price_container .why_us h2 {
  width: 100%;
  text-align: center; }
.price_container .nyc_info {
  width: 800px;
  margin: auto;
  padding-bottom: 20px;
  height: 80px; }
.price_container .nyc_fact {
  width: 300px;
  margin-left: 60px;
  margin-right: 210px; }
.price_container .nyc_graphic {
  width: 160px;
  height: 100%; }
.price_container .nyc_fact p {
  margin-top: 0; }
.price_container .nyc_graphic img {
  height: 100%; }
.price_container .whats_included {
  padding-top: 20px;
  text-align: center;
  width: 800px;
  margin: auto;
  padding-bottom: 20px;
  /*background-color: #eeeeee;*/ }
.price_container .whats_included .inblock {
  width: 49%;
  text-align: left;
  padding: 0px 15px; }
.price_container .whats_included .flow {
  margin-left: 35px; }
.price_container .quick_faq {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 800px;
  margin: auto;
  background-color: #eeeeee; }
.price_container .quick_faq .inblock {
  width: 35.5%;
  margin: 0 7%;
  padding-bottom: 20px; }
.price_container .paid_services {
  text-align: center;
  width: 800px;
  margin: auto;
  padding: 20px 60px; }
.price_container .service {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left; }
.price_container .service_icon {
  text-align: center;
  width: 20%; }
.price_container .service_desc {
  width: 70%;
  padding-left: 30px;
  vertical-align: middle; }
.price_container .bullet {
  color: #003399;
  text-align: center; }
@media all and (max-width: 50em), handheld {
  .price_container .paddingl {
    padding: 15px; }
  .price_container .why_us {
    padding-bottom: 20px; }
  .price_container .why_us h2 {
    width: 100%;
    text-align: center; }
  .price_container .nyc_info {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    height: auto; }
  .price_container .nyc_fact {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px; }
  .price_container .nyc_fact p {
    margin-top: 0px; }
  .price_container .nyc_graphic {
    width: 100%;
    height: 100%;
    text-align: center; }
  .price_container .nyc_graphic img {
    height: 100%;
    max-width: 100%; }
  .price_container .whats_included {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    background-color: #eeeeee; }
  .price_container .whats_included .inblock {
    width: 100%;
    text-align: left;
    padding: 0px 10px; }
  .price_container .whats_included .flow {
    width: 80%;
    margin: auto; }
  .price_container .quick_faq {
    width: 100%;
    margin: auto;
    background-color: #eeeeee; }
  .price_container .quick_faq .inblock {
    width: 100%;
    margin: 0px;
    padding-bottom: 10px; }
  .price_container .paid_services {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 10px; }
  .price_container .service {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left; }
  .price_container .service_icon {
    text-align: center;
    width: 100%; }
  .price_container .service_desc {
    width: 100%;
    padding: 0px 5px;
    vertical-align: middle;
    text-align: center; } }

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .ui-tabs-vertical .ui-tabs-nav {
      float: none;
      width: 100%; } }
  @media all and (max-width: 30em) {
    .ui-tabs-vertical .ui-tabs-nav {
      float: none;
      width: 100%; } }

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0; }

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 80%;
  text-align: left; }
  @media all and (min-width: 30.1em) and (max-width: 50em) {
    .ui-tabs-vertical .ui-tabs-panel {
      float: none;
      width: 100%; } }
  @media all and (max-width: 30em) {
    .ui-tabs-vertical .ui-tabs-panel {
      float: none;
      width: 100%; } }

.ui-widget-content {
  border: none !important; }

.login_container .logsec {
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: center; }
  .login_container .logsec .logtype .field_input {
    min-width: 100px;
    padding: 8px 10px;
    background-color: #cacaca;
    display: inline-block;
    color: black;
    cursor: pointer; }
  .login_container .logsec .logtype .active {
    background-color: #6CF !important; }
.login_container .section_group {
  width: 60%;
  margin: 10px auto; }
  @media all and (max-width: 30em) {
    .login_container .section_group {
      width: 100%; } }
  .login_container .section_group .section_sub_group {
    margin: 10px 0px; }
.login_container .inline_field {
  min-height: 20px;
  margin-bottom: 10px; }
  .login_container .inline_field table {
    width: 200px; }
.login_container .field_input input:focus + .field_help {
  display: block; }
.login_container .field_help {
  display: none;
  width: 250px;
  vertical-align: middle;
  margin-left: 15px;
  background-color: #039;
  padding: 5px;
  color: white;
  font-size: .9em;
  position: absolute;
  top: 0;
  left: 100%; }
.login_container .field_help.static {
  display: block; }
.login_container .field_help:before {
  content: ' ';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #039;
  position: absolute;
  left: -10px;
  top: 4px; }