.megamenu {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 109px;
  width: 1200px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  pointer-events: none;
}

.megamenu:before {
  width: 100%;
  position: absolute;
  height: 3rem;
  top: -3rem;
  left: 0;
  content: "";
}

.megamenu:after {
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 1200px) / -2);
  content: "";
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-top: 1px solid #ccc;
}

.megamenu.active, .megamenu:hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  pointer-events: all;
}

.megamenu--languages {
  padding-top: 1rem;
}

.megamenu--languages a {
  color: #666;
}

.megamenu--languages a:hover {
  color: #111;
}

.megamenu--languages .megamenu__inner {
  -webkit-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.megamenu--languages .megamenu__inner > ul {
  min-width: 0;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}

.megamenu--languages .megamenu__inner > ul:last-child {
  margin: 0;
}

.megamenu--languages .megamenu__inner > ul > li {
  font-size: 0.9em;
  margin-bottom: 0.1rem;
}

.megamenu--languages .megamenu__inner > ul > li:first-child {
  font-weight: 600;
  border: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  line-height: 1em;
}

.megamenu--languages .megamenu__inner > ul ul.specialty {
  font-size: 0.9em;
}

.megamenu--languages .megamenu__inner > ul ul.specialty li {
  position: relative;
  padding-left: 0.75rem;
  font-style: italic;
}

.megamenu--languages .megamenu__inner > ul ul.specialty li:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}

.megamenu--languages ul.quicklinks {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: main;
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 1rem 0;
}

.megamenu--languages ul.quicklinks li {
  margin-right: 2rem;
}

.megamenu--languages ul.quicklinks li a {
  color: #333;
}

.megamenu--organizations,
.megamenu--resources {
  padding-top: 2rem;
}

.megamenu--organizations a,
.megamenu--resources a {
  color: #333;
}

.megamenu--organizations a:hover,
.megamenu--resources a:hover {
  color: #111;
}

.megamenu--organizations h5,
.megamenu--resources h5 {
  font-size: 1em;
}

.megamenu--organizations .megamenu__inner,
.megamenu--resources .megamenu__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}

.megamenu--organizations > .container > .row > div:nth-child(2) a,
.megamenu--resources > .container > .row > div:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

.megamenu--organizations > .container > .row > div:nth-child(2) a > div:nth-child(1),
.megamenu--resources > .container > .row > div:nth-child(2) a > div:nth-child(1) {
  width: 15%;
}

.megamenu--organizations > .container > .row > div:nth-child(2) a > div:nth-child(1) img,
.megamenu--resources > .container > .row > div:nth-child(2) a > div:nth-child(1) img {
  width: 100%;
  height: auto;
}

.megamenu--organizations > .container > .row > div:nth-child(2) a > div:nth-child(2),
.megamenu--resources > .container > .row > div:nth-child(2) a > div:nth-child(2) {
  width: 85%;
  padding-left: 1rem;
}

.megamenu--organizations > .container > .row > div:nth-child(2) a > div:nth-child(2) p,
.megamenu--resources > .container > .row > div:nth-child(2) a > div:nth-child(2) p {
  font-size: 0.8em;
  line-height: normal;
  margin-bottom: 0;
}
/*# sourceMappingURL=megamenu.css.map */