.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f8f8f2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.4;
}

p {
  margin-bottom: 30px;
  line-height: 1.6;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.cta {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #2d5193;
}

.body {
  background-color: #f8f8f2;
}

.white-background {
  background-color: #fff;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 280px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d5193), to(#2d5193));
  background-image: linear-gradient(180deg, #2d5193, #2d5193);
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navbar {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #2d5193;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.container {
  position: relative;
  display: block;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  margin-bottom: 39px;
  font-size: 80px;
  line-height: 1;
}

.thermometerbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efb21f;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #363636;
  color: #fff;
  text-align: center;
}

.footer-logo-link {
  display: inline-block;
  height: 71px;
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.footer-image {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -o-object-fit: cover;
  object-fit: fill;
}

.personblock {
  position: relative;
  height: 490px;
}

.championlabel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  padding: 10px 30px;
  border-radius: 7px 7px 0px 0px;
  background-color: #e02a00;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.featuredescription {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}

.percentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.percent {
  margin-right: 15px;
  color: #e02a00;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

.percentlabel {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-span {
  color: #e02a00;
}

.feature-title {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1;
}

.donorwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donorblock {
  height: auto;
  max-width: 226px;
  min-width: 226px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  border: 2px none #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}

.donorimage {
  width: 100%;
  height: 290px;
  margin-bottom: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.donorcontent {
  position: relative;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
}

.donorname {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.donorposition {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
}

.donorlabel {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.donortotal {
  color: #e02a00;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.button {
  padding: 17px 30px;
  border-radius: 100px;
  background-color: #e5e5e5;
  color: #676767;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button.bluefill {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.button.small {
  padding: 10px 20px;
  font-size: 14px;
}

.sectionheader {
  max-width: 50vw;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #3b3b3b;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.centered {
  text-align: center;
}

.eventswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eventblock {
  height: auto;
  max-width: 365px;
  min-width: 344px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 50px;
  border: 2px none #000;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}

.eventcontent {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.eventtitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.eventdate {
  margin-bottom: 18px;
  color: #e02a00;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.eventabstract {
  margin-bottom: 25px;
  line-height: 1.5;
}

.sectionbackgroundimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.5;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -o-object-fit: cover;
  object-fit: cover;
}

.ctacontentblock {
  margin: 0px;
}

.cta-title {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.ctablurb {
  max-width: 80%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
}

.ctavideocolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-color: #000;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colctadirectgiving {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efb21f;
}

.bluetext {
  color: #2d5193;
}

.bluefill {
  background-color: #2d5193;
  color: #fff;
}

.image-2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.col1-support-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col2-support-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.supportbar {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}

.login-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  font-size: 10px;
  text-transform: uppercase;
}

.login-image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-status {
  color: #e02a00;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 25px auto;
  float: none;
  border: 20px none #000;
}

.nav-link {
  font-style: normal;
  text-align: center;
}

.nav-link:hover {
  background-color: #e02a00;
  color: #fff;
}

.nav-wrapper {
  width: 100%;
  border-style: none;
  border-color: #000;
  background-color: #fff;
}

.mainlogo {
  position: relative;
}

.redfill {
  background-color: #e02a00;
  color: #fff !important;

}
.redfill div {
  color: #fff !important;

}
.redfill:visited {
    color: transparent;
}

.btnShowUploadLbl {
    width: 60%;
    margin-left: 20%;
    cursor: pointer;
    margin-top: 1%;
    height: 60px;
    margin-bottom: 10%;
}

.white-text {
  color: #fff;
}

.giving-stats-block {
  background-color: #363636;
  width: 115%;
}

.giving-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #c7c7c2;
  border-bottom: 1px solid #c7c7c2;
  font-size: 16px;
  font-weight: 700;
}

.statsgraphbar {
  position: relative;
  width: 200px;
  height: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #efb21f;
}

.stats-graph-bar-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c2;
  background-color: transparent;
  background-image: url('../images/StatsBarDiagBack.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.stats-bar-label {
  position: absolute;
  left: 20px;
  top: 0.3rem;
  right: auto;
  bottom: 0%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.statsgrid {
  grid-auto-flow: row;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #f8f8f2;
}

.address-block {
  margin-bottom: 30px;
}

.paragraph {
  font-weight: 700;
}

.link {
  color: #efb21f;
}

.formcontainer {
  position: relative;
  width: 762px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 60px;
  border: 1px none #000;
  background-color: #f8f8f2;
}

.text-field.white-background {
  position: relative;
  width: 80px;
  background-color: #fff;
}

.form-block {
  padding: 40px;
  background-color: #fff;
}

.field-label {
  font-size: 16px;
  text-transform: uppercase;
}

.form-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c7c7c2;
}

.form-header {
  padding: 40px;
}

.form-tickets-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 18px;
}

.text-span-2 {
  font-weight: 700;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  padding-left: 0px;
}

.text-block-8 {
  padding-right: 30px;
}

.column-3 {
  padding: 100px;
}

.thermlabel {
  padding-right: 20px;
  padding-left: 54px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.thermbuttonwrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 250px;
  -ms-flex: 0 250px;
  flex: 0 250px;
  text-align: right;
}

.thermwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 700px;
  -ms-flex: 0 700px;
  flex: 0 700px;
  background-image: url('../images/ThermBackground.png');
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: 100%;
}

.thermtempbar {
  position: relative;
  width: 100px;
  height: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #e02a00;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px) scale(1);
  transform: perspective(0px) scale(1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.dollarlabel1 {
  position: relative;
  left: 10px;
  margin-top: -45px;
  font-size: 16px;
  font-weight: 700;
}

.tempmarker1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 4px;
  height: 40px;
  background-color: #e02a00;
}

.dollarlabel2 {
  position: absolute;
  left: auto;
  top: -69px;
  right: 15px;
  bottom: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.tempmarker2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 7px;
  height: 108px;
  background-color: #e02a00;
}

.image-4 {
  margin-right: -7px;
}

.text-container {
  position: relative;
  width: 862px; /* ssw */
  margin-right: auto;
  margin-left: auto;
}

.lead {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.column-4 {
  padding-left: 0px;
}

.callout {
  margin-bottom: 30px;
  padding: 5vh 4vw;
  background-color: #e0e0e0;
  font-size: 40px;
  line-height: 1.1;
}

.sub-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 780px;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d5193), to(#2d5193));
  background-image: linear-gradient(180deg, #2d5193, #2d5193);
  color: #fff;
}

.supportbarflexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thermflexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 90%;
  }

  .heading-3 {
    font-size: 60px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .personblock {
    height: auto;
  }

  .donorblock {
    max-width: 47%;
    min-width: auto;
  }

  .button.small.redfill {
    display: none;
  }

  .sectionheader {
    max-width: 70vw;
    font-size: 6vw;
  }

  .eventblock {
    max-width: 44%;
    min-width: auto;
  }

  .ctacontentblock {
    text-align: center;
  }

  .cta-title.bluetext {
    text-align: center;
  }

  .ctablurb {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ctavideocolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    display: block;
    height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .colctadirectgiving {
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    position: relative;
  }

  .text-block-5 {
    min-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .formcontainer {
    width: 100%;
  }

  .column-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .thermlabel {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .thermbuttonwrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }

  .thermwrap {
    margin-top: 30px;
  }

  .dollarlabel2 {
    top: -106px;
  }

  .tempmarker2 {
    height: 145px;
  }

  .text-container {
    width: 100%;
  }

  .sub-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .supportbarflexcontainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: -85px;
    right: 0%;
    bottom: auto;
  }

  .image-5 {
    width: 40px;
  }

  .image-6 {
    max-width: 90%;
  }

  .thermflexcontainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-7 {
    position: relative;
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .donorblock {
    max-width: 46%;
  }

  .button.small.redfill {
    display: none;
  }

  .eventblock {
    max-width: 100%;
  }

  .col1-support-bar {
    min-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .column-3 {
    padding: 30px;
  }

  .callout {
    font-size: 37px;
  }

  .sub-hero {
    padding: 20px 20px 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .centered-container {
    text-align: left;
  }

  .heading-3 {
    font-size: 26px;
    text-align: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    max-width: 80%;
  }

  .featuredescription {
    font-size: 18px;
    text-align: center;
  }

  .percentlabel {
    font-size: 17px;
  }

  .feature-title {
    font-size: 30px;
    text-align: center;
  }

  .donorblock {
    max-width: 100%;
  }

  .donorcontent {
    text-align: center;
  }

  .button.small.redfill {
    display: none;
  }

  .eventblock {
    padding: 25px;
    text-align: center;
  }

  .eventtitle {
    font-size: 20px;
    line-height: 1.1;
  }

  .eventabstract {
    font-size: 14px;
    line-height: 1.4;
  }

  .cta-title {
    font-size: 25px;
    text-align: center;
  }

  .ctablurb {
    max-width: 100%;
    text-align: center;
  }

  .colctadirectgiving {
    height: auto;
  }

  .col1-support-bar {
    min-width: 100%;
    margin-bottom: 7px;
    font-size: 8px;
    text-align: center;
  }

  .login-bar {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }

  .brand {
    padding-left: 39px;
    text-align: left;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .mainlogo {
    max-width: 50%;
  }

  .giving-label {
    font-size: 12px;
  }

  .statsgraphbar {
    width: 62%;
  }

  .copyright {
    font-size: 11px;
  }

  .thermlabel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lead {
    font-size: 18px;
  }

  .callout {
    font-size: 28px;
  }

  .menu-button {
    top: -77px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .image-5 {
    width: 30px;
  }

  .image-7 {
    max-width: 100%;
  }

  .footeraddress {
    font-size: 12px;
  }
}

#w-node-f74b3ba4-13a5-8575-4f6f-1b6fbbd1ec01-3480bfa1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
/* Fix Admin Ribbon */
.ms-cui-tabContainer {
    z-index: 1100 !important;
}

#myTitle {
  font-size: 60px;
}

/* Auto Cycle Button Styling */
.form-field.form-field-a {
  margin-top: 10px;
}
.form-field.form-field-a label {
  font-weight: normal !important;
  cursor: pointer;
  padding-left: 7px;
}
input#ctl00_ctl37_g_8aece179_dcfe_4da2_8ebf_73688da1d7df_cbAutoYear {
  height: 20px;
  width: 20px !important;
  margin-top: -7px !important;
  cursor: pointer;
  border: 1px #777777 solid;
  outline: unset;
  border-radius: 3px;
  background-color: #fff;
}
input[type="checkbox"] {
  height: 20px;
  width: 20px !important;
  margin-top: -3px !important;
}
.form-field.form-field-a input[type="checkbox"]:checked:before {
  height: 20px;
  width: 20px !important;
  border-radius: 3px;
  background-color: #0075FF !important;
  border: 1px #0075FF solid !important;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 900;
  display: block;
  margin: -6px;
  text-align: center;
  padding-top: 3px;
}
.form-field.form-field-a input[type="checkbox"]:checked + label {
  font-weight: bold;
}


.personblock .image {height: auto;}
.personblock {height: auto;}

.toplobbyist {
  height: 250px;
  border: 4px solid;
  padding-top: 8%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.toplobbyisttext {
    font-size: 30px;
    color: #2d5193;
    font-weight: 800;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 80%;
}

.toplobbyist {
    border: none;
    border-radius: 9px;
    padding: 2%;
    background-color: #efb21f;
    box-shadow: 10px 10px 0px 0px rgba(224,42,0,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(224,42,0,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(224,42,0,1);
}

span.toplobbyistcount {
    font-size: 60px;
    display: block;
    color: #3b3b3b;
}

