body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  max-width: 1280px;
  margin: 0 auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 2rem 1rem 2rem;
  letter-spacing: 0.03rem; }

h1#sell {
  margin: 1rem 0; }

h2 {
  font-size: 1.2rem; }

a {
  color: #F77F00;
  text-decoration: none; }
  a:hover {
    color: #488fa2;
    text-decoration: none; }

section {
  max-width: 100%;
  margin: 0;
  padding: 0 1rem 1.4rem 1rem; }
  section .section-content {
    max-width: 960px;
    margin: 0 auto; }
  section.dark {
    background: #1c1f24;
    color: #ffffff; }
  section.gray {
    background: #e9e9e9; }
  section.light-gray {
    background: rgba(233, 233, 233, 0.3); }
  section.full-width {
    max-width: none; }
    section.full-width .row {
      max-width: 960px;
      margin: 0 auto; }
  section.company-quote-section {
    padding: 1rem 0; }

.page-header {
  font-size: 2rem;
  margin: 2rem auto; }

p.disclaimer {
  font-size: 0.7rem; }

#map {
  margin: 2rem 0;
  height: 400px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  #map .map-label-box {
    text-align: center; }
    #map .map-label-box p {
      margin-bottom: 0; }
    #map .map-label-box h2 {
      font-size: 1rem;
      margin-bottom: 0; }
    #map .map-label-box h3 {
      font-size: 1.4rem;
      margin-bottom: 0; }
  #map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

footer {
  font-size: 0.8rem;
  text-align: center;
  background: #1c1f24;
  color: #ffffff; }
  footer #title {
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 0.8rem;
    font-weight: normal; }

video {
  width: 100%;
  height: auto; }

.donate-button {
  background: #F77F00;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 12px 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  right: 1rem; }
  .donate-button:hover {
    opacity: 1;
    background: #74bc1f;
    color: #ffffff; }

#hero {
  padding-bottom: 2rem; }
  #hero h1 {
    font-size: 1.4rem; }
  #hero h2 {
    font-size: 0.8rem; }
  #hero .section-content {
    padding-top: 2rem;
    text-align: center; }

.navmenu-fixed-right {
  left: auto !important; }

body {
  left: auto !important; }

header {
  padding-top: 20px;
  color: #ffffff; }
  header h1 {
    margin-top: 1rem; }
  header h2 {
    font-weight: 400; }
  header .menu-donate-button {
    position: relative;
    float: right;
    top: 10px;
    right: 16px;
    font-size: 0.6rem;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px;
    text-align: center;
    max-width: 6rem; }
    header .menu-donate-button:hover {
      background: #74bc1f;
      color: #ffffff;
      opacity: 1; }
    @media (max-width: 767.98px) {
      header .menu-donate-button {
        position: absolute;
        top: 11px;
        height: 30px;
        left: 10px; } }
  header #desktop-navigation {
    max-width: 960px;
    margin: 0 auto;
    position: absolute;
    font-size: 0.7rem; }
    header #desktop-navigation ul {
      display: inline-block;
      list-style-type: none;
      margin: 8px 0 0 8px;
      padding: 0; }
      header #desktop-navigation ul li {
        float: left; }
        header #desktop-navigation ul li a {
          padding: 4px 8px;
          color: #ffffff; }
  header #mobile-navigation-toggle {
    padding: 0; }
    header #mobile-navigation-toggle #mobile-navigation-button {
      float: right;
      top: 10px;
      right: 10px;
      position: absolute;
      background: none;
      border: 1px solid #ffffff;
      border-radius: 4px;
      color: #ffffff; }
      header #mobile-navigation-toggle #mobile-navigation-button i {
        margin-top: 5px; }

#mobile-navigation ul.nav {
  display: inline-block !important; }

#home-sponsors {
  padding: 2rem 1rem;
  padding-bottom: 0; }
  #home-sponsors p {
    padding: 1rem;
    text-align: center; }

.home-sponsor-card {
  text-align: center; }

#home-goal {
  padding: 3rem;
  text-align: center; }
  #home-goal h1 {
    font-size: 1.2rem; }
    @media (min-width: 767.98px) {
      #home-goal h1 {
        font-size: 2rem;
        margin-top: 3rem; } }

.company-list {
  margin-bottom: 3rem;
  font-size: 1rem; }
  .company-list h1,
  .company-list h2,
  .company-list h3,
  .company-list h4,
  .company-list h5,
  .company-list h6 {
    text-align: left; }
  .company-list .company-item {
    padding: 1rem 0;
    border-bottom: 1px dotted #F77F00; }
    .company-list .company-item h2 {
      font-weight: 700;
      font-size: 1rem;
      margin: 0; }
      .company-list .company-item h2 a {
        color: #488fa2; }
    .company-list .company-item .company-details {
      padding: 1rem;
      margin-top: 0.2rem;
      color: #1c1f24; }
      .company-list .company-item .company-details p {
        margin-bottom: 0; }
      .company-list .company-item .company-details a {
        color: #1c1f24; }
    .company-list .company-item .offer-icon {
      color: #F77F00; }
    .company-list .company-item .company-offer-box {
      background-color: #F77F00;
      padding: 1rem; }
      .company-list .company-item .company-offer-box h3 {
        margin: 0 !important; }
  .company-list .company-link:hover {
    text-decoration: none;
    color: #F77F00; }
  .company-list .company-name-street-address {
    font-weight: 400;
    opacity: 0.6; }
    @media (max-width: 767.98px) {
      .company-list .company-name-street-address::before {
        content: "\A";
        white-space: pre; } }

.company-quote {
  text-align: center;
  font-size: 0.9rem;
  display: block;
  padding: 2rem 2rem;
  border-top: 1px dotted #488fa2;
  border-bottom: 1px dotted #488fa2; }
  .company-quote p {
    padding: 0;
    margin: 0; }
    .company-quote p.quote {
      margin-bottom: 1.6rem; }
    .company-quote p.name {
      font-weight: 900; }
    .company-quote p.title {
      font-size: 0.7rem; }
  .company-quote .company-quote-logo img {
    margin: 0 auto;
    text-align: center; }
  @media (min-width: 767.98px) {
    .company-quote {
      padding: 2rem 0rem; } }

svg.radial-progress {
  height: auto;
  max-width: 300px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%; }

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #1c1f24;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 10; }

svg.radial-progress circle.incomplete {
  opacity: 0.25; }

svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129; }

svg.radial-progress text {
  fill: #1c1f24;
  text-anchor: middle; }
  svg.radial-progress text.percentage {
    font-size: 0.6rem;
    font-weight: 900; }
  svg.radial-progress text.label {
    font-size: 0.3rem; }
  svg.radial-progress text.headline {
    font-size: 0.3rem;
    font-weight: 900;
    fill: #1c1f24; }

#home-event {
  background-color: #ffffff; }
  #home-event h1,
  #home-event h2,
  #home-event h3,
  #home-event h4,
  #home-event h5,
  #home-event h6 {
    color: #1c1f24; }
  #home-event p {
    margin-bottom: 0.2rem; }
  #home-event .event-item {
    border-top: 1px dotted #ccc;
    padding-top: 2rem; }
    @media (min-width: 576px) {
      #home-event .event-item {
        padding-top: 0;
        border-top: none;
        border-left: 1px dotted #ccc; } }
  #home-event #event-collection-headline {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    @media (min-width: 767.98px) {
      #home-event #event-collection-headline {
        font-size: 1.8rem; } }

.textured {
  background-repeat: repeat-y repeat-x; }
  .textured.paper {
    background-image: url("../images/texture/white_wall.png"); }

.bred {
  border: 1px solid red; }

#join-us .container-fluid {
  padding: 0; }

#join-us-form {
  width: 100%;
  height: 2900px;
  margin-top: 3rem; }

#map-count-selector {
  text-align: center;
  margin-top: 1rem; }
  #map-count-selector a {
    color: #488fa2;
    padding: 4px; }
    #map-count-selector a:hover {
      color: #ffffff;
      background: #488fa2; }

html {
  scroll-behavior: smooth; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #488fa2; }

a {
  color: #da1f35;
  text-decoration: none; }
  a:hover {
    opacity: 0.8;
    text-decoration: none; }

.big-headline h1 {
  font-size: 1.2rem;
  padding: 3rem 3rem 0rem 3rem;
  border-top: 1px dotted #488fa2; }

.white-texture {
  background-image: url(../images/parallax/white.jpg);
  background-color: #ffffff;
  max-width: none;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row; }

.shadowbox {
  background: url(../images/parallax/shadowbox.jpg);
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 728px) {
    .shadowbox {
      background-attachment: fixed; } }

footer {
  border-top: 4px solid #da1f35;
  color: #ffffff; }
  footer #title {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 0.8rem;
    font-weight: normal; }
  footer #footer-icon {
    margin: 1rem auto;
    max-width: 50px; }

.desktop-navigation {
  max-width: 1920px;
  border: 11px solid red;
  margin: 0 auto;
  display: block; }

header {
  padding: 0;
  max-width: 1280px;
  height: 170vw;
  max-height: 1200px;
  border-bottom: 5px solid #da1f35;
  background-image: url(../images/header-images/generic-mobile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    header {
      height: 30vw;
      max-height: 381px; } }
  @media (min-width: 768px) {
    header {
      background-image: url(../images/header-images/generic-desktop.jpg); } }
  header#iq-home {
    background-image: url(../images/header-images/iq-mobile.jpg); }
    @media (min-width: 768px) {
      header#iq-home {
        background-image: url(../images/header-images/iq-desktop.jpg); } }
  header#toyota-home {
    background-image: url(../images/header-images/toyota-mobile.jpg); }
    @media (min-width: 768px) {
      header#toyota-home {
        background-image: url(../images/header-images/toyota-desktop.jpg); } }
  header#regence-home {
    background-image: url(../images/header-images/regence-mobile.jpg); }
    @media (min-width: 768px) {
      header#regence-home {
        background-image: url(../images/header-images/regence-desktop.jpg); } }
  header #desktop-navigation ul li a {
    color: #1c1f24;
    font-weight: 700;
    font-size: 0.8rem; }
    header #desktop-navigation ul li a:hover {
      background-color: #da1f35;
      color: #ffffff; }
  header #mobile-navigation-toggle #mobile-navigation-button {
    border: 1px solid #1c1f24;
    color: #1c1f24; }

#how-to-donate-headline h1 {
  font-size: 1.3rem;
  color: #ffffff;
  padding: 2rem 0;
  margin: 0; }
  @media (min-width: 768px) {
    #how-to-donate-headline h1 {
      font-size: 2rem; } }

#how-to-donate-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 700px;
  margin: 0  auto; }

.how-to-donate-button a {
  padding: 1rem;
  margin: 0.5rem;
  background: #da1f35;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center; }

.button-text {
  flex-basis: 68%;
  padding-right: 1rem; }
  .button-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1rem; }

.button-image {
  flex-basis: 32%;
  border-left: 1px dotted #ffffff; }
  .button-image img {
    padding-left: 1rem; }

@media (min-width: 576px) {
  #how-to-donate-buttons {
    flex-direction: row; }

  .how-to-donate-button {
    flex-basis: 33%; }
    .how-to-donate-button a {
      flex-direction: column;
      height: 100%; }

  .button-text {
    flex-basis: 33%;
    padding: 0 0 1rem 0;
    display: flex;
    align-items: center; }
    .button-text h2 {
      font-size: 1.2rem; }

  .button-image {
    flex-basis: 67%;
    border: none;
    border-top: 1px dotted #ffffff;
    display: flex;
    align-items: center; }
    .button-image img {
      padding: 1rem 0 0 0; } }
#non-profits {
  padding-bottom: 2rem; }
  #non-profits h1 {
    padding: 1rem 0 0 0;
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
    font-weight: 100;
    color: #1c1f24; }

.non-profit-grid {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row; }
  .non-profit-grid .non-profit {
    flex-basis: 50%; }
    .non-profit-grid .non-profit .non-profit-wrapper {
      border: 1px solid #488fa2;
      margin: 0.5rem; }
      .non-profit-grid .non-profit .non-profit-wrapper img {
        padding: 0.5rem; }

@media (min-width: 567px) {
  #non-profits h1 {
    font-size: 2rem;
    padding: 3rem 0 1rem 0; }

  .non-profit-grid .non-profit {
    flex-basis: 20%; } }
.map-label-box a {
  color: #1c1f24; }
  .map-label-box a:hover {
    color: #F77F00; }
  .map-label-box a:active {
    color: #74bc1f; }

.sponsor-hero {
  padding-top: 4rem; }
  .sponsor-hero .container-fluid {
    padding: 0 0 0 0; }
  .sponsor-hero p.hero-sponsored-by-text {
    margin: 1.4rem auto 0.4rem auto;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #1c1f24;
    font-weight: 900; }
  @media (min-width: 767.98px) {
    .sponsor-hero {
      padding-top: 1rem; } }

#recipes h3 {
  margin-top: 1rem; }

.donate-button {
  background: #da1f35; }

.black-tape {
  background-color: #1c1f24;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem; }

a.menu-donate-button {
  border: 1px solid #1c1f24;
  color: #1c1f24;
  font-weight: 700; }
  a.menu-donate-button:hover {
    background-color: #da1f35;
    color: #ffffff;
    border: 1px solid #da1f35; }

#page-video {
  padding: 2rem 1rem; }

#toy-of-the-day {
  padding-top: 1.4rem;
  color: #ffffff; }
  #toy-of-the-day #toy-of-the-day-wrapper h2#toy-of-the-day-name {
    margin: 1rem;
    padding: 1rem;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff; }
  #toy-of-the-day #toy-of-the-day-wrapper img#toy-of-the-day-logo {
    padding: 1rem; }
  #toy-of-the-day #toy-of-the-day-wrapper .image {
    margin-bottom: 1rem; }
    #toy-of-the-day #toy-of-the-day-wrapper .image img {
      border: 1px dotted #ffffff;
      padding: 4px; }
  #toy-of-the-day h1 {
    font-size: 1.8rem;
    font-weight: 100;
    color: #ffffff;
    margin: 0; }
  @media (min-width: 768px) {
    #toy-of-the-day #toy-of-the-day-wrapper {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 50% 50%; }
      #toy-of-the-day #toy-of-the-day-wrapper h1 {
        padding-top: 2rem;
        font-size: 2.2rem;
        font-weight: 100;
        color: #ffffff; }
      #toy-of-the-day #toy-of-the-day-wrapper .headline {
        grid-column-start: 1;
        grid-column-end: 2; }
      #toy-of-the-day #toy-of-the-day-wrapper .image {
        margin: 0;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
        #toy-of-the-day #toy-of-the-day-wrapper .image img {
          object-fit: cover; }
      #toy-of-the-day #toy-of-the-day-wrapper .how-to-donate-button {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 1rem 2rem;
        max-width: 400px;
        margin: 0 auto; }
        #toy-of-the-day #toy-of-the-day-wrapper .how-to-donate-button img {
          max-width: 200px; } }

.non-profit-quote {
  border-top: 1px dotted #488fa2;
  padding: 1rem;
  font-size: 0.8rem;
  text-align: center; }
  .non-profit-quote .name {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.6rem;
    font-weight: 700; }
  .non-profit-quote .quote {
    margin-bottom: 0; }

#regence-address h1 {
  color: #1c1f24;
  padding: 1rem;
  margin: 1rem 0 0 0; }
#regence-address p {
  text-align: center; }
  #regence-address p a {
    font-weight: 700; }
    #regence-address p a:hover {
      background: #da1f35;
      color: #ffffff; }

#upcoming-events {
  padding-top: 2rem; }
  #upcoming-events #event-collection-headline {
    font-size: 2rem; }

#faq .section-content h1 {
  padding: 2rem; }
#faq .section-content h3 {
  text-align: left;
  margin: 1rem 0; }

#non-profits-list {
  text-align: center; }
  #non-profits-list h1 {
    margin-top: 2rem;
    font-size: 2rem; }
  #non-profits-list p {
    margin: 0 2rem 2rem 2rem;
    font-size: 1.4rem; }
  #non-profits-list ul {
    list-style-type: none;
    padding: 0; }
    #non-profits-list ul li {
      border-top: 1px dotted #488fa2;
      padding: 1rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .how-to-donate-button a {
    display: block; }

  .img-fluid {
    flex: 1;
    max-width: 100%;
    max-height: 100%; }

  #hero .wrapper {
    display: flex; }
    #hero .wrapper .sponsor-logo {
      flex: 2; }
    #hero .wrapper .campaign-logo {
      flex: 1; } }
