.sitewide-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown {
  display: inline-block;
  width: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #818181;
  text-align: center;
}

.dropdown:hover {
  border-color: #443b51;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.dropdown-toggle.w--open:hover {
  background-color: #443b51;
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #443c51;
}

.dropdown-menu {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dropdown-menu:hover {
  background-color: #544964;
}

.dropdown-menu.w--current {
  background-color: #544964;
  color: #fff;
}

.c-navigation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
}

.c-navigation-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #373935;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
}

.c-logo-white {
  position: absolute;
  left: 26px;
  top: 16px;
  text-shadow: 0 0 6px #000, 1px 1px 6px #000;
}

.c-navigation-search-icon {
  margin-right: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1.25rem;
}

.c-navigation-search-icon.is-bars {
  display: none;
}

.c-navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #940b32;
}

.bold-text-4 {
  font-family: Fontawesome;
  color: #373935;
  text-shadow: none;
}

.c-logo {
  display: none;
}

.c-navigation-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-3 {
  margin-bottom: 20px;
  padding: 16px 35px;
  background-color: #961932;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-3:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #c51b42;
  color: #fff;
  text-decoration: none;
}

.btn-3.is-btn-small {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: auto;
  padding-bottom: 10px;
  font-size: 0.9rem;
}

.btn-3.is-btn-small.is-nav-btn {
  margin-bottom: 0px;
  padding: 8px 45px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.btn-3.is-btn-small.is-nav-btn {
  margin-bottom: 0px;
  padding: 8px 35px;
  font-size: 1rem;
}

.logo-link-block:hover {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body {
  background-color: #d9d8d7;
  font-family: Lato, sans-serif;
}

.donate-footer {
  width: 100%;
}

.footer-desktop {
  display: block;
}

.footer-tablet {
  display: none;
}

.footer-mobile-landscape {
  display: none;
}

.footer-mobile-portrait {
  display: none;
}

.dropdown-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  width: 50px;
  font-family: Fontawesome;
}

.dropdown-menu-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dropdown-menu-2:hover {
  background-color: #544964;
  color: #fff;
}

.dropdown-menu-2.w--current {
  background-color: #544964;
  color: #fff;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.dropdown-link:hover {
  color: #333;
  line-height: 17px;
  text-decoration: none;
}

.navbar-container {
  position: fixed;
  top: 0px;
  z-index: 900000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 115px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 14px -6px rgba(0, 0, 0, 0.28);
}

.cms-toolbar-expanded .navbar-container {
  top: 46px;
}

.bowery-logo {
  width: 100%;
  max-width: 85px;
}

.nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 550px;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.donate-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  margin-left: 20px;
  -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;
}

.get-help-link {
  position: static;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #b22222;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
}

.get-help-link a {
  text-decoration: none;
  border-bottom: none !important;
}

.get-help-link:hover {
  color: #791111;
}

.get-help-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100px;
  -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;
  font-size: 30px;
  cursor: pointer;
}

.get-help-container:hover {
  color: #b22222;
}

.menu-item-headline {
  position: static;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu-item-headline>a {
  color: black;
}

.navbar-logo-container {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .navbar-logo-container {
    padding-top: 15px;
  }
}

.navbar-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-menu-dropdown-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0px 15px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fff;
}

.navbar-menu-dropdown-4:hover {
  height: 90px;
}

.dropdown-arrow-3 {
  position: relative;
  display: none;
  margin: 0px 0px 0px 7px;
}

.dropdown-link-wrapper {
  position: relative;
  display: block;
  width: 250px;
  margin-top: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.22);
}

.dropdown-link {
  margin-bottom: 0px;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-link:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.07);
}

.menu-dropdown-items-4 {
  left: -10px;
  top: 80px;
  display: block;
  width: 250px;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: none;
}

.menu-dropdown-items-4.w--open {
  width: 100%;
  max-width: 500px;
}

.menu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.desktop-fpo {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.fpo-homepage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  -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;
}

.mobile-fpo {
  display: none;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.container-all {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.sitenav1-hamburger-container {
  position: relative;
  z-index: 100000;
  display: none;
  width: 36px;
  height: 20px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sitenav1-hamburger-container:hover {
  opacity: 0.6;
}

.sitenav1-line-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
}

.sitenav1-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0f0f0e;
}

.sitenav1-x-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
}

.menu-dropdown-items-1 {
  left: -10px;
  top: 80px;
  display: block;
  width: 250px;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: none;
}

.menu-dropdown-items-1.w--open {
  width: 100%;
  max-width: 500px;
}

.menu-dropdown-items-2 {
  left: -10px;
  top: 80px;
  display: block;
  width: 250px;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: none;
}

.menu-dropdown-items-2.w--open {
  width: 100%;
  max-width: 500px;
}

.menu-dropdown-items-3 {
  left: -10px;
  top: 80px;
  display: block;
  width: 250px;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: none;
}

.menu-dropdown-items-3.w--open {
  width: 100%;
  max-width: 500px;
}

.navbar-menu-dropdown-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 15px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fff;
}

.navbar-menu-dropdown-1:hover {
  height: 90px;
}

.navbar-menu-dropdown2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0px 15px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fff;
}

.navbar-menu-dropdown2:hover {
  height: 90px;
}

.navbar-menu-dropdown-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0px 15px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fff;
}

.navbar-menu-dropdown-3:hover {
  height: 90px;
}

.dropdown-arrow-1 {
  position: relative;
  display: none;
  margin: 0px 0px 0px 7px;
}

.dropdown-arrow-2 {
  position: relative;
  display: none;
  margin: 0px 0px 0px 7px;
}

.dropdown-arrow-4 {
  position: relative;
  display: none;
  margin: 0px 0px 0px 7px;
}

.menu-overlay-tablet-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #000;
  opacity: 0.72;
}

.navbar-button-donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  padding: 10px 25px;
  -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;
  border-radius: 100px;
  background-color: #b22222;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 200px;

  @media screen and (max-width: 767px) {
    min-width: 175px;
  }
}

.navbar-button-donate:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #791111;
  color: #fff;
  text-decoration: none;
}

.navbar-button-donate-monthly {
  margin-top: 5px;
  border: 1px solid #b22222;
  background: white;
  color: #b22222;
}

.navbar-button-donate-monthly:hover {
  background: #b22222;
  color: white;
  text-decoration: none;
}

.search-icon {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
}

.search-box {
  width: 100%;
  max-width: 180px;
  max-height: 40px;
  margin-left: 20px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.text-field {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 9px;
  border-radius: 4px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #b1b1b1;
}

.text-field:-ms-input-placeholder {
  color: #b1b1b1;
}

.text-field::-ms-input-placeholder {
  color: #b1b1b1;
}

.text-field::placeholder {
  color: #b1b1b1;
}

.search-form {
  width: 100%;
  margin-bottom: 0px;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.search-wrapper-mobile {
  display: none;
  width: 100%;
  max-width: 100%;
}

.get-help-container-copy {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100px;
  -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;
  font-size: 30px;
  cursor: pointer;
}

.get-help-container-copy:hover {
  color: #b22222;
}

html.w-mod-js *[data-ix="scroll-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media screen and (max-width: 991px) {
  .icon {
    font-size: 20px;
  }

  .c-navigation-search-icon.is-bars {
    display: block;
    margin-right: 10px;
  }

  .c-navigation-links {
    display: none;
  }

  .btn-3.is-btn-small.is-nav-btn {
    display: none;
  }

  .btn-3.is-btn-small.is-nav-btn {
    display: none;
  }

  .footer-desktop {
    display: none;
  }

  .footer-tablet {
    display: block;
  }

  .navbar-container {
    z-index: 9000;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-links-container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    overflow: scroll;
    max-width: 60%;
    margin-left: 0%;
    padding-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.22);
    background-position: left calc(100vh - 245px);
    background-size: contain;
    background-image: url("../images/NYC-sketch-skyline-full-grey.8d670bddc724.png");
    background-repeat: no-repeat;
  }

  .donate-container {
    margin-left: 0px;

    .buttons {
      width: auto;
    }
  }

  .get-help-link {
    margin-right: 5px;
  }

  .get-help-link a {
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .get-help-container {
    height: 41px;
    margin-right: 25px;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 15px;
    border-right: 1px solid #cecece;
  }

  .menu-item-headline {
    margin-right: 5px;
    font-size: 17px;
    line-height: 21px;
  }

  .navbar-menu-dropdown-4 {
    width: 100%;
    height: 60px;
    margin-right: 0%;
    padding: 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-style: none;
    background-color: #fff;
  }

  .navbar-menu-dropdown-4:hover {
    height: 60px;
  }

  .dropdown-arrow-3 {
    display: block;
  }

  .dropdown-link-wrapper {
    width: 100%;
    box-shadow: none;
  }

  .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.07);
  }

  .menu-dropdown-items-4 {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .menu-dropdown._1 {
    width: 100%;
  }

  .menu-dropdown._2 {
    width: 100%;
  }

  .menu-dropdown._3 {
    width: 100%;
  }

  .menu-dropdown._4 {
    width: 100%;
    max-width: 100%;
  }

  .desktop-fpo {
    display: none;
  }

  .mobile-fpo {
    display: block;
  }

  .menu-item-container-all {
    width: 100%;
  }

  .sitenav1-hamburger-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    max-width: 40px;
    margin-right: -20px;
    margin-left: 34px;
    padding: 8px;
  }

  .sitenav1-hamburger-container:hover {
    opacity: 1;
  }

  .menu-dropdown-items-1 {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .menu-dropdown-items-2 {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .menu-dropdown-items-3 {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .navbar-menu-dropdown-1 {
    width: 100%;
    height: 60px;
    margin-right: 0%;
    padding: 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-style: none;
    background-color: #fff;
  }

  .navbar-menu-dropdown-1:hover {
    height: 60px;
  }

  .navbar-menu-dropdown2 {
    width: 100%;
    height: 60px;
    margin-right: 0%;
    padding: 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-style: none;
    background-color: #fff;
  }

  .navbar-menu-dropdown2:hover {
    height: 60px;
  }

  .navbar-menu-dropdown-3 {
    width: 100%;
    height: 60px;
    margin-right: 0%;
    padding: 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-style: none;
    background-color: #fff;
  }

  .navbar-menu-dropdown-3:hover {
    height: 60px;
  }

  .dropdown-arrow-1 {
    display: block;
  }

  .dropdown-arrow-2 {
    display: block;
  }

  .dropdown-arrow-4 {
    display: block;
  }

  .menu-overlay-tablet-mobile {
    z-index: 0;
    display: block;
  }

  .search-box {
    max-width: 100%;
    margin-left: 0px;
  }

  .search-wrapper {
    display: none;
  }

  .search-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }

  .get-help-container-copy {
    height: 41px;
    margin-right: 25px;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 15px;
    border-right: 1px solid #cecece;
  }
}

@media screen and (max-width: 767px) {
  .btn-3 {
    width: 100%;
  }

  .footer-tablet {
    display: none;
  }

  .footer-mobile-landscape {
    display: block;
  }

  .navbar-container {
    /* height: 75px; */
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-links-container {
    padding-top: 61px;
  }

  .donate-container {
    width: 125px;
    max-width: 100%;
  }

  .menu-item-headline {
    font-size: 16px;
    line-height: 1.3rem;
  }

  .navbar-menu-dropdown-4 {
    height: 50px;
  }

  .navbar-menu-dropdown-4:hover {
    height: 50px;
  }

  .dropdown-link {
    height: 50px;
    font-size: 15px;
    line-height: 17px;
  }

  .fpo-homepage {
    padding-top: 75px;
  }

  .menu-item-container-all {
    margin-top: 0px;
  }

  .sitenav1-hamburger-container {
    margin-right: 0px;
  }

  .navbar-menu-dropdown-1 {
    height: 50px;
  }

  .navbar-menu-dropdown-1:hover {
    height: 50px;
  }

  .navbar-menu-dropdown2 {
    height: 50px;
  }

  .navbar-menu-dropdown2:hover {
    height: 50px;
  }

  .navbar-menu-dropdown-3 {
    height: 50px;
  }

  .navbar-menu-dropdown-3:hover {
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .footer-mobile-landscape {
    display: none;
  }

  .footer-mobile-portrait {
    display: block;
  }

  .navbar-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bowery-logo {
    max-width: 60px;
  }

  .nav-links-container {
    z-index: 199;
    display: block;
    max-width: 85%;
    padding-top: 32px;
  }

  .donate-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: auto;

    .buttons {
      width: 125px;
    }
  }

  .get-help-link {
    margin-right: 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .get-help-container {
    position: relative;
    z-index: 200;
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    border-right-style: none;
    line-height: 20px;
  }

  .menu-item-headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .navbar-logo-container {
    max-width: 75px;
    min-width: 75px;

    @media (max-width: 767px) {
      max-width: 86.25px;
      min-width: 86.25px;
    }
  }

  .navbar-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-link {
    height: 50px;
  }

  .menu-item-container-all {
    margin-top: 0px;
  }

  .sitenav1-hamburger-container {
    z-index: 200;
    min-width: 30px;
    margin-top: -4px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-button-donate {
    position: relative;
    height: 35px;
    margin-right: 0px;
    padding: 9px 15px;
    font-size: 14px;
    width: 125px;
  }

  .get-help-container-copy {
    position: relative;
    z-index: 200;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 25px;
    border-right-style: none;
    line-height: 20px;
  }
}