/* fonts */
@font-face {
  font-family: 'LeagueGothic';
  font-style: normal;
  font-weight: 600;
  src: local("LeagueGothic-Regular"), local("LeagueGothic-Regular"), url("fonts/LeagueGothic-Regular.otf") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat-Light.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat-Black.woff") format("woff"); }
/* colors */
/* fonts */
/* breakpoints */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  padding: 0;
  scroll-behavior: smooth; }

@media (min-width: 1024px) {
  body {
    background-color: black;
    background-image: url("/images/efa-starburst-modified.png");
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: center calc(-6.5vw); } }
@media (min-width: 1400px) {
  body {
    background-position: center calc(-9vw); } }
body.scroll-in {
  margin-top: 55rem;
  background-size: 150% auto;
  background-position: center top; }
body.transition {
  -webkit-transition: margin-top 1s ease-in-out, background-size 0.75s ease-in-out, background-position 0.75s ease-in-out;
  transition: margin-top 1s ease-in-out, background-size 0.75s ease-in-out, background-position 0.75s ease-in-out; }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  border-bottom: 1px solid #00818f;
  color: #00818f;
  text-decoration: none; }
  a:hover {
    border-bottom: 1px solid black;
    color: black; }

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h2,
h3,
h4 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left; }

h1 {
  color: #00818f;
  font-family: "LeagueGothic", sans-serif;
  font-size: 2.7rem;
  line-height: 0.8;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 0;
  padding: 1rem 0 0; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 1.9rem; } }
  @media (min-width: 768px) and (max-width: 800px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 0;
  padding: 2rem 0 0; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.7rem; } }
  @media (min-width: 768px) and (max-width: 800px) {
    h3 {
      font-size: 1.7rem; } }

h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.3rem; } }
  @media (min-width: 768px) and (max-width: 800px) {
    h4 {
      font-size: 1.3rem; } }

h5 {
  color: #00818f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 1.2rem 0 1rem;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 1rem; } }
  @media (min-width: 768px) and (max-width: 800px) {
    h5 {
      font-size: 1rem; } }

p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media (min-width: 1024px) {
    p {
      font-size: 1rem;
      margin: 0 auto 1rem; } }
  @media (min-width: 768px) and (max-width: 800px) {
    p {
      font-size: 1rem;
      margin: 0 auto 1rem; } }
  p strong {
    font-weight: 700; }

ul,
.content ul {
  padding: 0 0 1rem 1rem; }
  ul li,
  .content ul li {
    line-height: 1.5;
    margin-left: 0;
    padding: 0; }
    ul li ul,
    .content ul li ul {
      padding: 0 0 0 0.5rem; }

.content ul {
  margin-left: 1rem; }

ol,
.content ol {
  list-style-type: decimal;
  margin: 0 0 0 1rem;
  padding: 0 0 1rem; }
  @media (min-width: 1024px) {
    ol,
    .content ol {
      margin-left: 3rem;
      padding: 0 0 2rem; } }
  ol li,
  .content ol li {
    margin: 0 0 1rem 1rem;
    padding: 0.2rem 0 0 0.5rem;
    position: relative; }

blockquote {
  border-left: 0.7rem solid gray;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

button,
a.button {
  display: block;
  cursor: pointer;
  max-width: 300px;
  padding: 1rem 0;
  border: 2px solid white;
  color: white;
  background-color: #00a7ba;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  button:hover, button:focus,
  a.button:hover,
  a.button:focus {
    background: white;
    border: 2px solid #00a7ba;
    color: #00a7ba; }

#page {
  display: flex;
  gap: 1.5rem; }
  @media (min-width: 1024px) {
    #page {
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
      max-width: 1200px; } }
  #page #main-content {
    position: relative;
    flex: 1;
    margin-top: 4rem; }
    @media (min-width: 1024px) {
      #page #main-content {
        margin-bottom: 4rem; } }
  #page #main-content .container {
    margin-top: calc(0.04*100vw);
    padding: 0 0.5rem 0.5rem;
    background: white; }
    @media (min-width: 1024px) {
      #page #main-content .container {
        margin-right: 21%;
        padding: 0 1.5rem 1.5rem; } }
    #page #main-content .container table {
      border-collapse: collapse; }
      #page #main-content .container table th,
      #page #main-content .container table td {
        border: solid #00a7ba;
        padding-left: 6px; }
    @media (min-width: 1024px) {
      #page #main-content .container {
        padding-right: 4rem; } }
  #page #main-content h1 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  @media (min-width: 768px) {
    #page {
      margin-top: 0; } }

@media (min-width: 1024px) {
  body.scroll-in {
    margin-top: 55rem;
    background-size: 150% auto;
    background-position: center top; }
  body.transition {
    -webkit-transition: margin-top 1s ease-in-out, background-size 0.75s ease-in-out, background-position 0.75s ease-in-out;
    transition: margin-top 1s ease-in-out, background-size 0.75s ease-in-out, background-position 0.75s ease-in-out; }

  #page {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }

  .scroll-in #page {
    opacity: 0; } }
.button-style {
  background: #00a7ba;
  border: 2px solid #00a7ba;
  border-radius: 6px;
  clear: both;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  padding: 0.3rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .button-style:hover {
    background: black;
    border: 2px solid black; }
  .button-style a {
    border-bottom: 0;
    color: white;
    text-decoration: none; }

.translation-links {
  margin: 0.5rem 0; }
  .translation-links li {
    margin: 0; }
  .translation-links, .translation-links li {
    padding: 0; }

.allies-section img.map {
  min-width: 300px; }
  @media (min-width: 1024px) {
    .allies-section img.map {
      margin: 0 auto;
      max-width: 800px; } }

.allies-section form {
  padding: 0;
  position: relative; }
  .allies-section form input[type=submit] {
    display: inline-block;
    background-color: black;
    border: 1px solid black;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    padding: 0.4rem 0.6rem; }
    .allies-section form input[type=submit]:hover {
      background-color: #00a7ba;
      border-color: #00a7ba; }

/* "principles" class not present in codebase -- it was applied using the wysiwyg in production by switching to the source editor */
ul.principles {
  margin-left: 0;
  padding-left: 0;
  list-style-position: outside; }
  ul.principles li {
    list-style: none;
    background-image: url(/favicon.ico);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position-y: 0.2rem;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
    padding-left: 1.4rem;
    /* "strong", like "principles" above, was applied using the wysiwyg in production by switching to the source editor */ }
    ul.principles li strong {
      font-weight: 700; }

footer {
  background: black;
  color: #00a7ba;
  display: block;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 1rem 2rem;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    footer {
      background: rgba(0, 0, 0, 0.85);
      margin: 0;
      width: 745px; } }
  footer .footer-wrapper {
    padding-top: 2rem; }
    @media (min-width: 1024px) {
      footer .footer-wrapper {
        padding-top: 4rem; } }
    footer .footer-wrapper a {
      border: 0;
      color: #00a7ba; }
      footer .footer-wrapper a:hover {
        color: white; }
    @media (min-width: 1024px) {
      footer .footer-wrapper .footer-nav {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
        grid-row-gap: 2rem;
        -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        margin-top: 2rem;
        width: 100%; } }
    footer .footer-wrapper .footer-social {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      margin-top: 3rem; }
      @media (min-width: 1024px) {
        footer .footer-wrapper .footer-social {
          width: 50%; } }
      footer .footer-wrapper .footer-social ul {
        line-height: 1;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-social li {
        line-height: 1.25;
        list-style: none;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-social a {
        border: 0;
        color: #00a7ba;
        text-decoration: none;
        text-transform: none; }
        footer .footer-wrapper .footer-social a:hover {
          color: white; }
        footer .footer-wrapper .footer-social a:not([href]) {
          cursor: pointer; }
  footer .footer-logo {
    margin: 0;
    width: 100%; }
    footer .footer-logo a,
    footer .footer-logo a:hover {
      background-color: transparent;
      border: 0; }
    footer .footer-logo img {
      height: 90px; }

.sessions-section footer {
  display: none; }

body {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    body {
      margin-top: 30px; } }

#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.bar {
  display: flex;
  height: 30px;
  z-index: 11;
  background: black;
  color: white;
  font-size: 12.8px;
  padding: 0 0.5rem; }
  .bar .container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    padding: 0; }
    @media (min-width: 1024px) {
      .bar .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 1200px; } }
  .bar a {
    border: 0; }
    .bar a:hover {
      background-color: transparent; }
  .bar img {
    padding-top: 7px;
    width: 65px; }
    @media (min-width: 1024px) {
      .bar img {
        margin: 0;
        padding-left: 2px;
        padding-top: 5px;
        width: 80px; } }

nav {
  display: none; }
  @media (min-width: 1024px) {
    nav {
      margin-top: 10px;
      position: relative;
      display: block;
      z-index: 0; }
      nav .container {
        opacity: 90%; }
        nav .container > ul {
          width: 12rem;
          list-style: none;
          margin: 0;
          padding: 0;
          background: rgba(0, 0, 0, 0.85); }
          nav .container > ul > li {
            display: block;
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase; }
            nav .container > ul > li a {
              position: relative;
              display: block;
              width: 100%;
              height: 100%;
              padding: 0.75rem 0.5rem 0.75rem 1rem;
              border-bottom: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              line-height: calc(1rem + 8px);
              color: white;
              -webkit-text-decoration: underline rgba(0, 167, 186, 0) 6px;
                      text-decoration: underline rgba(0, 167, 186, 0) 6px;
              -webkit-transition: left 20ms;
              transition: left 20ms; }
              nav .container > ul > li a:hover span {
                -webkit-text-decoration: underline #00a7ba 6px;
                        text-decoration: underline #00a7ba 6px; }
              nav .container > ul > li a:hover, nav .container > ul > li a.active {
                left: 0.5rem;
                -webkit-text-decoration: underline #00a7ba 6px;
                        text-decoration: underline #00a7ba 6px; }
            nav .container > ul > li ul {
              font-weight: 600;
              list-style: none;
              margin: 1rem 0 0 5px;
              padding: 0.5rem 0 0 0; } }

.lang-switcher {
  cursor: pointer;
  margin: 0 0.5rem 0 0.5rem;
  z-index: 10; }
  .lang-switcher .globe {
    display: inline;
    height: auto;
    width: 1rem; }
  .lang-switcher ul {
    float: right;
    font-weight: 700;
    list-style: none;
    margin: 7px 0 0;
    padding: 0;
    width: 100px;
    text-transform: uppercase; }
    .lang-switcher ul a {
      color: white;
      text-decoration: none; }
      .lang-switcher ul a:hover {
        border-bottom: 2px solid white; }
    .lang-switcher ul li {
      background-color: black;
      margin: 5px 0 0;
      margin: 0.3rem 0 0;
      padding: 0 3.5rem 2px 0.5rem; }
      .lang-switcher ul li a:hover {
        color: #00d5ed;
        border: none; }
  .lang-switcher li.show-langs {
    display: block; }

.lang-switcher ul li:first-child {
  background-color: black;
  background-image: url("/images/arrow-right.svg");
  background-position: 4.7rem 0.1rem;
  background-repeat: no-repeat;
  background-size: 7%;
  color: white;
  display: block;
  margin: 0; }
  @media (min-width: 1024px) {
    .lang-switcher ul li:first-child {
      background-position: 5.5rem 0.2rem; } }
  .lang-switcher ul li:first-child:hover {
    background-image: url("/images/arrow-down.svg");
    background-position: 4.4rem 0.1rem;
    background-size: 11%; }
    @media (min-width: 1024px) {
      .lang-switcher ul li:first-child:hover {
        background-position: 5.3rem 0.2rem; } }
  .lang-switcher ul li:first-child a {
    color: white; }
    .lang-switcher ul li:first-child a:hover {
      border-bottom: none; }

#mobile-nav {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  background-color: black;
  font-weight: 400;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 9999; }
  #mobile-nav > ul:first-child {
    margin-top: 2.5rem; }
  #mobile-nav > ul > li:last-child {
    font-weight: 500; }
  #mobile-nav ul {
    list-style-type: none;
    margin: 0.5rem 0 0;
    padding-left: 1.5rem; }
    #mobile-nav ul li {
      color: white;
      line-height: 1.5;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
  #mobile-nav a {
    border: 0;
    color: white; }
    #mobile-nav a:hover {
      color: gray; }
  #mobile-nav a.open-menu {
    display: none; }
  #mobile-nav .close-menu a {
    text-decoration: none; }
  #mobile-nav .footer-social div {
    color: white;
    line-height: 1.5;
    margin-left: 0;
    padding-left: 1.5rem;
    text-transform: uppercase; }
    #mobile-nav .footer-social div:first-child {
      margin-top: 1.5rem; }

#mobile-nav.open {
  width: 260px; }

a.open-menu {
  display: inline-block;
  border: 0;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: 600; }
  @media (min-width: 1024px) {
    a.open-menu {
      display: none; } }
  a.open-menu:hover {
    cursor: pointer; }

.close-menu {
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  line-height: 1rem;
  padding: 0.5rem; }
  .close-menu:hover {
    cursor: pointer; }

.toolkits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem .75rem;
  margin: 0 auto;
  padding: 1rem; }
  .toolkits .toolkit {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1024px) {
      .toolkits .toolkit {
        width: 30%; } }
    .toolkits .toolkit:hover {
      -webkit-filter: brightness(75%);
              filter: brightness(75%); }
  .toolkits h5 {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.5rem; }
    .toolkits h5 a {
      border: 0; }

.toolkits.external {
  padding-top: 1rem; }

hr.external {
  border: 2px solid #00a7ba; }

.download {
  margin-left: 70%;
  max-width: 10rem; }
