@import 'pure.css';
@import 'grids-responsive.css';
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Montserrat", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.desktop-header {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #032558;
  text-transform: uppercase;
}
.desktop-header.transparent {
  background-color: transparent;
}
.desktop-header .pure-menu .pure-menu-item {
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0)) 1;
}
.desktop-header .pure-menu .pure-menu-item:last-child {
  border-right-width: 0;
}
.desktop-header .pure-menu .pure-menu-item .pure-menu-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
.desktop-header .pure-menu .pure-menu-item .pure-menu-link:hover, .desktop-header .pure-menu .pure-menu-item .pure-menu-link:focus, .desktop-header .pure-menu .pure-menu-item .pure-menu-link:active {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.desktop-header .pure-menu .pure-menu-selected > .pure-menu-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.desktop-header .pure-menu .pure-menu-heading .pure-menu-link:hover, .desktop-header .pure-menu .pure-menu-heading .pure-menu-link:focus, .desktop-header .pure-menu .pure-menu-heading .pure-menu-link:active {
  background-color: transparent;
}
.desktop-header .pure-menu .pure-menu-heading img {
  height: 4rem;
}

.mobile-header {
  background-color: #032558;
  text-transform: uppercase;
}
.mobile-header a {
  color: #fff;
}
.mobile-header .pure-menu-heading {
  padding: 0;
}
.mobile-header .pure-menu-heading img {
  height: 3rem;
}
.mobile-header .pure-menu-heading .pure-menu-link, .mobile-header .pure-menu-heading .pure-menu-link:hover, .mobile-header .pure-menu-heading .pure-menu-link:focus, .mobile-header .pure-menu-heading .pure-menu-link:active {
  background-color: transparent;
}
.mobile-header .nav-collapsed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .nav-collapsed .pure-menu-item {
  font-size: 1.5rem;
  padding-right: 1.5rem;
}
.mobile-header .nav-expanded {
  display: none;
  text-align: center;
  padding-bottom: 1rem;
}
.mobile-header .nav-expanded.toggled-on {
  display: block;
}
.mobile-header .nav-expanded .pure-menu-item a {
  color: #fff;
  font-weight: 500;
}
.mobile-header .nav-expanded .pure-menu-item a:hover, .mobile-header .nav-expanded .pure-menu-item a:focus, .mobile-header .nav-expanded .pure-menu-item a:active {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.mobile-header .nav-expanded .pure-menu-selected > .pure-menu-link, .mobile-header .nav-expanded .pure-menu-selected > .pure-menu-link:visited {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

@media (min-width: 1060px) {
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
}
.hero-video {
  background-color: #011432;
}
.hero-video video {
  display: none;
  width: 100%;
}
@media (min-width: 750px) {
  .hero-video .desktop-video {
    display: block;
  }
}
@media (max-width: 749px) {
  .hero-video .mobile-video {
    display: block;
  }
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  /* otter hero (c) 2013 Michael L. Baird under CC-BY 2.0 https://creativecommons.org/licenses/by/2.0/ */
}
.hero .headline {
  padding: 1rem;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1060px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}
.hero h2 {
  font-size: 1.75rem;
  font-weight: 300;
}
@media (min-width: 1060px) {
  .hero h2 {
    font-size: 2.5rem;
  }
}
.hero.assess {
  background-image: url("/assets/images/assess-hero.jpg");
  height: 600px;
}
.hero.observe {
  background-image: url("/assets/images/observe-hero.jpeg");
  height: 600px;
}
.hero.respond {
  background-image: url("/assets/images/respond-hero.jpg");
  height: 600px;
}
.hero.partner {
  background-image: url("/assets/images/partner-hero.jpg");
  height: 600px;
}
.hero.about {
  background-image: url("/assets/images/about-hero.jpg");
  height: 700px;
}
.hero.news {
  background-image: url("/assets/images/news-hero.jpeg");
  height: 700px;
}
.hero.sab {
  background-image: url("/assets/images/sab-hero.jpeg");
  height: 700px;
}
.hero.buoys-on-tour {
  background-image: url("/assets/images/otter.jpg");
  height: 800px;
  background-position: center top;
}

.content-header {
  height: 6rem;
  background-color: #011432;
}

.content-module h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1060px) {
  .content-module h2 {
    font-size: 2.5rem;
  }
}
.content-module p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 300;
}
.content-module p a {
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 1060px) {
  .content-module p {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.content-module a {
  font-weight: 400;
  color: #032558;
  font-size: 1.5rem;
}
.content-module .cta {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 1060px) {
  .content-module .cta {
    font-size: 1.8rem;
  }
}
.content-module.author {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}
.content-module p:not(.cta) a:not(.cta-button) {
  text-decoration: underline;
}
.content-module.dark {
  background-color: #011432;
  color: #fff;
}
.content-module.dark a {
  color: #fff;
}
.content-module.dark a:hover {
  color: #85b4ff;
}
.content-module.dark a.cta-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #011432;
}
.content-module.dark a.cta-button:hover {
  background-color: #e0e0e0;
}
.content-module.light {
  background-color: #fff;
  color: #011432;
}
.content-module.light a.cta-button {
  display: inline-block;
  border: 1px solid #011432;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.content-module.light a.cta-button:hover {
  background-color: #e0e0e0;
}
.content-module .cta i {
  margin-left: 0.5rem;
}
.content-module .content, .content-module .content-columns {
  max-width: 80rem;
  margin: auto;
}
.content-module .content {
  padding: 2rem 2rem;
}
.content-module .content-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
.content-module .content-columns .text {
  flex: 4;
  padding: 2rem 3rem;
  margin: auto;
}
.content-module .content-columns .pics {
  display: none;
  flex: 2;
  padding: 2rem 1rem;
}
@media (min-width: 1060px) {
  .content-module .content-columns .pics {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.content-module .content-columns .pic-fill {
  display: none;
  flex: 2;
  padding: 0 0 0 1rem;
}
@media (min-width: 1060px) {
  .content-module .content-columns .pic-fill {
    display: block;
  }
}
.content-module .pic-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content-module .pic-fill img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.content-module .pics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-module .pics.stagger-1 .pic:nth-child(1) img {
  left: 1rem;
}
.content-module .pics.stagger-1 .pic:nth-child(2) img {
  left: -1rem;
}
.content-module .pics.stagger-2 .pic:nth-child(1) img {
  left: -1rem;
}
.content-module .pics.stagger-2 .pic:nth-child(2) img {
  left: 1rem;
}
.content-module .pic img {
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
}
.content-module.dark .pic img {
  border: 1px solid #fff;
}
.content-module.light .pic img {
  border: 1px solid #011432;
}
.content-module .pic.no-border img {
  border: 0;
}

.global-footer {
  padding: 1rem;
  background-color: #011432;
  text-align: center;
}
@media (min-width: 1060px) {
  .global-footer {
    padding: 5rem 2rem;
  }
}
.global-footer nav {
  margin-bottom: 2rem;
}
.global-footer .pure-menu-horizontal {
  text-align: center;
  white-space: wrap;
}
.global-footer .pure-menu-link {
  color: #fff;
}
.global-footer .pure-menu-selected > .pure-menu-link, .global-footer .pure-menu-selected > .pure-menu-link:visited {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.global-footer .pure-menu-link:hover, .global-footer .pure-menu-link:focus, .global-footer .pure-menu-link:active {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.global-footer .terms-links .pure-menu-item a {
  font-size: 0.8rem;
}
.global-footer .footer-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}
@media (min-width: 1060px) {
  .global-footer .footer-images {
    flex-direction: row;
    gap: 5rem;
  }
}
.global-footer .footer-images img {
  height: 4rem;
}
.global-footer .footer-images a:hover, .global-footer .footer-images a:active {
  background-color: transparent;
}

.page-partner .content.why-partner h2, .page-partner .content.partners h2, .page-partner .how-it-works h2 {
  margin-bottom: 2.5rem;
}
.page-partner .partner-reasons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1060px) {
  .page-partner .partner-reasons {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-partner .reason-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-partner .reason-col .subhead {
  height: 8rem;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-partner .reason-col .subhead h3 {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.page-partner .reason-col .subhead.fish {
  background-image: url("/assets/images/partner/fish.png");
}
.page-partner .reason-col .subhead.turtle {
  background-image: url("/assets/images/partner/turtle.png");
}
.page-partner .reason-col .subhead.whale {
  background-image: url("/assets/images/partner/whale.png");
}
.page-partner .partner-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.page-partner .partner-grid .partner img {
  object-fit: scale-down;
}
.page-partner .how-it-works .tab-nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.page-partner .how-it-works .tab-link {
  display: block;
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 1rem;
  text-transform: uppercase;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1rem;
  flex: 2;
}
.page-partner .how-it-works .tab-link.selected {
  flex: 3;
  border-color: #fff;
}
.page-partner .how-it-works .tab-link.support-project {
  background-image: url("/assets/images/partner/turtle.png");
}
.page-partner .how-it-works .tab-link.local-area {
  background-image: url("/assets/images/partner/whale.png");
}
@media (min-width: 1060px) {
  .page-partner .how-it-works .tab-nav {
    gap: 2rem;
  }
  .page-partner .how-it-works .tab-link {
    padding: 3rem 2rem;
    font-size: 1.5rem;
  }
}
.page-partner .how-it-works .tab-content {
  display: none;
  text-align: center;
}
.page-partner .how-it-works .tab-content h3 {
  margin: 0 0 3rem;
  font-weight: 300;
  font-size: 1.5rem;
}
.page-partner .how-it-works .tab-content.selected {
  display: block;
}
.page-partner .how-it-works .tab-content .arrow {
  margin: 3rem 0;
}
.page-partner .how-it-works .tab-content .cols {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1060px) {
  .page-partner .how-it-works .tab-content .cols {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-partner .how-it-works .tab-content .cols .col {
  flex: 1;
}
.page-partner .how-it-works .tab-content .cols .col h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}
.page-partner .how-it-works .tab-content .cols .col img.fill {
  width: 100%;
}
.page-partner .how-it-works .tab-content .cols .col p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.page-partner .benefits {
  display: none;
}
.page-partner .benefits.selected {
  display: block;
}
.page-partner .benefits .content, .page-partner .benefits .content-columns {
  padding: 2rem 1rem 0;
  flex-direction: column;
}
@media (min-width: 1060px) {
  .page-partner .benefits .content, .page-partner .benefits .content-columns {
    flex-direction: row;
  }
}
.page-partner .benefits .content .text, .page-partner .benefits .content .pics, .page-partner .benefits .content-columns .text, .page-partner .benefits .content-columns .pics {
  padding: 0;
}
.page-partner .benefits .content .pics, .page-partner .benefits .content-columns .pics {
  display: block;
}

.page-about-us .intro {
  margin-bottom: 2rem;
}
.page-about-us .member-pic {
  margin: 0 0 1rem 0;
  padding: 0 1.5rem 0 0;
  text-align: center;
}
.page-about-us .member-pic img {
  width: 10rem;
  filter: drop-shadow(0 0 0.2rem #e0e0e0);
}
.page-about-us .team-member {
  padding-bottom: 2.8rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.page-about-us .team-member:last-child {
  border-bottom: 0;
}
.page-about-us .team-member h2 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 300;
}
.page-about-us .team-member h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  font-style: italic;
}
.page-about-us .team-member p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.page-about-us.advisory-board .member-bio p {
  margin-bottom: 1rem;
}

.page-careers .intro {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.page-careers .intro p:last-child {
  margin-bottom: 0;
}
.page-careers .job h2 {
  font-size: 1.2rem;
  font-weight: 300;
  width: 60%;
}

.page-job-description .intro {
  margin-bottom: 1rem;
}
.page-job-description .intro h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1.2rem 0;
  color: #032558;
}
.page-job-description .intro h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-job-description .intro h2 a {
  color: #032558;
}
.page-job-description .intro .location {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}
.page-job-description ul {
  line-height: 1.4;
}

.page-news-and-updates .newsletter-signup {
  text-align: center;
  max-width: 40rem;
}
.page-news-and-updates .newsletter-signup input, .page-news-and-updates .newsletter-signup button {
  padding: 0.3rem 0.4rem;
}
.page-news-and-updates .newsletter .intro {
  margin-bottom: 2rem;
}
.page-news-and-updates .newsletter .newsletter-issue {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e0e0e0;
}
.page-news-and-updates .newsletter .newsletter-issue:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.page-news-and-updates .newsletter .newsletter-issue h1 {
  font-size: 3em;
  margin: auto;
  text-align: center;
}
.page-news-and-updates .newsletter .newsletter-issue h2 {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
}

.press-item-container {
  padding: 1rem;
}

.press-item {
  height: 100%;
  padding: 2rem;
  background-color: #85b4ff;
  border-radius: 1rem;
  text-align: center;
}
.press-item h2 {
  font-weight: normal;
}
.press-item h3 {
  font-size: 1.1rem;
  color: #032558;
}
.press-item .published {
  font-size: 0.9rem;
  color: #032558;
}

.page-newsletter-issue h1 {
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
}
.page-newsletter-issue .intro {
  margin-bottom: 2rem;
}
.page-newsletter-issue .issue-content a {
  font-weight: 500;
  color: #032558;
}
.page-newsletter-issue .issue-content p, .page-newsletter-issue .issue-content ul, .page-newsletter-issue .issue-content ol {
  line-height: 1.4;
}
.page-newsletter-issue .issue-content img {
  max-width: 100%;
}
.page-newsletter-issue .issue-content .caption {
  margin-top: -0.75rem;
  font-size: 0.75rem;
  color: #707070;
}

.page-get-involved h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.page-get-involved .involvement-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-get-involved .featured {
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 2px #ccc;
  color: #fff;
  background-image: url("/assets/images/ray-and-whale.png");
  background-size: cover;
  background-position: left;
  margin-bottom: 2rem;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-get-involved .featured h2 {
  font-size: 3rem;
}
.page-get-involved .featured p {
  margin: 0;
  max-width: 40rem;
}
.page-get-involved .featured p a {
  color: #2f7ff8;
}
.page-get-involved .method-box {
  flex: 1;
  min-width: 20rem;
  text-align: center;
  background-color: #85b4ff;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #032558;
}

.page-education .education-categories h2 {
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  color: #032558;
}
.page-education .education-post {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.page-education .education-post:last-child {
  border-bottom: 0;
}
.page-education .education-post h3 {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
}
.page-education .education-post .author {
  font-size: 0.8rem;
  font-weight: 500;
}
.page-education .education-post .read-more {
  font-size: 1rem;
}

.page-education-post .content-header {
  display: none;
}
@media (min-width: 1060px) {
  .page-education-post .content-header {
    display: block;
  }
}
.page-education-post .content {
  max-width: 60rem;
}
.page-education-post h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1.2rem 0;
  color: #032558;
}
.page-education-post h2 {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: 300;
}
.page-education-post h2 a {
  color: #032558;
}
.page-education-post .intro {
  margin: 0 0 2rem 0;
}
.page-education-post .author {
  text-align: center;
  font-size: 0.9rem;
}
.page-education-post .excerpt {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}
.page-education-post .post-content p, .page-education-post .post-content ul, .page-education-post .post-content ol {
  line-height: 1.4;
}
.page-education-post .post-content img {
  max-width: 100%;
}
.page-education-post .post-content .caption {
  margin-top: -0.75rem;
  font-size: 0.75rem;
  color: #707070;
}
.page-education-post .footnotes {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
}
.page-education-post .footnotes ol {
  margin: 0;
  padding-left: 1rem;
  text-indent: 0;
}
.page-education-post .footnotes ol p {
  line-height: 1.2;
}
.page-education-post a.footnote:before {
  content: "[";
}
.page-education-post a.footnote:after {
  content: "]";
}

.contact-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact-inputs input[type=text] {
  padding: 0.3rem 0.4rem;
  height: 3rem;
  flex: 3;
  border: 1px solid #ccc;
}
.contact-inputs button {
  padding: 0.4rem 0.5rem;
  border-radius: 0.4rem;
  border: none;
  flex: 2;
  height: 3rem;
  min-width: 8rem;
}
.contact-inputs button[disabled] {
  opacity: 0.4;
}
.contact-inputs button .dark {
  background-color: #032558;
  color: #fff;
}
.contact-inputs button .light {
  background-color: #fff;
  color: #032558;
}

.contact-form .contact-success-message {
  margin-top: 0.5rem;
}

.page-buoys-on-tour .newsletter-signup {
  max-width: 64rem;
  text-align: center;
}
.page-buoys-on-tour .newsletter-signup input, .page-buoys-on-tour .newsletter-signup button {
  padding: 0.3rem 0.4rem;
}
.page-buoys-on-tour .blurb .content {
  padding-bottom: 1rem;
}
.page-buoys-on-tour .signup .content {
  padding-bottom: 4rem;
}

/*# sourceMappingURL=styles.css.map */