/* ---------------------------------------------------------------
	main nav
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	main nav
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	mobile menu
--------------------------------------------------------------- */

.header {
  visibility: visible;
}
.header .header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.header .nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex: 1;
}
.header .logo-wrap {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  flex: 1;
}
.header .logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
  padding: 10px;
  height: 120px;
}
.header .nav-top {
  display: none;
}
.header .nav-main {
  display: none;
}
.header .nav-main.first:before {
  border-color: transparent transparent #fdb827 transparent;
}
.header .container {
  position: relative;
}
.nav-main > li:nth-child(2) ul {
  left: auto;
  right: 0;
  width: 102%;
}
.nav-main ul li {
  position: relative;
}
.nav-main ul li a[target="_blank"] {
  padding-right: 30px;
}
.nav-main ul li a[target="_blank"]:after {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  right: 0px;
  top: 3px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: white;
}
.nav-main ul li a[target="_blank"]:hover:after {
  color: #363737;
}
.partnerHeader {
  background-color: #ed1b2e;
  height: 50px;
}
.mobile-menu {
  padding: 10px;
}
.btn-donate-mobile {
  display: block;
  float: right;
  padding: 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-toggle {
  display: block;
  position: relative;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
  width: 32px;
  height: 30px;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #363737;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav-toggle span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle span:nth-child(2) {
  top: 12px;
}
.mobile-nav-toggle span:nth-child(3) {
  top: 12px;
}
.mobile-nav-toggle span:nth-child(4) {
  top: 24px;
}
.mobile-nav-toggle.open span:nth-child(1) {
  width: 0;
  left: 50%;
}
.mobile-nav-toggle.open span:nth-child(4) {
  width: 0;
  left: 50%;
}
.mobile-nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  overflow: hidden;
  background: #ed1b2e;
  width: 270px;
  z-index: 20;
  text-align: left;
}
.mobile-nav:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 9999px;
  background-color: #f0f2f1;
}
.mobile-nav .mobile-nav-header {
  padding: 10px 20px;
  background: #ed1b2e;
}
.mobile-nav .mobile-nav-content {
  padding: 10px 20px;
  margin-top: -12px;
}
.mobile-nav .search-form {
  position: relative;
}
.mobile-nav .search-text {
  float: left;
  width: 92%;
  border: 2px solid transparent;
  font-size: 16px;
  padding: 5px 30px 5px 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
}
.mobile-nav .search-submit {
  position: absolute;
  right: 24px;
  top: 0;
  display: inline-block;
  background: none;
  font-size: 18px;
  line-height: 22px;
  padding: 5px;
  text-transform: uppercase;
  border: none;
  color: #ed1b2e;
}
.mobile-nav .search-submit:hover {
  background: white;
  border: 1px solid white;
  color: #ed1b2e;
}
.mobile-nav .follow-sm {
  margin-top: 10px;
}
.mobile-nav .follow-sm li:last-child {
  margin-right: 0;
}
.mobile-main-nav {
  list-style: none;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.mobile-main-nav > li a {
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 26px;
  padding: 5px 0;
}
.mobile-main-nav > li .nav-cat {
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 26px;
  padding: 5px 0;
}
.mobile-main-nav .fa {
  position: relative;
  top: -4px;
  margin-left: 3px;
  font-size: 16px;
}
.mobile-secondary-nav {
  list-style: none;
  padding: 0;
  line-height: 34px;
  margin: 0;
  text-transform: lowercase;
}
.mobile-secondary-nav a {
  display: block;
  text-transform: capitalize;
  color: white;
}
.mobile-nav-connect {
  width: 250px;
  padding: 10px 10px 15px;
  text-align: center;
  background: #087ec5;
}
.mobile-nav-connect b {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}
.mobile-nav-connect input[type=email] {
  width: 100%;
  height: 40px;
  margin: 0 0 5px;
  border: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #363737;
  padding: 0 12px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.mobile-nav-connect input[type=email]:hover {
  background: white;
}
.mobile-nav-connect input[type=text] {
  width: 100%;
  height: 40px;
  margin: 0 0 5px;
  border: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #363737;
  padding: 0 12px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.mobile-nav-connect input[type=text]:hover {
  background: white;
}
.mobile-nav-connect .btn {
  height: 40px;
  width: 100%;
}
.mobile-subnav {
  min-height: 420px;
  background: #efece4;
  color: #363737;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.mobile-subnav .mobile-nav-header {
  background: #efece4;
  padding: 10px 20px;
}
.mobile-subnav .mobile-main-nav {
  color: #363737;
  padding: 10px 0;
}
.mobile-subnav .mobile-main-nav > li a {
  color: #363737;
}
.mobile-subnav .mobile-nav-back {
  display: block;
  font-size: 18px;
  font-family: "factoria";
  font-style: normal;
  cursor: pointer;
  color: #363737;
}
.mobile-subnav .mobile-main-nav {
  font-size: 16px;
  margin-top: -5px;
}
#location-mobile-menu .locations-submenu-top .heading {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'prohibition';
  line-height: 1.1;
  margin-bottom: 15px;
  color: #ed1b2e;
}
#location-mobile-menu .locations-submenu-top .content {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 30px;
}
#location-mobile-menu .locations-submenu-bottom {
  padding: 10px;
}
.locations-menu {
  padding: 10px 30px;
}
.locations-menu .btn {
  background-color: #087ec5;
  border-color: #087ec5;
}
.locations-menu .btn:hover,
.locations-menu .btn:focus,
.locations-menu .btn:active {
  background-color: #208bcb;
  border-color: #208bcb;
}
.locations-menu .view-all-locations a {
  display: inline;
  color: #087ec5 !important;
  padding: 0;
}
.locations-menu .view-all-locations a:focus,
.locations-menu .view-all-locations a:active,
.locations-menu .view-all-locations a:hover {
  color: #208bcb !important;
}
.locations-menu input {
  min-width: 150px;
}
.donation-header {
  text-align: center;
}
.donation-header .logo {
  width: 200px;
  height: auto;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .header .header-wrap {
    flex-direction: column;
  }
  .header .logo-wrap {
    max-width: 40%;
  }
  .header .nav-top {
    display: block;
  }
  .header .nav-main {
    display: block;
  }
  .nav-main {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    background: #ed1b2e;
    font-size: 16px;
    font-family: "prohibition";
    font-style: normal;
    font-weight: 400;
    clear: both;
    margin-left: 50px;
  }
  .nav-main:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -50px;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ed1b2e transparent;
    top: 0;
  }
  .nav-main:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
    position: absolute;
    width: 99999px;
    background: #ed1b2e;
  }
  .nav-main li {
    display: inline-block;
    height: 50px;
    margin-right: 0;
    text-transform: uppercase;
    float: left;
  }
  .nav-main li:hover a {
    background: #fdb827;
  }
  .nav-main li:hover ul {
    display: block;
  }
  .nav-main li.featured {
    background: #087ec5;
  }
  .nav-main li.featured:hover > a {
    background: #208bcb;
  }
  .nav-main li.featured:active > a {
    background: #208bcb;
  }
  .nav-main li.featured:focus > a {
    background: #208bcb;
  }
  .nav-main a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    color: white;
  }
  .nav-main li.active {
    background: #fdb827;
  }
  .nav-main li.active a {
    background: #fdb827;
  }
  .nav-main ul {
    display: none;
    position: absolute;
    left: 10px;
    background: #fdb827;
    padding: 0;
    width: 100%;
    z-index: 1;
    left: 0;
  }
  .nav-main ul:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 100%;
    position: absolute;
    width: 99999px;
    background: #fdb827;
  }
  .nav-main ul:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
    position: absolute;
    width: 99999px;
    background: #fdb827;
  }
  .nav-main ul li {
    float: left;
  }
  .nav-main ul li a {
    padding: 0 6px;
  }
  .nav-main ul li a:hover {
    color: #363737;
  }
  .mobile-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .logo-wrap {
    max-width: 20%;
  }
  .header .header-wrap {
    flex-direction: row;
  }
  .nav-main {
    font-size: 18px;
  }
  .nav-main ul li a {
    padding: 0 10px;
  }
  .nav-main a {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .nav-main > li:nth-child(2) ul {
    width: 111%;
    left: auto;
    right: 0;
  }
  .nav-main > li:nth-child(3) ul {
    width: 105%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .nav-main {
    font-size: 20px;
  }
  .nav-main a {
    padding: 0 10px;
  }
  .nav-main ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
  .mobile-nav {
    display: block;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .mobile-nav > * {
    width: 100%;
  }
  .mobile-nav.visible {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mobile-nav-connect .button-wrapper {
    padding-left: 0;
  }
  .mobile-nav-connect .email-wrapper {
    margin-bottom: 6px;
  }
  .mobile-nav .search-text {
    width: 100%;
  }
  .mobile-nav .search-submit {
    right: 4px;
    top: -2px;
    color: white;
    font-size: 25px;
    padding: 8px;
  }
  .mobile-nav .search-submit:hover {
    background: none;
    border: 0;
  }
  .connect-form .btn-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 399px) {
  .header .header-wrap {
    flex-direction: column;
  }
  .header .nav-wrap {
    width: 100%;
    justify-content: flex-end;
  }
  .header .mobile-menu {
    width: 100%;
  }
}
