/**
 * header
 */
/* imports */
/**
 * defcad variables
 */
/* color palette */
/* defcad colors */
/* alert colors */
/* modal colors */
/* list colors */
/* header variables */
.defcad-text-logo {
  font-family: bebasneue_bold;
  font-size: 40px;
  color: #1d1d1d;
  padding: 0; }

.header {
  background-color: #fff;
  font-family: bebasneue_bold; }
  .header .container {
    padding: 0; }
  .header .mobile-nav-link {
    display: none; }
  .header .navbar-brand-container {
    padding: 12px 0 6px 0; }
    .header .navbar-brand-container a {
      margin-left: 0; }
    .header .navbar-brand-container .defcad-text-logo {
      font-size: 40px; }
    .header .navbar-brand-container .fundraiser-link {
      display: block; }
      .header .navbar-brand-container .fundraiser-link span {
        color: rgba(0, 187, 236, 0.87); }
  .header nav a, .header nav button {
    background: none;
    border: none;
    color: #80818a;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px; }
  .header nav a.nav-link {
    margin-top: 3px;
    margin-left: 2em; }
    .header nav a.nav-link.highlight-blue {
      color: rgba(0, 187, 236, 0.87); }
      .header nav a.nav-link.highlight-blue:hover {
        color: #00bbec; }
    .header nav a.nav-link.highlight-red {
      color: rgba(236, 71, 0, 0.87); }
      .header nav a.nav-link.highlight-red:hover {
        color: #ec4700; }
    .header nav a.nav-link img {
      opacity: 0.5; }
  .header nav a.nav-link:hover img {
    opacity: 1; }
  .header nav .dropdown-menu {
    left: -100px;
    top: 40px;
    width: 200px;
    width: 12.5rem; }
    .header nav .dropdown-menu .btn {
      color: #fff;
      background-color: #017fa0;
      padding: 5px 25px 0px;
      margin: .5em .75em; }
    .header nav .dropdown-menu .btn:hover {
      background-color: #18687d; }
    .header nav .dropdown-menu .dropdown-item {
      margin: 0;
      padding: .5em 1em; }
    .header nav .dropdown-menu .dropdown-item:active {
      background-color: #979797; }
  .header nav a:not(.defcad-text-logo, .highlight-red):hover, .header nav button:hover {
    color: rgba(0, 187, 236, 0.87) !important; }
  .header nav #logout-form {
    display: inline-block;
    width: 100%; }
    .header nav #logout-form button {
      outline: 0; }
  @media (max-width: 767.98px) {
    .header .defcad-notification.show {
      width: 100% !important; }
    .header .close-notification {
      right: 35px !important; }
    .header .nav-user-links {
      width: 100% !important;
      text-align: center !important; }
    .header .nav-link {
      margin: 0.25em !important; }
    .header .mobile-nav-link {
      display: block; }
    .header .desktop-nav-link {
      display: none; }
    .header nav a, .header nav button {
      margin: 0 20px; } }
  @media (max-width: 575px) {
    .header .nav-link {
      padding: 12px 0; }
      .header .nav-link.about-nav-link {
        display: list-item; } }

.defcad-notification-count {
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 3px 5px;
  background-color: #ec4700;
  border-radius: 50%;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
  font-size: 10px;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1; }

/* this fixes the cart icon since it's not standard fa icons */
.fa-image-svg {
  display: inline-block;
  position: relative; }
  .fa-image-svg .defcad-notification-count {
    top: -9px;
    right: -9px; }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu-arrow {
  top: -29px;
  right: 12px;
  width: 0;
  height: 0;
  position: relative; }

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001; }

.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff; }

.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.15); }
