.main-header-inner {
  position: relative;
}
.site-identity-wrapper .site-name {
  font-size: 1em;
  margin: 0;
}
@media (max-width: 415px) {
  .site-identity-wrapper {
    width: 6rem !important;
  }
}
.site-navigation-toggle-wrapper {
  background-color: transparent;
  color: #165b89;
  transition: background-color 0.2s ease-in;
}
.site-navigation-toggle-wrapper .link {
  font-size: 0.75em;
  line-height: 4.8rem;
  color: #165b89;
}
.site-navigation-toggle-wrapper .link:hover {
  color: #165b89;
}
.site-navigation-toggle-wrapper .link:focus,
.site-navigation-toggle-wrapper .link:active {
  color: #165b89;
}
.site-navigation-toggle-wrapper .link .icon {
  fill: #ffffff;
}
.site-navigation-toggle-wrapper .link:hover .icon {
  fill: #1bc2ee;
}
.site-navigation-toggle-wrapper .link {
  display: block;
}
.site-navigation-toggle-wrapper .text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-navigation-toggle-wrapper .text.focusable:active,
.site-navigation-toggle-wrapper .text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.header-site-search .link {
  line-height: 8.75rem;
}
.user-navigation {
  line-height: 1.5em;
}
.user-navigation .header-user-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-navigation .item {
  display: inline;
  margin-left: 0.5em;
}
.main-navigation .header-links {
  padding: 0;
}
.main-navigation .item {
  display: inline-block;
}
.main-navigation .link-toplevel {
  color: #165b89;
  font-weight: bold;
  font-size: 1.125rem;
}
.main-navigation .link-toplevel.active,
.main-navigation .link-toplevel:active {
  color: #1bc2ee;
}
.main-navigation .link-toplevel:focus,
.main-navigation .link-toplevel:hover {
  color: #11b4df;
}
.main-navigation .has-icon .title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-navigation .has-icon .title.focusable:active,
.main-navigation .has-icon .title.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.header-items .main-navigation .icon {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.language-switcher .language-switcher-title {
  display: inline;
  font-size: 0.75em;
  margin: 0;
  line-height: 8.75rem;
}
.language-switcher .locale-links {
  padding: 1.125rem 1.5rem;
  margin: 0;
}
.language-switcher .locale-links li {
  display: inline;
  line-height: normal;
  margin: 0;
  padding: 0.375rem 0;
}
.language-switcher .locale-links li.active {
  padding: 0;
}
.language-switcher .language-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #165b89;
}
.language-switcher .language-link.active,
.language-switcher .language-link:active {
  color: #1bc2ee;
}
.language-switcher .language-link:focus,
.language-switcher .language-link:hover {
  color: #11b4df;
}
.language-switcher .ru .language-link {
  font-family: "Montserrat", "sans-serif";
}
.language-switcher {
  position: relative;
}
.language-switcher:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #132856;
  transition: width .3s;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.language-switcher .language-switcher-title {
  cursor: pointer;
  padding: 0.5em;
  color: #165b89;
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
.language-switcher .language-switcher-title:after {
  content: "";
  background-image: url(/sites/all/themes/eiti/images/icons/angle-down.svg);
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-bottom: 6px;
  transition: transform 200ms ease;
  transform-origin: center;
}
.language-switcher .language-link.active {
  display: none;
}
.language-switcher .locale-links-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  right: 0;
  height: 0;
  z-index: 21;
  min-width: 7.5rem;
  transform: translateX(-50%);
}
.language-switcher .locale-links {
  background-color: #ffffff;
  border-top-width: 0;
  text-align: left;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.language-switcher .locale-links li {
  display: block;
}
.language-switcher .locale-links-wrapper {
  display: none;
}
.language-switcher:hover:before {
  width: 100%;
}
.language-switcher:hover .locale-links-wrapper {
  display: block;
}
.language-switcher:hover .language-switcher-title:after {
  transform: rotate(-180deg);
}
.language-switcher {
  float: right;
}
.language-switcher .locale-links {
  display: block;
}
.main-footer {
  color: #ffffff;
}
.main-footer a {
  color: #ffffff;
}
.main-footer a.active,
.main-footer a:active {
  color: #1bc2ee;
}
.main-footer a:focus,
.main-footer a:hover {
  color: #11b4df;
}
.main-footer .section-title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0;
}
.footer-column {
  margin: 1em 0;
}
.footer-identity {
  margin-top: 1em;
  margin-bottom: 1em;
}
.footer-identity .footer-logo {
  vertical-align: bottom;
}
.footer-identity .footer-slogan {
  color: #ffffff;
  font-size: 1rem;
  font-weight: lighter;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.footer-links .link-toplevel {
  position: relative;
  padding-left: 1.625rem;
}
.footer-links .link-toplevel:before {
  content: "";
  background-image: url(/sites/all/themes/eiti/images/icons/angle-right-blue.svg);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: transform 200ms ease;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-links .link-toplevel:hover:before {
  transform: translateX(5px);
}
.footer-social-wrapper .footer-social-links {
  margin: 0;
  padding: 0;
}
.footer-social-wrapper .footer-social-links .link:hover {
  color: #ffffff;
  opacity: 0.6;
}
.footer-social-wrapper .item {
  display: inline;
}
.footer-social-wrapper .item:not(last-of-type) {
  margin-right: 0.5em;
}
.footer-social-wrapper .has-icon .title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-social-wrapper .has-icon .title.focusable:active,
.footer-social-wrapper .has-icon .title.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.footer-social-wrapper .icon {
  -webkit-transition: fill 400ms ease-in;
  -o-transition: fill 400ms ease-in;
  fill: #ffffff;
}
.footer-social-wrapper .section-title {
  display: none;
}
.footer-site-navigation-wrapper .footer-social-wrapper {
  display: none;
}
.footer-contact {
  line-height: 1.875rem;
}
.footer-contact .section-title {
  margin-bottom: 0;
}
.footer-legal {
  margin-top: -2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 6rem;
  width: 30%;
}
.footer-legal .section-title {
  margin: 0 0 .4rem;
}
.footer-contact-info {
  font-size: 1.125rem;
  font-weight: 300;
}
.footer-contact-info a {
  position: relative;
  display: inline-block;
}
.footer-contact-info a:before {
  position: absolute;
  content: "";
  bottom: 5px;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-contact-info a:hover {
  color: #1bc2ee;
}
.footer-contact-info a:hover:before {
  display: none;
}
.footer-legal-info {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.footer-site-navigation-wrapper {
  z-index: 25;
  background-color: #ffffff;
  color: #132856;
  padding: 30px 10px 0;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
}
.js .footer-site-navigation-wrapper {
  display: none;
}
.footer-site-navigation-wrapper .footer-site-search {
  display: none;
}
.footer-site-navigation-wrapper .navigation-links {
  font-weight: bold;
  padding-left: 1em;
  margin-top: 0;
}
.footer-site-navigation-wrapper .navigation-links .link {
  display: block;
}
.footer-site-navigation-wrapper .submenu {
  padding-left: 0;
}
.footer-site-navigation-wrapper span.link {
  cursor: pointer;
}
.footer-site-navigation-wrapper .link {
  color: #165b89;
  padding: 0.5em 0;
  transition: 0.3s opacity ease-in;
}
.footer-site-navigation-wrapper .link:focus,
.footer-site-navigation-wrapper .link:hover {
  color: #165b89;
  opacity: 0.6;
}
.footer-site-navigation-wrapper .link .icon {
  fill: #165b89;
}
.footer-site-navigation-wrapper .link:hover .icon {
  fill: #165b89;
  opacity: 0.6;
}
.footer-site-navigation-wrapper .link .title {
  margin-left: 0.5em;
}
.footer-site-navigation-wrapper .link.with-sublevel:active {
  outline: none;
}
.footer-site-navigation-wrapper .navigation-links > .item:last-child {
  border-bottom: 1px solid #dddddd;
}
.footer-site-navigation-wrapper .navigation-links .item {
  padding: 0;
  margin: 0;
}
.footer-site-navigation-wrapper .navigation-links .item .link {
  padding-right: 2rem;
}
.footer-site-navigation-wrapper .navigation-links .item .link:before {
  content: "";
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-left: 15px;
  transition: all 200ms ease-in;
  background-position: center;
}
.footer-site-navigation-wrapper .navigation-links .item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.footer-site-navigation-wrapper .navigation-links .item.has-sublevel {
  transition: all 0.2s ease-in;
}
.footer-site-navigation-wrapper .navigation-links .item.has-sublevel > .link:before {
  background-image: url(/sites/all/themes/eiti/images/icons/plus-blue.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded {
  background-color: #dddddd;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded .submenu .link {
  font-size: 0.875rem;
  font-weight: normal;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded .submenu .link:before {
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 22px;
  margin-right: 10px;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded .submenu > .item {
  border-bottom: none;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded.has-sublevel {
  padding-bottom: 1rem;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded.has-sublevel > .link:before {
  background-image: url(/sites/all/themes/eiti/images/icons/minus-blue.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  margin-left: 15px;
}
.footer-site-navigation-wrapper .navigation-links .item.expanded.has-sublevel > .item {
  border-bottom: none;
}
.footer-site-navigation-wrapper .section-title {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 0;
}
.footer-site-navigation-wrapper .form-item-query {
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid none;
  padding: 2em 0;
  margin: 0;
}
.footer-site-navigation-wrapper .form-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-style: none;
  padding: 0.5em 1em;
  width: 100%;
}
.footer-site-navigation-wrapper .expandable-processed {
  padding-left: 0;
  list-style: none;
}
.footer-site-navigation-wrapper .expandable-processed .submenu {
  padding-left: 0;
  list-style: none;
}
.footer-site-navigation-wrapper .expandable-processed .item.no-icon:not(.has-sublevel):before {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.footer-site-navigation-wrapper .expandable-processed .has-sublevel > .toggle:before {
  content: "\2023";
  margin-right: 0.5em;
  font-family: monospace, sans-serif;
}
.footer-site-navigation-wrapper .expandable-processed .has-sublevel.expanded > .toggle:before {
  content: "\25B4";
  margin-right: 0.5em;
  font-family: monospace, sans-serif;
}
.footer-site-navigation-wrapper .expandable-processed .has-sublevel > .submenu {
  display: none;
}
.footer-site-navigation-wrapper .expandable-processed .has-sublevel.expanded > .submenu {
  display: block;
}
.footer-site-navigation-wrapper .expandable-processed .toggle {
  cursor: pointer;
  display: inline-block;
}
.footer-site-navigation-wrapper .see-all-link-wrapper {
  color: #165b89;
  transition: 0.3s opacity ease-in;
  margin-left: 45px;
}
.footer-site-navigation-wrapper .see-all-link-wrapper:focus,
.footer-site-navigation-wrapper .see-all-link-wrapper:hover {
  color: #165b89;
  opacity: 0.6;
}
.footer-site-navigation-wrapper .navigation-language-switcher .language-switcher-title {
  margin: 1em 0 0;
}
.footer-site-navigation-wrapper .navigation-language-switcher .locale-links {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.footer-site-navigation-wrapper .navigation-language-switcher a {
  color: #ffffff;
}
.footer-site-navigation-wrapper .navigation-language-switcher a.active,
.footer-site-navigation-wrapper .navigation-language-switcher a:active {
  color: #1bc2ee;
}
.footer-site-navigation-wrapper .navigation-language-switcher a:focus,
.footer-site-navigation-wrapper .navigation-language-switcher a:hover {
  color: #11b4df;
}
.footer-site-navigation-wrapper .nav-close {
  display: none;
}
@media (max-width: 415px) {
  .footer-site-navigation-wrapper {
    width: calc(100% - 40px);
  }
}
.site-navigation-wrapper {
  margin-bottom: 2em;
}
.site-navigation-wrapper .small-display {
  display: none;
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .main-navigation {
    margin: 0.5em 0;
  }
  .main-navigation .header-links {
    margin: 0;
    line-height: 1.75em;
  }
  .main-navigation .link-toplevel {
    padding: 0.5em;
  }
  .footer-identity {
    margin-top: 3rem;
    margin-bottom: 0em;
  }
  .footer-identity .footer-slogan {
    margin-top: 1.5rem;
  }
  .footer-legal {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0m;
    margin-bottom: 3.75rem;
  }
  .footer-column {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .footer-information-wrapper {
    margin-bottom: 2.25rem;
  }
  .footer-navigation-legal-wrapper {
    margin-bottom: 0 !important;
  }
  .footer-navigation-legal-wrapper .footer-social-wrapper {
    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #165b89;
    border-top: 1px solid #165b89;
    overflow: hidden;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .footer-navigation-legal-wrapper .footer-social-wrapper .footer-social-links {
    text-align: center;
  }
  .footer-slogan {
    line-height: 1.5rem;
  }
  .footer-contact {
    line-height: 1.5rem;
  }
  .footer-contact .footer-contact-info {
    font-size: 1rem;
  }
  .footer-contact-info a:before {
    bottom: 3px;
  }
  .main-footer .section-title {
    font-size: 1rem;
  }
  .footer-legal-info {
    font-size: 0.875rem;
  }
  .footer-links {
    font-size: 1rem;
  }
}
@media (min-width: 51em) {
  .header-items {
    text-align: right;
  }
  .site-logo {
    margin-top: -8px;
  }
  .main-navigation .header-links {
    margin: 0;
  }
  .main-navigation .link-toplevel {
    padding: 0.6rem 1.125rem;
    position: relative;
  }
  .main-navigation .link-toplevel:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1bc2ee;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    left: 1.125rem;
  }
  .main-navigation .link-toplevel:hover:before,
  .main-navigation .link-toplevel.active:before,
  .main-navigation .link-toplevel:active:before {
    width: calc(100% - 2.5rem);
  }
  .main-navigation {
    float: right;
  }
  .footer-identity {
    margin-top: 6rem;
    margin-bottom: 4.5rem;
    display: flex;
  }
  .footer-identity .footer-slogan {
    display: inline-block;
    margin-left: 2.25rem;
    margin-top: 0.5rem;
    width: 32%;
  }
  .columns {
    display: flex;
    align-content: space-between;
  }
  .footer-column {
    flex: 1 1 auto;
  }
  .footer-contact-wrapper {
    flex: 3 1 auto;
  }
  .footer-navigation-legal-wrapper .footer-social-wrapper {
    margin-top: 8.75rem;
  }
}
@media (min-width: 51em) and (max-width: 76em) {
  .header-items,
  .site-identity-wrapper {
    line-height: 90px;
  }
  .site-navigation-toggle-wrapper.open {
    position: fixed;
    right: 0;
  }
  .footer-column:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 76em) {
  .site-identity-wrapper .link {
    line-height: 90px;
  }
  .site-navigation-toggle-wrapper {
    z-index: 30;
  }
  .site-navigation-toggle-wrapper .link {
    font-size: 0;
    text-indent: -9999px;
    line-height: 90px;
  }
  .site-navigation-toggle-wrapper .link span {
    text-align: center;
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    background: #1bc2ee;
    -webkit-transition: background, margin 0s, .2s .2s, .2s;
    transition: background, margin 0s, .2s .2s, .2s;
  }
  .site-navigation-toggle-wrapper .link span:before,
  .site-navigation-toggle-wrapper .link span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1bc2ee;
    content: "";
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s;
    border-radius: 2px;
  }
  .site-navigation-toggle-wrapper .link span:before {
    top: -6px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  .site-navigation-toggle-wrapper .link span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  .site-navigation-toggle-wrapper.open .link span {
    background: 0 0;
  }
  .site-navigation-toggle-wrapper.open .link span:before,
  .site-navigation-toggle-wrapper.open .link span:after {
    -webkit-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
    background-color: #ffffff;
  }
  .site-navigation-toggle-wrapper.open .link span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-navigation-toggle-wrapper.open .link span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-site-search {
    display: none;
  }
  .language-switcher:before {
    bottom: 20px;
  }
  .language-switcher .language-switcher-title {
    line-height: 90px;
  }
  .language-switcher .locale-links-wrapper {
    bottom: 20px;
  }
  .footer-site-navigation-wrapper .footer-social-wrapper {
    display: block;
  }
  .footer-site-navigation-wrapper .footer-social-wrapper .footer-social-links {
    text-align: center;
  }
  .footer-site-navigation-wrapper {
    height: 100%;
    padding: 90px 20px 30px;
    background-color: #132856;
    color: #ffffff;
    box-shadow: initial;
  }
  .footer-site-navigation-wrapper .footer-site-search {
    display: block;
  }
  .footer-site-navigation-wrapper .footer-site-search .form-item {
    border: none;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer-site-navigation-wrapper .footer-site-search .form-item .form-text {
    padding: 11px 40px 11px 15px;
    border: none;
    border-radius: 5px;
    color: #555555;
    width: 100%;
    background-image: url(/sites/all/themes/eiti/images/icons/search.svg);
    background-size: 23px;
    background-position: right 11px center;
    background-repeat: no-repeat;
  }
  .footer-site-navigation-wrapper .footer-site-search .form-item .form-text::placeholder {
    color: #999999;
  }
  .footer-site-navigation-wrapper .link {
    color: #ffffff;
  }
  .footer-site-navigation-wrapper .link:focus,
  .footer-site-navigation-wrapper .link:hover {
    color: #ffffff;
    opacity: 0.6;
  }
  .footer-site-navigation-wrapper .link .icon {
    fill: #ffffff;
  }
  .footer-site-navigation-wrapper .link:hover .icon {
    fill: #ffffff;
    opacity: 0.6;
  }
  .footer-site-navigation-wrapper .navigation-links > .item:last-child {
    border-bottom: 1px solid #1c3b80;
  }
  .footer-site-navigation-wrapper .navigation-links .item:not(:last-child) {
    border-bottom: 1px solid #1c3b80;
  }
  .footer-site-navigation-wrapper .navigation-links .item.has-sublevel > .link:before {
    background-image: url(/sites/all/themes/eiti/images/icons/plus.svg);
    background-size: contain;
    width: 12px;
    height: 12px;
  }
  .footer-site-navigation-wrapper .navigation-links .item.expanded {
    background-color: #165b89;
  }
  .footer-site-navigation-wrapper .navigation-links .item.expanded.has-sublevel > .link:before {
    background-image: url(/sites/all/themes/eiti/images/icons/minus.svg);
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer-site-navigation-wrapper .see-all-link-wrapper {
    color: #ffffff;
  }
  .footer-site-navigation-wrapper .see-all-link-wrapper:focus,
  .footer-site-navigation-wrapper .see-all-link-wrapper:hover {
    color: #ffffff;
    opacity: 0.6;
  }
  .site-navigation-wrapper {
    height: calc(100% - 280px);
    overflow-y: auto;
  }
  .site-navigation-wrapper .small-display {
    display: block;
    margin-bottom: 0;
  }
  .site-navigation-visible {
    transform: translate3d(0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 76em) {
  .header-items,
  .site-identity-wrapper {
    line-height: 8.75rem;
  }
  .site-navigation-toggle-wrapper .link {
    text-align: center;
    line-height: 8.75rem;
    font-weight: normal;
    font-size: 1.125rem;
  }
  .site-navigation-toggle-wrapper .link:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #132856;
    transition: width .3s;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .site-navigation-toggle-wrapper .link:after {
    content: "";
    background-image: url(/sites/all/themes/eiti/images/icons/angle-down.svg);
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-bottom: 6px;
    transition: transform 200ms ease;
    transform-origin: center;
  }
  .site-navigation-toggle-wrapper .link:hover:after {
    transform: rotate(-180deg);
  }
  .site-navigation-toggle-wrapper .link:active:after,
  .site-navigation-toggle-wrapper .link:focus:after {
    transform: rotate(-180deg);
  }
  .site-navigation-toggle-wrapper.open .link:before {
    width: 100%;
  }
  .site-navigation-toggle-wrapper.open .link:after {
    transform: rotate(-180deg);
  }
  .site-navigation-toggle-wrapper.open .link:hover:after,
  .site-navigation-toggle-wrapper.open .link:active:after,
  .site-navigation-toggle-wrapper.open .link:focus:after {
    transform: rotate(-180deg);
  }
  .header-site-search .search-open {
    position: relative;
    text-align: center;
  }
  .header-site-search .search-open:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #132856;
    transition: width .3s;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .header-site-search .search-open .link {
    position: relative;
  }
  .header-site-search .search-open .link svg {
    margin-top: -6px;
  }
  .header-site-search .search-open:hover .link svg path {
    stroke: #1bc2ee;
  }
  .header-site-search .search-open:focus .link svg path,
  .header-site-search .search-open:active .link svg path {
    stroke: #165b89;
  }
  .header-site-search .search-open.open:before {
    width: 100%;
  }
  .header-site-search .form {
    right: 0;
    position: absolute;
    width: 512px;
    top: calc(100% - 40px);
    background-color: white;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 20;
  }
  .header-site-search .form .form-item,
  .header-site-search .form .search-close {
    display: inline-block;
  }
  .header-site-search .form .form-item {
    flex: 1;
    margin-left: 20px;
    display: flex;
  }
  .header-site-search .form .form-item .form-text {
    padding: 11px 40px 11px 15px;
    border: 2px solid #dddddd;
    border-radius: 4px;
    color: #7f7f7f;
    width: 100%;
    background-image: url(/sites/all/themes/eiti/images/icons/search.svg);
    background-size: 23px;
    background-position: right 11px center;
    background-repeat: no-repeat;
  }
  .header-site-search .form .form-item .form-text::placeholder {
    color: #7f7f7f;
  }
  .header-site-search .form .search-close {
    padding: 0 2rem;
    text-align: center;
  }
  .header-site-search .form .search-close .link {
    color: #165b89;
    font-size: 0.875rem;
  }
  .header-site-search .form .search-close .link.active,
  .header-site-search .form .search-close .link:active {
    color: #f6a70a;
  }
  .header-site-search .form .search-close .link:focus,
  .header-site-search .form .search-close .link:hover {
    color: #de9708;
  }
  .header-site-search .form .form-submit {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: -100%;
  }
  .header-site-search .form.open {
    display: flex !important;
    align-items: center;
    height: 120px;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
