@font-face {
  font-family: 'BMS';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-Regular.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BMS';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-Italic.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'BMS';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-SemiBdIt.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-SemiBdIt.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'BMS';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-SemiBd.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/BaskervilleMTStd-SemiBd.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'BAK';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/AkzidenzGroteskBE-Ex.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/AkzidenzGroteskBE-Ex.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BAK';
  src: url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/AkzidenzGroteskBE-BoldEx.woff2") format("woff2"), url("https://www.aaionline.org/wp-content/themes/aai2018/dist/type/AkzidenzGroteskBE-BoldEx.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/* ==========================================================================
    Global
   ========================================================================== */
body {
  margin: 0; }

h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "BAK", Times New Roman, serif;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif; }

h3 {
  font-size: 24px;
	text-decoration: underline;
  text-transform: uppercase;
  font-family: "BAK", Times New Roman, serif;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif; }

.btn,
#gform_submit_button_1,
#gform_submit_button_5 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  border: 1px solid #003054;
  color: #003054;
  font-weight: bold;
  border-radius: 5px;
  font-size: 24px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn:hover,
  #gform_submit_button_1:hover,
  #gform_submit_button_5:hover {
    transform: translate(0, -2px);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05); }
  .btn.white,
  #gform_submit_button_1.white,
  #gform_submit_button_5.white {
    border: 1px solid white;
    color: white; }
  .btn.primary,
  #gform_submit_button_1.primary,
  #gform_submit_button_5.primary {
    border: 1px solid #E44B19;
    color: #E44B19; }
    .btn.primary:hover,
    #gform_submit_button_1.primary:hover,
    #gform_submit_button_5.primary:hover {
      border: 1px solid #003054;
      color: #003054; }
  .btn:hover,
  #gform_submit_button_1:hover,
  #gform_submit_button_5:hover {
    border: 1px solid #E44B19;
    color: #E44B19; }

/* ==========================================================================
    Main
   ========================================================================== */
header .header_inner {
  width: 90vw;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  header .header_inner .logo {
    transition: all 0.2s ease-in-out; }
    header .header_inner .logo svg {
      width: 5vw;
      height: auto !important; }
    header .header_inner .logo img {
      width: 5vw;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        header .header_inner .logo img {
          width: 100%; } }
      @media (max-width: 719px) {
        header .header_inner .logo img {
          width: 20vw; } }
  @media (min-width: 720px) {
    header .header_inner {
      flex-direction: row; }
      header .header_inner .logo,
      header .header_inner .header {
        width: 15vw; }
      header .header_inner .header_right {
        width: 15vw;
        text-align: right; }
        header .header_inner .header_right .search-form {
          display: flex;
          align-items: center; }
          header .header_inner .header_right .search-form .search-field {
            width: 10vw;
            padding: 1rem;
            border: 1px solid rgba(1, 118, 255, 0.12);
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: 0;
            transition: all 0.2s ease-in-out; }
            header .header_inner .header_right .search-form .search-field:focus {
              background: rgba(1, 118, 255, 0.12); }
          header .header_inner .header_right .search-form .search-submit {
            padding: 1rem;
            width: 3rem;
            border-color: rgba(1, 118, 255, 0.12);
            border-style: solid;
            border: 1px 1px 1px 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin-left: -1px;
            outline: 0;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
            background: url(../images/search.svg);
            background-repeat: no-repeat;
            text-indent: -9999em;
            background-size: 1rem;
            background-position: 1rem; } }
  header .header_inner .social {
    width: 10vw; }
    header .header_inner .social ul {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      header .header_inner .social ul li {
        flex-basis: 3vw;
        margin: 0 0.5vw 0.5vw 0; }
        header .header_inner .social ul li:nth-of-type(n + 3) {
          margin-bottom: 0; }
        header .header_inner .social ul li:nth-of-type(3n) {
          margin-right: 0; }
  header .header_inner .header_center {
    text-align: center;
    width: 70vw; }
    header .header_inner .header_center svg {
      width: 100%;
      margin: 2vw 0; }
      @media (min-width: 720px) {
        header .header_inner .header_center svg {
          width: auto;
          margin: 0; } }

header #menu {
  text-align: center;
  margin: 2rem 0 0; }
  header #menu .menu {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px; }
  header #menu .menu span {
    margin: 0 auto;
    position: relative;
    top: 12px; }
  header #menu .menu span:before,
  header #menu .menu span:after {
    position: absolute;
    content: ""; }
  header #menu .menu span,
  header #menu .menu span:before,
  header #menu .menu span:after {
    width: 40px;
    height: 2px;
    background-color: #222;
    display: block; }
  header #menu .close span:before,
  header #menu .close span:after {
    background-color: black; }
  header #menu .menu span:before {
    margin-top: -12px; }
  header #menu .menu span:after {
    margin-top: 12px; }
  header #menu .menu span {
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0.2s; }
  header #menu .menu span:before {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0; }
  header #menu .menu span:after {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0; }
  header #menu .close span {
    background-color: transparent;
    -webkit-transition-delay: 0.2s; }
  header #menu .close span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.2s; }
  header #menu .close span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.2s; }

header nav {
  font-family: "BAK", "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.1); }
  @media (max-width: 1024px) {
    header nav {
      display: none; } }
  header nav .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    border-top: 1px solid rgba(1, 118, 255, 0.12); }
    header nav .search-form .search-field {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: 1px solid rgba(1, 118, 255, 0.12);
      padding: 5vw;
      font-size: 16px; }
    header nav .search-form .search-submit {
      padding: 1rem;
      width: 3rem;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-left: -1px;
      outline: 0;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      background: url(../images/search.svg);
      background-repeat: no-repeat;
      text-indent: -9999em;
      background-size: 1rem;
      background-position: 1rem; }
  header nav .menu-main-menu-container ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    @media (max-width: 1024px) {
      header nav .menu-main-menu-container ul {
        display: block; } }
    header nav .menu-main-menu-container ul li {
      border-style: solid;
      border-color: rgba(1, 118, 255, 0.12);
      border-width: 1px 1px 0 0;
      flex: 1 1 0;
      text-align: center;
      text-transform: uppercase;
      position: relative; }
      header nav .menu-main-menu-container ul li:hover .sub-menu {
        display: block; }
      @media (max-width: 1024px) {
        header nav .menu-main-menu-container ul li .sub-menu {
          background: rgba(220, 234, 245, 0.2); }
          header nav .menu-main-menu-container ul li .sub-menu li a {
            color: #003054;
            padding: 1rem;
            font-size: 12px; } }
      @media (min-width: 720px) {
        header nav .menu-main-menu-container ul li .sub-menu {
          left: -1px;
          position: absolute;
          background: white;
          display: block;
          width: calc(100% + 1px);
          display: none;
          z-index: 1000;
          border-left: 1px solid rgba(1, 118, 255, 0.12);
          border-bottom: 1px solid rgba(1, 118, 255, 0.12);
          transition: all 0.3s ease-in-out; } }
      header nav .menu-main-menu-container ul li a {
        font-size: 13px;
        color: #003054;
        text-decoration: none;
        display: block;
        padding: 2rem; }
        header nav .menu-main-menu-container ul li a:hover {
          color: #E44B19; }

main .trustees {
  text-align: center;
  border-top: 1px solid rgba(1, 118, 255, 0.12);
  color: #003054;
  line-height: 1.6em;
  font-family: "Roboto", Helvetica, Arial; }
  main .trustees h2 {
    line-height: normal; }
  @media (min-width: 720px) {
    main .trustees .section_inner {
      width: 60vw; } }

main section .section_header {
  color: #003054;
  text-align: center;
  padding: 2rem;
  background: white;
  border-top: 1px solid rgba(1, 118, 255, 0.12);
  border-bottom: 1px solid rgba(1, 118, 255, 0.12); }
  main section .section_header .bio-image {
    width: 15vw;
    height: 15vw;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      main section .section_header .bio-image {
        width: 40vw;
        height: 40vw; } }
    main section .section_header .bio-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  main section .section_header h3 {
    font-weight: 300;
    font-size: 24px;
    -webkit-font-smoothing: antialiased; }
  main section .section_header.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100; }
    @media (max-width: 1024px) {
      main section .section_header.sticky {
        position: static; } }
  main section .section_header.long h2 {
    font-size: 24px; }
  main section .section_header ul {
    margin: 0;
    padding: 2rem 0 0;
    list-style: none;
    font-size: 1.5rem;
    border-top: 1px solid rgba(1, 118, 255, 0.12);
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 720px) {
      main section .section_header ul li {
        display: inline-block;
        margin-right: 4rem; }
        main section .section_header ul li:last-of-type {
          margin-right: 0; } }

main section .section_inner {
  width: 80vw;
  margin: 0 auto 4rem; }
  @media (min-width: 720px) {
    main section .section_inner {
      width: 90vw; } }


main .split {
  margin: 0 0 8rem; }
  main .split .section_inner {
    width: 80vw;
    margin: 0 auto; }
    main .split .section_inner.banner {
      width: 50vw;
      max-width: 900px; }
      main .split .section_inner.banner h2 {
        color: #003054;
        text-align: center; }
      main .split .section_inner.banner iframe {
        width: 100%;
        height: calc(50vw * 0.5625);
        margin: 0 auto 4rem; }
      main .split .section_inner.banner img {
        display: block;
        max-width: 100%;
        margin: 0 auto 4rem; }
    @media (max-width: 1024px) {
      main .split .section_inner.banner {
        width: 80vw;
        margin-bottom: 4rem; }
        main .split .section_inner.banner iframe {
          height: calc(80vw * 0.5625);
          margin: 0 auto 2rem; }
        main .split .section_inner.banner img {
          width: 100%;
          height: auto !important; } }
  main .split .section_header {
    margin-bottom: 6rem; }
  main .split .split-block {
    margin-bottom: 8rem; }
    @media (min-width: 1081px) {
      main .split .split-block {
        display: flex; } }
    main .split .split-block .split-left {
      background: #dceaf5;
      color: #003054;
      padding: 10vw;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      margin-top: -4px; }
      @media (min-width: 1081px) {
        main .split .split-block .split-left {
          width: 30vw;
          min-height: 30vw;
          margin: 0;
          padding: 5vw;
          margin: 4rem 0 0 -4rem;
          -webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2);
          -moz-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2); } }
      main .split .split-block .split-left .spacer {
        height: 15vw;
        border-left: 2px solid rgba(1, 118, 255, 0.12);
        margin: 1rem 0; }
        @media (max-width: 1024px) {
          main .split .split-block .split-left .spacer {
            display: none; } }
      main .split .split-block .split-left h1 {
        font-size: 24px;
        font-family: "Fjalla One", sans-serif;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        margin: 0; }
        @media (min-width: 1081px) {
          main .split .split-block .split-left h1 {
            font-size: 36px; } }
      main .split .split-block .split-left p {
        font-size: 13px;
        font-weight: 200;
        line-height: 1.8em;
        font-family: "Roboto", sans-serif;
        -webkit-font-smoothing: antialiased; }
        @media (min-width: 720px) {
          main .split .split-block .split-left p {
            font-size: 16px; } }
      main .split .split-block .split-left .btn {
        font-family: "Fjalla One", sans-serif;
        -webkit-font-smoothing: antialiased;
        background: #E44B19;
        border: 0;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        display: block;
        color: white;
        margin: 1rem 0 0; }
        @media (min-width: 1081px) {
          main .split .split-block .split-left .btn {
            width: 10vw;
            font-size: 24px; } }
    @media (min-width: 1081px) {
      main .split .split-block .split-right {
        width: 40vw;
        height: 40vw;
        -webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.2); } }
    main .split .split-block .split-right img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (min-width: 1081px) {
  main #banner .section_inner {
    width: 60vw; } }

main #banner img {
  width: 100%;
  height: auto !important; }

  @media (min-width: 720px) {
	  main .page .wp-block-embed iframe {
		  height: calc(90vw * .5625);
	  }
}


main #signup form {
  display: flex;
  padding: 3rem 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 720px) {
    main #signup form {
      width: 50vw;
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-between; } }
  main #signup form input[type="email"],
  main #signup form input[type="text"] {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid rgba(1, 118, 255, 0.12);
    outline: 0;
    font-size: 16px;
    padding: 1rem;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.15s ease-in-out;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }
    main #signup form input[type="email"]:focus,
    main #signup form input[type="text"]:focus {
      border-color: #003054; }
    @media (min-width: 720px) {
      main #signup form input[type="email"],
      main #signup form input[type="text"] {
        margin: 0;
        width: 15vw; } }
  main #signup form input[type="submit"] {
    display: block;
    padding: 1rem;
    width: 100%;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 720px) {
      main #signup form input[type="submit"] {
        width: 15vw; } }

main .africa-report .section_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4rem; }

main .africa-report .africa-report-block {
  margin-bottom: 2rem;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  border: 1px solid rgba(1, 118, 255, 0.12);
  box-shadow: rgba(1, 118, 255, 0.12) 0px 8px 24px;
  position: relative; }
  @media (min-width: 720px) {
    main .africa-report .africa-report-block {
      width: calc(16vw - 2px); } }
  @media (min-width: 720px) {
    main .africa-report .africa-report-block .africa-report-img {
      height: 20vw; } }
  main .africa-report .africa-report-block .africa-report-title {
    padding: 2vw; }
    main .africa-report .africa-report-block .africa-report-title .date {
      font-family: "Roboto", Helvetica Neue, Helvetica, sans-serif;
      font-size: 12px;
      letter-spacing: 0.1rem;
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      margin-bottom: 1rem;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
    main .africa-report .africa-report-block .africa-report-title h1 {
      font-family: "Fjalla One", sans-serif;
      font-size: 18px;
      color: #003054; }
  main .africa-report .africa-report-block .permalink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
  main .africa-report .africa-report-block:hover {
    transform: translate(0, -4px);
    -webkit-box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px;
    -moz-box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px;
    box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px; }
  main .africa-report .africa-report-block img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

main #video {
  line-height: 0;
  height: 61.25vw;
	padding: 5vw;
	box-sizing: border-box;
  background: #003054;
  position: relative; }
  main #video video {
    width: 100vw; }
  main #video .video_controls {
    position: absolute;
    z-index: 1000;
    left: 2rem;
    bottom: 2rem; }
    main #video .video_controls .unmute {
      display: none; }
    main #video .video_controls.mute .mute {
      display: none; }
    main #video .video_controls.mute .unmute {
      display: block; }
    main #video .video_controls a {
      text-decoration: none; }
      main #video .video_controls a svg {
        width: 2vw;
        height: 2vw; }
  main #video .video_wrap {
    width: 90vw;
    height: 50.625vw;
    pointer-events: none;
    position: relative; }
    main #video .video_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

main #hero {
  height: 80vh; }
  @media (min-width: 720px) {
    main #hero {
      height: 70vh; } }

main #scholars .section_inner {
  width: 90vw;
  margin: 4rem auto; }
  @media (min-width: 720px) {
    main #scholars .section_inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 3vw; } }

main #scholars .scholar {
  display: grid;
  grid-template-rows: 2fr 1fr; }
  main #scholars .scholar div {
    background: rgba(0, 0, 0, 0.04);
    padding: 1rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
    main #scholars .scholar div h4 {
      font-family: "Fjalla One", "Robot", sans-serif;
      color: #003054;
      font-size: 20px;
      margin-bottom: 0; }
    main #scholars .scholar div p {
      font-weight: 300; }
  main #scholars .scholar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

main #action .block.video {
  height: auto;
  min-height: 0; }
  @media (min-width: 720px) {
    main #action .block.video {
      display: flex; } }
  main #action .block.video .block_image {
    display: flex; }
  @media (min-width: 720px) {
    main #action .block.video .block_body {
      padding: 3vw; } }

@media (min-width: 720px) {
  main #action .block {
    height: 40vw;
    max-height: 800px;
    min-height: 500px;
    display: flex;
    justify-content: space-between; }
    main #action .block:nth-of-type(2n) {
      flex-direction: row-reverse; } }

@media (min-width: 720px) {
  main #action .block .block_image {
    width: 50vw;
    position: relative; }
    main #action .block .block_image .video_controls {
      position: absolute;
      z-index: 1000;
      left: 2rem;
      bottom: 2rem; }
      main #action .block .block_image .video_controls .unmute {
        display: none; }
      main #action .block .block_image .video_controls.mute .mute {
        display: none; }
      main #action .block .block_image .video_controls.mute .unmute {
        display: block; }
      main #action .block .block_image .video_controls a {
        text-decoration: none; }
        main #action .block .block_image .video_controls a svg {
          width: 2vw;
          height: 2vw; } }

main #action .block .block_image iframe {
  width: 100vw;
  height: 56.25vw; }
  @media (min-width: 720px) {
    main #action .block .block_image iframe {
      width: 50vw;
      height: 28.125vw;
      margin-bottom: -4px; } }

main #action .block .block_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

main #action .block .block_body {
  padding: 2rem 2rem 3rem;
  text-align: center; }
  main #action .block .block_body.border {
    border-top: 1px solid rgba(1, 118, 255, 0.12); }
  @media (min-width: 720px) {
    main #action .block .block_body {
      display: flex;
      justify-content: center;
      flex-direction: column;
      border-bottom: 1px solid rgba(1, 118, 255, 0.12);
      width: 40vw;
      padding: 5vw; } }
  main #action .block .block_body .btn {
    width: 200px;
    text-align: center;
    margin: 2rem auto 0;
    display: inline-block; }
  main #action .block .block_body p {
    font-size: 20px;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-family: "Roboto", Helvetica Neue, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 720px) {
      main #action .block .block_body p {
        font-size: 1vw;
        line-height: 1.8vw; } }
  main #action .block .block_body h1 {
    color: #003054;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "BAK", Times New Roman, serif;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif; }

main #partners .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  flex-wrap: wrap; }
  main #partners .section_inner .partner {
    width: 30vw;
    margin-bottom: 2rem; }
    @media (min-width: 720px) {
      main #partners .section_inner .partner {
        width: 10vw; } }
    main #partners .section_inner .partner img {
      width: 100%; }

main #contact {
  background: white; }
  main #contact .section_inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
    justify-content: space-between; }
  main #contact .map {
    width: 80vw;
    margin-bottom: 3rem; }
    @media (min-width: 720px) {
      main #contact .map {
        width: 50vw; } }
    main #contact .map iframe {
      width: 100%; }
  main #contact .info {
    width: 70vw;
    padding: 5vw;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    background: #dceaf5;
    color: #003054;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 720px) {
      main #contact .info {
        width: 25vw; } }

main #contact .complaint_link {
	width: 100vw;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

main #contact .complaint_link a {
	color: black;
}
  main #contact .form {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 70vw;
    max-width: 700px;
    margin: 4rem auto;
    padding: 5vw;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #dceaf5; }
    main #contact .form textarea {
      border: 0;
      outline: 0; }
    main #contact .form input[type="text"] {
      border: 0;
      padding: 1rem;
      outline: 0;
      color: rgba(0, 0, 0, 0.6);
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px; }
      main #contact .form input[type="text"] span label {
        display: none; }

@media (min-width: 1081px) {
  main .grid.two-column .section_inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw; } }

main .grid.two-column .block {
  margin-bottom: 2rem; }
  main .grid.two-column .block .block_image {
    height: 0 !important;
    padding-bottom: 51.25%; }
    main .grid.two-column .block .block_image video {
      width: 100%;
      cursor: pointer; }
  @media (min-width: 1081px) {
    main .grid.two-column .block .block_body {
      font-size: 14px; } }
  @media (min-width: 1081px) {
    main .grid.two-column .block {
      margin: 0; } }

@media (min-width: 1081px) {
  main .grid.four-column .section_inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2vw; }
    main .grid.four-column .section_inner.convening {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
      main .grid.four-column .section_inner.convening .block {
        grid-column-end: span 2; }
        main .grid.four-column .section_inner.convening .block .block_image {
          height: 15vw; }
      main .grid.four-column .section_inner.convening .block:first-of-type,
      main .grid.four-column .section_inner.convening .block:nth-of-type(2) {
        grid-column-end: span 3; }
        main .grid.four-column .section_inner.convening .block:first-of-type .block_image,
        main .grid.four-column .section_inner.convening .block:nth-of-type(2) .block_image {
          height: 20vw; } }

main .grid.four-column .section_inner .block {
  margin-bottom: 2rem; }
  @media (min-width: 1081px) {
    main .grid.four-column .section_inner .block .block_body {
      font-size: 14px; } }
  @media (min-width: 1081px) {
    main .grid.four-column .section_inner .block {
      margin: 0; } }

@media (min-width: 720px) {
  main .grid.six-column .section_inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2vw; } }

main .grid.six-column .section_inner .block {
  margin-bottom: 2rem; }
  @media (min-width: 1081px) {
    main .grid.six-column .section_inner .block {
      margin: 0; } }

main .grid.minimal .section_inner .block .block_title {
  border: 0;
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

main .grid .section_inner {
  padding: 4rem 0;
  display: grid;
  margin: 4rem auto 0; }
  @supports not (display: grid) {
    main .grid .section_inner {
      overflow: auto; } }
  @media (max-width: 719px) {
    main .grid .section_inner {
      display: block; } }
  @media (min-width: 720px) {
    main .grid .section_inner.five {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 2vw; } }
  @media (min-width: 720px) {
    main .grid .section_inner.five .block {
      width: auto;
      margin: 0; }
      @supports not (display: grid) {
        main .grid .section_inner.five .block {
          width: 15vw;
          float: left;
          margin: 0 3vw 3vw 0;
          min-height: 40vw; }
          main .grid .section_inner.five .block:nth-of-type(5n) {
            margin-right: 0; } } }
  main .grid .section_inner.five .block .block_title {
    height: auto; }
    @media (min-width: 720px) {
      main .grid .section_inner.five .block .block_title {
        padding: 2rem; } }
    main .grid .section_inner.five .block .block_title h1 {
      margin: 0;
      color: #003054; }
      @media (min-width: 720px) {
        main .grid .section_inner.five .block .block_title h1 {
          font-size: 18px; } }
    main .grid .section_inner.five .block .block_title h2 {
      margin: 0; }
  @media (min-width: 720px) {
    main .grid .section_inner.five .block .block_image {
      height: 15vw; } }
  main .grid .section_inner .block {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(1, 118, 255, 0.12);
    box-shadow: rgba(1, 118, 255, 0.05) 0px 8px 24px; }
    @media (min-width: 720px) {
      main .grid .section_inner .block.small {
        width: calc(13vw - 2px); } }
    main .grid .section_inner .block.small .block_image {
      height: 70vw; }
      @media (min-width: 720px) {
        main .grid .section_inner .block.small .block_image {
          height: 15vw; } }
    @media (min-width: 720px) {
      main .grid .section_inner .block.small .block_title {
        min-height: 50px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    main .grid .section_inner .block a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
    @media (max-width: 719px) {
      main .grid .section_inner .block {
        width: 80vw; } }
    main .grid .section_inner .block .block_image {
      height: 50vw;
      position: relative; }
      @media (min-width: 720px) {
        main .grid .section_inner .block .block_image {
          height: 20vw; } }
      main .grid .section_inner .block .block_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
      main .grid .section_inner .block .block_image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0.12;
        mix-blend-mode: hard-light;
        background: #e44b19;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e44b19 1%, #003054 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e44b19 1%, #003054 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e44b19 1%, #003054 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        pointer-events: none;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44b19', endColorstr='#003054',GradientType=0 );
        /* IE6-9 */ }
    main .grid .section_inner .block .block_title {
      font-family: "Fjalla One", Helvetica, Arial, sans-serif;
      background: white;
      border-bottom: 1px solid rgba(1, 118, 255, 0.12);
      text-align: center;
      padding: 2rem;
      font-size: 24px;
      line-height: 1.5em;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #003054;
      -webkit-font-smoothing: antialiased; }
      main .grid .section_inner .block .block_title h1 {
        font-size: 24px; }
      main .grid .section_inner .block .block_title h2 {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        line-height: 1.6em;
        font-size: 14px;
        text-transform: none; }
      @media (max-width: 719px) {
        main .grid .section_inner .block .block_title {
          padding: 5vw;
          font-size: 20px; } }
    main .grid .section_inner .block .block_subheader {
      font-family: "Robot", Helvetica Neue, Helvetica, sans-serif;
      padding: 2vw;
      text-align: center; }
    main .grid .section_inner .block .block_body {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.6);
      background: white;
      line-height: 1.6em;
      padding: 2vw;
      -webkit-font-smoothing: antialiased; }
      main .grid .section_inner .block .block_body p {
        margin: 0; }
      @media (max-width: 719px) {
        main .grid .section_inner .block .block_body {
          padding: 5vw;
          font-size: 14px;
          min-height: 0; } }

main .page {
  min-height: 70vh;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  main .page.centered p,
  main .page.centered div {
    text-align: center; }
  main .page .section_inner {
    width: 90vw;
    max-width: 1300px;
    padding: 2rem 0; }
  main .page .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem; }
    @media (min-width: 720px) {
      main .page .wp-block-gallery li {
        width: 100% !important; } }
    main .page .wp-block-gallery li figure img {
      width: 100%; }
  main .page blockquote {
    background: #dceaf5;
    padding: 2rem;
    margin-bottom: 2rem; }
    main .page blockquote cite {
      font-size: 14px;
      text-align: right;
      display: block; }
    main .page blockquote p {
      margin: 0 0 2rem; }
  main .page img {
    margin: 0 auto;
    display: block; }
  main .page a {
    color: #E44B19;
    text-decoration: none; }
    main .page a.btn {
      display: inline-block;
      margin: 0 auto; }
  main .page p {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.8em; }

main .page p.has-small-font-size {
	font-size: 14px;
}

main .page ol, main .page ul {
	    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.8em;
}

main .three_blocks {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 719px) {
    main .three_blocks {
      flex-direction: column; } }
  main .three_blocks .block {
    border-right: 1px solid rgba(1, 118, 255, 0.12);
    text-align: center; }
    main .three_blocks .block.large {
      width: 100%;
      border-right: 0; }
      main .three_blocks .block.large .members {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        main .three_blocks .block.large .members .member {
          width: 15vw;
          margin-bottom: 5vw;
          text-align: center; }
          main .three_blocks .block.large .members .member .member_photo {
            width: 10vw;
            height: 10vw;
            overflow: hidden;
            display: inline-block;
            margin-bottom: 1rem;
            border-radius: 5px; }
            main .three_blocks .block.large .members .member .member_photo img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: top center; }
          main .three_blocks .block.large .members .member .member_name {
            font-family: "Fjalla One", Helvetica, Arial, sans-serif;
            font-size: 18px; }
    main .three_blocks .block:not(.large) {
      flex: 1; }
    @media (max-width: 719px) {
      main .three_blocks .block {
        margin-bottom: 2rem;
        border: 0; } }
    main .three_blocks .block h1 {
      color: #003054;
      font-size: 30px;
      text-transform: uppercase;
      font-family: "BAK", Times New Roman, serif;
      padding: 2vw 0 0;
      margin: 0; }
      @media (max-width: 719px) {
        main .three_blocks .block h1 {
          padding: 5vw; } }
    @media (max-width: 719px) {
      main .three_blocks .block {
        border: 0; } }
    main .three_blocks .block.last-of-type {
      border: 0; }
    main .three_blocks .block .block_image {
      height: 20vw; }
      @media (max-width: 1024px) {
        main .three_blocks .block .block_image {
          height: 70vw; } }
      main .three_blocks .block .block_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
    main .three_blocks .block .block_body {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding: 2vw; }
      @media (max-width: 1024px) {
        main .three_blocks .block .block_body {
          padding: 5vw; } }
      main .three_blocks .block .block_body ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        font-family: "Roboto", Helvetica, Arial, sans-serif; }
        main .three_blocks .block .block_body ul li {
          margin-right: 1rem;
          color: rgba(0, 0, 0, 0.6); }
      main .three_blocks .block .block_body p {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.6em;
        -webkit-font-smoothing: antialiased; }
        @media (max-width: 1024px) {
          main .three_blocks .block .block_body p {
            font-size: 16px; } }

main .hero_block {
  font-family: "Fjalla One", Helvetica, sans-serif;
  font-size: 24px;
  position: relative; }
  @media (min-width: 720px) {
    main .hero_block {
      font-size: 36px;
      -webkit-font-smoothing: antialiased; } }
  main .hero_block.double {
    height: auto !important; }
    @media (min-width: 720px) {
      main .hero_block.double {
        display: grid;
        height: auto !important;
        grid-template-areas: "head head" "left right"; }
        main .hero_block.double .section_header {
          grid-area: head;
          position: static;
          z-index: 100; } }
    main .hero_block.double .column {
      height: 50vh; }
      @media (min-width: 720px) {
        main .hero_block.double .column {
          position: relative;
          height: auto; }
          main .hero_block.double .column .hero_body .hero_inner {
            width: 40vw; } }
  @media (min-width: 720px) {
    main .hero_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 48, 84, 0.1);
      z-index: 100; } }
  main .hero_block.long-text {
    font-size: 16px; }
    main .hero_block.long-text p {
      margin-bottom: 2rem; }
    main .hero_block.long-text .hero_body {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 720px) {
        main .hero_block.long-text .hero_body p {
          font-size: 1.5vh;
          line-height: 2vh; } }
      main .hero_block.long-text .hero_body .hero_inner {
        padding: 5vw;
        background: rgba(0, 48, 84, 0.71); }
        @media (min-width: 720px) {
          main .hero_block.long-text .hero_body .hero_inner {
            width: 20vw;
            height: 45vh;
            color: black;
            padding: 3vw;
            background: white; } }
  main .hero_block.dark .column {
    position: relative; }
    main .hero_block.dark .column:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 100; }
  main .hero_block.blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 84, 0.71);
    z-index: 100; }
  main .hero_block.blue .hero_bg img {
    filter: grayscale(100%); }
  main .hero_block .hero_bg {
    width: 100%;
    height: 100%;
    line-height: 0; }
    main .hero_block .hero_bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  main .hero_block .hero_body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    main .hero_block .hero_body .hero_inner {
      width: 90vw;
      margin: 0 auto;
      text-align: center;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      position: relative;
      z-index: 100;
      flex-direction: column; }
      main .hero_block .hero_body .hero_inner p {
        font-size: 5vw;
        line-height: 1.6em; }
        @media (min-width: 720px) {
          main .hero_block .hero_body .hero_inner p {
            font-size: 24px; } }
      main .hero_block .hero_body .hero_inner .hero_header {
        color: #E44B19; }
      @media (min-width: 720px) {
        main .hero_block .hero_body .hero_inner {
          width: 80vw; } }

main #news {
  padding-top: 5rem; }
  main #news .section_inner {
    flex-wrap: wrap; }
    main #news .section_inner article {
      width: 27vw;
      margin-bottom: 3rem; }
      @media (max-width: 1024px) {
        main #news .section_inner article {
          width: auto; } }

main .news_feed .section_header {
  margin-bottom: 5rem; }

main .news_feed .section_inner {
  padding-bottom: 4rem;
  margin: 0 auto;
  justify-content: space-between; }
  @media (min-width: 720px) {
    main .news_feed .section_inner {
      display: flex; } }
  main .news_feed .section_inner article {
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.25s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(1, 118, 255, 0.12);
    box-shadow: rgba(1, 118, 255, 0.12) 0px 8px 24px; }
    main .news_feed .section_inner article:hover {
      transform: translate(0, -4px);
      -webkit-box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px;
      -moz-box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px;
      box-shadow: rgba(1, 118, 255, 0.05) 0px 12px 24px; }
    @media (min-width: 720px) {
      main .news_feed .section_inner article {
        width: 28vw;
        margin: 0; } }
    main .news_feed .section_inner article a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
    main .news_feed .section_inner article picture {
      width: 100%;
      height: 40vw;
      display: block; }
      @media (min-width: 720px) {
        main .news_feed .section_inner article picture {
          height: 20vw; } }
      main .news_feed .section_inner article picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    main .news_feed .section_inner article .article_date {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      text-align: center;
      border-bottom: 1px solid rgba(1, 118, 255, 0.12);
      padding: 1rem;
      background: white;
      text-transform: uppercase;
      color: #9B9B9B; }
    main .news_feed .section_inner article .article_title {
      padding: 1rem;
      background: white;
      text-align: center;
      min-height: 5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      main .news_feed .section_inner article .article_title h1 {
        font-family: "Fjalla One", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 24px;
        margin: 0;
        color: #003054; }

main .page .wp-block-embed iframe {
	width: 100%;
	height: calc(50vw * .5625);
}
@media (max-width: 1024px) {
	main .page .wp-block-embed iframe {
	width: 100%;
	height: calc(80vw * .5625);
}
}

  @media (min-width: 720px) {
	  main .page .wp-block-embed iframe {
		  height: calc(90vw * .5625);
	  }
}

main #article,
main .page {
  width: auto;
  border-bottom: 1px solid rgba(1, 118, 255, 0.12); }
  main #article .section_inner,
  main .page .section_inner {
/*     width: 50vw; */
    margin: 0 auto; }
    @media (max-width: 1024px) {
      main #article .section_inner,
      main .page .section_inner {
        width: 80vw; } }
  main #article article.africa_report h3,
  main .page article.africa_report h3 {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Roboto", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 24px; }
  main #article article.africa_report h4,
  main .page article.africa_report h4 {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Roboto", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 18px;
    color: #E44B19; }
  main #article article.africa_report h2,
  main .page article.africa_report h2 {
    color: #003054; }
  main #article article.single,
  main .page article.single {
    margin: 5rem 0; }
    main #article article.single .article_header,
    main .page article.single .article_header {
      margin-bottom: 2rem; }
    main #article article.single .article_title,
    main .page article.single .article_title {
      font-family: "Fjalla One", Helvetica, Arial, sans-serif;
      font-size: 36px; }
      @media (max-width: 1024px) {
        main #article article.single .article_title,
        main .page article.single .article_title {
          font-size: 24px; } }
      main #article article.single .article_title h1,
      main .page article.single .article_title h1 {
        font-weight: normal; }
    main #article article.single .article_date,
    main .page article.single .article_date {
      font-family: "BAK", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #9B9B9B;
      -webkit-font-smoothing: antialiased; }
    main #article article.single picture,
    main .page article.single picture {
      margin-bottom: 4rem;
      display: block; }
      main #article article.single picture img,
      main .page article.single picture img {
        width: 100%;
        height: auto !important; }
    main #article article.single .article_body,
    main .page article.single .article_body {
      font-size: 18px;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      line-height: 1.6em; }
      main #article article.single .article_body h2,
      main .page article.single .article_body h2 {
        font-family: "Fjalla One", Helvetica, Arial, sans-serif;
        color: #003054;
        line-height: 1.6em;
        font-size: 24px; }
      main #article article.single .article_body a,
      main .page article.single .article_body a {
        color: #E44B19;
        text-decoration: none; }
      main #article article.single .article_body figure:not(.is-resized) img,
      main .page article.single .article_body figure:not(.is-resized) img {
        width: 100%;
        height: auto !important; }
      main #article article.single .article_body p,
      main .page article.single .article_body p {
        font-weight: 300;
        -webkit-font-smoothing: antialiased; }
        main #article article.single .article_body p a,
        main .page article.single .article_body p a {
          color: #E44B19;
          text-decoration: none; }

main .timeline .section_inner {
  width: auto;
  margin: 0;
  padding: 5rem;
  max-width: none; }
  @media (max-width: 1024px) {
    main .timeline .section_inner {
      padding: 0; } }

main .slider {
  height: 300px; }
  @media (min-width: 720px) {
    main .slider {
      height: 900px; } }
  main .slider.wp-block-gallery {
    display: block !important; }
    main .slider.wp-block-gallery li {
      margin: 0 !important;
      outline: 0;
      height: 300px; }
      @media (min-width: 720px) {
        main .slider.wp-block-gallery li {
          width: 50vw !important;
          height: 900px; } }
      main .slider.wp-block-gallery li img {
        outline: 0;
        object-fit: contain !important;
        object-position: center; }
        @media (max-width: 1024px) {
          main .slider.wp-block-gallery li img {
            max-height: 300px; } }
  main .slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    background: transparent;
    z-index: 2000;
    border: 0;
    padding: 2vw;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-indent: -99999em; }
    main .slider .slick-arrow.slick-prev {
      left: 0; }
      main .slider .slick-arrow.slick-prev:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10000;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 30px 15px 0;
        border-color: transparent white transparent transparent; }
        @media (max-width: 1024px) {
          main .slider .slick-arrow.slick-prev:before {
            border-width: 7px 15px 7px 0; } }
    main .slider .slick-arrow.slick-next {
      right: 0; }
      main .slider .slick-arrow.slick-next:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 30px;
        border-color: transparent transparent transparent white; }
        @media (max-width: 1024px) {
          main .slider .slick-arrow.slick-next:before {
            border-width: 7px 0 7px 15px; } }
  main .slider .slide {
    position: relative; }
    main .slider .slide .slide_image {
      width: 100%;
      height: 50vh;
      position: relative; }
      @media (min-width: 720px) {
        main .slider .slide .slide_image {
          height: 90vh; } }
      main .slider .slide .slide_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
    main .slider .slide .slide_title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      font-family: "BMS", Times New Roman, serif;
      font-family: "BAK", Helvetica, Arial, sans-serif;
      background: rgba(0, 0, 0, 0.4); }
      main .slider .slide .slide_title h1 {
        color: white;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        text-align: center; }
        @media (min-width: 720px) {
          main .slider .slide .slide_title h1 {
            font-size: 30px; } }

/* Gravity Form Styles */
#gform_fields_5 input,
#gform_fields_5 select {
  width: 100%; }

.gform_wrapper {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  max-width: 800px !important;
  margin: 0 auto !important; }
  .gform_wrapper form .ginput_container {
    margin-bottom: 2rem; }
  .gform_wrapper form .ginput_container_select {
    position: relative; }
    .gform_wrapper form .ginput_container_select:after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      right: 1rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 6.5px 0 6.5px;
      border-color: #003054 transparent transparent transparent; }
    .gform_wrapper form .ginput_container_select select {
      padding: 1rem !important;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid rgba(1, 118, 255, 0.2);
      transition: 0.2s all ease-in-out;
      background: white;
      outline: 0;
      position: relative; }
      .gform_wrapper form .ginput_container_select select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.4); }
      .gform_wrapper form .ginput_container_select select::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.4); }
      .gform_wrapper form .ginput_container_select select:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.4); }
      .gform_wrapper form .ginput_container_select select:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.4); }
      .gform_wrapper form .ginput_container_select select:focus {
        border: 1px solid rgba(1, 118, 255, 0.6); }
  .gform_wrapper form .gfield_label {
    font-weight: 300 !important;
    color: #003054; }
  .gform_wrapper form input,
  .gform_wrapper form textarea {
    border-radius: 4px;
    padding: 1rem !important;
    border: 1px solid rgba(1, 118, 255, 0.2);
    transition: 0.2s all ease-in-out;
    outline: 0; }
    .gform_wrapper form input:focus,
    .gform_wrapper form textarea:focus {
      border: 1px solid rgba(1, 118, 255, 0.6); }

/* Map Styles */
@media (min-width: 720px) {
  #alumni_map .section_header {
    position: absolute;
    width: 20vw;
    left: 5vw;
    height: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: white;
    min-height: 800px;
    border: 0; } }

@media (min-width: 720px) {
  #alumni_map h2 {
    font-size: 3vw;
    line-height: 4vw; } }

#map {
  background: #003054;
  width: 100vw;
  height: 50vw;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 719px) {
    #map {
      height: 80vh; } }
  @media (max-width: 719px) {
    #map svg g {
      transform: translate(-5vh, 10vh) scale(0.7) !important; } }
  #map .countries {
    fill: white;
    stroke: #003054; }
  #map .countries :hover {
    transition: all 0.3s ease-in-out;
    transform: translate(0, -5px);
    position: relative;
    z-index: 1000; }
  #map .tooltip {
    position: absolute;
    text-align: center;
    width: 10vw;
    padding: 1rem;
    color: #003054;
    pointer-events: none;
    border-radius: 5px;
    font-size: 16px;
    background: white;
    border: 1px solid #dceaf5;
    font-family: "Roboto", Helvetica Neue, Helvetica, sans-serif; }
    @media (max-width: 719px) {
      #map .tooltip {
        width: 40vw; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.timeline-sticky {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .timeline-sticky {
      justify-content: flex-start; } }
  .timeline-sticky .left {
    width: 10vw;
    margin-right: 3vw;
    align-self: flex-start;
    top: 300px;
    position: -webkit-sticky;
    position: sticky;
    text-align: right;
    font-size: 10vw;
    line-height: 120px;
    font-weight: 100;
    color: #E44B19; }
    @media (max-width: 1024px) {
      .timeline-sticky .left {
        top: 0;
        margin-right: 0;
        padding: 20px;
        line-height: 10vw; } }
  .timeline-sticky .right {
    width: 75vw; }
    .timeline-sticky .right .event {
      padding-bottom: 4rem;
      border-bottom: 1px solid rgba(1, 118, 255, 0.12);
      margin-bottom: 4rem; }
      @media (max-width: 1024px) {
        .timeline-sticky .right .event {
          padding-bottom: 1rem;
          margin-bottom: 1rem; } }
      .timeline-sticky .right .event .info {
        display: flex;
        align-items: flex-start;
        margin-bottom: 3rem;
        justify-content: space-between;
        -webkit-font-smoothing: antialiased; }
        .timeline-sticky .right .event .info.no-img {
          justify-content: flex-start; }
          .timeline-sticky .right .event .info.no-img .time {
            margin-right: 13vw; }
        @media (max-width: 1024px) {
          .timeline-sticky .right .event .info {
            flex-direction: column; } }
        .timeline-sticky .right .event .info .event-image img {
          width: 20vw; }
          @media (max-width: 1024px) {
            .timeline-sticky .right .event .info .event-image img {
              width: 100%; } }
        .timeline-sticky .right .event .info h3 {
          font-size: 24px;
          font-weight: 300;
          line-height: 2rem;
          width: 20vw;
          font-weight: 300 !important;
          margin: 0 1rem 0 0; }
          @media (max-width: 1024px) {
            .timeline-sticky .right .event .info h3 {
              width: auto;
              font-size: 16px;
              margin: 0 0 1rem 0; } }
        .timeline-sticky .right .event .info p {
          width: 20vw;
          color: rgba(0, 0, 0, 0.5);
          font-size: 12px;
          margin: 0; }
          @media (max-width: 1024px) {
            .timeline-sticky .right .event .info p {
              width: auto;
              margin: 0 0 1rem 0; } }
      .timeline-sticky .right .event .time {
        display: inline-block;
        font-size: 10vw;
        line-height: 120px;
        font-weight: 100;
        color: #E44B19;
        margin-right: 3rem; }
        @media (max-width: 1024px) {
          .timeline-sticky .right .event .time {
            width: 100%;
            position: sticky;
            position: -webkit-sticky;
            background: white;
            padding: 20px 0;
            top: 0;
            line-height: 10vw; } }
      .timeline-sticky .right .event .event-image {
        text-align: right; }
        .timeline-sticky .right .event .event-image.double {
          display: flex;
          justify-content: flex-end; }
          @media (max-width: 1024px) {
            .timeline-sticky .right .event .event-image.double {
              display: block; } }
          .timeline-sticky .right .event .event-image.double img {
            width: 25vw;
            object-fit: contain; }
            @media (max-width: 1024px) {
              .timeline-sticky .right .event .event-image.double img {
                width: 100%; } }
            .timeline-sticky .right .event .event-image.double img:first-of-type {
              margin-right: 2vw; }
              @media (max-width: 1024px) {
                .timeline-sticky .right .event .event-image.double img:first-of-type {
                  margin: 0 0 1rem 0; } }
        .timeline-sticky .right .event .event-image img {
          margin: 0;
          width: 51vw;
          display: inline-block; }
          @media (max-width: 1024px) {
            .timeline-sticky .right .event .event-image img {
              width: 100%; } }

.pagination {
  text-align: center;
  padding-bottom: 3rem; }
  .pagination .page-numbers {
    background: white;
    border: 1px solid rgba(1, 118, 255, 0.12);
    border-radius: 5px;
    color: #003054;
    display: inline-block;
    font-family: "Robot", sans-serif;
    text-decoration: none;
    padding: 1rem; }

footer {
  background: #003054;
  color: white;
  font-family: "Helvetica", Arial, sans-serif; }
  footer .footer_inner {
    width: 90vw;
    margin: 0 auto;
    padding: 3rem 0; }
    @media (min-width: 720px) {
      footer .footer_inner nav {
        width: auto;
        text-align: center; } }
    @media (max-width: 1024px) {
      footer .footer_inner nav:first-of-type {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid white; } }
    footer .footer_inner nav ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      margin: 0; }
      @media (min-width: 720px) {
        footer .footer_inner nav ul {
          display: block; } }
      footer .footer_inner nav ul li {
        text-align: center;
        padding: 0.5rem 0; }
        @media (min-width: 720px) {
          footer .footer_inner nav ul li {
            display: inline-block;
            margin-right: 2vw;
            text-align: left;
            padding: 0; }
            footer .footer_inner nav ul li:last-of-type {
              margin-right: 0; } }
        footer .footer_inner nav ul li a {
          color: white;
          font-weight: 500;
          text-decoration: none; }
          footer .footer_inner nav ul li a:hover {
            color: #E44B19; }
    footer .footer_inner nav.social {
      margin-top: 2rem; }
      footer .footer_inner nav.social ul li a {
        font-weight: 200; }
    footer .footer_inner .endorser {
      width: 5vw;
      margin: 0 auto; }
      footer .footer_inner .endorser img {
        width: 100%;
        margin: 2rem 0 1rem; }

.gform_body .ginput_container_select {
  display: inline; }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/* SOE */
h1.soe_heading {
  color: #e57e00;
  font-size: 48px;
  line-height: 60px;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif; }

h2.soe_heading {
  color: #e57e00; }

.soe_intro {
  text-align: center;
  font-size: 24px;
  line-height: 1.3em;
  margin: 2rem 0; }

h5 {
  font-size: 24px; }

h4.soe_heading {
  font-size: 24px;
  color: #0e4194;
  border-bottom: 1px solid #dceaf5;
  display: inline-block;
  padding-bottom: 1rem; }

.btn_soe {
  background: #e57e00;
  color: white !important;
  border: 0 !important; }

.soe_btn_container {
  text-align: center; }

.soe_flyer {
  background: #0e4194;
  padding: 2rem;
  box-sizing: border-box;
  margin-bottom: 2rem; }

#eventbrite-widget-container-75001697095 {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.sponsor-columns {
	align-items: center;
}

.sponsor-columns figure, .stream-video  {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.stream-video iframe {
	width: 80vw;
	height: calc(80vw * .565);
	margin-bottom: 2rem;
}

.stream-video.gala-page iframe {
	width: 50vw;
	height: calc(50vw * .565);
	margin-bottom: 2rem;
}

@media (max-width: 720px) {
	.sponsor-columns {
		display: grid;
    	grid-template-columns: repeat(3, 1fr);
    	grid-gap: 2rem;
	}
}

@media (min-width: 720px) {
	.stream-video iframe {
	width: 80vw;
	height: calc(80vw * .565);
	margin-bottom: 2rem;
}
}

.section_inner.virtual-gala {
	width: 80vw !important;
	max-width: none !important;
}

.announcement-bar {
	padding: 4px;
	width: 100vw;
	background: #E44B19;
	color: white;
	text-align: center;
	font-family: 'Helvetica', Arial, sans-serif;
	box-sizing: border-box;
}

.announcement-bar-link {
	color: white;
	text-decoration: none;
}

/* SOE 2020 */

.timeslot__time {
    display: flex;
    font-size: 17px;
    margin-right: 1rem;
	width: 25%;
	color:  #E44B19;
	margin-top: 8px;
}

.timeslot__time span {
	white-space: nowrap;
}

.timeslot__time span:first-of-type {
	margin-right: 1rem;
}

.timeslot {
/*     border: 1px solid rgba(0,0,0,0.12); */
    padding: 2rem;
    border-radius: 5px;
}

.timeslot__top {
    display: grid;
	grid-template-columns: 1fr 5fr;
/* 	align-items: center; */
}

.timeslot__title {
    font-size: 24px;
	color: #e96e17;
	line-height: 1em;
	padding-top: 3px;
    /* font-weight: 300; */
}

.timeslot__description {
	margin-top: 0.5rem;
}

.timeslot__bio-photo {
    width: 96px;
    height: 96px;
    background: black;
    border-radius: 50%;
	border: 0;
    flex-shrink: 0;
    margin-right: 2rem;
	overflow: hidden;
}

.timeslot__bio-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.timeslot__bio {
    margin-top: 2rem;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 5px;
    padding: 1rem;
	cursor: pointer;
	box-sizing: border-box;
}

.timeslot_bio-mask.expanded {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
}

.timeslot_bio-mask.expanded .timeslot__bio {
	 width: 90vw;
/* 	height: 80vh; */
    max-width: 900px;
    background: white;
    max-height: 900px;
    overflow: scroll;
	
}
.timeslot__bio-top {
    display: flex;
    align-items: center;
}

.timeslot__bio-info h5 {
    margin: 0 0 0.5rem 0;
    font-weight: 400;
    font-size: 18px;
}

.timeslot__bio-info span {opacity: 0.7;font-style: italic; font-size: 14px;}

.timeslot__modal {
    display: none;
	font-size: 14px;
	line-height: 1.6em;
	opacity: 0.8;
}

.timeslot_bio-mask.expanded .timeslot__modal {
	display: block;
}

.wp-social-link a {
	color: white !important;
}

.timeslot__bio-info {
	color: #174791;
	max-width: 400px;
}

.timeslot__bio-info h5 {
	font-weight: 500;
}

.bold-orange strong { color: #e96e17 }

.bold-blue strong { color: #174791 }

#soe-agenda {
	border: 1px solid #e96e17;
	border-radius: 5px;
}

@media (max-width: 768px){
.timeslot__top {
	display: block;
}
	
.timeslot__title {
	margin-bottom: 1rem;
}
	
	.timeslot__bio-top {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.timeslot__bio-photo { 
		width: 32px;
		height: 32px;
	}
	
	.timeslot__bio-info {
		font-size: 12px;
	}
	
	.timeslot__bio-photo {
		margin: 0 0 1rem 0;
	}

.timeslot__time {
	margin-bottom: 1rem;
}
}

.aligncenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pardot_newsletter {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}

.mc-donate-button {
	display: none !important;
}

.wp-block-image img {
	height: auto !important;
}

#mc-donation.form_sponsor, #mc-donation.form_register, #mc-donation.form_donate {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	width: 90vw;
	height: 90vh;
	max-width: 900px;
	z-index: 2000;
	display: none;
}

.form_mask {
	position: fixed;
    top: 0;
    background: rgba(255,255,255,0.9);
    inset: 0;
    z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	transition: 0.2s all ease-in-out;
}

.form_mask.open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

#button_register, #button_sponsor, #button_donate {
	    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#mc-donation.open{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	display: block;
}
