/* line 7, ../../sass/header.scss */
html {
  overflow-x: hidden;
}

/* line 11, ../../sass/header.scss */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* line 19, ../../sass/header.scss */
#global.nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: 1s ease;
}
/* line 24, ../../sass/header.scss */
#global.sticky {
  width: 100%;
}

/* line 30, ../../sass/header.scss */
.muted {
  background-color: #000;
}

/* line 34, ../../sass/header.scss */
.nav {
  margin: 0;
}
/* line 37, ../../sass/header.scss */
.nav .active {
  border-bottom: 2px solid #E03A3E;
}

/* line 42, ../../sass/header.scss */
.drop-content {
  min-width: 300px;
  overflow: visible;
  clip: auto;
  padding: .5rem 2rem .5rem 1rem;
  background: #D0D0D0;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
}
/* line 52, ../../sass/header.scss */
.drop-content ul {
  list-style-type: none;
  padding-left: 0;
  font-size: .8rem;
}
/* line 58, ../../sass/header.scss */
.drop-content ul li {
  list-style-type: none;
  height: 100%;
  padding: .5rem;
}
/* line 63, ../../sass/header.scss */
.drop-content ul li:hover {
  border-left: 0.25rem solid #A90d1C;
  font-weight: 600;
}
/* line 68, ../../sass/header.scss */
.drop-content ul li a {
  text-decoration: none;
  color: #1b1b19;
  border-bottom: 2px solid #D0D0D0;
}
/* line 74, ../../sass/header.scss */
.drop-content ul li a:hover {
  text-decoration: none;
  border-bottom: 0;
}

/* line 83, ../../sass/header.scss */
.nav__topbar {
  background-color: #262626;
  min-height: 2em;
  padding-right: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s ease;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  /* .slider-trigger::after {
      content: 'Menu';
      font-size: 1.25em;
      color: $black;
      vertical-align: middle;
      padding-left: 0.3em;
  } */
}
/* line 101, ../../sass/header.scss */
.nav__topbar.sticky .nav__topbar--logo {
  visibility: visible;
}
/* line 106, ../../sass/header.scss */
.nav__topbar .nav__topbar--logo {
  max-width: 250px;
  margin-left: 1%;
  visibility: hidden;
  transition: 1s ease;
}
/* line 112, ../../sass/header.scss */
.nav__topbar .nav__topbar--logo img {
  width: 100%;
}
/* line 117, ../../sass/header.scss */
.nav__topbar .global__top--shortcut {
  justify-content: flex-end;
  flex-basis: 100%;
}
/* line 123, ../../sass/header.scss */
.nav__topbar .global__top--shortcut ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 0.65em;
  padding: 2% 5%;
  margin: 0;
}
@media (min-width: 900px) {
  /* line 123, ../../sass/header.scss */
  .nav__topbar .global__top--shortcut ul {
    justify-content: flex-end;
    padding: .5rem 0;
  }
}
/* line 141, ../../sass/header.scss */
.nav__topbar .global__top--shortcut ul li {
  display: none;
  padding: 0 1rem;
  border-right: 1px solid #aaa;
}
@media (min-width: 900px) {
  /* line 141, ../../sass/header.scss */
  .nav__topbar .global__top--shortcut ul li {
    display: list-item;
  }
}
/* line 150, ../../sass/header.scss */
.nav__topbar .global__top--shortcut ul li a {
  color: #F9F9F9;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 900px) {
  /* line 157, ../../sass/header.scss */
  .nav__topbar .global__top--shortcut ul li:nth-last-child(2) {
    border-right: 0;
    white-space: nowrap;
  }
}
/* line 164, ../../sass/header.scss */
.nav__topbar .global__top--shortcut ul li:last-child {
  display: list-item;
  border-right: 0;
  font-size: 2em;
}
@media (min-width: 900px) {
  /* line 164, ../../sass/header.scss */
  .nav__topbar .global__top--shortcut ul li:last-child {
    display: none;
  }
}
/* line 179, ../../sass/header.scss */
.nav__topbar .global__top--social {
  width: 200%;
}
/* line 183, ../../sass/header.scss */
.nav__topbar .global__top--social ul {
  list-style: none;
}
/* line 187, ../../sass/header.scss */
.nav__topbar .global__top--social li {
  background-image: url("/img/social-sprites-top.png");
  background-size: 124px 23px;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  color: transparent;
  font-size: 1.95rem;
}
/* line 197, ../../sass/header.scss */
.nav__topbar .global__top--social a {
  width: 23px;
  height: 23px;
  color: transparent;
  font-size: 1.95rem;
}
/* line 204, ../../sass/header.scss */
.nav__topbar .global__top--social__fb {
  background-position: 0px;
}
/* line 208, ../../sass/header.scss */
.nav__topbar .global__top--social__tw {
  background-position: -33px;
}
/* line 212, ../../sass/header.scss */
.nav__topbar .global__top--social__pi {
  background-position: -77px;
}
/* line 216, ../../sass/header.scss */
.nav__topbar .global__top--social__ig {
  background-position: -110px;
}
/* line 222, ../../sass/header.scss */
.nav__topbar .slider-trigger {
  cursor: pointer;
}
/* line 225, ../../sass/header.scss */
.nav__topbar .slider-trigger i {
  font-size: 2em;
  vertical-align: middle;
}
@media (min-width: 900px) {
  /* line 222, ../../sass/header.scss */
  .nav__topbar .slider-trigger {
    display: none;
  }
}

/* line 245, ../../sass/header.scss */
.nav__logo-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.6rem;
}
@media (min-width: 900px) {
  /* line 245, ../../sass/header.scss */
  .nav__logo-bar {
    flex-direction: row;
    padding-top: 4%;
  }
}
@media (min-width: 1200px) {
  /* line 245, ../../sass/header.scss */
  .nav__logo-bar {
    max-width: 1190px;
    margin: 0 auto;
  }
}
/* line 263, ../../sass/header.scss */
.nav__logo-bar--logo {
  padding: 3%;
  align-self: bottom;
  border-bottom: 0;
}
/* line 267, ../../sass/header.scss */
.nav__logo-bar--logo img {
  width: 100%;
}
@media (min-width: 600px) {
  /* line 267, ../../sass/header.scss */
  .nav__logo-bar--logo img {
    width: auto;
    max-width: 371px;
  }
}
@media (min-width: 600px) {
  /* line 263, ../../sass/header.scss */
  .nav__logo-bar--logo {
    padding: 1%;
  }
}
/* line 280, ../../sass/header.scss */
.nav__logo-bar--cta {
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  font-size: 1rem;
  color: #474647;
  text-align: center;
  line-height: 1.5em;
}
@media (min-width: 900px) {
  /* line 280, ../../sass/header.scss */
  .nav__logo-bar--cta {
    text-align: right;
    color: #002C47;
    background-color: transparent;
    padding-bottom: 2%;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  /* line 280, ../../sass/header.scss */
  .nav__logo-bar--cta {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 313, ../../sass/header.scss */
.nav__links {
  display: none;
}
@media (min-width: 900px) {
  /* line 313, ../../sass/header.scss */
  .nav__links {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 3em;
    border-top: 2px solid #000;
    border-bottom: 1px solid #7E7E7E;
    transition: 1s ease;
  }
  /* line 328, ../../sass/header.scss */
  .nav__links.sticky {
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    max-width: 100%;
    top: 32px;
    left: 0;
    right: 0;
    transform-origin: center;
    transition: 1s ease;
  }
  /* line 341, ../../sass/header.scss */
  .nav__links a {
    cursor: pointer;
  }
  /* line 345, ../../sass/header.scss */
  .nav__links ul {
    list-style: none;
  }
  /* line 349, ../../sass/header.scss */
  .nav__links--primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    margin: 0;
    flex-basis: 65%;
    max-width: 50%;
    font-size: 0.8em;
    letter-spacing: .05em;
  }
  /* line 361, ../../sass/header.scss */
  .nav__links--primary li {
    margin: 0;
    flex-shrink: 1;
    flex-grow: 0;
    font-weight: 400;
    white-space: nowrap;
    padding: 2%;
  }
  /* line 369, ../../sass/header.scss */
  .nav__links--primary li a {
    color: #474647;
    text-decoration: none;
  }
  /* line 373, ../../sass/header.scss */
  .nav__links--primary li a:hover {
    border-bottom: 0;
  }
  /* line 379, ../../sass/header.scss */
  .nav__links--primary li a:not([href]) {
    cursor: default;
  }
  /* line 384, ../../sass/header.scss */
  .nav__links--primary li:first-child {
    padding-left: 0;
  }
  /* line 389, ../../sass/header.scss */
  .sticky .nav__links--primary {
    max-width: 35%;
    padding-left: 1%;
  }
  /* line 394, ../../sass/header.scss */
  .nav__links--donate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    text-transform: uppercase;
    flex-basis: 25%;
    max-width: 340px;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  /* line 394, ../../sass/header.scss */
  .nav__links--donate {
    flex-basis: 25%;
  }
}
@media (min-width: 900px) {
  /* line 408, ../../sass/header.scss */
  .nav__links--donate div {
    flex-shrink: 0;
    font-weight: 500;
    text-align: center;
    line-height: 2.9em;
    white-space: nowrap;
  }
  /* line 416, ../../sass/header.scss */
  .nav__links--donate div:first-child {
    color: #E03A3E;
    flex-basis: 48%;
  }
  /* line 420, ../../sass/header.scss */
  .nav__links--donate div:first-child a {
    color: #E03A3E !important;
    text-decoration: none;
  }
  /* line 426, ../../sass/header.scss */
  .nav__links--donate div:last-child {
    color: #F9F9F9;
    background-color: #E03A3E;
    flex-basis: 52%;
  }
  /* line 431, ../../sass/header.scss */
  .nav__links--donate div:last-child a {
    color: #fff !important;
    text-decoration: none;
  }
  /* line 437, ../../sass/header.scss */
  .nav__links--donate .nav__links--arrow {
    font-size: 0.8em;
  }
  /* line 442, ../../sass/header.scss */
  .nav__links .slideronly {
    display: none;
  }
}

/* line 448, ../../sass/header.scss */
.slider {
  font-size: 0.9em;
  text-align: right;
  width: 20em;
  background-color: #D0D0D0;
  margin: 0;
  padding: 1% 0;
  z-index: 9999;
  height: 98%;
  min-height: 98%;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  box-shadow: -5px 0 10px rgba(100, 100, 100, 0.5);
  right: -25em;
  opacity: 1;
  -webkit-transform: translate(25em, 0);
  transform: translate(25em, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transition 500ms ease;
}
/* line 468, ../../sass/header.scss */
.slider a {
  text-decoration: none;
  padding-left: 5%;
  color: #1b1b19;
}
/* line 474, ../../sass/header.scss */
.slider > ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
/* line 480, ../../sass/header.scss */
.slider > ul > li {
  padding: 5% 0;
  border-bottom: 1px solid #e0e0e0;
  color: gray;
  text-transform: uppercase;
}
/* line 487, ../../sass/header.scss */
.slider .submenu {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
/* line 493, ../../sass/header.scss */
.slider .submenu li {
  font-size: 0.85em;
  padding: 3% 5%;
  text-transform: none;
}
/* line 499, ../../sass/header.scss */
.slider .submenu li:hover {
  background-color: #e0e0e0;
}

/* line 505, ../../sass/header.scss */
.showmenu {
  visibility: visible;
  transform: translate(-25em, 0);
  opacity: 1;
  -webkit-transform: translate(-25em, 0);
  position: fixed !important;
}

/* line 513, ../../sass/header.scss */
.hidemenu {
  visibility: hidden;
  transform: translate(25em, 0);
  opacity: 0;
  -webkit-transform: translate(25em, 0);
}

/* line 521, ../../sass/header.scss */
div.slider[style] {
  right: 0;
  left: inherit;
}

/* line 526, ../../sass/header.scss */
#wrapper-page {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@supports (filter: brightness(100%)) {
  /* line 526, ../../sass/header.scss */
  #wrapper-page {
    filter: brightness(100%);
  }
}

/* line 536, ../../sass/header.scss */
.hidden {
  display: none;
}

/* line 540, ../../sass/header.scss */
.givered {
  background-color: #E03A3E;
  color: #fff;
}
/* line 544, ../../sass/header.scss */
.givered a {
  color: #fff;
}
