.secondary-nav {
  color: #005595;
  text-align: center;
  background-color: #ebf3f9;
  border-bottom: 1px solid #cde5ff;
  display: none;
}

@media (min-width: 760px) {
  .secondary-nav {
    display: block;
  }
}

.secondary-nav nav {
  justify-content: center;
  display: flex;
}

.secondary-nav ul {
  margin: 0;
  list-style: none;
  display: flex;
}

.secondary-nav li:before {
  content: "·";
  font-weight: 700;
}

.secondary-nav li:first-child:before {
  content: "";
}

.secondary-nav a {
  color: inherit;
  border-bottom: none;
  padding: 14px 5px 11px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
}

.secondary-nav a:hover {
  color: #001b2f;
}

header {
  margin: 0;
}

a {
  text-decoration: underline;
}

.section-hero .sbf-ce-section, .section-research-priorities .sbf-ce-section, .section-map .sbf-ce-section, .section-research .sbf-ce-section, .section-get-involved .sbf-ce-section {
  outline: 1px dotted #353535 !important;
}

.section-hero {
  background: #d1f6ff;
  height: 614px;
  padding: 32px 0 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .section-hero {
    height: 776px;
    padding: 32px 0 0;
  }
}

@media (min-width: 768px) {
  .section-hero {
    height: 686px;
    padding: 32px 0 0;
  }
}

@media (min-width: 960px) {
  .section-hero {
    height: 800px;
    padding: 66px 0 0;
  }
}

@media (min-width: 1220px) {
  .section-hero {
    height: 708px;
    overflow: inherit;
  }
}

.section-hero img {
  z-index: 1;
  width: 600px;
  margin: 0 0 0 -300px;
  position: absolute;
  top: 285px;
  left: 50%;
}

@media (min-width: 600px) {
  .section-hero img {
    width: 900px;
    margin: 0 0 0 -450px;
    top: 285px;
  }
}

@media (min-width: 768px) {
  .section-hero img {
    width: 1000px;
    margin: 0 0 0 -500px;
    top: 148px;
  }
}

@media (min-width: 960px) {
  .section-hero img {
    width: 1200px;
    margin: 0 0 0 -600px;
    top: 153px;
  }
}

.section-hero .section-container {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .section-hero .section-container {
    max-width: 880px;
    padding: 0;
  }
}

.section-hero .section-container .content-call-to-action {
  letter-spacing: .01em;
  float: none;
  text-align: center;
  width: auto;
  max-width: 60ch;
  margin: 28px auto 16px;
  padding: 0 10px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-hero .section-container .content-call-to-action {
    letter-spacing: -.0015em;
    float: left;
    text-align: left;
    width: 33.3333%;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

@media (min-width: 960px) {
  .section-hero .section-container .content-call-to-action {
    margin: 95px 0 0;
  }
}

@media (min-width: 1020px) {
  .section-hero .section-container .content-call-to-action {
    padding: 0;
  }
}

.section-hero .section-container .content-sub-call-to-action {
  letter-spacing: .01em;
  float: none;
  text-align: center;
  width: 81%;
  margin: -4px auto 0;
  padding: 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375;
}

@media (min-width: 600px) {
  .section-hero .section-container .content-sub-call-to-action {
    width: auto;
  }
}

@media (min-width: 768px) {
  .section-hero .section-container .content-sub-call-to-action {
    letter-spacing: -.0015em;
    float: right;
    text-align: left;
    width: 31.8%;
    margin: 35px 6px 0 0;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.25;
  }
}

@media (min-width: 960px) {
  .section-hero .section-container .content-sub-call-to-action {
    margin: 95px 0 0;
  }
}

.section-hero h1 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 600px) {
  .section-hero h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .section-hero h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.section-hero .sb-hr {
  color: #6e6e6e;
  margin: 23px auto;
}

@media (min-width: 760px) {
  .section-hero .sb-hr {
    max-width: 685px;
  }
}

.section-research-priorities {
  background: #e9f3f5;
  padding: 0 0 40px;
}

.section-research-priorities .section-container {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .section-research-priorities .section-container {
    max-width: 880px;
    padding: 0;
  }
}

.section-research-priorities .section-container h2 {
  letter-spacing: -.025em;
  max-width: 70ch;
  margin: 0 auto;
  padding: 23px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 600px) {
  .section-research-priorities .section-container h2 {
    padding: 38px 0 0;
  }
}

@media (min-width: 768px) {
  .section-research-priorities .section-container h2 {
    letter-spacing: -.025em;
    margin: 0;
    padding: 76px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 960px) {
  .section-research-priorities .section-container h2 {
    padding: 57px 0 0;
  }
}

@media (min-width: 1220px) {
  .section-research-priorities .section-container h2 {
    padding: 149px 0 0;
  }
}

.section-research-priorities .section-container p {
  letter-spacing: .01em;
  text-wrap: balance;
  max-width: 70ch;
  margin: 20px auto 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-research-priorities .section-container p {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

.section-research-priorities .section-container p a {
  color: #cd2617;
}

.section-research-priorities .section-container p a:hover, .section-research-priorities .section-container p a:active {
  color: #88190f;
}

.section-research-priorities .section-container p a {
  font-weight: 600;
}

.section-research-priorities .section-container .content-funding-button {
  margin: 28px 0 0;
}

.section-research-priorities .section-container .content-funding-button a {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #cd2617;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #cd2617;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-research-priorities .section-container .content-funding-button a:hover, .section-research-priorities .section-container .content-funding-button a:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #9f1e12;
  border-color: #9f1e12;
}

.section-research-priorities .section-container .content-funding-button a:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-research-priorities .section-container .content-funding-button a.disabled, .section-research-priorities .section-container .content-funding-button a[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-research-priorities .section-container .content-funding-button a.disabled:hover, .section-research-priorities .section-container .content-funding-button a.disabled:focus, .section-research-priorities .section-container .content-funding-button a[disabled]:hover, .section-research-priorities .section-container .content-funding-button a[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #cd2617;
  border-color: #cd2617;
}

.section-research-priorities .section-container .content-funding-button a {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.section-map {
  text-align: center;
  background: #fff;
  padding: 45px 0 40px;
}

@media (min-width: 960px) {
  .section-map {
    padding: 85px 0 60px;
  }
}

.section-map .section-container {
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1020px) {
  .section-map .section-container {
    max-width: 880px;
    padding: 0;
  }
}

.section-map .section-container .content-map-heading-and-details h2 {
  letter-spacing: -.025em;
  margin: 0 0 20px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 768px) {
  .section-map .section-container .content-map-heading-and-details h2 {
    letter-spacing: -.025em;
    margin: 0 0 20px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-map .section-container .content-map-heading-and-details p {
  letter-spacing: .01em;
  margin: 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-map .section-container .content-map-heading-and-details p {
    letter-spacing: -.0015em;
    margin: 0;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-map .section-container .content-map-heading-and-details p a {
  color: #005595;
}

.section-map .section-container .content-map-heading-and-details p a:hover, .section-map .section-container .content-map-heading-and-details p a:active {
  color: #002949;
}

.section-map .section-container .content-map-heading-and-details p a {
  font-weight: 700;
}

.section-map .section-container .content-grants-button {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 385px 0 0;
  display: flex;
}

@media (min-width: 768px) {
  .section-map .section-container .content-grants-button {
    margin: 55px 0 0;
  }
}

.section-map .section-container .content-grants-button a {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #353535;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #353535;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-map .section-container .content-grants-button a:hover, .section-map .section-container .content-grants-button a:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.section-map .section-container .content-grants-button a:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-map .section-container .content-grants-button a.disabled, .section-map .section-container .content-grants-button a[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-map .section-container .content-grants-button a.disabled:hover, .section-map .section-container .content-grants-button a.disabled:focus, .section-map .section-container .content-grants-button a[disabled]:hover, .section-map .section-container .content-grants-button a[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #353535;
  border-color: #353535;
}

.section-map .section-container .content-grants-button a {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.section-map img {
  max-width: 100%;
  margin: 56px 0 0;
}

.section-map ol {
  float: left;
  width: 50%;
  margin: 23px 0;
  list-style-type: none;
  overflow: visible;
}

@media (min-width: 768px) {
  .section-map ol {
    margin: 0;
  }
}

.section-map ol li {
  color: #005595;
}

.section-map ol li:hover, .section-map ol li:active {
  color: #002949;
}

.section-map ol li {
  letter-spacing: normal;
  text-align: left;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-map ol li {
    color: #f5f5f5;
  }

  .section-map ol li:hover, .section-map ol li:active {
    color: #cfcfcf;
  }

  .section-map ol li {
    text-align: center;
    white-space: nowrap;
    background-color: #353535;
    border-radius: 4px;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 1px 8px;
    display: flex;
    position: absolute;
  }
}

.section-map ol li .icon-bg {
  display: none;
}

@media (min-width: 768px) {
  .section-map ol li .icon-bg {
    background-color: #d8d8d8;
    border-radius: 50%;
    justify-content: center;
    width: 12px;
    height: 12px;
    display: flex;
  }
}

.section-map ol li svg {
  display: none;
}

@media (min-width: 768px) {
  .section-map ol li svg {
    align-self: center;
    width: 8px;
    height: 8px;
    display: inline;
  }
}

.section-map ol:first-of-type li {
  margin: 0 0 4px 28%;
}

@media (min-width: 400px) {
  .section-map ol:first-of-type li {
    margin: 0 0 4px 37%;
  }
}

@media (min-width: 460px) {
  .section-map ol:first-of-type li {
    margin: 0 0 4px 48%;
  }
}

@media (min-width: 600px) {
  .section-map ol:first-of-type li {
    margin: 0 0 4px 55%;
  }
}

@media (min-width: 768px) {
  .section-map ol:first-of-type li {
    margin: 0;
  }
}

.section-map ol:last-of-type li {
  margin: 0 0 4px 15%;
}

@media (min-width: 460px) {
  .section-map ol:last-of-type li {
    margin: 0 0 4px 18%;
  }
}

@media (min-width: 768px) {
  .section-map ol:last-of-type li {
    margin: 0;
  }

  .section-map li.argentina {
    top: -43px;
    left: 13px;
  }

  .section-map li.australia {
    top: -92px;
    left: 443px;
  }

  .section-map li.bermuda {
    top: -200px;
    left: 21px;
  }

  .section-map li.brazil {
    top: -101px;
    left: 66px;
  }

  .section-map li.canada {
    top: -282px;
    left: -81px;
  }

  .section-map li.chile {
    top: -79px;
    left: -56px;
  }

  .section-map li.china {
    top: -261px;
    left: 370px;
  }

  .section-map li.egypt {
    top: -167px;
    left: 166px;
  }

  .section-map li.elsalvador {
    top: -169px;
    left: -129px;
  }

  .section-map li.finland {
    top: -314px;
    left: 199px;
  }

  .section-map li.france {
    top: -257px;
    left: 89px;
  }

  .section-map li.germany {
    top: -252px;
    left: 197px;
  }

  .section-map li.guam {
    top: -145px;
    left: 448px;
  }

  .section-map li.hongkong {
    top: -180px;
    left: 380px;
  }

  .section-map li.india {
    top: -168px;
    left: 253px;
  }

  .section-map li.ireland {
    top: -286px;
    left: 70px;
  }

  .section-map li.israel {
    top: -223px;
    left: 176px;
  }

  .section-map li.japan {
    top: -211px;
    left: 431px;
  }

  .section-map li.jordan {
    top: -195px;
    left: 163px;
  }

  .section-map li.kenya {
    top: -138px;
    left: 188px;
  }

  .section-map li.malawi {
    top: -105px;
    left: 151px;
  }

  .section-map li.netherlands {
    top: -283px;
    left: 178px;
  }

  .section-map li.newzealand {
    top: -37px;
    left: 415px;
  }

  .section-map li.puertorico {
    top: -172px;
    left: 16px;
  }

  .section-map li.saudiarabia {
    top: -196px;
    left: 259px;
  }

  .section-map li.singapore {
    top: -138px;
    left: 274px;
  }

  .section-map li.switzerland {
    top: -228px;
    left: 58px;
  }

  .section-map li.thailand {
    top: -224px;
    left: 302px;
  }

  .section-map li.uganda {
    top: -138px;
    left: 90px;
  }

  .section-map li.uk {
    top: -315px;
    left: 109px;
  }

  .section-map li.uruguay {
    top: -72px;
    left: 38px;
  }

  .section-map li.usa {
    top: -245px;
    left: -82px;
  }

  .section-map li.mexico {
    top: -203px;
    left: -120px;
  }
}

@media (min-width: 800px) {
  .section-map li.argentina {
    top: -42px;
    left: 16px;
  }

  .section-map li.australia {
    top: -95px;
    left: 441px;
  }

  .section-map li.bermuda {
    top: -221px;
    left: 43px;
  }

  .section-map li.brazil {
    top: -106px;
    left: 70px;
  }

  .section-map li.canada {
    top: -290px;
    left: -84px;
  }

  .section-map li.chile {
    top: -87px;
    left: -52px;
  }

  .section-map li.china {
    top: -263px;
    left: 372px;
  }

  .section-map li.egypt {
    top: -193px;
    left: 173px;
  }

  .section-map li.elsalvador {
    top: -180px;
    left: -120px;
  }

  .section-map li.finland {
    top: -341px;
    left: 197px;
  }

  .section-map li.france {
    top: -279px;
    left: 99px;
  }

  .section-map li.germany {
    top: -279px;
    left: 208px;
  }

  .section-map li.guam {
    top: -145px;
    left: 474px;
  }

  .section-map li.hongkong {
    top: -189px;
    left: 402px;
  }

  .section-map li.india {
    top: -176px;
    left: 271px;
  }

  .section-map li.ireland {
    top: -308px;
    left: 80px;
  }

  .section-map li.israel {
    top: -250px;
    left: 187px;
  }

  .section-map li.japan {
    top: -229px;
    left: 452px;
  }

  .section-map li.jordan {
    top: -222px;
    left: 175px;
  }

  .section-map li.kenya {
    top: -146px;
    left: 209px;
  }

  .section-map li.malawi {
    top: -106px;
    left: 159px;
  }

  .section-map li.netherlands {
    top: -310px;
    left: 178px;
  }

  .section-map li.newzealand {
    top: -35px;
    left: 422px;
  }

  .section-map li.puertorico {
    top: -192px;
    left: 8px;
  }

  .section-map li.saudiarabia {
    top: -204px;
    left: 268px;
  }

  .section-map li.singapore {
    top: -137px;
    left: 295px;
  }

  .section-map li.switzerland {
    top: -250px;
    left: 66px;
  }

  .section-map li.thailand {
    top: -232px;
    left: 310px;
  }

  .section-map li.uganda {
    top: -146px;
    left: 111px;
  }

  .section-map li.uk {
    top: -337px;
    left: 117px;
  }

  .section-map li.uruguay {
    top: -73px;
    left: 39px;
  }

  .section-map li.usa {
    top: -259px;
    left: -84px;
  }

  .section-map li.mexico {
    top: -219px;
    left: -128px;
  }
}

@media (min-width: 860px) {
  .section-map li.argentina {
    top: -43px;
    left: 12px;
  }

  .section-map li.australia {
    top: -120px;
    left: 488px;
  }

  .section-map li.bermuda {
    top: -235px;
    left: 44px;
  }

  .section-map li.brazil {
    top: -122px;
    left: 70px;
  }

  .section-map li.canada {
    top: -313px;
    left: -97px;
  }

  .section-map li.chile {
    top: -87px;
    left: -56px;
  }

  .section-map li.china {
    top: -279px;
    left: 402px;
  }

  .section-map li.egypt {
    top: -200px;
    left: 192px;
  }

  .section-map li.elsalvador {
    top: -193px;
    left: -128px;
  }

  .section-map li.finland {
    top: -354px;
    left: 195px;
  }

  .section-map li.france {
    top: -292px;
    left: 96px;
  }

  .section-map li.germany {
    top: -285px;
    left: 226px;
  }

  .section-map li.guam {
    top: -161px;
    left: 487px;
  }

  .section-map li.hongkong {
    top: -202px;
    left: 430px;
  }

  .section-map li.india {
    top: -194px;
    left: 320px;
  }

  .section-map li.ireland {
    top: -321px;
    left: 78px;
  }

  .section-map li.israel {
    top: -256px;
    left: 208px;
  }

  .section-map li.japan {
    top: -248px;
    left: 483px;
  }

  .section-map li.jordan {
    top: -228px;
    left: 190px;
  }

  .section-map li.kenya {
    top: -158px;
    left: 225px;
  }

  .section-map li.malawi {
    top: -116px;
    left: 166px;
  }

  .section-map li.netherlands {
    top: -316px;
    left: 194px;
  }

  .section-map li.newzealand {
    top: -42px;
    left: 482px;
  }

  .section-map li.puertorico {
    top: -207px;
    left: 7px;
  }

  .section-map li.saudiarabia {
    top: -223px;
    left: 283px;
  }

  .section-map li.singapore {
    top: -158px;
    left: 311px;
  }

  .section-map li.switzerland {
    top: -263px;
    left: 66px;
  }

  .section-map li.thailand {
    top: -251px;
    left: 321px;
  }

  .section-map li.uganda {
    top: -158px;
    left: 127px;
  }

  .section-map li.uk {
    top: -350px;
    left: 113px;
  }

  .section-map li.uruguay {
    top: -81px;
    left: 47px;
  }

  .section-map li.usa {
    top: -275px;
    left: -80px;
  }

  .section-map li.mexico {
    top: -245px;
    left: -133px;
  }
}

@media (min-width: 960px) {
  .section-map li.argentina {
    top: -41px;
    left: 14px;
  }

  .section-map li.australia {
    top: -120px;
    left: 525px;
  }

  .section-map li.bermuda {
    top: -248px;
    left: 30px;
  }

  .section-map li.brazil {
    top: -129px;
    left: 87px;
  }

  .section-map li.canada {
    top: -333px;
    left: -91px;
  }

  .section-map li.chile {
    top: -91px;
    left: -51px;
  }

  .section-map li.china {
    top: -310px;
    left: 445px;
  }

  .section-map li.egypt {
    top: -231px;
    left: 220px;
  }

  .section-map li.elsalvador {
    top: -205px;
    left: -123px;
  }

  .section-map li.finland {
    top: -388px;
    left: 265px;
  }

  .section-map li.france {
    top: -315px;
    left: 109px;
  }

  .section-map li.germany {
    top: -323px;
    left: 248px;
  }

  .section-map li.guam {
    top: -172px;
    left: 536px;
  }

  .section-map li.hongkong {
    top: -232px;
    left: 473px;
  }

  .section-map li.india {
    top: -218px;
    left: 351px;
  }

  .section-map li.ireland {
    top: -343px;
    left: 103px;
  }

  .section-map li.israel {
    top: -287px;
    left: 235px;
  }

  .section-map li.japan {
    top: -273px;
    left: 556px;
  }

  .section-map li.jordan {
    top: -259px;
    left: 223px;
  }

  .section-map li.kenya {
    top: -176px;
    left: 276px;
  }

  .section-map li.malawi {
    top: -131px;
    left: 191px;
  }

  .section-map li.netherlands {
    top: -355px;
    left: 212px;
  }

  .section-map li.newzealand {
    top: -43px;
    left: 556px;
  }

  .section-map li.puertorico {
    top: -218px;
    left: 33px;
  }

  .section-map li.saudiarabia {
    top: -246px;
    left: 308px;
  }

  .section-map li.singapore {
    top: -183px;
    left: 373px;
  }

  .section-map li.switzerland {
    top: -287px;
    left: 88px;
  }

  .section-map li.thailand {
    top: -274px;
    left: 383px;
  }

  .section-map li.uganda {
    top: -176px;
    left: 176px;
  }

  .section-map li.uk {
    top: -372px;
    left: 145px;
  }

  .section-map li.uruguay {
    top: -84px;
    left: 50px;
  }

  .section-map li.usa {
    top: -277px;
    left: -68px;
  }

  .section-map li.mexico {
    top: -245px;
    left: -130px;
  }
}

@media (min-width: 1020px) {
  .section-map li.argentina {
    top: -41px;
    left: 15px;
  }

  .section-map li.australia {
    top: -120px;
    left: 527px;
  }

  .section-map li.bermuda {
    top: -248px;
    left: 32px;
  }

  .section-map li.brazil {
    top: -129px;
    left: 88px;
  }

  .section-map li.canada {
    top: -334px;
    left: -89px;
  }

  .section-map li.chile {
    top: -92px;
    left: -49px;
  }

  .section-map li.china {
    top: -310px;
    left: 447px;
  }

  .section-map li.egypt {
    top: -221px;
    left: 214px;
  }

  .section-map li.elsalvador {
    top: -195px;
    left: -120px;
  }

  .section-map li.finland {
    top: -388px;
    left: 265px;
  }

  .section-map li.france {
    top: -315px;
    left: 110px;
  }

  .section-map li.germany {
    top: -323px;
    left: 249px;
  }

  .section-map li.guam {
    top: -172px;
    left: 538px;
  }

  .section-map li.hongkong {
    top: -232px;
    left: 475px;
  }

  .section-map li.india {
    top: -218px;
    left: 345px;
  }

  .section-map li.ireland {
    top: -343px;
    left: 97px;
  }

  .section-map li.israel {
    top: -277px;
    left: 217px;
  }

  .section-map li.japan {
    top: -273px;
    left: 550px;
  }

  .section-map li.jordan {
    top: -249px;
    left: 206px;
  }

  .section-map li.kenya {
    top: -176px;
    left: 270px;
  }

  .section-map li.malawi {
    top: -131px;
    left: 185px;
  }

  .section-map li.netherlands {
    top: -355px;
    left: 206px;
  }

  .section-map li.newzealand {
    top: -43px;
    left: 550px;
  }

  .section-map li.puertorico {
    top: -218px;
    left: 27px;
  }

  .section-map li.saudiarabia {
    top: -246px;
    left: 302px;
  }

  .section-map li.singapore {
    top: -183px;
    left: 367px;
  }

  .section-map li.switzerland {
    top: -287px;
    left: 82px;
  }

  .section-map li.thailand {
    top: -274px;
    left: 377px;
  }

  .section-map li.uganda {
    top: -176px;
    left: 170px;
  }

  .section-map li.uk {
    top: -372px;
    left: 139px;
  }

  .section-map li.uruguay {
    top: -84px;
    left: 44px;
  }

  .section-map li.usa {
    top: -278px;
    left: -74px;
  }

  .section-map li.mexico {
    top: -240px;
    left: -135px;
  }
}

.section-serious {
  background: #3388ca;
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .section-serious {
    padding: 30px 0 0;
  }
}

.section-serious .section-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

@media (min-width: 768px) {
  .section-serious .section-container {
    display: flex;
  }
}

.section-serious .section-container > div {
  text-align: center;
}

@media (min-width: 768px) {
  .section-serious .section-container > div {
    float: left;
    text-align: left;
  }
}

.section-serious .section-container .content-icon-award {
  margin: 0;
}

@media (min-width: 768px) {
  .section-serious .section-container .content-icon-award {
    width: 8.33333%;
    margin: 80px 0 0 23px;
  }
}

@media (min-width: 960px) {
  .section-serious .section-container .content-icon-award {
    width: 8.33333%;
    margin: 92px 0 0;
  }
}

.section-serious .section-container .content-icon-award i {
  color: #005595;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-style: italic;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .section-serious .section-container .content-icon-award i {
    font-size: 48px;
    line-height: 23px;
  }
}

@media (min-width: 960px) {
  .section-serious .section-container .content-icon-award i {
    font-size: 61px;
  }
}

.section-serious .section-container .content-description {
  margin: 10px 0 0;
  padding: 0;
}

@media (min-width: 600px) {
  .section-serious .section-container .content-description {
    margin: 10px 20px 0;
  }
}

@media (min-width: 768px) {
  .section-serious .section-container .content-description {
    width: 50%;
    margin: 60px 0 0 7px;
  }
}

.section-serious .section-container .content-description h2 {
  letter-spacing: -.025em;
  color: #f5f5f5;
  margin: 0 0 20px;
  padding: 0 16px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 768px) {
  .section-serious .section-container .content-description h2 {
    padding: 0;
  }
}

.section-serious .section-container .content-description p {
  letter-spacing: .01em;
  color: #fff;
  margin: 0 16px 20px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 600px) {
  .section-serious .section-container .content-description p {
    margin: 0 29px 20px;
  }
}

@media (min-width: 768px) {
  .section-serious .section-container .content-description p {
    letter-spacing: -.0015em;
    margin: 0 0 20px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

.section-serious .section-container .content-description a {
  color: #f5f5f5;
}

.section-serious .section-container .content-description a:hover, .section-serious .section-container .content-description a:active {
  color: #cfcfcf;
}

.section-serious .section-container .content-description a {
  font-weight: 700;
}

.section-serious .section-container .content-doctor-image {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-serious .section-container .content-doctor-image {
    width: 41.6667%;
    padding: 0;
  }
}

@media (min-width: 960px) {
  .section-serious .section-container .content-doctor-image {
    width: 41.6667%;
    padding: 0 0 0 17px;
  }
}

@media (min-width: 1020px) {
  .section-serious .section-container .content-doctor-image {
    padding: 0 0 0 9px;
  }
}

.section-serious .section-container .content-doctor-image img {
  vertical-align: bottom;
  width: 69%;
}

@media (min-width: 600px) {
  .section-serious .section-container .content-doctor-image img {
    width: 51%;
  }
}

@media (min-width: 768px) {
  .section-serious .section-container .content-doctor-image img {
    width: 354px;
  }
}

.section-research {
  background: #ebf3f9;
  padding: 44px 0;
}

@media (min-width: 960px) {
  .section-research {
    padding: 75px 0 80px;
  }
}

.section-research .section-container {
  text-align: center;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
}

.section-research .section-container .content-about-phineas p {
  letter-spacing: .01em;
  color: #353535;
  max-width: 62ch;
  margin: 20px auto 0;
  padding: 0 16px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-research .section-container .content-about-phineas p {
    letter-spacing: -.0015em;
    margin: 20px auto 0;
    padding: 0;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

.section-research .section-container .content-about-phineas p a {
  color: #81254a;
}

.section-research .section-container .content-about-phineas p a:hover, .section-research .section-container .content-about-phineas p a:active {
  color: #461428;
}

.section-research .section-container .content-about-phineas p a {
  font-weight: 600;
}

.section-research .section-container .content-video-phineas {
  height: 0;
  box-shadow: none;
  margin: 30px 10px 20px;
  padding: 25px 0 56.25%;
  position: relative;
}

@media (min-width: 768px) {
  .section-research .section-container .content-video-phineas {
    margin: 30px 10px 20px;
  }
}

@media (min-width: 960px) {
  .section-research .section-container .content-video-phineas {
    margin: 40px 0 20px;
  }
}

.section-research .section-container .content-video-phineas iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-research .section-container .content-meet-phineas-button a {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #81254a;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #81254a;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-research .section-container .content-meet-phineas-button a:hover, .section-research .section-container .content-meet-phineas-button a:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #591a33;
  border-color: #591a33;
}

.section-research .section-container .content-meet-phineas-button a:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-research .section-container .content-meet-phineas-button a.disabled, .section-research .section-container .content-meet-phineas-button a[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-research .section-container .content-meet-phineas-button a.disabled:hover, .section-research .section-container .content-meet-phineas-button a.disabled:focus, .section-research .section-container .content-meet-phineas-button a[disabled]:hover, .section-research .section-container .content-meet-phineas-button a[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #81254a;
  border-color: #81254a;
}

.section-research .section-container .content-meet-phineas-button a {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  margin: 6px 0 0;
  padding: 16px;
  line-height: 1.15em;
}

@media (min-width: 768px) {
  .section-research .section-container .content-meet-phineas-button a {
    margin: 20px 0 0;
  }
}

@media (min-width: 960px) {
  .section-research .section-container .content-meet-phineas-button a {
    margin: 35px 0 0;
  }
}

.section-research h2 {
  letter-spacing: -.025em;
  text-wrap: balance;
  margin: 0 0 20px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 768px) {
  .section-research h2 {
    letter-spacing: -.025em;
    margin: 0 0 20px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-progress {
  color: #f5f5f5;
  background: #353535;
  padding: 45px 0;
}

@media (min-width: 960px) {
  .section-progress {
    padding: 90px 0 70px;
  }
}

.section-progress .section-container {
  text-align: center;
  max-width: 880px;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .section-progress .section-container {
    margin: 0 10px;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container {
    margin: 0 auto;
  }
}

.section-progress .section-container .content-progress-heading p {
  letter-spacing: .01em;
  margin: 0 10px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-heading p {
    letter-spacing: -.0015em;
    width: 80%;
    margin: 0 auto;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-heading p {
    width: 83.333%;
    margin: 20px auto 0;
  }
}

.section-progress .section-container .content-progress-details {
  flex-direction: column;
  margin: 40px 0 0;
  display: flex;
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-details {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-details {
    margin: 60px 0 0;
  }
}

.section-progress .section-container .content-progress-details > div {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-details > div {
    width: 33.3333%;
    padding: 0 24px;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-details > div {
    padding: 0 10px;
  }
}

.section-progress .section-container .content-progress-details > div > a div h3 {
  letter-spacing: -.015em;
  color: #f5f5f5;
  text-align: center;
  width: 100%;
  margin: 4px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
  position: absolute;
  top: 118px;
}

@media (min-width: 400px) {
  .section-progress .section-container .content-progress-details > div > a div h3 {
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-details > div > a div h3 {
    margin: -15px 0 0;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-details > div > a div h3 {
    letter-spacing: -.025em;
    margin: 23px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.section-progress .section-container .content-progress-details > div > p {
  letter-spacing: .01em;
  margin: 20px 10px 30px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 600px) {
  .section-progress .section-container .content-progress-details > div > p {
    width: 63%;
    margin: 20px auto 30px;
  }
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-details > div > p {
    letter-spacing: -.0015em;
    width: auto;
    margin: 20px 2px 0;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.25em;
    line-height: 1.3;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-details > div > p {
    margin: 40px 2px 0;
  }
}

.section-progress .section-container .content-progress-details > div > p a {
  color: #f3d36e;
}

.section-progress .section-container .content-progress-details > div > p a:hover, .section-progress .section-container .content-progress-details > div > p a:active {
  color: #edbe27;
}

.section-progress .section-container .content-progress-details > div > p a {
  font-weight: 700;
}

.section-progress .section-container .content-progress-details img {
  max-width: 100%;
  transition: transform .5s;
}

.section-progress .section-container .content-progress-details a:hover img {
  transform: translateY(-10px);
}

.section-progress .section-container .content-progress-buttons {
  margin: 0;
}

@media (min-width: 768px) {
  .section-progress .section-container .content-progress-buttons {
    margin: 30px 0 0;
  }
}

@media (min-width: 960px) {
  .section-progress .section-container .content-progress-buttons {
    margin: 40px 0 0;
  }
}

.section-progress .section-container .content-progress-buttons a {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-progress .section-container .content-progress-buttons a:hover, .section-progress .section-container .content-progress-buttons a:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.section-progress .section-container .content-progress-buttons a:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-progress .section-container .content-progress-buttons a.disabled, .section-progress .section-container .content-progress-buttons a[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-progress .section-container .content-progress-buttons a.disabled:hover, .section-progress .section-container .content-progress-buttons a.disabled:focus, .section-progress .section-container .content-progress-buttons a[disabled]:hover, .section-progress .section-container .content-progress-buttons a[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.section-progress .section-container .content-progress-buttons a {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  margin: 0;
  padding: 16px;
  line-height: 1.15em;
}

.section-progress h2 {
  letter-spacing: -.025em;
  margin: 0 0 20px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 768px) {
  .section-progress h2 {
    letter-spacing: -.025em;
    margin: 0 0 20px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-get-involved {
  margin: 40px 0 30px;
}

@media (min-width: 960px) {
  .section-get-involved {
    margin: 60px 0 50px;
  }
}

.section-get-involved .section-container {
  text-align: center;
  flex-direction: column;
  align-items: baseline;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 960px) {
  .section-get-involved .section-container {
    flex-direction: row;
  }
}

.section-get-involved .section-container .content-get-involved-text {
  letter-spacing: .01em;
  color: #353535;
  margin: 0 auto;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.375;
}

.section-get-involved .section-container .content-get-involved-button {
  margin: 20px auto 7px;
}

@media (min-width: 960px) {
  .section-get-involved .section-container .content-get-involved-button {
    margin: 0 20px;
  }
}

.section-get-involved .section-container .content-get-involved-button a {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-get-involved .section-container .content-get-involved-button a:hover, .section-get-involved .section-container .content-get-involved-button a:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.section-get-involved .section-container .content-get-involved-button a:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-get-involved .section-container .content-get-involved-button a.disabled, .section-get-involved .section-container .content-get-involved-button a[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-get-involved .section-container .content-get-involved-button a.disabled:hover, .section-get-involved .section-container .content-get-involved-button a.disabled:focus, .section-get-involved .section-container .content-get-involved-button a[disabled]:hover, .section-get-involved .section-container .content-get-involved-button a[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.section-get-involved .section-container .content-get-involved-button a {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}
