@import "theme_colors_and_fonts.css";
/* * * * * * * * * * 
/* SCSS VARIABLES  */
/* ~~~~~~~~~~~~~~~~*/
/* Fonts */
/* Colors*/
:root {
  --white: #FFFFFF;
  --black: #231F20;
  --pink: #F6B9CD;
  --red: #E15548;
  --blue: #114F80;
  --purple: #9180B3;
  --yellow: #E7BE2D;
}
/* Other variables */
/* Mixins */
/* ~~~~~~~~~~~~~~~~*/
/* END VARIABLES   *
 * * * * * * * * * */
/* ~~~~~~~~~~~~~~~~*/
/* GLOBAL   *
 * * * * * * * * * */
::-webkit-scrollbar {
  width: 1rem;
  /* Mostly for vertical scrollbars */
  height: 10px;
  /* Mostly for horizontal scrollbars */
}
::-webkit-scrollbar-thumb {
  /* Foreground */
  background: var(--text-color);
}
::-webkit-scrollbar-track {
  /* Background */
  background: var(--background-color);
}
::-moz-selection {
  /* Code for Firefox */
  color: var(--background-color);
  background: var(--text-color);
}
::selection {
  color: var(--background-color);
  background: var(--text-color);
}
body {
  scroll-behavior: smooth;
}
/* ~~~~~~~~~~~~~~~~*/
/* END GLOBAL   *
 * * * * * * * * * */
/* * * * * * * * * * 
 * TYPOGRAPHY      */
/* ~~~~~~~~~~~~~~~~*/
h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1em;
  text-transform: uppercase;
}
h2 {
  font-family: "Climate Crisis", sans-serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 1.1em;
  text-transform: uppercase;
}
p {
  font-size: 1.03rem;
  line-height: 2.2em;
  text-wrap: pretty;
  text-transform: uppercase;
}
a:not(.site-branding a) {
  color: var(--text-color);
  text-decoration: none;
  position: relative;
}
a:not(.site-branding a):hover {
  color: var(--background-color);
}
a:not(.site-branding a):hover::after {
  height: 100%;
  background-color: var(--text-color);
}
a:not(.site-branding a)::after {
  content: "";
  height: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}
/* ~~~~~~~~~~~~~~~~~~*/
/* END TYPOGRAPHY    *
* * * * * * * * * * */
/* * * * * * * * * * 
 * BUTTON      */
/* ~~~~~~~~~~~~~~~~*/
.wp-block-button.is-style-outline a {
  border: 3px solid var(--text-color);
  border-radius: 0;
  color: var(--text-color);
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
.wp-block-button.is-style-outline a:hover {
  color: var(--background-color);
}
.wp-block-button.is-style-outline a:hover::after {
  height: 100%;
  background-color: var(--text-color);
}
.wp-block-button.is-style-outline a::after {
  content: "";
  height: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}
.menu-item a {
  border: 3px solid var(--text-color);
  border-radius: 0;
  color: var(--text-color);
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
.menu-item a:hover {
  color: var(--background-color);
}
.menu-item a:hover::after {
  height: 100%;
  background-color: var(--text-color);
}
.menu-item a::after {
  content: "";
  height: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}
/* * * * * * * * * * 
 * END BUTTON      */
/* ~~~~~~~~~~~~~~~~*/
/* * * * * * * * * * 
 * SVG      */
/* ~~~~~~~~~~~~~~~~*/
#jsa-building {
  margin: auto;
  max-width: 300px;
  display: block;
}
#jsa-building path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 5s ease-in forwards;
  fill: none;
  stroke: var(--text-color);
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* * * * * * * * * * 
 * END SVG      */
/* ~~~~~~~~~~~~~~~~*/
/* * * * * * * * * * 
 * PEOPLE      */
/* ~~~~~~~~~~~~~~~~*/
.post-type-archive-people .department {
  align-items: start !important;
  justify-content: flex-start;
}
.post-type-archive-people .department-grid {
  display: grid;
  column-gap: var(--wp--preset--spacing--narrow);
  row-gap: var(--wp--preset--spacing--normal);
  grid-template-columns: repeat(auto-fill, minmax(max(calc(25% - var(--wp--preset--spacing--narrow)), 200px), 1fr));
  width: 100%;
}
.post-type-archive-people .portrait img {
  aspect-ratio: 1.7715736041;
  object-fit: cover;
  width: 100%;
}
.post-type-archive-people h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.post-type-archive-people h2:first-of-type {
  margin-top: 0;
}
.post-type-archive-people h3.name {
  font-family: "Climate Crisis", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.1rem);
  line-height: 1.1em;
  margin-bottom: 0;
  text-transform: uppercase;
  text-wrap: balance;
}
.post-type-archive-people .position {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-style: italic;
  margin: 0.7em 0 0 0;
  text-transform: uppercase;
  text-wrap: pretty;
}
/* * * * * * * * * * 
 * END PEOPLE      */
/* ~~~~~~~~~~~~~~~~*/
/* * * * * * * * * * 
 * CONTACT US      */
/* ~~~~~~~~~~~~~~~~*/
ul.wp-block-getwid-social-links__list {
  margin: 0 !important;
  gap: var(--wp--preset--spacing--narrow);
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link {
  font-size: 2rem;
  position: relative;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i {
  padding: 0.5rem;
  position: relative;
  height: 3rem;
  width: 3rem;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--text-color);
  z-index: -1;
  transition: height 0.3s ease;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i::before {
  background: linear-gradient(to bottom, var(--text-color) 50%, var(--background-color) 50%);
  background-size: 100% 200%;
  background-position: top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link:hover {
  color: var(--background-color);
  background: transparent;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link:hover i::after {
  height: 100%;
}
ul.wp-block-getwid-social-links__list .wp-block-getwid-social-links__link:hover i::before {
  background-position: bottom;
}
#gform_wrapper_1[data-form-index="0"].gform-theme {
  width: 100%;
}
label.gform-field-label {
  font-size: 1rem !important;
  font-weight: 600;
  text-transform: uppercase;
}
input[type="submit"]#gform_submit_button_1 {
  background-color: var(--background-color);
  border: 3px solid var(--text-color);
  color: var(--text-color);
  font-size: 1.1rem !important;
  font-weight: 900;
  padding-top: 0.667em;
  padding-right: 1.33em;
  padding-bottom: 0.667em;
  padding-left: 1.33em;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
input[type="submit"]#gform_submit_button_1:hover {
  background-color: var(--text-color);
  color: var(--background-color);
}
/* * * * * * * * * * 
 * END CONTACT US      */
/* ~~~~~~~~~~~~~~~~*/
/* * * * * * * * * * 
 * FOOTER      */
/* ~~~~~~~~~~~~~~~~*/
#colophon {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--background-color);
}
#colophon #address p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8rem, 3vw, 1.1rem);
  font-weight: 900;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  text-transform: uppercase;
}
#colophon #footer-quote p {
  font-family: "Climate Crisis", sans-serif;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 893px) {
  .post-type-archive-people .department-grid article, .work-grid article {
    max-width: none;
  }
}
@media screen and (max-width: 595px) {
  #masthead .main-navigation.toggled #primary-menu {
    height: 100%;
    justify-content: start;
    transform: translateX(0%);
    padding: var(--wp--preset--spacing--narrow);
    background: var(--background-color);
    box-shadow: none;
  }
  #masthead .main-navigation.toggled #primary-menu li a {
    padding: var(--wp--preset--spacing--narrow);
    text-align: center;
  }
  #masthead .menu-toggle {
    font-size: 1em;
    font-weight: 500;
    padding: 0.4em var(--wp--preset--spacing--narrow);
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    background-position: right center;
    background-size: 202%;
    margin-right: 0;
    margin-left: auto;
    color: transparent;
    font-size: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    overflow: hidden;
    background-color: var(--background-color);
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #masthead .menu-toggle[aria-expanded="false"] {
    background-color: var(--text-color);
    mask: url(assets/images/menu_menu.svg) no-repeat center;
    mask-size: contain;
    -webkit-mask: url(assets/images/menu_menu.svg) no-repeat center;
    -webkit-mask-size: contain;
  }
  #masthead .menu-toggle[aria-expanded="true"] {
    background-color: var(--text-color);
    mask: url(assets/images/menu_close.svg) no-repeat center;
    mask-size: contain;
    -webkit-mask: url(assets/images/menu_close.svg) no-repeat center;
    -webkit-mask-size: contain;
  }
  .contact-btns {
    flex-direction: column;
    align-items: center;
  }
  #contrastBtn {
    top: auto !important;
    right: auto !important;
  }
}
/* ~~~~~~~~~~~~~~~~*/
/* VARIABLE COLORS   *
 * * * * * * * * * */
/* Base variables */
body {
  color: var(--text-color);
  background-color: var(--background-color);
}
#logo path {
  fill: var(--logo-fill);
}
/* Color Schemes */
.color-scheme--white {
  --text-color: var(--white);
  --background-color: var(--white);
  --logo-fill: var(--white);
}
.color-scheme--black {
  --text-color: var(--black);
  --background-color: var(--white);
  --logo-fill: var(--black);
}
.color-scheme--pink {
  --text-color: var(--pink);
  --background-color: var(--black);
  --logo-fill: var(--pink);
}
.color-scheme--red {
  --text-color: var(--red);
  --background-color: var(--white);
  --logo-fill: var(--red);
}
.color-scheme--blue {
  --text-color: var(--blue);
  --background-color: var(--white);
  --logo-fill: var(--blue);
}
.color-scheme--purple {
  --text-color: var(--purple);
  --background-color: var(--white);
  --logo-fill: var(--purple);
}
.color-scheme--yellow {
  --text-color: var(--yellow);
  --background-color: var(--black);
  --logo-fill: var(--yellow);
}
/* ~~~~~~~~~~~~~~~~*/
/* VARIABLE COLORS   *
 * * * * * * * * * */
