.ng-header-nav-container {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  /* TODO remove if/when user icon is integrated into ngkit */
}
.ng-header-nav-container .navbar-always {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: 60px;
}
.ng-header-nav-container .user-icon-link {
  height: 24px;
  overflow: hidden;
}
.ng-header-nav-container .user-icon-link i.ng-icon:before {
  content: "";
}
.ng-header-nav-container .user-icon-link img {
  -webkit-transition: opacity 200ms ease-in-out 0ms;
  -moz-transition: opacity 200ms ease-in-out 0ms;
  -ms-transition: opacity 200ms ease-in-out 0ms;
  -o-transition: opacity 200ms ease-in-out 0ms;
  transition: opacity 200ms ease-in-out 0ms;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.ng-header-nav-container .user-icon-link img.account-icon-black {
  opacity: 1;
}
.ng-header-nav-container .user-icon-link img.account-icon-white {
  opacity: 0;
}
.ng-header-nav-container img.white-logo {
  display: none;
}
.ng-header-nav-container img.account-icon-white {
  display: none;
}
.ng-header-nav-container .navbar-menu {
  font-family: GeographWeb, Helvetica, Arial, sans-serif;
  margin-top: 60px;
  background: #000;
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.ng-header-nav-container button[aria-haspopup=true] {
  background-color: transparent;
  border: none;
  width: auto;
}
.ng-header-nav-container ul {
  margin: 0;
}
.ng-header-nav-container ul li {
  list-style: none;
  color: #fff;
}
.ng-header-nav-container ul li.level1-node li {
  text-transform: initial;
  font-size: initial;
  letter-spacing: initial;
}
.ng-header-nav-container ul li.level1-node > a {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2.2px;
}
.ng-header-nav-container ul li a {
  border-bottom: none;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
}

a#header-logo-container {
  height: 40px;
  width: 136px;
  float: left;
  border-bottom: none;
  display: inline-block;
  margin: 10px;
  position: relative;
}
a#header-logo-container img {
  height: 100%;
  position: absolute;
  left: 0;
}

ul#header-nav-icons {
  float: right;
  margin-top: 7px;
  padding-left: 0 !important;
}
ul#header-nav-icons li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  height: 60px;
  line-height: initial;
}
ul#header-nav-icons li a {
  text-align: center;
  color: #000;
  padding: 0;
}
ul#header-nav-icons li a .ng-icon {
  font-size: 24px;
  margin: 0 auto;
}
ul#header-nav-icons li a .icon-subtext {
  font-family: GeographWeb, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
ul#header-nav-icons li.cart-timer {
  width: 36px;
  text-align: center;
}
ul#header-nav-icons li.cart-timer + li.donate-button {
  display: none;
}
ul#header-nav-icons li.cart-timer.ng-hidden + li.donate-button {
  display: inline-block;
}
ul#header-nav-icons .donate-button > a.ng-button {
  width: 89px !important;
  height: 30px;
  min-width: 0 !important;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

#header-nav-spacer {
  height: 96px;
}
.ng-header-nav-container.condensed ~ #header-nav-spacer {
  height: 60px;
}

@media only screen and (max-width: 1209px) {
  body .ng-header-nav-container .menu-icon-link {
    display: inline !important;
  }
  body .ng-header-nav-container .close-icon-link {
    display: none !important;
  }
  body .ng-header-nav-container .navbar-menu {
    display: none !important;
  }
  body.mobile-menu-open .ng-header-nav-container ~ div, body.mobile-menu-open .grey-nav ~ div {
    position: fixed;
  }
  body.mobile-menu-open .ng-header-nav-container .menu-icon-link, body.mobile-menu-open .grey-nav .menu-icon-link {
    display: none !important;
  }
  body.mobile-menu-open .ng-header-nav-container .close-icon-link, body.mobile-menu-open .grey-nav .close-icon-link {
    display: inline !important;
  }
  body.mobile-menu-open .ng-header-nav-container .navbar-menu, body.mobile-menu-open .grey-nav .navbar-menu {
    display: block !important;
  }

  .ng-header-nav-container #header-nav-icons {
    margin-right: 10px;
  }
  .ng-header-nav-container .menu-icon-link a {
    width: 30px;
  }
  .ng-header-nav-container .close-icon-link {
    display: none;
  }
  .ng-header-nav-container .close-icon-link a {
    width: 30px;
  }
  .ng-header-nav-container .user-icon-link {
    display: none !important;
  }
  .ng-header-nav-container .navbar-account-mobile {
    color: #fff;
    background: #222;
    margin-bottom: 20px;
  }
  .ng-header-nav-container .navbar-account-mobile li.account-node > a {
    height: inherit;
    line-height: inherit;
    padding: 20px 0;
    font-family: "GeographEditWeb";
    font-size: 16px;
  }
  .ng-header-nav-container .navbar-account-mobile li.account-node > a > img {
    display: inline;
    line-height: inherit;
    margin-right: 12px;
    width: 20px;
  }
  .ng-header-nav-container li.active > a {
    color: #fc0 !important;
  }
  .ng-header-nav-container li.active > a ~ button {
    color: #fc0;
  }
  .ng-header-nav-container ul.level1-list {
    padding: 0 20px !important;
  }
  .ng-header-nav-container ul.level1-list:not(.navbar-account-mobile) {
    margin-bottom: 35px;
  }
  .ng-header-nav-container li.level1-node:not(:last-child) {
    margin-bottom: 34px;
  }
  .ng-header-nav-container li.level1-node > a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.14px;
  }
  .ng-header-nav-container ul.level2-list {
    padding-left: 25px !important;
  }
  .ng-header-nav-container li.level2-node > button[aria-haspopup=true] {
    color: white;
    height: 1rem;
    margin-left: 8px;
    font-size: 12px;
    padding: 0;
  }
  .ng-header-nav-container li.level2-node > button[aria-expanded=true] ~ ul.level3-list {
    display: block;
  }
  .ng-header-nav-container ul.level3-list {
    display: none;
  }

  #header-nav-spacer {
    height: 60px !important;
  }
}
@media only screen and (min-width: 1210px) {
  .ng-header-nav-container.condensed .navbar-always {
    max-height: 60px !important;
  }
  .ng-header-nav-container.condensed #header-nav-container.top .level2-list {
    height: 0;
  }

  #header-nav-container {
    background: #fff !important;
    z-index: 10;
    text-align: center;
    /* underline animation */
  }
  #header-nav-container.top > .navbar-always {
    box-shadow: none !important;
  }
  #header-nav-container.top .level1-list:hover li.level1-node.active:hover ul.level2-list, #header-nav-container.top .level1-list:hover li.level1-node:hover ul.level2-list {
    box-shadow: none !important;
  }
  #header-nav-container.top.loaded > .navbar-always {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    max-height: 96px;
  }
  #header-nav-container.top.loaded .level1-list:hover li.level1-node.active ul.level2-list, #header-nav-container.top.loaded .level1-list:hover li.level1-node ul.level2-list {
    top: 48px;
    height: 0;
  }
  #header-nav-container.top.loaded .level1-list:hover li.level1-node.active:hover > a:after, #header-nav-container.top.loaded .level1-list:hover li.level1-node:hover > a:after {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  #header-nav-container.top.loaded .level1-list:hover li.level1-node.active:hover.has-children > a:after, #header-nav-container.top.loaded .level1-list:hover li.level1-node:hover.has-children > a:after {
    -webkit-transform: scaleX(30);
    -moz-transform: scaleX(30);
    -ms-transform: scaleX(30);
    -o-transform: scaleX(30);
    transform: scaleX(30);
  }
  #header-nav-container.top.loaded .level1-list:hover li.level1-node.active:hover ul.level2-list, #header-nav-container.top.loaded .level1-list:hover li.level1-node:hover ul.level2-list {
    height: 48px;
  }
  #header-nav-container.top.loaded .level1-list li.level1-node.active ul.level2-list {
    height: 48px;
  }
  #header-nav-container.top.loaded .level1-list li.level1-node.active > a:after {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fc0;
  }
  #header-nav-container.top.loaded .level1-list li.level1-node.active.has-children > a:after {
    -webkit-transform: scaleX(30);
    -moz-transform: scaleX(30);
    -ms-transform: scaleX(30);
    -o-transform: scaleX(30);
    transform: scaleX(30);
  }
  #header-nav-container.top.loaded .level2-list {
    height: 0;
  }
  #header-nav-container .navbar-always {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
  }
  #header-nav-container .navbar-account-mobile {
    display: none !important;
  }
  #header-nav-container .menu-icon-link, #header-nav-container .close-icon-link {
    display: none !important;
  }
  #header-nav-container .navbar-menu {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: fixed;
    display: block !important;
    background: transparent;
    margin: 0;
    left: 50%;
    z-index: 1;
    width: 768px;
  }
  #header-nav-container .navbar-menu a, #header-nav-container .navbar-menu button {
    color: #000;
  }
  #header-nav-container #header-logo-container {
    margin: 10px 0 10px 20px;
  }
  #header-nav-container #overflow-cover {
    overflow-x: hidden;
    background: #fff;
    height: auto;
  }
  #header-nav-container button[aria-haspopup=true] {
    padding: 0;
  }
  #header-nav-container ul {
    text-align: center;
    height: 37px;
    display: inline-block;
    background: #fff;
  }
  #header-nav-container ul li {
    display: inline-block;
  }
  #header-nav-container ul li a {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: relative;
  }
  #header-nav-container ul li a.active, #header-nav-container ul li a:hover {
    color: #000;
  }
  #header-nav-container .level1-list {
    position: relative;
    display: inline-block;
    width: 768px;
    z-index: 10;
    padding: 0 !important;
    margin: 0 auto;
    overflow-y: visible;
  }
  #header-nav-container .level1-list:hover li.level1-node.active > a, #header-nav-container .level1-list:hover li.level1-node > a {
    opacity: 0.4;
  }
  #header-nav-container .level1-list:hover li.level1-node.active:hover > a, #header-nav-container .level1-list:hover li.level1-node:hover > a {
    opacity: 1;
  }
  #header-nav-container .level1-list:hover li.level1-node.active > a:after {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    -o-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
  #header-nav-container .level1-list:hover li.level1-node:hover > a:after {
    -webkit-transform: scaleX(0.6) !important;
    -moz-transform: scaleX(0.6) !important;
    -ms-transform: scaleX(0.6) !important;
    -o-transform: scaleX(0.6) !important;
    transform: scaleX(0.6) !important;
  }
  #header-nav-container .level1-list:hover li.level1-node.has-children:hover > a:after {
    -webkit-transform: scaleX(30) !important;
    -moz-transform: scaleX(30) !important;
    -ms-transform: scaleX(30) !important;
    -o-transform: scaleX(30) !important;
    transform: scaleX(30) !important;
  }
  #header-nav-container .level1-list li.level1-node {
    font-size: 1rem;
    padding: 11px 30px 0 30px;
    margin: 0 -3px;
    background: #fff;
  }
  #header-nav-container .level1-list li.level1-node > a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  #header-nav-container .level1-list li.level1-node.active > a {
    color: #000;
    font-weight: 600;
  }
  #header-nav-container .level1-list li.level1-node.active > a:after {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  #header-nav-container .level1-list li.level1-node.inactive > a {
    opacity: 0.4;
  }
  #header-nav-container .level1-list li.level1-node:hover .level2-list {
    -webkit-transition: all 300ms ease-in-out 300ms;
    -moz-transition: all 300ms ease-in-out 300ms;
    -ms-transition: all 300ms ease-in-out 300ms;
    -o-transition: all 300ms ease-in-out 300ms;
    transition: all 300ms ease-in-out 300ms;
    top: 48px;
    height: 48px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  }
  #header-nav-container .level1-list li.level1-node:hover .level3-list {
    display: block;
  }
  #header-nav-container .level2-list {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    margin: auto;
    list-style: none;
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
    height: 0;
    width: 768px;
    z-index: -1;
    background: #fff;
    padding-left: 0 !important;
    overflow: hidden;
  }
  #header-nav-container .level2-list:hover {
    overflow: visible;
  }
  #header-nav-container .level2-list:hover li.level2-node a, #header-nav-container .level2-list:hover li.level2-node button[aria-haspopup=true] {
    color: #999;
  }
  #header-nav-container .level2-list:hover li.level2-node:hover a, #header-nav-container .level2-list:hover li.level2-node:hover button[aria-haspopup=true], #header-nav-container .level2-list:hover li.level2-node:focus a, #header-nav-container .level2-list:hover li.level2-node:focus button[aria-haspopup=true] {
    color: #000;
  }
  #header-nav-container .level2-list:hover li.level2-node > a:hover, #header-nav-container .level2-list:hover li.level2-node > a:focus {
    text-decoration: underline;
  }
  #header-nav-container .level2-list li.level2-node {
    position: relative;
    padding: 0 16px;
    margin: 0 -4px;
  }
  #header-nav-container .level2-list li.level2-node.dropdown > a ~ button[aria-haspopup=true] {
    font-size: 8px;
    line-height: 8px;
    margin-left: 7px;
  }
  #header-nav-container .level2-list li.level2-node.active > a {
    font-weight: 500;
  }
  #header-nav-container .level2-list li.level2-node a {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
  }
  #header-nav-container .level2-list li.level2-node button[aria-expanded=true] ~ .level3-list {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    max-height: 500px;
    padding-bottom: 10px;
    display: block;
  }
  #header-nav-container .level3-list {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    background: #fff;
    position: absolute;
    min-width: 200px;
    width: 100%;
    height: auto;
    max-height: 0;
    text-align: left;
    top: 48px;
    left: -4px;
    z-index: -2;
    padding: 0 20px;
    overflow: hidden;
    display: none;
  }
  #header-nav-container .level3-list > li.level3-node {
    display: block;
    width: 100%;
  }
  #header-nav-container .level3-list > li.level3-node.active > a {
    font-weight: 500;
  }
  #header-nav-container .level3-list > li.level3-node > a {
    color: #000 !important;
  }
  #header-nav-container .level3-list > li.level3-node > a:hover {
    text-decoration: underline;
  }
  #header-nav-container li.level1-node > a:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fc0;
  }
  #header-nav-container li[aria-expanded=true] > a:after {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  #header-nav-container li.has-children[aria-expanded=true] > a:after {
    -webkit-transform: scaleX(30);
    -moz-transform: scaleX(30);
    -ms-transform: scaleX(30);
    -o-transform: scaleX(30);
    transform: scaleX(30);
  }

  ul#header-nav-icons {
    margin: 10px 15px 10px 0;
  }
  ul#header-nav-icons li.donate-button > a.ng-button {
    margin-top: 0;
  }

  #mobile-nav-footer, #hp-mobile-nav-footer {
    display: none;
  }
}
a#skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a#skip-to-content:focus {
  clip: auto;
  height: auto;
  width: auto;
  z-index: 200;
  padding: 15px;
  background: #fc0;
}

@media only screen and (min-width: 1210px) {
  .transparent-nav #header-nav-container.top .navbar-always, .transparent-nav #header-nav-container.top .navbar-menu {
    background: transparent !important;
  }
  .transparent-nav #header-nav-container.top .navbar-always {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .transparent-nav #header-nav-container.top .user-icon-link img {
    display: block;
  }
  .transparent-nav #header-nav-container.top .user-icon-link img.account-icon-white {
    opacity: 1;
  }
  .transparent-nav #header-nav-container.top .user-icon-link img.account-icon-black {
    opacity: 0;
  }
  .transparent-nav #header-nav-container.top #header-logo-container img {
    display: block;
  }
  .transparent-nav #header-nav-container.top #header-logo-container img.white-logo {
    opacity: 1;
  }
  .transparent-nav #header-nav-container.top #header-logo-container img.black-logo {
    opacity: 0;
  }
  .transparent-nav #header-nav-container.top .level1-node > a {
    color: #fff !important;
  }
  .transparent-nav #header-nav-container.top:hover .level1-list:hover .level1-node.active > a, .transparent-nav #header-nav-container.top:hover .level1-list:hover .level1-node a {
    opacity: 0.75;
  }
  .transparent-nav #header-nav-container.top:hover .level1-list:hover .level1-node.active:hover > a, .transparent-nav #header-nav-container.top:hover .level1-list:hover .level1-node:hover > a {
    opacity: 1;
  }
  .transparent-nav #header-nav-container.top #header-nav-icons li.donate-button > a {
    color: #000;
  }
  .transparent-nav #header-nav-container.top #header-nav-icons li a {
    color: #fff;
  }
  .transparent-nav #header-nav-container .level1-list, .transparent-nav #header-nav-container .level1-list .level1-node, .transparent-nav #header-nav-container .level2-list .level2-node, .transparent-nav #header-nav-container #overflow-cover, .transparent-nav #header-nav-container #header-nav-icons {
    background: transparent;
  }
  .transparent-nav #header-nav-container .level2-list {
    box-shadow: unset;
  }
  .transparent-nav #header-nav-container #header-logo-container img.white-logo {
    opacity: 0;
  }
  .transparent-nav #header-nav-container #header-logo-container img.black-logo {
    opacity: 1;
  }
  .transparent-nav #header-nav-container:hover .level1-list .level1-node:hover > .level2-list {
    background: #fff;
  }
  .transparent-nav #header-nav-spacer {
    display: none;
  }

  .grey-nav #header-nav-container .navbar-always,
.grey-nav #header-nav-container .level1-list li.level1-node:hover .level2-list,
.grey-nav #header-nav-container .level2-list li.level2-node button[aria-expanded=true] ~ .level3-list {
    box-shadow: none !important;
  }
  .grey-nav #header-nav-container ul, .grey-nav #header-nav-container .navbar-always, .grey-nav #header-nav-container #overflow-cover, .grey-nav #header-nav-container .level1-list .level1-node {
    background: #f5f5f5 !important;
  }
}
#header-logo-container img {
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms;
}

/***** Header hacks *****/
@media only screen and (min-width: 1210px) {
  #bablicFlagsWidget {
    /* [IPOD-513] Update this config on Bablic admin then remove this CSS */
    top: 96px !important;
    /********** end IPOD-513 **********/
    z-index: 5 !important;
  }

  /* [IPOD-503] Remove once nav is updated with show/hide option for header nav config */
  ul.level2-list > li.level2-node:nth-child(n+5) {
    display: none !important;
  }

  /********** end IPOD-503 **********/
}
#header-nav-container {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
html.cms-toolbar-expanded #header-nav-container {
  margin-top: 46px;
}

/* [IPOD-609] Remove after new homepage is rebuilt and deployed */
html.cms-toolbar-expanded #homepage-nav #header-nav-container {
  margin-top: 0 !important;
}

#homepage-nav {
  z-index: 100;
}
#homepage-nav a#header-logo-container {
  width: 136px;
}
#homepage-nav .icon-subtext {
  font-family: GeographWeb, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: initial;
  line-height: 1rem;
  text-transform: none;
}
#homepage-nav #header-nav-icons li:not(.donate-button) a {
  background: transparent;
  vertical-align: top;
}
#homepage-nav ~ main {
  word-spacing: 0.05em;
}
#homepage-nav ~ main a:not([role=button]) {
  border: none;
}
#homepage-nav ~ main ul {
  padding-left: initial !important;
}
#homepage-nav ~ main blockquote {
  text-transform: none;
  letter-spacing: initial;
  word-spacing: initial;
  font-weight: initial;
}
#homepage-nav ~ main ol, #homepage-nav ~ main ul {
  padding-left: 0 !important;
}
#homepage-nav ~ main dt {
  font-weight: initial;
}
#homepage-nav ~ main dd {
  margin-left: initial;
}
#homepage-nav ~ main h1, #homepage-nav ~ main h2, #homepage-nav ~ main h3, #homepage-nav ~ main h4, #homepage-nav ~ main h5, #homepage-nav ~ main h6, #homepage-nav ~ main .ng-h1, #homepage-nav ~ main .ng-h2, #homepage-nav ~ main .ng-h3, #homepage-nav ~ main .ng-h4, #homepage-nav ~ main .ng-h5, #homepage-nav ~ main .ng-h6 {
  text-transform: none;
  letter-spacing: initial;
}
#homepage-nav ~ main .fk-section__kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#homepage-nav ~ main .fk-now__title {
  color: #fff;
  text-transform: none;
}
#homepage-nav ~ main .fk-section__details {
  margin-bottom: 1.4508em !important;
}
#homepage-nav ~ main .fk-project__title {
  margin-bottom: 0;
}
#homepage-nav ~ main .fk-quote__quote {
  color: #000 !important;
}
#homepage-nav ~ main .fk-education {
  color: #fff;
}
#homepage-nav ~ main .fk-education .fk-section__kicker {
  color: #fff !important;
}
#homepage-nav ~ main .fk-social__follow h3 {
  font-size: 1.3125rem !important;
}
#homepage-nav ~ main .homepage-photo-credit {
  text-decoration: underline;
}
@media only screen and (min-width: 700px) {
  #homepage-nav ~ main .fk-education__nav {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 48em) {
  #homepage-nav ~ main .fk-social__follow h3 {
    font-size: 0.875rem !important;
    font-size: calc(.875rem + .4375 * ((100vw - 48rem) / 42)) !important;
  }
}
@media only screen and (max-width: 959px) {
  #homepage-nav ~ main h1, #homepage-nav ~ main h2, #homepage-nav ~ main h3, #homepage-nav ~ main h4, #homepage-nav ~ main h5, #homepage-nav ~ main h6, #homepage-nav ~ main .hg-h1, #homepage-nav ~ main .ng-h2, #homepage-nav ~ main .ng-h3, #homepage-nav ~ main .ng-h4, #homepage-nav ~ main .ng-h5, #homepage-nav ~ main .ng-h6 {
    word-spacing: initial;
  }
}

@media only screen and (max-width: 1209px) {
  body #homepage-nav ~ main {
    position: static;
  }
  body #homepage-nav .menu-icon-link {
    display: inline !important;
  }
  body #homepage-nav .close-icon-link {
    display: none !important;
  }
  body #homepage-nav .navbar-menu {
    display: none !important;
  }

  body.mobile-menu-open #homepage-nav ~ main {
    position: fixed;
  }
  body.mobile-menu-open #homepage-nav .menu-icon-link {
    display: none !important;
  }
  body.mobile-menu-open #homepage-nav .close-icon-link {
    display: inline !important;
  }
  body.mobile-menu-open #homepage-nav .navbar-menu {
    display: block !important;
    height: auto;
  }
}
/********** end IPOD-609 **********/
/**********  Hero hacks  **********/

/*# sourceMappingURL=header_nav.css.map */
