.header {
    width: 100%;
    height: 4.375rem;    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (max-width: 992px) {
    .header .container {
      width: 100%;
      max-width: initial;
    }
  }
  @media (min-width: 768px) {
    .header {
      margin-bottom: 0;
      height: 7.875rem;
    }
    .header.header--scroll {
      height: 4.375rem;
    }
  }
  .header__content {
    height: 1.875rem;
    color: #ffffff;
    padding-left: 0.625rem;
    display: none;
    align-items: center;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 768px) {
    .header__content {
      display: flex;
      padding-left: 15.625rem;
    }
    .header--scroll .header__content {
      height: 0;
      overflow: hidden;
    }
  }
  @media (min-width: 768px) {
      body.dev .header__content {
      padding-left: 14.375rem;
    }
      body.dev .header--scroll .header__content {
      height: 0;
      overflow: hidden;
    }
  }
  body.dev .header__title {
    position: relative;
    display: flex;
    align-items: center;
  }
  body.dev .header__title::after {
    content: "";
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    left: 0;
    top: 0.9375rem;
    transform: rotate(45deg);
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 992px) {
      body.dev .header--scroll .header__title::after {
      opacity: 0;
      width: 0;
      height: 0;
      margin-top: -25px;
    }
  }
  @media (min-width: 768px) {
      body.dev .header--scroll .header__title::after {
      opacity: 0;
      width: 0;
      height: 0;
      margin-top: -25px;
    }
  }
  body.dev .header__label {
    position: relative;
    z-index: 100;
    color: #ffffff;
  }
  body.dev .header__social {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  body.dev .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  @media (min-width: 768px) {
      body.dev .header__main {
      height: 96px;
    }
  }
  body.dev .header--scroll .header__main {
    height: 100%;
  }
  body.dev .header__logo {
    height: 2.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 980px) and (max-width: 1080px) {
      body.dev .header__logo {
      display: flex;
      align-items: center;
    }
  }
  body.dev .header__logo:hover {
    opacity: 0.5;
  }
  @media (min-width: 992px) {
      body.dev .header__logo {
      height: 6rem;
    }
      body.dev .header--scroll .header__logo {
      height: 4.375rem;
    }
  }
  body.dev .header__logo img {
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 992px) {
      body.dev .header__logo img {
      height: 3.75rem;
    }
      body.dev .header--scroll .header__logo img {
      height: 2.5rem;
    }
  }
  body.dev .header__nav {
    overflow: visible;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    transform: none;
    z-index: 100;
  }
  body.dev .header--scroll .header__nav {
    top: 4.375rem;
  }
  @media (min-width: 992px) {
      body.dev .header__nav {
      position: static;
      width: 80%;
      height: 6rem;
      background: transparent;
    }
      body.dev .header--scroll .header__nav {
      height: 4.375rem;
    }
  }
  body.dev .header__extranav {
    display: flex;
    align-items: center;
  }
  @media (min-width: 992px) {
    body.dev .header__extranav {
      flex-direction: column;
      align-content: stretch;
      width: 20%;
      height: 6rem;
      align-items: initial;
    }
      body.dev .header--scroll .header__extranav {
      height: 4.375rem;
    }
  }
  
  body.dev .main-nav {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    text-align: center;
  }
  body.dev .main-nav.show {
    height: calc(100vh - 4.375rem);
    overflow-y: auto;
  }
  @media (min-width: 992px) {
    body.dev .main-nav {
      display: flex;
      align-items: center;
      background: transparent;
    }
    body.dev .main-nav.collapse {
      display: flex;
    }
  }
  body.dev .main-nav__menu {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 0.5%;
    padding-right: 0.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
  }
  @media (min-width: 992px) {
    body.dev .main-nav__menu {
      flex-direction: row;
      justify-content: flex-end;
    }
  }
  body.dev .main-nav__item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.75%;
    padding-right: 1.75%;
    overflow: visible;
    position: static;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    width: 100%;
  }
  body.dev .main-nav__item form {
    width: 100%;
  }
  body.dev .main-nav__item.dropdown {
    position: relative;
  }
  @media (max-width: 992px) {
    body.dev .main-nav__item.dropdown {
      display: block;
    }
  }
  @media (max-width: 992px) {
    body.dev .main-nav__item.dropdown.show {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }
    body.dev .main-nav__item.dropdown.show .dropdown-toggle {
      padding-left: 1.75%;
      padding-right: 1.75%;
    }
  }
  @media (min-width: 992px) {
    body.dev .main-nav__item.dropdown-search .dropdown-menu {
      min-width: 23.4375rem;
    }
  }

  body.dev .main-nav__item.dropdown-search .btn {
    min-height: initial;
  }
  @media (max-width: 992px) {
    body.dev .main-nav__item .dropdown-menu.show {
      padding-bottom: 0;
      margin-top: 1.25rem;
      position: static !important;
      transform: initial !important;
      top: 0px;
      left: 0px;
      will-change: initial;
      width: 100%;
      padding: 0;
      border-radius: 0;
      border: none;
    }
    body.dev .main-nav__item .dropdown-menu.show .main-nav__item {
      background: #ffffff;
    }
    body.dev .main-nav__item .dropdown-menu.show .main-nav__item:first-child {
      border-top: 1px solid #828282;
    }
  }
  body.dev .main-nav__item:last-child {
    border-bottom: 0;
  }
  @media (min-width: 992px) {
    body.dev .main-nav__item {
      align-items: center;
      width: auto;
      border-bottom: 0;
      background: transparent;
      padding-left: 1.75%;
      padding-right: 1.75%;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    body.dev .main-nav__item {
      font-weight: 500;
      font-size: 0.75rem;
      padding-left: 1%;
      padding-right: 1%;
    }
  }
  body.dev .main-nav__item a {
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
  }
  body.dev footer .main-nav__item a,
  body.dev footer .main-nav__item a.cl-primary {
      color: #fff!important;
  }
  @media (min-width: 992px) {
    body.dev .main-nav__item a {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      display: inline-block;
      justify-content: initial;
    }
  }
  body.dev .main-nav__item a:hover {
    opacity: 0.5;
  }
  body.dev .main-nav__item--f a {
    color: #D0D7E3;
  }
  body.dev .main-nav__item--donate {
    background: #D0D7E3;
    height: 2.75rem;
    align-items: center;
    font-family: "Neutra", sans-serif;
    font-weight: 700;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 992px) {
    body.dev .main-nav__item--donate {
      margin-left: 1.75%;
      border-radius: 0.3125rem;
    }
  }
  body.dev .main-nav__item--donate:hover {
    background: #b0bcd0;
  }
  body.dev .main-nav__item--donate a {
    height: 2.75rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (min-width: 992px) {
    body.dev .main-nav__item--donate a {
      justify-content: initial;
    }
  }
  body.dev .main-nav__item--donate a:hover {
    opacity: 1;
  }
  
  body.dev .secondary-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body.dev .secondary-nav__top {
    flex: 1;
    display: none;
  }
  @media (min-width: 992px) {
    body.dev .secondary-nav__top {
      display: flex;
    }
  }
  body.dev .secondary-nav__btm {
    display: flex;
  }
  @media (min-width: 992px) {
    body.dev .secondary-nav__btm {
      flex: 1;
      border-top: 2px solid #EEEEEE;
    }
    body.dev .header--scroll .secondary-nav__btm {
      display: none;
    }
  }
  body.dev .header-alternative .secondary-nav__btm {
    flex: 1;
    display: none;
  }
  @media (min-width: 992px) {
    body.dev .header-alternative .secondary-nav__btm {
      display: flex;
    }
  }
  body.dev .secondary-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85%;
    border-right: 2px solid #EEEEEE;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  body.dev .secondary-nav__item {
    display: flex;
    text-transform: uppercase;
    padding-left: 1.75%;
    padding-right: 1.75%;
  }
  body.dev .secondary-nav__item a {
    white-space: nowrap;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 500;
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-decoration: none;
  }
  body.dev .secondary-nav__item a:hover {
    opacity: 0.5;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    body.dev .secondary-nav__item a {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }

  body.dev .secondary-nav__lang {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.dev .secondary-nav__lang a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    color: #D0D7E3;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-decoration: none;
  }
  body.dev .secondary-nav__lang a:hover {
    opacity: 0.5;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    body.dev .secondary-nav__lang a {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  
  .search-field {
    display: flex;
    align-items: center;
    padding: 0.625rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  @media (min-width: 992px) {
    .search-field {
      border-left: 2px solid #EEEEEE;
      width: 50%;
    }
    .header--scroll .search-field {
      width: 100%;
      border-left: none;
    }
  }
  .search-field.is-active {
    width: 100%;
    background: #EEEEEE;
  }
  .search-field.is-active .search-field__input.placeholder {
    opacity: 1;
  }
  .search-field.is-active .search-field__input:-moz-placeholder {
    opacity: 1;
  }
  .search-field.is-active .search-field__input::-moz-placeholder {
    opacity: 1;
  }
  .search-field.is-active .search-field__input:-ms-input-placeholder {
    opacity: 1;
  }
  .search-field.is-active .search-field__input::-webkit-input-placeholder {
    opacity: 1;
  }
  .search-field__input {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: calc(100% - 26px);
    height: 1.875rem;
    padding: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 0.8125rem;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  .search-field__input.placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input.placeholder {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .search-field__input.placeholder {
      opacity: 1;
    }
  }
  @media (max-width: 992px) {
    .search-field__input.placeholder {
      display: none !important;
    }
  }
  .search-field__input:-moz-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input:-moz-placeholder {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .search-field__input:-moz-placeholder {
      opacity: 1;
    }
  }
  @media (max-width: 992px) {
    .search-field__input:-moz-placeholder {
      display: none !important;
    }
  }
  .search-field__input::-moz-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input::-moz-placeholder {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .search-field__input::-moz-placeholder {
      opacity: 1;
    }
  }
  @media (max-width: 992px) {
    .search-field__input::-moz-placeholder {
      display: none !important;
    }
  }
  .search-field__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input:-ms-input-placeholder {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .search-field__input:-ms-input-placeholder {
      opacity: 1;
    }
  }
  @media (max-width: 992px) {
    .search-field__input:-ms-input-placeholder {
      display: none !important;
    }
  }
  .search-field__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .search-field__input::-webkit-input-placeholder {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .search-field__input::-webkit-input-placeholder {
      opacity: 1;
    }
  }
  @media (max-width: 992px) {
    .search-field__input::-webkit-input-placeholder {
      display: none !important;
    }
  }
  .search-field__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    white-space: nowrap;
    border: none;
    height: 1.625rem;
    width: 1.625rem;
    flex-shrink: 0;
    background: url("images/icn-search.svg") no-repeat center right;
  }
  .search-field__btn:hover {
    opacity: 0.5;
  }
  @media (min-width: 992px) {
    .search-field__btn {
      display: inline-flex;
    }
  }
  
  .social-nav {
    width: 50%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .social-nav.is-hide {
    width: 0%;
    overflow: hidden;
  }
  .header--scroll .social-nav.is-hide {
    width: 0%;
  }
  @media (min-width: 992px) {
    .social-nav {
      width: 50%;
    }
    .header--scroll .social-nav {
      width: 0%;
    }
  }
  .social-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
  }
  .social-nav__item {
    display: flex;
    align-items: center;
  }
  .header--scroll .social-nav__item {
    display: none;
  }
  .main-nav__item .social-nav__item {
    display: flex;
  }
  .social-nav__item a {
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-decoration: none;
    padding-left: 0.9375rem;
  }
  .social-nav__item a:hover {
    opacity: 0.5;
  }
  .social-nav__item--lang {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    color: #D0D7E3;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-decoration: none;
    display: none;
  }
  .header--scroll .social-nav__item--lang {
    display: flex;
    justify-content: center;
  }
  .social-nav__item--lang:hover {
    opacity: 0.5;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .social-nav__item--lang {
      font-weight: 500;
      font-size: 0.75rem;
    }
  }
  body.dev .social-nav--inverse a {
    color: #ffffff;
  }