@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background: linear-gradient(
    180deg,
    #ededeb 85%,
    rgba(92, 166, 218, 0.7) 100%
  );
  background: #e5e5e1;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article p {
  line-height: 1.3;
  margin: 0 auto 1em;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  font-size: 1.18rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
}
@media (min-width: 700px) {
  article p {
    font-size: 110%;
    line-height: 1.3;
  }
}
@media (min-width: 950px) {
  article p {
    font-size: 120%;
  }
}
.container {
  margin: 0 auto;
  padding: 0 0 0;
}
a,
a:link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-out;
}
a:hover {
  color: #fff;
}
h2 {
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  font-size: 2.5rem;
  margin: 0 auto 1em;
  line-height: 1;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  -webkit-font-feature-settings: "ss01", "ss02", "ss06";
  font-feature-settings: "ss01", "ss02", "ss06";
}
@media (min-width: 700px) {
  h2 {
    font-size: 3em;
    margin: 0 0 0.5em;
  }
}
h6 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  text-transform: none;
  margin: 0.2em 0 0;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 700px) {
  h6 {
    font-size: 1rem;
  }
}
@media (min-width: 950px) {
  h6 {
    font-size: 1.2rem;
  }
}
.error404 {
  text-align: center;
}
.error404 article {
  max-width: 38em;
  padding: 2em;
}
.site-header {
  max-width: 1600px;
  width: 90%;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-height: 700px) {
  .site-header {
    max-width: 1000px;
  }
}
header[role="banner"] {
  margin: 0 auto 0.2em;
  padding: 0 0 1em;
  transition: background-color 0.3s ease-out;
  display: flex;
}
@media (min-width: 700px) {
  header[role="banner"] {
    border: none;
  }
}
header[role="banner"] h1.site-title {
  padding: 1em 0 0;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: -0.06em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
}
@media (min-width: 700px) {
  header[role="banner"] h1.site-title {
    font-size: 2em;
    margin: 0em 0 0.2em 0;
    padding: 0.8em 0 0;
  }
}
@media (min-width: 950px) {
  header[role="banner"] h1.site-title {
    font-size: 2.2em;
  }
}
header[role="banner"] h1.site-title span {
  font-weight: 500;
  display: block;
  letter-spacing: -0.05em;
  opacity: 0.9;
}
header[role="banner"] h1.site-title a {
  color: rgba(0, 0, 0, 0.9);
  color: #437fad;
}
header[role="banner"] h1.site-title a:hover {
  color: #e5e5e1;
}
.menu-main-menu-container {
  display: none;
}
@media (min-width: 700px) {
  .menu-main-menu-container {
    display: inherit;
  }
}
@media (min-width: 700px) {
  .title-container {
    width: 66%;
    margin: 0 20px 0 0;
    padding: 0.5em 0 0;
  }
}
@media (min-width: 700px) {
  .nav-container {
    width: 33%;
    padding: 1em 0 0;
  }
}
button.toggler {
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  /*z-index: 1000;*/
  background: none;
  /*border: none;*/
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,"Helvetica Neue", Arial, sans-serif;
  color: #fff;
  padding: 0.7em 0.5em;
  text-transform: uppercase;
  font-size: 0.6em;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-weight: 600;
  margin: 1em 0;
  max-width: 60px;
  display: block;
  position: absolute;
  top: 2em;
  z-index: 1;
  right: 1em;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.2em;
}
@media (min-width: 700px) {
  button.toggler {
    top: 3.25em;
    z-index: 1;
    right: 0em;
    padding: 0.7em 1em;
    max-width: 80px;
    font-size: 0.7em;
  }
}
button.toggler:hover {
  color: #437fad;
  background: #e5e5e1;
}
#js-modal-content .menu-main-menu-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#js-modal-content .menu-main-menu-container ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 700px) {
  #js-modal-content .menu-main-menu-container ul {
    width: 100%;
  }
}
#js-modal-content .menu-main-menu-container li {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 10px 0 0;
}
#js-modal-content .menu-main-menu-container li:first-child {
  width: 100%;
}
#js-modal-content .menu-main-menu-container li:first-child a {
  padding: 0;
}
#js-modal-content .menu-main-menu-container li:first-child:after {
  content: "Narrated by Richard Gere";
  display: block;
  margin: -1.5em 0 2em 0em;
  font-size: 1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.03em;
}
@media (min-width: 700px) {
  #js-modal-content .menu-main-menu-container li:first-child:after {
    font-size: 1.1rem;
    margin: -1.7em 0 2em 0;
  }
}
#js-modal-content .menu-main-menu-container li:nth-of-type(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#js-modal-content .menu-main-menu-container a {
  font-weight: 700;
  width: 100%;
  padding: 0.5em 0;
  display: block;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  color: #437fad;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 700px) {
  #js-modal-content .menu-main-menu-container a {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    padding: 0.7em 0;
  }
}
#js-modal-content .menu-main-menu-container a:hover {
  color: rgba(0, 0, 0, 0.85);
}
#js-modal-content .menu-main-menu-container #menu-item-8 a {
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.5rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  margin: 0 0 1.25em;
  border: none;
}
#js-modal-content .menu-main-menu-container #menu-item-8 a:before {
  content: "Climate Emergency: ";
  font-weight: 500;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1;
  display: block;
}
@media (min-width: 700px) {
  #js-modal-content .menu-main-menu-container #menu-item-8 a {
    font-size: 2.5rem;
    margin: 0 0 1em;
  }
}
#js-modal-content .menu-main-menu-container #menu-main-menu-1 {
  margin: 0;
  display: inherit;
}
#js-modal-content .menu-main-menu-container button {
  width: 10px;
}
.home .site-header {
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 1em;
  background: #000;
}
@media (min-width: 700px) {
  .home .site-header {
    background: none;
    width: inherit;
  }
}
.home .site-header .button.toggler {
  right: 5%;
}
.home .intro-launch {
  max-width: 1600px;
  margin: 0 auto 0;
  width: 90%;
}
@media (min-width: 700px) {
  .home .intro-launch {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.home .intro-text {
  padding: 0 0 0 0;
  margin: 0 0 2em;
}
@media (min-width: 700px) {
  .home .intro-text {
    padding: 0 2em 0 0;
    width: 60%;
  }
}
@media (min-width: 950px) {
  .home .intro-text {
    padding: 0 2.5em 0 0;
    width: 70%;
  }
}
.home .intro-text strong {
  font-weight: 800;
  color: #fff;
}
@media (min-width: 700px) {
  .home .intro-text strong {
    font-weight: 600;
  }
}
.home .intro-text p {
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.25rem;
  text-align: left;
  margin: 0 0 1em;
  line-height: 1.2;
  -webkit-filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  font-weight: 400;
  display: inline;
}
@media (min-width: 700px) {
  .home .intro-text p {
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0 0 2em;
  }
}
@media (min-width: 950px) {
  .home .intro-text p {
    font-size: 2rem;
  }
}
.home .intro-text p em {
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
@media (min-width: 700px) {
  .home .intro-text p em {
    margin: 0 0 0 0em;
    font-size: 1.2rem;
  }
}
.home .callout {
  /*text-align: left;*/
  font-size: 0.8rem;
  padding: 1em;
  letter-spacing: -0.02em;
  line-height: 1.3;
  /*margin: 0;*/
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  color: #437fad;
  text-align: center;
  display: block;
  margin: 0 auto 2em;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 700px) {
  .home .callout {
    font-size: 1rem;
    padding: 0.5em;
    font-weight: 800;
    width: 40%;
    margin: -3em auto 2em 2em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0.2em;
    max-width: 240px;
  }
}
@media (min-width: 950px) {
  .home .callout {
    width: 30%;
    max-width: 240px;
    margin: -3em auto 2em 3.5em;
  }
}
.home .callout img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.5em;
  display: block;
  /*border-radius: 200px;*/
}
.home .callout blockquote {
  margin: 0 auto;
  padding: 0;
}
.home .callout p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto 0.5em;
  color: #437fad;
  font-style: italic;
}
.home .callout cite {
  text-transform: uppercase;
  font-style: normal;
  font-size: 80%;
  font-weight: 800;
}
.home .intro-video {
  position: relative;
  width: 100%;
  background: #010315
    url("https://feedbackloopsclimate.com/wp-content/uploads/poster-introduction-tall.jpg")
    no-repeat 55% -150px;
  background-size: cover;
  margin: 0px 0 0;
  padding: 2em 0 1em;
}
@media (min-width: 700px) {
  .home .intro-video {
    margin: -170px 0 0;
    background-position: center 0px;
    padding: 15em 0 1em;
  }
}
@media (min-width: 950px) {
  .home .intro-video {
    margin: -170px 0 0;
    background-position: center -20px;
    padding: 15em 0 1em;
  }
}
.home .intro-video h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  -webkit-filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
}
@media (min-width: 700px) {
  .home .intro-video h4 {
    font-size: 1.4rem;
  }
}
.home .intro-video h5 {
  text-align: center;
  color: #FAF9F6;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin: 0 auto 1em;
  -webkit-filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-weight: 100;
}
.home .intro-video .intro {
  text-align: left;
  padding: 2em;
}
@media (min-width: 700px) {
  .home .intro-video .intro {
    background: #fff;
  }
}
.home .intro-video .intro h3 {
  color: #fff;
  display: inline;
  text-align: left;
  font-size: 2rem;
  margin: 0;
  width: auto;
  line-height: 0.9;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media (min-width: 700px) {
  .home .intro-video .intro h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 950px) {
  .home .intro-video .intro h3 {
    font-size: 2.8rem;
  }
}
.home .intro-video .title {
  position: absolute;
  bottom: 0px;
  padding: 2em;
  line-height: 1.4;
  display: block;
  display: none;
}
@media (min-width: 700px) {
  .home .intro-video .title {
    position: absolute;
    bottom: 5%;
    z-index: 100;
    left: 5%;
    padding: 0;
  }
}
.home .intro-video .title p {
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  /*font-size: 0.9rem;*/
  color: rgba(255, 255, 255, 0.85);
  max-width: 40em;
  font-size: 1.1rem;
  margin: 0.7em 0 0;
}
.home .play-intro {
  padding: 4em 0;
}
@media (min-width: 700px) {
  .home .play-intro {
    padding: 0 0 4%;
  }
}
.home .play-intro button.play {
  display: block;
  color: #437fad;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  padding: 0 0 0 0.1em;
  transition: all 0.3s ease-out;
  border: none;
  margin: 0.3em auto 0.5em;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}
.home .play-intro button.play:hover {
  background: #437fad;
  color: #fff;
}
@media (min-width: 700px) {
  .home .play-intro button.play {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
}
.home .play-intro h5 {
  letter-spacing: 0.15em;
  line-height: 1;
  -webkit-filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 0.25rem black) drop-shadow(0 0 2rem black)
    drop-shadow(0 0 5rem rgba(0, 0, 0, 0.8));
  display: block;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 0.5em;
}
.home #js-modal-content h4 {
  margin: 2em 0 0em;
  color: #e5e5e1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.home #js-modal-content h5 {
  margin: 0em 0 1em;
  color: #e5e5e1;
  font-weight: 500;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-size: 0.9rem;
}
.home #js-modal-content p {
  color: #fff;
  font-size: 0.95rem;
  max-width: 50em;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
}
.home #js-modal-content section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .home #js-modal-content section .description {
    width: 75%;
  }
}
.home #js-modal-content section .nav {
  width: 100%;
}
@media (min-width: 700px) {
  .home #js-modal-content section .nav {
    width: 25%;
    padding: 0em 0 0 1em;
  }
}
.home #js-modal-content section .nav ul {
  display: flex;
  margin: 2em 0;
  flex-wrap: wrap;
  border-bottom: 0.8px solid #333;
}
.home #js-modal-content section .nav ul li {
  width: 100%;
}
.home #js-modal-content section .nav ul li:first-child a {
  color: rgba(67, 127, 173, 0.3);
}
@media (min-width: 700px) {
  .home #js-modal-content section .nav ul li {
    width: 100%;
    margin: 0;
  }
}
.home #js-modal-content section .nav a {
  display: block;
  text-transform: uppercase;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 1em 0;
  /*color: rgba(0, 0, 0, 0.9);*/
  font-weight: 500;
  border-top: 0.8px solid #333;
  line-height: 1;
  color: #437fad;
}
.home #js-modal-content section .nav a:hover {
  color: #fff;
}
@media (min-width: 700px) {
  .home #js-modal-content section .nav a {
    font-size: 0.9rem;
    padding: 1em 1em;
  }
}
.home #episodes {
  padding: 2em 2em 0;
  margin: 0 auto;
  max-width: 1600px;
  width: 95%;
}
@media (min-width: 700px) {
  .home #episodes {
    padding: 3em 2em 0;
  }
}
@media (min-width: 950px) {
  .home #episodes {
    padding: 3em 0 0;
  }
}
.home #episodes ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 1em 0;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.home #episodes ul li {
  margin: 0 0 2em;
  position: relative;
  width: 100%;
}
@media (min-width: 700px) {
  .home #episodes ul li {
    width: 46%;
    margin: 0 0.7em 1em;
  }
}
@media (min-width: 950px) {
  .home #episodes ul li {
    width: 48%;
    margin: 0 0.2em 1.3em;
  }
}
.home #episodes ul .title {
  position: absolute;
  bottom: 1.5em;
  left: 1em;
}
@media (min-width: 950px) {
  .home #episodes ul .title {
    bottom: 2.25em;
    left: 2em;
  }
}
.home #episodes ul h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0;
}
@media (min-width: 950px) {
  .home #episodes ul h4 {
    font-size: 1.1rem;
  }
}
.home #episodes ul h5 {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0.25em 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 950px) {
  .home #episodes ul h5 {
    font-size: 0.875rem;
  }
}
.home #episodes ul img {
  margin: 0 0 0.5em;
  border-radius: 0.1em;
  box-shadow: rgba(22, 31, 39, 0.42) 0px 60px 75px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 35px -35px;
  height: auto;
  transition: all 0.3s ease-out;
}
.home #episodes ul img:hover {
  box-shadow: rgba(22, 31, 39, 0.65) 0px 60px 75px -25px,
    rgba(19, 26, 32, 0.1) 0px 35px 35px -35px;
}
.home #episodes ul img:hover h4,
.home #episodes ul img:hover h5 {
  color: #fff !important;
}
.home .secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 4em;
  flex-wrap: wrap;
  max-width: 1000px;
}
@media (min-width: 700px) {
  .home .secondary {
    flex-wrap: nowrap;
  }
}
.home .secondary a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  color: #437fad;
  display: inline-block;
  padding: 0.5em;
  width: 100%;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .home .secondary a {
    font-size: 1rem;
    width: auto;
    padding: 0 2em;
  }
}
.home .secondary a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.home footer p {
  color: rgba(0, 0, 0, 0.75);
}
.home #mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}
.home .mc-field-group {
  display: inline-block;
}
.home #mc_embed_signup input.email {
  font-size: 15px;
  border: 1px solid #abb0b2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}
.home #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
.home #mc_embed_signup .clear {
  display: inline-block;
}
.home #mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
  letter-spacing: 0.05em;
}
.home #mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}
.home #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
.home #mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
.home #mc_embed_signup #mce-error-response {
  display: none;
}
.home #mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
.home #mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .home #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  .home #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }
  .home #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
.home .pum-theme-258 .pum-container,
.home .pum-theme-default-theme .pum-container {
  padding-bottom: 0;
}
.home .pum-theme-258 .pum-title,
.home .pum-theme-default-theme .pum-title {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 2em;
  padding: 0 1em;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
}
.home .pum-container #mc_embed_signup .button {
  margin: 1em auto 0;
}
footer {
  margin: 2em auto 3em;
  padding: 0.5em 0 0;
  text-align: left;
  max-width: 1600px;
  width: 90%;
}
@media (min-width: 700px) {
  footer {
    display: flex;
  }
}
footer p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.55rem;
  line-height: 1;
  margin: 0 0 0.3em;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  text-transform: uppercase;
}
footer .copyright {
  margin: 0 0 0.4em;
  font-size: 0.65rem;
}
@media (min-width: 700px) {
  footer .copyright {
    font-size: 0.55rem;
    margin: 0;
    text-align: left;
    width: 50%;
  }
}
footer .credits {
  margin: 0;
  text-align: left;
}
@media (min-width: 700px) {
  footer .credits {
    width: 50%;
    text-align: right;
  }
}
footer .credits a {
  color: rgba(0, 0, 0, 0.3);
  margin: 0.7em auto;
  font-weight: 400;
}
footer .credits a:hover {
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 700px) {
  footer .credits {
    padding: 1em;
    margin: -1em 0 0 -0.2em;
  }
}
.page-contact {
  background: #e5e5e1;
}
.page-contact header[role="banner"] h1.site-title a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.page-contact .toggler {
  color: #437fad;
  border-color: #437fad;
}
.page-contact .title-container h6 {
  opacity: 0;
}
.page-contact article {
  margin: 2em auto 5em;
  max-width: 80%;
}
.page-contact article h2 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 2em;
}
.page-contact
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.page-contact .gform_wrapper textarea {
  padding: 0.7em;
  border: 1px solid #999;
}
.page-contact form {
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
}
.page-contact form .gform_button {
  background: #437fad;
  border: none;
  padding: 0.5em 2em;
  text-transform: uppercase;
  border-radius: 0.2em;
  color: #e5e5e1;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.page-contact form .gform_button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.page-contact .gform_confirmation_message {
  text-align: center;
  display: block;
  width: 100%;
  height: 10vh;
  padding: 15% 0 20%;
  line-height: 1.2;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden {
  display: none;
}
dialog {
  display: block;
  border: 0;
}
.no-scroll {
  overflow: hidden;
}
.simple-modal-overlay,
.simple-animated-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #437fad;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay {
  -webkit-animation: fadewhite ease 0.5s 1 normal;
  animation: fadewhite ease 0.5s 1 normal;
}
.simple-modal {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  max-height: 100vh;
  background: #e5e5e1;
  z-index: 667;
  padding: 0em 1em;
  overflow: auto;
}
.simple-modal-close {
  color: #437fad;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  font-size: 2.5em;
  top: 0.2em;
  right: 0.5em;
  line-height: 1;
  margin: 0;
  width: inherit;
  font-weight: 100;
}
.simple-modal-close:focus,
.simple-modal-close:hover,
.simple-modal-close:active {
  outline: 1px dotted rgba(0, 0, 0, 0.01);
}
.simple-modal-close:hover,
.simple-modal-close:active {
  color: rgba(0, 0, 0, 0.9);
  background: none;
  outline: 1px dotted rgba(0, 0, 0, 0.01);
}
.video-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 666;
  cursor: pointer;
}
.video-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.video-modal {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  max-height: 100vh;
  background: transparent;
  z-index: 667;
  overflow: auto;
  border-radius: 1em;
}
#js-modal-content .embed-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vh;
  padding: 0 2em;
  margin: -1em auto 0;
}
iframe {
  border-radius: 0.1em;
}
.video-modal-close {
  color: #437fad;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  font-size: 2.5em;
  top: 0.2em;
  right: 0.4em;
  line-height: 1;
  margin: 0;
  width: inherit;
  font-weight: 100;
}
.video-modal-close:focus,
.video-modal-close:hover,
.video-modal-close:active {
  outline: 1px dotted rgba(0, 0, 0, 0.01);
}
.video-modal-close:hover,
.video-modal-close:active {
  color: rgba(0, 0, 0, 0.9);
  background: none;
  outline: 1px dotted rgba(0, 0, 0, 0.01);
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-Light.woff2") format("woff2"),
    url("_fonts/WorkSans-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-Regular.woff2") format("woff2"),
    url("_fonts/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-Italic.woff2") format("woff2"),
    url("_fonts/WorkSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-Medium.woff2") format("woff2"),
    url("_fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-SemiBold.woff2") format("woff2"),
    url("_fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("_fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"),
    url("_fonts/WorkSans-SemiBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
.page-template-page-video {
  background: #000;
}
.page-template-page-video .text-content {
  flex-wrap: nowrap;
}
@media (min-width: 950px) {
  .page-template-page-video .text-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 950px) {
  .page-template-page-video .text-content .instructions {
    width: 20%;
    padding: 0.8em 0 0;
  }
}
.page-template-page-video section {
  margin-top: 0;
}
.page-template-page-video section .description {
  width: 100%;
}
@media (min-width: 950px) {
  .page-template-page-video section .description {
    width: 80%;
  }
}
.page-template-page-video section .nav {
  width: 100%;
}
@media (min-width: 700px) {
  .page-template-page-video section .nav {
    padding: 0;
  }
}
.page-template-page-video section .nav ul {
  display: flex;
  margin: 0 0 2em;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .page-template-page-video section .nav ul {
    flex-wrap: nowrap;
  }
}
.page-template-page-video section .nav ul li {
  width: 50%;
}
.page-template-page-video section .nav ul li.current-menu-item {
  display: none;
}
@media (min-width: 700px) {
  .page-template-page-video section .nav ul li.current-menu-item {
    display: block;
  }
}
@media (min-width: 700px) {
  .page-template-page-video section .nav ul li {
    margin: 0;
  }
}
.page-template-page-video section .nav .current_page_item a {
  color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.page-template-page-video section .nav .current_page_item a:hover {
  color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.page-template-page-video section .nav a {
  display: block;
  text-transform: uppercase;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  padding: 1.5em;
  /*color: rgba(0, 0, 0, 0.9);*/
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  margin: 2px 2px 0px 0;
}
.page-template-page-video section .nav a:hover {
  color: #fff;
  background: rgba(67, 127, 173, 0.8);
}
@media (min-width: 700px) {
  .page-template-page-video section .nav a {
    font-size: 0.825rem;
    padding: 1em 1em;
    margin: 0 1px 0px 0;
  }
}
.page-template-page-video article {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 5em;
}
@media (min-width: 700px) {
  .page-template-page-video article {
    width: 90%;
    max-width: 1600px;
  }
}
@media (max-height: 700px) {
  .page-template-page-video article {
    max-width: 1000px;
  }
}
.page-template-page-video article h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #e5e5e1;
  margin: 0 0 0.5em;
}
@media (min-width: 700px) {
  .page-template-page-video article h2 {
    font-size: 1.4rem;
  }
}
.page-template-page-video article h5 {
  font-size: 0.85rem;
  line-height: 1;
  margin: 0 0 1em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  padding: 0;
}
.page-template-page-video article p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
  color: #e5e5e1;
  max-width: 60em;
  font-weight: 400;
}
@media (min-width: 700px) {
  .page-template-page-video article p {
    font-size: 1.05rem;
    padding: 0 5em 0 0;
  }
}
.page-template-page-video article .cc {
  color: #437fad;
  margin: 0 0 1em;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 700px) {
  .page-template-page-video article .cc {
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    max-width: inherit;
  }
}
.page-template-page-video article .cc span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em 0 0;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2em;
  padding: 0.1em 0.25em 0.1em 0.2em;
  letter-spacing: -0.015em;
  font-weight: 800;
  font-family: sans-serif;
}
.page-template-page-video button.toggler {
  color: #437fad;
  border-color: #437fad;
}
.page-template-page-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto 0em;
}
.page-template-page-video .embed-container iframe,
.page-template-page-video .embed-container object,
.page-template-page-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.page-template-page-video footer p {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-page-video footer .credits a {
  color: rgba(255, 255, 255, 0.3);
}
.page-template-page-video footer .credits a:hover {
  color: #fff;
}
#video-player {
  display: flex;
  width: 100%;
}
.page-introduction .embed-container {
  background: url("https://feedbackloopsclimate.com/wp-content/uploads/poster-introduction.jpg")
    no-repeat left top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-forests .embed-container {
  background: url("https://feedbackloopsclimate.com/wp-content/uploads/poster-forests.jpg")
    no-repeat left top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-permafrost .embed-container {
  background: url("https://feedbackloopsclimate.com/wp-content/uploads/poster-permafrost.jpg")
    no-repeat left top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-atmosphere .embed-container {
  background: url("https://feedbackloopsclimate.com/wp-content/uploads/poster-atmosphere.jpg")
    no-repeat left top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-albedo .embed-container {
  background: url("https://feedbackloopsclimate.com/wp-content/uploads/poster-albedo.jpg")
    no-repeat left top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-credits {
  background: #e5e5e1;
}
.page-credits header[role="banner"] h1.site-title a:hover {
  color: rgba(0, 0, 0, 0.2);
}
.page-credits .title-container h6 {
  opacity: 0;
}
.page-credits .toggler {
  color: #437fad;
  border-color: #437fad;
}
.page-credits article {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.page-credits article h2 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.page-credits article h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 auto 2em;
  font-size: 0.95rem;
}
.page-credits .program_credits {
  margin: 2em auto 0;
}
.page-credits .program_credits h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 auto 2em;
  font-size: 1.2rem;
}
.page-credits .program_credits .columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page-credits .program_credits .columns p {
  display: block;
  text-align: center;
  margin: 0 auto 1em;
}
@media (min-width: 700px) {
  .page-credits .program_credits .columns p {
    margin: 0 auto 2em;
  }
}
.page-credits .program_credits .columns.three p {
  width: 100%;
}
@media (min-width: 700px) {
  .page-credits .program_credits .columns.three p {
    width: 33%;
  }
}
.page-credits .program_credits .columns.two {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-credits .program_credits .columns.two p {
  width: 100%;
}
@media (min-width: 700px) {
  .page-credits .program_credits .columns.two p {
    width: 50%;
  }
}
.page-credits .program_credits p {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 2em;
  vertical-align: top;
}
.page-credits .program_credits em,
.page-credits .program_credits strong {
  margin: 0 0 0;
  font-size: 1.1rem;
  display: block;
}
.page-credits .credits_group {
  margin: 0 0 1em;
  flex-wrap: wrap;
  border-top: 1px solid #bbb;
  padding: 2em 0 2em;
}
.page-credits .credits_group div {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (min-width: 700px) {
  .page-credits .credits_group div {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.page-credits .credits_group p {
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0 2em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  vertical-align: top;
}
@media (min-width: 700px) {
  .page-credits .credits_group p {
    font-size: 0.8rem;
  }
}
.page-credits .narration p {
  text-align: center;
  margin: 0 auto 0em;
  font-weight: 500;
  padding: 0 0 2em;
}
.page-credits .narration strong {
  display: block;
}
.page-credits .assistants p {
  padding: 0;
}
.page-credits .featured_scientists div {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 700px) {
  .page-credits .featured_scientists div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.page-credits .featured_scientists p {
  font-size: 0.8rem;
  margin: 0 0 1em;
}
@media (min-width: 700px) {
  .page-credits .featured_scientists p {
    padding: 0 8em;
  }
}
.page-credits .featured_scientists strong {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
.page-credits .archival_sources div {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 700px) {
  .page-credits .archival_sources div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.page-credits .archival_sources p {
  font-size: 0.8rem;
  margin: 0 0 1em;
}
@media (min-width: 700px) {
  .page-credits .archival_sources p {
    padding: 0 8em;
  }
}
.page-credits .archival_sources strong {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
.page-credits .additional_thanks {
  border-bottom: 1px solid #bbb;
  margin: 0 0 2em;
}
.page-credits .additional_thanks p {
  padding: 0;
}
@media (min-width: 700px) {
  .page-credits .additional_thanks p {
    padding: 0 2em;
  }
}
.page-credits .additional_thanks div {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (min-width: 700px) {
  .page-credits .additional_thanks div {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.page-credits img {
  max-width: 180px;
  margin: 0 auto;
}
.page-credits .production_company {
  margin: 0 auto 5em;
}
.page-credits .top {
  display: block;
  text-align: center;
  margin: 3em auto 5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: #437fad;
}
.page-credits .top:hover {
  color: #999;
}
.page-educational-materials {
  background: #e5e5e1;
}
.page-educational-materials header[role="banner"] h1.site-title a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.page-educational-materials .toggler {
  color: #437fad;
  border-color: #437fad;
}
.page-educational-materials article {
  max-width: 1000px;
  margin: 1em auto 5em;
  width: 90%;
}
.page-educational-materials article h2 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 2em;
}
.page-educational-materials article p {
  text-align: center;
  padding: 0 0;
  font-weight: 400;
}
.page-educational-materials article ul.downloads {
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-educational-materials article ul.downloads li {
  border-top: 1px solid #bbb;
  display: block;
  margin: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 700px) {
  .page-educational-materials article ul.downloads li {
    width: 49%;
  }
}
.page-educational-materials article ul.downloads h4 {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}
.page-educational-materials article ul.downloads a {
  color: #437fad;
  font-weight: 600;
  /*display: block;*/
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-educational-materials article ul.downloads a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.page-educational-materials article ul.downloads a:hover svg {
  fill: rgba(0, 0, 0, 0.9);
}
.page-educational-materials article ul.downloads svg {
  max-width: 44px;
  fill: #437fad;
  display: block;
  width: 100%;
  margin: 0 0.5em 0 0;
}
.page-events {
  background: #e5e5e1;
}
.page-events header[role="banner"] h1.site-title a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.page-events img {
  width: auto;
  height: auto;
}
.page-events p.date {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.page-events section.event {
  margin: 5em 0;
  border-top: 2px solid #333;
  padding: 2em 0 0;
}
.page-events .hero-image {
  margin: 1em 0 2em;
  display: block;
  border-radius: 0.1em;
}
.page-events .event-button {
  display: block;
  margin: 0 auto;
  background: none;
  border: 1px solid #437fad;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #437fad;
  transition: all 0.3s ease-out;
  font-weight: 600;
  text-align: center;
  position: relative;
  max-width: 250px;
}
.page-events .event-button:hover {
  background: #fff;
  border-color: #fff;
}
.page-events .toggler {
  color: #437fad;
  border-color: #437fad;
}
.page-events article {
  max-width: 45em;
  margin: 1em auto 5em;
  width: 90%;
}
.page-events article h2 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 1em auto 2em;
}
@media (min-width: 700px) {
  .page-events article h2 {
    margin: 0 auto 4em;
  }
}
.page-events article h3 {
  font-size: 1.4rem;
  line-height: 1.1;
  font-style: normal;
  margin: 0 0 0.3em;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  max-width: 25em;
}
@media (min-width: 700px) {
  .page-events article h3 {
    font-size: 1.8rem;
    max-width: 21em;
  }
}
.page-events article h4 {
  font-size: 0.9rem;
  margin: 0 0 1em;
  font-weight: 600;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 700px) {
  .page-events article h4 {
    font-size: 1.2rem;
  }
}
.page-events article h5 {
  font-size: 1rem;
  margin: 0 0 0.5em;
  font-weight: 400;
  -webkit-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #000;
}
.page-events article .float-right {
  float: right;
  margin: 0 0 2em 2em;
  max-width: 250px;
  border: 1px solid #bbb;
}
@media (min-width: 700px) {
  .page-events article .float-right {
    max-width: 300px;
  }
}
.page-events article .event-hero {
  margin: 2em auto 3em;
}
.page-events article .links {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5em;
  margin: 0 auto 1em;
  border-radius: 0.2em;
}
.page-events article .links p {
  font-size: 0.9rem;
}
.page-events article .links a {
  font-size: 1.1rem;
}
.page-events article .speakers {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  border-top: 1px solid #bbb;
}
.page-events article .speakers li {
  margin: 0 0 0em;
  font-size: 0.95rem;
  line-height: 1.4;
  clear: both;
  /*display: block;*/
  padding: 2em 0;
  display: flex;
}
@media (min-width: 700px) {
  .page-events article .speakers li {
    width: 100%;
  }
}
.page-events article .speakers li strong,
.page-events article .speakers li b {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline;
}
.page-events article .speakers li p {
  margin: 0 0 0;
  font-size: 0.95rem;
}
.page-events article .speakers li img {
  width: 100px;
  height: 100px;
  /*margin: 0 auto 1em;*/
  border-radius: 0.2em;
  margin: 0 2em 0 0;
}
@media (min-width: 700px) {
  .page-events article .speakers li img {
    width: 200px;
    height: 200px;
  }
}
.page-events article p.intro {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 700px) {
  .page-events article p.intro {
    font-size: 1.3rem;
  }
}
.page-events article p.intro em,
.page-events article p.intro i {
  font-weight: 500;
}
.page-events article p {
  font-weight: 400;
  font-size: 1rem;
}
.page-events article a {
  color: #437fad;
  font-weight: 600;
}
.page-events article a:hover {
  color: #999;
}
.page-events .videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  margin: 1em auto 7em;
  background: none;
}
.page-events .videoWrapper43 {
  padding-top: 75%;
}
.page-events .videoWrapper169 {
  padding-top: 56%;
}
.page-events .videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.page-events .videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: 0em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  background: none;
}
.page-events .videoPoster:hover {
  opacity: 0.8;
}
.page-events .videoPoster p {
  margin: 0 auto;
  display: block;
  /*color: #666;*/
  position: absolute;
  width: 100%;
  top: 0%;
  font-weight: 400;
  font-size: 0.95rem;
  transition: all 0.3s ease-out;
  border: 1px solid #bbb;
  padding: 2em;
  text-transform: uppercase;
  color: #437fad;
  letter-spacing: 0.2em;
}
.page-events .videoPoster:hover p,
.page-events .videoPoster:focus p {
  color: #fff;
}
.page-events .videoPoster:hover:before,
.page-events .videoPoster:focus:before {
  border-color: #437fad;
}
.page-events .videoPoster:hover:after,
.page-events .videoPoster:focus:after {
  border-left-color: #437fad;
}
.page-events .exit {
  background: none;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  border: none;
  padding: 1em;
  width: 100%;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.3s ease-out;
  margin: 0 auto 3em;
  opacity: 0;
  color: #437fad;
  text-transform: uppercase;
}
.page-events .exit:hover {
  color: #437fad;
}
@media (min-width: 700px) {
  .page-events .exit:hover {
    color: #fff;
  }
}
.page-events .videoWrapperActive {
  transition: all 0.3s ease-out;
}
.page-events .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}
.page-events .videoWrapperActive .exit {
  opacity: 1;
}
.page-events .videoWrapperActive .caption {
  opacity: 0;
  display: none;
}
.post-type-archive-events .toggler,
.single-events .toggler {
  color: #437fad;
  border-color: #437fad;
}
.post-type-archive-events h2,
.single-events h2 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 2em auto 2em;
  color: rgba(0, 0, 0, 0.9);
}
.post-type-archive-events h4,
.single-events h4 {
  font-size: 1.2rem;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 4em auto 2em;
}
.post-type-archive-events #main,
.single-events #main {
  width: 90%;
  margin: 0 auto;
}
.post-type-archive-events article,
.single-events article {
  max-width: 1600px;
  margin: 0 auto;
}
.post-type-archive-events .events-list,
.single-events .events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}
.post-type-archive-events .events-list li,
.single-events .events-list li {
  background: rgba(255, 255, 255, 0.75);
  padding: 0;
  border-radius: 0.2em;
  margin: 0 0 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .post-type-archive-events .events-list li,
  .single-events .events-list li {
    width: 32.5%;
  }
}
.post-type-archive-events .events-list li header,
.single-events .events-list li header {
  padding: 2em 2em 1em;
}
.post-type-archive-events .events-list li a,
.single-events .events-list li a {
  color: #437fad;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-type-archive-events .events-list li a:hover .event-title,
.single-events .events-list li a:hover .event-title {
  color: #437fad;
}
.post-type-archive-events .events-list .frame,
.single-events .events-list .frame {
  overflow: hidden;
}
.post-type-archive-events .events-list img,
.single-events .events-list img {
  margin: 0 0 1em;
  width: 100%;
  height: auto;
  border-radius: 0.1em;
}
.post-type-archive-events .events-list .event-time:before,
.single-events .events-list .event-time:before {
  content: " / ";
  font-weight: 100;
}
.post-type-archive-events .events-list .event-title,
.single-events .events-list .event-title {
  line-height: 1.1;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 700px) {
  .post-type-archive-events .events-list .event-title,
  .single-events .events-list .event-title {
    font-size: 1.4rem;
  }
}
.post-type-archive-events .events-list .more-info,
.single-events .events-list .more-info {
  width: 100%;
  display: block;
  margin: auto 0 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 0.5em;
  letter-spacing: 0.1em;
  border-bottom-right-radius: 0.2em;
  transition: all 0.3s ease-out;
  border-bottom-left-radius: 0.2em;
}
.post-type-archive-events .events-list a:hover .more-info,
.single-events .events-list a:hover .more-info {
  background: #437fad;
}
.post-type-archive-events .events-list .event-description,
.single-events .events-list .event-description {
  font-size: 1rem;
  font-weight: 500;
}
.post-type-archive-events .events-list .event-date-time,
.single-events .events-list .event-date-time {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  font-size: 0.85rem;
}
.post-type-archive-events .past-events-list,
.single-events .past-events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}
.post-type-archive-events .past-events-list li,
.single-events .past-events-list li {
  background: rgba(255, 255, 255, 0.75);
  padding: 1em;
  border-radius: 0.2em;
  margin: 0 0 1em;
  width: 100%;
}
@media (min-width: 700px) {
  .post-type-archive-events .past-events-list li,
  .single-events .past-events-list li {
    width: 24.5%;
    padding: 1.5em;
  }
}
.post-type-archive-events .past-events-list a,
.single-events .past-events-list a {
  color: #437fad;
}
.post-type-archive-events .past-events-list .event-title,
.single-events .past-events-list .event-title {
  line-height: 1.1;
  font-size: 1rem;
  letter-spacing: -0.05em;
  margin: 0 0 0.3em;
  padding: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 700px) {
  .post-type-archive-events .past-events-list .event-title,
  .single-events .past-events-list .event-title {
    font-size: 1.2rem;
  }
}
.post-type-archive-events .past-events-list .event-description,
.single-events .past-events-list .event-description {
  font-size: 1.1rem;
  font-weight: 500;
}
.post-type-archive-events .past-events-list .event-date-time,
.single-events .past-events-list .event-date-time {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  font-size: 0.7rem;
}
.single-events article {
  background: #fff;
  padding: 2em;
  max-width: 1000px;
  border-radius: 0.2em;
}
.single-events article p {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 700px) {
  .single-events article p {
    font-size: 1.1rem;
  }
}
.single-events article .info {
  margin: 1em auto 1em;
  display: flex;
  justify-content: center;
}
.single-events article .info a {
  color: #fff;
  display: block;
  font-weight: 800;
  /*padding: 0.25em 0;*/
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #437fad;
  padding: 0.9em 2em;
  margin: 0 0.2em;
  border-radius: 0.1em;
}
.single-events article .info a:hover {
  background: #bbb;
}
.single-events article h3 {
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.single-events article .event-date-time {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
  font-size: 1rem;
}
.single-events img {
  margin: 0 0 2em;
  max-width: 100%;
  height: auto;
  border-radius: 0.1em;
}
.single-events .float-right {
  float: right;
  max-width: 300px;
  margin: 0 0 2em 2em;
}
.single-events .event-title {
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .single-events .event-title {
    font-size: 1.8rem;
    max-width: 25em;
    margin: 0 0 1em;
  }
}
.single-events .speakers {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  border-top: 1px solid #bbb;
}
.single-events .speakers li {
  margin: 0 0 0em;
  font-size: 0.95rem;
  line-height: 1.4;
  clear: both;
  /*display: block;*/
  padding: 2em 0;
  display: flex;
}
@media (min-width: 700px) {
  .single-events .speakers li {
    width: 100%;
  }
}
.single-events .speakers li strong,
.single-events .speakers li b {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline;
}
.single-events .speakers li p {
  margin: 0 0 0;
  font-size: 0.95rem;
}
.single-events .speakers li img {
  width: 100px;
  height: 100px;
  /*margin: 0 auto 1em;*/
  border-radius: 0.2em;
  margin: 0 2em 0 0;
}
@media (min-width: 700px) {
  .single-events .speakers li img {
    width: 200px;
    height: 200px;
  }
}
.single-events .pagination {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 1em auto 4em;
}
.single-events .pagination a {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.9rem;
  display: block;
}
.single-events .pagination a:hover {
  color: #437fad;
}
.single-events .pagination div {
  width: 33%;
}
.single-events .pagination .allposts {
  text-align: center;
}
.single-events .pagination .nextposts {
  text-align: right;
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0em auto 4em;
  flex-wrap: nowrap;
}
.social svg {
  max-width: 25px;
  display: block;
  margin: 0 auto 0.3em;
}
@media (min-width: 700px) {
  .social {
    margin: 0em auto 4em;
    max-width: 400px;
    flex-wrap: nowrap;
  }
}
.social a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0;
  font-size: 0.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  padding: 0.5em;
  width: 100%;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .social a {
    font-size: 0.6rem;
    width: inherit;
    padding: 0 2em;
  }
}
.social a:hover {
  color: #437fad;
  fill: #437fad;
}
