/* General Styles */
@font-face {
  font-family: "SourceSerifPro";
  src: url("../fonts/SourceSerifPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --DamonBlue: #3aa8b8;
  --HeadingFont: "Source Serif Pro", serif;
}

html {
     scroll-behavior: smooth;
   }
   
body {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  /* 14px converted to rem */
  line-height: 1.5;
  margin: 0;
}

.mt50 {
    margin-top: 50px !important;
}

@media (max-width:1344px){
  .content {
      margin-left: 72px !important;
      margin-right: 72px !important;
    }
}

.messages__wrapper{
  display: none;
}

input.button {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .news-item-group .views-field.views-field-title {
    margin-bottom: 5px !important;
    line-height: 1 !important;
  }
}

.hidden {
  display: none !important;
}

/* Navigation */
nav ul div {
  display: flex;
}

nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

nav ul {
  list-style-type: none;
  display: flex;
  padding-inline-start: 0px;
}

nav ul.menu li:not(:first-child) {
  margin-left: 22px;
}

nav ul.menu:not(.submenu) > li:first-child {
  margin-left: 40px;
}

nav ul.submenu > li:first-child {
  margin-left: 22px;
}

nav ul li a {
  background-color: white;
  color: #808080;
  margin-top: 5px;
  min-height: 35px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 450;
}

nav ul li a.donate {
  margin: 0;
}

li.primary-menu-list-item {
  padding-top: 38px;
  padding-bottom: 38px;
}

li.primary-menu-list-item.menu-item.menu-item-level-1.menu-item-active.menu-item-has-children.is-active>a {
  font-weight: 500 !important;
  color: var(--DamonBlue) !important;
}

a.primary-menu.is-active {
  font-weight: 500;
  color: var(--DamonBlue);
}

.primary-menu-list-item.menu-item.menu-item-level-1.menu-item-active.menu-item-has-children>.submenu {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.primary-nav>.primary-menu-list-item {
  flex: 1 1 auto;
}

ul.menu {
  margin: 0;
}

/* Styles for the sub-nav */
.submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
  background-color: var(--DamonBlue);
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  max-width: 100%;
  justify-content: center;
}

/* fixing logged in submenu */
body.toolbar-fixed .submenu {
  max-width: unset;
  left: -34vw;
}

.submenu>li>a {
  background-color: var(--DamonBlue);
  color: white;
  text-decoration: none;
}

.submenu>.bottom-menu-list-item {
  flex: 0 1 auto;
  /* Allow submenu items to size according to their content */
  margin: 10px;
  /* Add some spacing between submenu items */
}



/* Show the submenu when hovering over the primary menu item */
.primary-menu-list-item:hover .submenu {
  display: flex;
  /* Show submenu as flexbox */
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.submenu:hover {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

a.bottom-menu.is-active {
  font-weight: 700;
}

/* Header */
.header {
  background-color: #fff;
  width: 100%;
  align-self: center;
  flex-direction: row;
  display: flex;
  box-shadow: 0px 3px 4px -4px gray;
}

.header>div:first-child {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  width: 100%;
}

div.logo a img {
  margin-top: 24px;
}

/* Search */
.search-container {
  display: none;
  align-items: center;
}

.search-input {
  border: none;
  padding: 11px;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  outline: none;
  background-color: #f5f5f5;
  width: 665px;
  margin-left: 20px;
  margin-top: 29px;
  margin-bottom: 30px;
}

.search-button-expanded {
  background-color: var(--DamonBlue);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  margin-left: 17px;
  margin-top: 29px;
  margin-bottom: 30px;
}

.search-button {
  margin-left: 24px;
  margin-right: 30px;
  margin-top: 31px;
}

.search-button-x {
  margin-left: 24px;
  margin-right: 30px;
  margin-top: 31px;
  margin-bottom: 23px;
}

.search-icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  font-size: 24px;
}

/* Buttons */
.donate {
  background-color: #06fff8;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  padding: 40px 22px 41px 22px;
  box-shadow: 0 4px 4px -4px gray;
}

nav#block-dr-custom-theme-donate ul li {
  padding-top: 21px;
}

.news {
  background-color: white;
  border: 1px solid #9f9f9f;
  padding: 5px 24px;
  color: #808080;
  margin-top: 5px;
  min-height: 35px;
  min-width: 135px;
  text-align: center;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.icon {
  border: none;
  padding: 0;
}

/* Main Content */

#placeholder {
  display: flex;
  flex-direction: row;
  /* width: 75%; */
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.article-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-bottom: 15px;
}

#column1 {
  flex: 4;
  margin-left: 5%;
}

#column2 {
  flex: 2;
}

#title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #47a2b5;
}

/* Misc */
.dialog-off-canvas-main-canvas {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.bottomMenu,
.bottomBox,
.bottomLine {
  border: none;
}

.bottomMenu {
  opacity: 1;
  color: rgba(130, 131, 134, 1);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
}

.bottomBox {
  color: #000000;
}

.bottomLine {
  background-color: #fff;
  color: red;
  display: flex;
}

.mix-dropdown li:hover>ul {
  display: flex;
}

/* Hero Section */
.hero {
  background-color: #f5f5f5;
  padding: 50px;
  text-align: center;
}

.investigators {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.investigator {
  margin: 0 20px;
}

.grey-box {
  font-family: Montserrat, sans-serif;
  min-height: 205px;
  background-color: rgba(247, 247, 247, 1);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1.2px;
  padding-top: 2%;
  justify-content: center;
  /* Align items vertically center */
  align-items: flex-start;
  /* Align items horizontally to the start (left) */
}

.grey-box-interior {
  max-width: 1200px;
  margin: auto;
}

.grey-box h1, .grey-box h2 {
  color: rgba(0, 0, 0, 1);
  font-family: var(--HeadingFont);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  line-height: 54px;
  flex: 1;
  width: 100%;
}

.grey-box p {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: left;
  line-height: 40px;
  flex: 0 1 100%;
  padding-bottom: 0;
  /* align-content: end; */
}

.box-row {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.img-box {
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  align-items: center;
}

.img-box h2 {
  color: rgba(0, 0, 0, 1);
  font-family: var(--HeadingFont) !important;
  font-size: 28px !important;
  /* font-weight: 500 !important; */
  letter-spacing: 1px;
  text-align: left;
  line-height: 36px;
}

.investigator img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

/* Our Strategy */
.our-strategy {
  text-align: center;
  width: 100%;
}

.our-strategy img {
  max-width: 100%;
  height: auto;
}

/* News Section */
.news-item {
  margin: 0 20px;
  text-align: center;
}

.news-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

/* Donation Section */
.donation {
  background-color: #f5f5f5;
  padding: 50px;
  text-align: center;
}

.funding-brave {
  margin-bottom: 30px;
}

.funding-brave img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.cta {
  margin-top: 30px;
}

.email-input {
  padding: 10px;
  width: 250px;
}

.subscribe-btn,
.donate-btn {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.input-label {
  opacity: 1;
  color: rgba(130, 131, 134, 1);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.14px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: none;
}

/* Footer */
.bottom-footer {
  background-color: var(--DamonBlue);
  min-height: 40px;
  display: flex;
  flex-direction: column;
}

.bottom-footer div {
  display: flex;
  flex: 1;
  width: 75%;
  align-self: center;
  font-family: Montserrat, sans-serif;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0.86px;
  line-height: 40px;
}

.sign-up-bottom {
  border-radius: 25px;
  opacity: 1;
  background-color: var(--DamonBlue);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.14px;
  text-align: center;
  line-height: 40px;
  border: none;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}

.webform-flex.webform-flex--2 {
  flex: 0 1 65%;
}

#email-registration-form .webform-flex.webform-flex--2 {
  max-width: calc(100% - 130px);
}

/* Support Page */
#block-dr-custom-theme-copyrightright div {
  width: 100%;
}

/* Support Page */
#support-header {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  font-variant-ligatures: common-ligatures;
  min-height: 150px;
}

#support-header p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#capitalize {
  font-weight: bold;
}

#support-main-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.emphasize {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #47a2b5;
}

#support-left-paragraph {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
}

#support-left {
  width: 67%;
  /* padding-left: 15px; */
  margin-right: 55px;
}

#support-right {
  width: 33%;
  padding-left: 15px;
  /* padding-right: 15px; */
}

.first-column,
.second-column,
.third-column {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
}

#sub-header-level {
  display: flex;
  border-bottom: 1px solid #47a2b5;
}

.header-style {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #47a2b5;
}

.regular-style {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-bottom: 15px;
}

#image-container {
  text-align: center;
}

#year-in-review {
  width: 70%;
  text-align: left;
  background-color: #e8f1f3;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.secondary-header-style {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #47a2b5;
  margin-top: 0;
}

#important-text-container {
  padding: 20px;
  background-color: #e8f1f3;
  display: flex;
}

#important-text-container p {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}

#number {
  color: #47a2b5;
  font-size: 150px;
  margin-left: 40px
}

#percentage {
  color: #47a2b5;
  font-size: 110px;
}

#important-left {
  font-family: "Montserrat", sans-serif;
  color: #47a2b5;
  font-size: 150px;
}

#improtant-right {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}

#year-in-review button {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  color: #47a2b5;
  background-color: #fff;
  border: solid 1px #47a2b5;
  font-weight: 700;
  width: auto;
  padding: 6px 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  position: relative;
}

.subscribe-btn {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  /* color: #47a2b5; */
  color: black;
  background-color: #fff;
  border: solid 1px #47a2b5;
  font-weight: 600;
  width: 100%;
  padding: 6px 16px;
  height: 32px;
  margin-top: 0;
  position: relative;
}

/* Additional Styles */
.big-header {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-variant-ligatures: common-ligatures;
  background-color: #e8f1f3;
  min-height: 150px;
}

.big-header p {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.underline {
  text-decoration: underline;
}

a {
  color: var(--DamonBlue);
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
}

a em {
  font-style: normal !important;
}

.alt-subscribe-form {
  background-color: var(--DamonBlue);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: white;
  max-width: 1620px;
  width: 85%;
}

.index-h1-container {
  margin-left: auto;
  margin-right: auto;
  /* width: 75%; */
  /* max-width: 75%; */
}

.blue-paragraph {
  color: var(--DamonBlue) !important;
  /* Increase specificity and add !important */
  font-family: Montserrat, sans-serif !important;
  /* Increase specificity and add !important */
  font-size: 21px !important;
  /* Increase specificity and add !important */
  font-weight: 500 !important;
  /* Increase specificity and add !important */
  letter-spacing: 1.5px !important;
  /* Increase specificity and add !important */
  text-align: left !important;
  /* Increase specificity and add !important */
  line-height: 40px !important;
  /* Increase specificity and add !important */
  text-transform: uppercase !important;
  /* Increase specificity and add !important */
}

.main-paragraph {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 48px;
  opacity: 1;
}

.content-section {
  background-color: var(--DamonBlue);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 1620px;
  max-width: 1620px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.content-wrapper {
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  padding: 0px 5%;
}

#block-dr-custom-theme-fundingheader h1 {
  text-align: center;
  font-size: 80px;
  line-height: 120px;
  font-family: var(--HeadingFont);
  font-weight: 600;
}

.green-box-wrapper {
  display: flex;
  max-width: 1200px;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .green-box-wrapper {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .search-input {
    width: unset;
  }

  .search-container>form>div:last-child {
    padding-left: 10px;
  }

  div#block-dr-custom-theme-sitebranding {
    width: unset;
  }

  div#block-dr-custom-theme-searchbar {
    order: unset;
    width: unset;
    max-width: unset;
    max-width: unset;
  }

  #block-dr-custom-theme-searchbar>div {
    max-width: 100%;
  }

  .search-container form {
    width: unset;
  }

  .search-container>form>div {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

.content-column {
  flex: 0 1 76%;
  margin: 50px 0;
}

.green-box-wrapper:not(.awards) .content-column:first-of-type {
  flex: 0 1 24%;
}

.green-box-wrapper .content-column .section-paragraph {
  font-size: 24px !important;
}

.green-box-wrapper .content-column img {
  width: 100%;
  height: auto;
}

.cta-heading {
	font-family: var(--HeadingFont) !important;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.field-name-body .section-heading, 
.section-heading {
  color: #fff;
  font-family: var(--HeadingFont);
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1.1em;
}

.h1{
	text-align: center;
    font-size: 80px;
    line-height: 120px;
    font-weight: 600;
}

.section-heading-alternative {
  color: #fff;
  font-family: var(--HeadingFont);
  font-size: 60px;
  font-weight: 600;
  margin-top: 0;
  /* width: 75%;
  margin-right: auto; */
}

.section-paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.voices-dr h1.grey-box-h1-margin-corrected {
  text-align: center;
}

.voices-dr .box-row.grey-box-row-margin-corrected {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #block-dr-custom-theme-bloomeranginspiredactnow-2 {
      margin-left: -15px;
      margin-right: -15px;
    }

  .index-h1-container {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    /* width: calc(100% - 40px); */
  }

  .field_event_thumbnail img {
    max-width: 100% !important;
    height: unset !important;
  }

  .main-heading {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    font-size: 36px !important;
    letter-spacing: 0px !important;
    line-height: 55px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .h1 {
    font-size: 36px !important;
    letter-spacing: 0px !important;
    line-height: 45px !important;
  }

  .main-paragraph {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 2;
    opacity: 1;
    margin-bottom: 40px;
  }

  .content {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .content-section {
    background-color: var(--DamonBlue);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    margin-bottom: 0;
    padding: 5px;
    width: calc(100% + 32px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .content-wrapper {
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }

  .content-column {
    flex: 1;
    margin: 0 !important;
    /* margin: 50px; */
    max-width: 100% !important;
  }

  .section-heading {
    color: #fff;
    font-family: var(--HeadingFont);
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-top: 0;
  }

  .green-box-wrapper .section-heading {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 600;
  }

  .section-paragraph {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
  }

  .content-column img {
    max-width: 100%;
    height: auto;
  }

  .block-events {
    flex-direction: column !important;
  }

  .block-events h1 {
    font-family: var(--HeadingFont);
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .section-heading-alternative {
    font-family: var(--HeadingFont);
    font-size: 32px !important;
    line-height: unset !important;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    width: 100%;
  }

  #block-dr-custom-theme-helpusspreadtheword>h2 {
    font-size: 32px !important;
  }

  .no-background-content-section .block-events>div {
    width: auto !important;
  }

  .news-item-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .latest-news-feed>div,
  .latest-news-feed>h2 {
    margin-bottom: 0 !important;
  }

  .latest-news-title>a {
    font-weight: 600 !important;
    color: #000000;
    font-family: "Source Serif Pro";
  }

  .content-column p:not(.award-label) {
    color: white;
  }

  .no-background-content-section-top {
    padding-bottom: 0 !important;
    margin: auto;
    margin-bottom: 40px !important;
  }

  .bottom-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bottom-footer div {
    flex-direction: column;
    width: 100% !important;
    line-height: 24px !important;
    font-size: 10px !important;
  }

  .container .row {
    flex-direction: column !important;
  }

  .col-md-8 {
    width: unset !important;
  }

  .col-md-4 {
    padding-left: 0 !important;
    width: unset !important;
  }

  .sidebar-no-padding-right {
    margin-left: 0 !important;
  }

  .container .pane-content a {
    max-width: 100% !important;
  }

  .container .pane-content a img {
    max-width: 100% !important;
    height: auto;
  }

  .jumbotron-primary {
    height: unset !important;
    /* margin-left: -56px;
    margin-right: -56px; */
    width: unset !important;
  }

  .jumbotron-primary-text-box {
    float: unset !important;
    max-height: unset !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .container .inside-page-column {
    padding-top: 20px !important;
  }

  .privacy-jumbotron-primary h2 {
    font-size: 40px !important;
  }

  .team-jumbotron-primary h2 {
    font-size: 40px !important;
  }

  .pane-our-team-positions-panel h1 {
    min-height: unset !important;
  }

  .news-item-group .views-field.views-field-title {
    padding: 0;
    border: none;

  }

  .alt-subscribe-form>.webform-flexbox {
    padding: 10px 20px !important;
  }

  h1.grey-box-h1-margin-corrected {
    margin-top: 40px !important;
  }

  .grey-box-p-margin-corrected {
    margin-bottom: 0 !important;
  }

  section#mini-panel-application_button_grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .bootstrap-twocol-8-4 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bootstrap-twocol-8-4.scientific-meetings-page {
    margin-left: 0;
    margin-right: 0;
  }

  .field.field-name-body.field-type-text-with-summary.field-label-hidden.body p :not(.content-column *):not(strong) {
    max-width: 100% !important;
    height: auto;
  }

  .slide-content {
    flex-direction: column;
    margin-top: 30px;
  }

  .heading-number-wrap {
    flex-direction: column;
    align-items: unset !important;
  }

  #email-registration-form .webform-flex.webform-flex--2 {
    max-width: 100%;
  }

}

.news-item-group .views-field.views-field-title {
  margin-bottom: 5px;
  line-height: 1.35;
}

.news-item-group .views-field.views-field-body {
  margin-bottom: 20px !important;
}

/* Footer */
.footer {
  font-family: Montserrat, sans-serif;
  min-height: 205px;
  background: #f3f2f1;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  color: rgba(130, 131, 134, 1);
  font-weight: 300;
  letter-spacing: 1.2px;
  padding-top: 40px;
}

.footer-row {
  flex: 1;
  flex-direction: column;
}

.footer-row strong {
  color: var(--DamonBlue);
}

.footer-row h1 {
  opacity: 1;
  color: var(--DamonBlue);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 28px;
}

.footer a {
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  color: rgba(130, 131, 134, 1);
  font-weight: 300;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer .webform-flexbox .webform-flexbox {
  margin: 0 !important;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .footer {
    padding: 18px 18px;
  }

  .footer>div {
    display: grid !important;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .footer div {
    width: 100%;
    display: block;
  }

  .footer-row {
    margin-bottom: 20px;
  }

  .footer-row strong {
    color: var(--DamonBlue);
  }

  .footer h1 {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .footer-row {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
  }

  .footer p {
    font-size: 14px;
  }

  .footer-row h1 {
    width: 100%;
    font-size: 14px;
  }

  .webform-flex--container {
    margin-bottom: 20px !important;
    text-align: center;
  }

  .footer .webform-flex--container {
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .news-page>div:first-child {
    width: 100%;
  }

  #block-dr-custom-theme-connect .footer-row>p:nth-of-type(2)>a:not(:first-of-type) {
    max-width: 20% !important;
  }

  .webform-submission-form {
    max-width: 100%;
  }

  .webform-flex--container button {
    width: 80% !important;
  }

  .footer .webform-submission-form .js-form-item {
    display: block;
    width: calc(100%);
    margin: 10px auto;
  }

  .footer .webform-submission-form .js-form-item:last-child {
    margin-bottom: 0;
    margin: 0;
    max-width: 100%;
  }

  .footer .webform-button--submit {
    display: block;
    /* width: calc(100% - 20px); */
    /* margin: 10px auto; */
    margin: 0;
  }

  .footer #block-dr-custom-theme-aboutdamonrunyon {
    grid-area: 1 / 1 / 1 / 1;
  }

  .footer #block-dr-custom-theme-connect {
    grid-area: 1 / 2 / 1 / 2;
  }

  .footer #block-dr-custom-theme-webform {
    grid-area: 2 / 1 / 3 / 3;
  }

  .footer #block-dr-custom-theme-bloomerangform {
    grid-area: 2 / 1 / 3 / 3;
  }
}

 /* #block-dr-custom-theme-bloomerangform {
  max-width: 400px;
 } */

.latest-news-feed {
  background-color: #f6f6f6;
  padding: 60px 12.5%;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .latest-news-feed {
    padding: 40px 38px;
    margin-left: -36px;
    margin-right: -36px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .latest-news-title {
    font-family: var(--HeadingFont) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    /* margin-left: 15px !important; */
  }

  .latest-news-title>a {
    color: #000000;
    font-weight: 600;
    font-family: "Source Serif Pro";
  }

  .views-field-title {
    width: 100% !important;
  }

  .views-field-view-node {
    margin-left: 0 !important;
  }

  #block-dr-custom-theme-webform-2 {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }

  #edit-flexbox-01 {
    margin-top: 20px !important;
  }

  .alt-subscribe-form {
    padding: 5px;
    width: unset;
  }

  .alt-subscribe-form h1 {
    font-size: 40px !important;
    margin-bottom: 30px !important;
  }
  
  .cta-heading {
    font-size: 40px !important;
    margin-bottom: 30px !important;
    }

  #edit-processed-text-01 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }

  button {
    width: 100%;
    margin: 0 auto !important;
    font-family: "Montserrat" !important;
  }

  .main-news-page .grey-box-content button {
    width: 80% !important;
  }

  .subscribe-btn {
    margin-left: 0 !important;
    width: 80% !important;
  }

  #email-registration-form-container-2 .input-label{
    width: 80% !important;
  }

  .hide-mobile {
    display: none !important;
  }

  #block-dr-custom-theme-helpusspreadtheword {
    padding: 0 20px;
  }

  .webform-flex--3 {
    margin-right: unset !important;
  }

  .button-wrap {
    margin-top: 40px;
    margin-bottom: 15px !important;
  }

  .content-column p:nth-child(3) {
    margin-top: 45px !important;
    font-size: 16px !important;
  }

  .footer div {
    flex-direction: column;
  }

  .footer .field.field-name-body.field-type-text-with-summary.field-label-hidden.body p :not(.content-column *) {
    font-size: 14px !important;
  }
}

.latest-news-feed h2 {
  color: var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  font-size: 1.075em;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0 !important;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.latest-news-feed .views-view-flexbox.views-flexbox-align-content-stretch {
  justify-content: center;
}

.latest-news-category {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid var(--DamonBlue);
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.14px;
  line-height: 40px;
  margin-left: -20px;
}

.latest-news-title {
  color: rgba(0, 0, 0, 1);
  font-family: var(--HeadingFont) !important;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  line-height: 54px;
  margin: 0;
}


.latest-news-title>a {
  color: #000000;
  font-weight: 600;
  font-family: "Source Serif Pro";
}

.more-link {
  margin-top: 60px;
  display: flex;
}

.read-more-button-news {
  /* margin-top: 20px;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  display: inline-block;
  padding: 5px 20px; */

  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 13rem;
  height: 3rem;
  align-content: center;
  text-align: center;
}

.read-more-button-news a {
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
}

.more-link a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 13rem;
  height: 3rem;
  text-align: center;
  align-content: center;
}

.view-project-button {
  font-size: 16px;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 13rem;
  height: 3rem;
  text-align: center;
  align-content: center;
}

.views-element-container.contextual-region.map_states h3{
  color: var(--DamonBlue);
  margin-top: 30px;
  margin-bottom: 30px;
}

.views-field-field-category {
  width: 100%;
}

.views-field-title {
  width: 60%;
}

.views-field-view-node {
  margin-left: auto;
}

.news-item-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-width: 1620px;
}

#block-dr-custom-theme-helpusspreadtheword {
  width: 75%;
  max-width: 1620px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
  display: table;
}

.timeline-container {
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
}

@media (max-width: 500px) {
  .timeline .founded-ribbon {
    font-size: 21px;
  }
}

.page-our-impact-timeline .row2 {
  text-align: center;
}

.timeline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  border-right: 1px solid black;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  background: #ffffff;
  position: relative;
}

.timeline-heading {
  position: relative;
}

.timeline>li>.timeline-panel>.timeline-heading:before {
  position: absolute;
  top: 25px;
  right: -65px;
  display: inline-block;
  border-top: 1px solid black;
  height: 2px;
  width: 45px;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: black;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
  display: none !important;
}

.timeline>li>.timeline-badge.nobel-badge {
  color: #994e75;
}

.timeline>li>.timeline-badge.nobel-badge a {
  color: #994e75;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel>.timeline-heading:before {
  left: -65px;
  right: auto;
}

.nobel .timeline-heading:after {
  color: #994e75 !important;
}

.foundation-formed .timeline-heading:after {
  color: #47a2b5 !important;
}

.timeline-badge>a {
  color: black;
}

.timeline-badge a:hover {
  color: #dcdcdc !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-heading h4 {
  font-weight: 900;
  padding: 0 15px;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  position: relative;
}

.timeline-body>p,
.timeline-body>ul {
  padding-top: 10px;
  margin-bottom: 0;
}

.timeline-body {
  padding-left: 15px;
  padding-right: 15px;
}

.timeline-footer {
  padding: 5px 15px;
  background-color: #f4f4f4;
}

.timeline-footer p {
  margin-bottom: 0;
}

.timeline-footer>a {
  cursor: pointer;
  text-decoration: none;
}

.timeline>li {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.timeline>li.timeline-inverted {
  float: right;
  clear: right;
  padding-left: 25px;
  padding-right: 0;
  text-align: left;
}
.timeline > li:not(.load-more-toggle):nth-of-type(2){
  margin-top: 60px;
}

/* .timeline>li:nth-child(2) {
  margin-top: 60px;
} */

.timeline>li.timeline-inverted>.timeline-badge {
  left: -12px;
}

.no-float {
  float: none !important;
}

@media (max-width: 1000px) {

  .annual-reports .views-view-flexbox article {
    gap: 0 !important;
  }

  .field.field-name-field-doctor-image.field-type-image.field-label-hidden.field_doctor_image {
    max-width: 50% !important;
  }

  .timeline:before {
    border: none;
  }

  .timeline>li>.timeline-panel>.timeline-heading:before {
      border-top: none;
    }

  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    text-align: left;
    padding: 0 !important;
  }

  ul.timeline>li>.timeline-panel {
    width: 100%;
  }

  ul.timeline>li>.timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel>.timeline-heading:before {
    left: -25px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel>.timeline-heading:after {
    left: -31px;
    right: auto;
  }

  .timeline>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 !important;
  }

  .timeline>li.timeline-inverted>.timeline-badge {
    left: 28px;
  }

  .index-h1-container {
    margin-left: auto !important;
    margin-right: auto !important;
    /* width: calc(100% - 40px) !important; */
  }
}

@media (max-width: 768px){
  .timeline-container {
      margin: 0 !important;
    }
}

.timeline p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.timeline h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.timeline h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

.timeline .purple-ribbon {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: relative;
  height: 40px;
  margin-left: auto;
  margin-right: 14px;
  margin-top: 3px;
  padding-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
  align-content: center;
}

.timeline .purple-ribbon.founded-ribbon {
  width: 280px;
  background-color: #47a2b5;
  padding-left: 40px;
}

.timeline .purple-ribbon.founded-ribbon:after {
  border-color: #47a2b5;
  border-left-color: rgb(136, 183, 213);
  border-left-color: rgba(136, 183, 213, 0);
}

.purple-ribbon {
  display: flex;
  align-items: center;
  padding: 10px;
}

.nobel-image {
  margin-left: 10px;
}

.timeline-body:not(:has(.timeline-body-heading)) p:first-of-type {
  margin-top: 0 !important;
}

.timeline .timeline-circle-img {
  float: right;
  border-radius: 50%;
}

.timeline .timeline-image {
  padding: 15px;
}

.timeline .double-top-padding {
  margin-top: 200px;
}

.timeline .super-top-padding {
  margin-top: 350px;
}

.timeline-body div:first-of-type:not(.dont-center) {
  align-items: center;
}

.secondary-heading {
  font-size: 38px;
  font-family: var(--HeadingFont);
  font-weight: 600;
  margin-bottom: 60px;
}

.load-more-toggle{
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin-bottom: 35px !important;
}

.load-more-button {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 13rem;
  height: 3rem;
  font-size: 16px;
  font-family: "Montserrat";
}

@media (max-width: 1199px){

  .news-page>div:first-child {
    padding-right: 0 !important;
  }

  .timeline>li.timeline-inverted {
    padding-left: 0 !important;
  }

  .timeline>li {
    padding-right: 0 !important;
  }

  .timeline>li>.timeline-panel>.timeline-heading:before {
    top: 55px;
    width: 24px;
    right: -40px !important;
  }
    .timeline>li.timeline-inverted>.timeline-panel>.timeline-heading:before {
      left: -40px !important;
    }

  .timeline:before {
    top: 80px;
  }

    .col-md-8.program-details {
     width: 100%;;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.button-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.more-button {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 13rem;
  height: 3rem;
  font-size: 16px;
  font-family: "Montserrat";
}

.block-events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.alt-subscribe-form input {
  height: 3rem !important;
}

.alt-subscribe-form>.webform-flexbox {
  margin: unset;
  padding: 20px 20px;
}

.alt-subscribe-form h1 {
  font-family: var(--HeadingFont) !important;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.webform-flex--1 {
  width: 100%;
}

.webform-flex--3 {
  flex: 0 1 50%;
}

.webform-flex--container button {
  width: 100%;
  height: 3rem;
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

#edit-flexbox-01 {
  gap: 20px;
}

@media (min-width: 1200px){
  .homepage #edit-processed-text-01 {
    font-size: 24px;
  }
}

.footer-row>p:first-child {
  margin-top: 0;
}

#edit-flexbox--2 {
  margin-top: 0;
}

#edit-flexbox--2 h1 {
  margin-top: 0;
}

.pane-our-history-quote-panel.container {
  max-width: 100% !important;
}

.pane-our-history-quote-panel .pane-3 {
  margin-left: 20px;
}

/* Tablet */



@media screen and (max-width: 1199px) and (min-width: 769px) {
  .content-wrapper {
    padding: 0;
  }

  .footer{
    padding-left: 18px;
    padding-right: 18px;
  }

  /* iframe.inspired-act-now-iframe {
    min-height: 435px !important;
  } */

  .scientist-page .alt-subscribe-form,
  .news-page .alt-subscribe-form {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }

  .main-heading {
    font-size: 60px !important;
    letter-spacing: 1.2px !important;
    line-height: 80px !important;
  }

  #block-dr-custom-theme-fundingheader h1 {
    font-size: 60px !important;
    letter-spacing: 1.2px !important;
    line-height: 80px !important;
  }

  .content-column {
    margin: 0 !important;
    padding: 30px;
    max-width: 100% !important;
  }

  .content-wrapper .green-box-wrapper:not(.awards) {
    flex-direction: column !important;
  }

  .content-column img {
    max-width: 100%;
    height: auto;
  }

  .latest-news-feed {
    padding: 60px 0;
  }

  .latest-news-feed>div,
  .latest-news-feed>h2 {
    max-width: 90% !important;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-view-flexbox .views-flexbox-item {
    display: unset !important;
  }

  #content-type-buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /* Optional: Adds spacing between buttons */
  }

  .news-page>.sidebar,
  .scientist-page>.sidebar,
  .our-history .sidebar {
    width: 100% !important;
    max-width: unset !important;
  }

  .news-page,
  .scientist-page {
    flex-direction: column;
    max-width: 100% !important;
    padding: 52px;
  }

  #support-main-content {
    flex-direction: column;
    max-width: 100% !important;
  }

  #edit-flexbox-01 {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  #edit-flexbox-01.webform-flex--3 {
    grid-area: 1 / 1 / 1 / 1;
    width: 200%;
  }

  .alt-subscribe-form {
    width: unset !important;
    max-width: 90% !important;
  }

  .alt-subscribe-form h1 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 1.82px;
  }

  .webform-flex--3 {
    grid-area: 1 / 1 / 2 / 2;
    max-width: unset;
    width: 200%;
  }

  #edit-flexbox-01 div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  #edit-flexbox-01 div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }

  #edit-flexbox-02 {
    margin-top: -8px;
    margin: 0 !important;
  }

  div#edit-processed-text-01 p {
    margin: 0;
  }

  #edit-processed-text-01 {
    font-size: 16px;
  }

  #edit-flexbox-03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  #edit-flexbox-03 div:nth-child(3) {
    width: 125%;
    margin-top: 10px;
  }

  #edit-flexbox-03 div:nth-child(4) {
    width: 75%;
    margin-top: 10px;
    margin-left: auto;
  }

  /* .block-events {
    flex-wrap: wrap;
  }

  .block-events>div {
    flex: 0 1 33%;
    max-width: calc(33% - 8px);
  } */

  /* .block-column h1 {
    min-height: 250px !important;
  } */

  .no-background-content-section {
    max-width: 1620px;
    width: 75%;
    padding-top: unset !important;
  }

  .section-heading-alternative {
    width: 100%;
    font-size: 48px !important;
    font-weight: 500;
  }

  .news-item-group>div:nth-child(3) {
    flex: 1;
  }

  .read-more-button-news {
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 28px;
    opacity: 1;
    background-color: var(--DamonBlue);
    padding: 5px 20px;
    margin-left: 0;
    margin-right: auto;
    border: none;
    height: 3rem;
    align-content: center;
    text-align: center;
  }

  .hide-mobile {
    display: none !important;
  }

  .index-h1-container {
    width: unset;
    /* max-width: 90% !important; */
    margin: auto !important;
  }

  .content-section {
    width: unset !important;
    max-width: 90% !important;
  }

  .no-background-content-section {
    width: unset !important;
    max-width: 90% !important;
  }

  .views-field.views-field-body {
    flex: unset !important;
  }

  #block-dr-custom-theme-helpusspreadtheword {
    max-width: 90% !important;
  }

  div.footer-row.address-row {
    margin-left: 20px;
  }

  .bottom-footer div {
    max-width: 90% !important;
  }

  #edit-flexbox-01 .webform-flex.webform-flex--1:nth-child(2) {
    padding-right: 0 !important;
    margin-left: 0;
  }

  #edit-flexbox-01 .webform-flex.webform-flex--1 {
    padding-left: 0 !important;
  }

  .content-column p:nth-child(3) {
    margin-top: 30px !important;
    font-size: 21px !important;
  }

  .no-background-content-section-top {
    width: unset;
    max-width: 90% !important;
    margin: auto;
  }

  .two-button-row {
    flex-direction: column !important;
  }

  .grey-box-interior {
    max-width: 90% !important;
  }

  .grey-box-interior .block-events>div {
    flex: 1;
  }

  #column2 {
    display: none;
  }

  .grey-box p {
    padding-bottom: 50px;
  }

  .img-box img {
    /* width: 380px; */
    width: 350px;
    height: 240px;
  }

  .project-menu-wrap {
    width: 100%;
    max-width: 90% !important;
    margin: auto;
  }

  .project-menu-wrap>div {
    flex-direction: row;
    gap: 20px;
  }

  .project-menu-wrap>p {
    padding-bottom: 0 !important;
  }

  .project-button {
    width: 100% !important;
  }

  #chart-container {
    max-width: 90% !important;
    margin: auto;
    /* margin-bottom: 0 !important; */
  }

  #chart-container h1 {
    font-family: var(--HeadingFont);
    font-weight: 650;
    font-size: 40px;
  }

  .map_states {
    max-width: 90% !important;
    margin: auto;
    margin-bottom: 50px;
  }

  .map_states h2 {
    line-height: 1;
    font-size: 40px;
  }

  #scientists-state {
    display: none;
  }

  #state {
    display: none;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
    flex-direction: column;
  }

  .views-view-flexbox .views-flexbox-item:not(.news-item-group):not(.annual-reports .views-flexbox-item):not(.annual-reports-grid .views-flexbox-item) {
    display: flex;
    flex-direction: column;
    flex: 0 1 33%;
    /* max-width: calc(33% - 11px); */
    flex-grow: unset !important;
    background: #f6f6f6;
    padding: 15px;
    /* justify-content: unset !important; */
  }

  .field-content:not(.read-more-button-news) a {
    color: black;
  }

  .views-field-title {
    width: 100%;
    border: 1px solid white;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--HeadingFont);
    font-size: 30px;
    font-weight: 650;
  }

  .views-field.views-field-field-project-title {
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }

  .views-field.views-field-field-institution {
    border: 1px solid white;
    border-top: none;
    padding: 10px;
  }

  .jumbotron-primary {
    padding-right: calc((100% - 90%) / 2);
  }

  .jumbotron-primary.application-grid{
    padding-right: 0 !important;;
  }

  .pane-application-button-grid.container{
    max-width: 100% !important;
  }

  .jumbotron-primary-text-box h1 {
    font-size: 28px;
  }

  .jumbotron-primary-text-box p {
    font-size: 22px !important;
  }

  .container {
    max-width: 90% !important;
  }

  .field.field-name-body.field-type-text-with-summary.field-label-hidden.body p :not(.content-column *):not(img) {
    max-width: 100% !important;
  }

  .jumbotron-primary-text-box {
    max-width: 100% !important;
    padding-left: calc((100% + calc((100% - 90%)) - 90%) / 2) !important;
  }

  #placeholder {
    max-width: 90% !important;
  }

  .grey-box>* {
    max-width: 90% !important;
    width: 100% !important;
  }

  .img-box img {
    max-width: 385px;
    margin-right: 15px;
  }

  .article-text .flex-row {
    flex-direction: row !important;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 {
    max-width: 90% !important;
  }

  #content-type-buttons {
    max-width: 90% !important;
  }

  .footer #block-dr-custom-theme-connect {
    margin-right:18px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.grey-row-box {
  background-color: #f6f6f6;
  flex: 1;
  margin: 5px 0;
  padding: 10px;
}

.grey-row-box-content {
  border: 1px solid #fff;
  padding: 26px;
}

.grey-box-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 72px !important;
  padding-right: 72px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blue-paragraph {
  color: var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.button-active {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: #007383;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.green-text-header {
  color: var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  font-size: 1.075em;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0;
}

.no-background-content-section {
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 40px; */
  padding-bottom: 80px;
  max-width: 1620px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* .no-background-content-section .block-events>div {
  width: 25%;
} */

@media screen and (max-width: 768px) {
  #placeholder {
    padding-bottom: 15px;
  }

  .more-button {
    width: 80% !important;
  }

  .scientist-page .alt-subscribe-form,
  .news-page .alt-subscribe-form,
  .our-history .alt-subscribe-form {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .article-text p {
    font-weight: 500;
  }

  #column2 {
    display: none;
  }

  .grey-box {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 50px;
    margin-left: -36px;
    margin-right: -36px;
    margin-top: 0 !important;
  }

  .grey-box h1,.grey-box h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    font-family: var(--HeadingFont);
    font-size: 26px !important;
    font-weight: 600;
  }

  .grey-box p {
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  .box-row {
    /* flex-direction: row; */
    flex-direction: column;
    width: 100% !important;
  }

  .img-box h2 {
    font-size: 25px;
    font-weight: 650;
  }

  .content-section {
    padding: 12.5px;
    margin-bottom: 50px;
    max-width: unset !important;
    width: unset !important;
  }

  .alt-subscribe-form {
    padding: 12.5px;
  }

  .alt-subscribe-form h1 {
    font-size: 30px;
    margin: auto;
  }

  .no-background-content-section {
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
  }

  #block-dr-custom-theme-helpusspreadtheword {
    width: 100%;
  }

  #column1 {
    margin-bottom: 25px;
  }

  #placeholder {
    width: 100%;
  }

  .grey-box h1, .grey-box h2 {
    font-size: 24px;
  }

  .grey-box p {
    font-size: 15px;
  }

  .more-link {
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
  }

  .more-link a {
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 28px;
    opacity: 1;
    background-color: var(--DamonBlue);
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 66%;
    height: 3rem;
    align-content: center;
    text-align: center;
  }

  #block-dr-custom-theme-helpusspreadtheword {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  #block-dr-custom-theme-helpusspreadtheword h2 {
    margin-bottom: 35px;
  }

  .views-field.views-field-body {
    flex: unset !important;
  }

  .award-heading {
    font-size: 44px !important;
  }

  /* h2 {
    font-size: 32px !important;
    font-weight: 650 !important;
  } */

  .latest-news-feed h2 {
    font-size: 21px !important;
    margin-bottom: 0 !important;
  }

  .no-background-content-section h1, .no-background-content-section .h1 {
    font-size: 24px !important;
  }

  .two-button-row {
    flex-direction: column !important;
  }

  .green-box-wrapper:not(.awards) {
    flex-direction: column;
    margin: 0 !important;
  }

  .green-box-wrapper .content-column .section-paragraph {
    font-size: 17px !important;
    color: white;
    letter-spacing: 0;
  }

  #block-dr-custom-theme-fundingheader h1 {
    font-size: 40px !important;
    line-height: 60px !important;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #placeholder .flex-row .grey-row-box {
    max-width: 100% !important;
  }
}

.content-column button {
  background-color: rgba(6, 255, 248, 1);
  border-radius: 28px;
  border-style: none;
  padding: 10px 30px;
  width: 100%;
  height: 3rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15.95px;
}

.content-column p:nth-child(3) {
  color: #fff;
  margin-top: 60px;
  font-size: 24px;
}

.two-column-content-wrap {
  display: flex;
}

.column-one {
  width: 66%;
}

.column-two {
  width: 33%;
}

.grey-box h1, .grey-box h2 {
  margin-left: auto;
  margin-right: auto;
  /* width: 75%; */
  max-width: 1200px;
}

.grey-box p {
  margin-left: auto;
  margin-right: auto;
  /* width: 75%; */
  max-width: 1200px;
}

.box-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.index-h1-container {
  margin-left: auto;
  margin-right: auto;
  /* width: 75%; */
  max-width: 1200px;
}

.content-wrapper {
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  /* margin: auto; */
  justify-content: center;
  /* padding: 0px 5%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.content-column {
  flex: 1;
  margin: 50px 0;
  /* max-width: 1200px; */
}

.no-background-content-section {
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 40px; */
  padding-bottom: 80px;
  max-width: 1200px;
  /* width: 75%; */
}

.block-events {
  display: flex;
  flex-direction: row;
  column-gap: 36px;
}

.block-events h1 {
  font-size: 40px;
  font-family: var(--HeadingFont);
  font-weight: 650;
}

.latest-news-feed>div,
.latest-news-feed>h2 {
  margin: auto;
  max-width: 1200px;
  margin-bottom: 40px;
}

#block-dr-custom-theme-helpusspreadtheword {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.main-heading {
  color: rgba(0, 0, 0, 1);
  font-family: var(--HeadingFont);
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 100px;
  opacity: 1;
  margin-top: 40px;
}

h1.main-heading{
  margin-block-end:20px;
}

.footer div {
  display: flex;
  flex: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.footer div .webform-flex h1 {
  margin: 0;
}

.bottom-footer>div {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.bottom-footer div {
  display: flex;
  flex: 1;
  /* width: 75%; */
  /* align-self: center; */
  /* justify-content: space-around; */
  font-family: Montserrat, sans-serif;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0.86px;
  line-height: 40px;
}

#block-dr-custom-theme-copyrightright div {
  width: 100%;
  justify-content: flex-end;
}

.alt-subscribe-form>.webform-flexbox>.webform-flex {
  max-width: 1200px;
  margin: 0;
}

.scientist-name h2 {
  margin-top: 0;
}

/* Bigger than tablet for inspired act now sidebar position fixes */
@media (min-width: 768px) {
  .webform-flex--container {
    margin: 0 !important;
  }

    .alt-subscribe-form h1 {
      padding-left: 20px;
    }

    .homepage .alt-subscribe-form h1 {
      padding-left: 0;
    }
}

#edit-flexbox-03 {
  column-gap: 20px;
}

.views-view-flexbox .views-flexbox-item {
  flex-grow: 1;
  justify-content: space-between;
}

.news-item-group>div:nth-child(1) {
  flex: 0 1 100%;
}

.views-field.views-field-body {
  flex: 0 1 66%;
}

.news-item-group>div:nth-child(3) {
  align-content: center;
}

#placeholder {
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#column1 {
  margin-left: 0;
  max-width: 100%;
}

.grey-box {
  padding-bottom: 2%;
}

.grey-box h1, .grey-box h2 {
  font-family: var(--HeadingFont);
  font-size: 45px;
  font-weight: 600;
}

.img-box h2 {
  font-family: var(--HeadingFont);
  font-size: 22px;
  font-weight: 650;
  width: 85%;
  margin-top: 22px !important;
}

.section-heading-alternative {
  margin-bottom: 0;
}

.box-row {
  margin-bottom: 54px;
}

.webform-flex--container>.form-item>input:not([type="checkbox"]) {
  padding-left: 20px;
}

.no-background-content-section h1, .no-background-content-section .h1 {
  font-size: 40px;
  font-family: var(--HeadingFont);
  font-weight: 650;
}

h2 {
  font-family: var(--HeadingFont);
  font-size: 60px;
}

.awards {
  flex-wrap: wrap;
}

.award-circle {
  text-align: center;
  background: white;
  border-radius: 120px;
  aspect-ratio: 1;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 240px;
}

.award-heading {
  font-size: 80px;
  margin: 0;
  line-height: 1;
}

.award-label {
  font-size: 18px;
  margin: 0;
  flex: 1;
  font-weight: 690;
  color: var(--DamonBlue);
  padding-left: 20px;
  padding-right: 20px
}

.no-background-content-section {
  padding-bottom: 0px;
  font-size: 18px;
}

.award-heading {
  /* font-size: 80px; */
  font-size: 65px;
  font-family: var(--HeadingFont);
  flex: 1;
  align-content: flex-end;
  font-weight:700;
}


@media screen and (max-width: 1468px) {
  .award-label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1305px) and (max-width: 1333px) {
  .award-label {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1304px) {
  .award-label {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media (max-width: 1190px) {
  .green-box-wrapper.awards {
    display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      /* or whatever space you need */
      flex-wrap: wrap;
  }

  .green-box-wrapper.awards .content-column {
    flex: 0 1 calc(50% - 20px) !important;
    /* 2 columns per row with spacing */
    box-sizing: border-box;
  }

  .award-label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 866px) and (max-width: 1190px) {
  .green-box-wrapper.awards .content-column {
    flex: 0 1 calc(30% - 20px) !important;
  }

  .content-wrapper:has(.green-box-wrapper) {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically (optional) */
    gap: 20px;
    /* Optional if you need space between the items */
  }
}

.two-button-row {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.two-button-row-1 {
  flex: 0.5;
}

.two-button-row-2 {
  flex: 0.5;
}

.placeholder {
  display: flex;
}

.no-background-content-section-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.no-background-content-section-top p {
  font-size: 20px;
}

.two-button-row p {
  font-size: 60px !important;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  color: white;
  font-family: var(--HeadingFont) !important;
  font-weight: 600 !important;
}

.img-box img {
  max-width: 385px;
  margin-right: 15px;
}

@media(max-width: 655px) {
  .award-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .img-box img {
    width: 286px;
  }

  .green-box-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

    #block-dr-custom-theme-views-block-news-page-block-block-1 {
      margin-top: 40px !important;
    }

  #column2 {
    display: none;
  }

  .grey-box p {
    line-height: 25px;
    padding-bottom: 50px;
  }

  .img-box img {
    /* width: 380px; */
    width: 100%;
    height: 140px;
  }

  .grey-box.project-menu p {
    margin-top: 30px;
    width: unset !important;
    padding-bottom: 0;
  }

  .project-button {
    margin-bottom: 10px !important;
    width: 100% !important;
  }

  .project-menu-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .project-menu-wrap>div {
    flex-direction: column !important;
    gap: 20px;
  }

  #chartdiv {
 /*   display: none; */

height: 220px;
margin-bottom: 30px !important;
  }

  #scientists-state {
    display: none;
  }

  #state {
    display: none;
  }

  .contextual-region.map_states {
    display: flex !important;
    flex-direction: column;
  }

  #chart-container {
    margin-bottom: 0 !important;
  }

  .views-flexbox-item {
    background: #f6f6f6;
    padding: 15px;
  }

  .views-field-field-project-title .field-content {
    font-family: "Montserrat";
  }

  .contextual-region.map_states h2 {
    font-size: 32px !important;
  }

  .field-content a {
    color: black;
  }

  .views-field-title {
    width: 60%;
    border: 1px solid white;
    border-bottom: none;
    padding: 10px;
    font-family: var(--HeadingFont);
    font-size: 30px;
    font-weight: 650;
  }

  .views-field.views-field-field-project-title {
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }

  .views-field.views-field-field-institution {
    border: 1px solid white;
    border-top: none;
    padding: 10px;
  }

  .views-view-flexbox .views-flexbox-item:not(.news-item-group) {
    max-width: unset !important;
    flex: unset !important;
  }

  .video-thumbnail {
    max-width: 300px !important;
  }

  /* iframe.inspired-act-now-iframe {
    min-height: 685px !important;
  } */
}

#chart-container {
  margin-bottom: 100px;
}

.img-box img {
  /* height: 240px; */
  height: auto;
}

.grey-box p {
  font-size: 32px !important;
  font-weight: 400 !important;
  width: auto;
}

.index-h1-container p {
  font-size: 32px;
}

.project-menu-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.project-menu-wrap>div {
  gap: 20px;
}

.project-menu-wrap>p {
  padding-bottom: 0 !important;
}

.project-button {
  width: 100% !important;
}

#chartdiv {
  margin-top: 40px;
  margin-bottom: 100px;
}

#chart-container {
  max-width: 1200px;
  margin: auto;
  /* margin-bottom: 0 !important; */
}

#chart-container h1 {
  font-family: var(--HeadingFont);
  font-weight: 650;
  font-size: 40px;
}

.map_states {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}

.map_states h2 {
  line-height: 1;
  font-size: 40px;
}

#scientists-state {
  display: none;
}

#state {
  display: none;
}

.views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
  gap: 30px;
}

.map_states .views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
  gap: 20px;
}

.annual-reports-grid .views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
  gap: 20px;
  justify-content: center;
}

.map_states .views-view-flexbox .views-flexbox-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 33%;
  max-width: calc(33% - 11px);
  flex-grow: unset !important;
  background: #f6f6f6;
  padding: 15px;
}

.map_states .field-content a {
  color: black;
}

.map_states .views-field-title {
  width: 100%;
  border: 1px solid white;
  border-bottom: none;
  padding: 10px;
  font-family: var(--HeadingFont);
  font-size: 30px;
  font-weight: 650;
}

.map_states .views-field.views-field-field-project-title {
  border: 1px solid white;
  border-top: none;
  border-bottom: none;
  padding: 10px;
  margin-top: 0 !important;
}

.map_states .views-field.views-field-field-institution {
  border: 1px solid white;
  border-top: none;
  border-bottom: none;
  padding: 10px;
  padding: 10px;
  width: 100% !important;
}

.map_states .views-field.views-field-title-1 {
  border: 1px solid white;
  border-top: none;
  padding: 10px;
  width: 100% !important;

}

/* Fred's changes 7/3 */

.grey-box h1, .grey-box h2 {
  /* line-height: 54px; */
  line-height: 36px;
}

.grey-box p {
  /* line-height: 40px; */
  line-height: 27px;
  padding-top: 70px;
}

.block-events {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.block-events {
  /* column-gap: 36px; */
  column-gap: 16px;
}

.grey-box h1, .grey-box h2 {
  /* font-size: 45px; */
  font-size: 40px;
  /* width: 75%; */
  /* width: auto; */
}

.grey-box p {
  /* font-size: 32px !important; */
  font-size: 20px !important;
}

.index-h1-container p {
  /* font-size: 32px; */
  font-size: 26px;
}

p.grey-box-header {
  color: var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
}

#block-dr-custom-theme-content .ds-2col {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

#block-dr-custom-theme-pagetitle {
  max-width: 1200px;
  margin: auto;
  font-family: var(--HeadingFont);
}

#block-dr-custom-theme-helpusspreadtheword>h2 {
  font-size: 60px;
}

.field-name-body h2 {
  font-family: var(--HeadingFont);
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 50px;
}

.field-name-body .grey-box-content h2{
  margin-bottom: 10px;
}

.grey-box-content h1.grey-box-h1-smaller,.block-column h3.grey-box-h1-smaller {
  margin-bottom: 20px !important;
}

.field_project_title_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field_project_title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden.body p :not(.content-column *):not(strong) {
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 16px;
  max-width: 700px;
}

.field_institution_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field_cancer_type_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field_award_type_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field_research_area_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field_sponsor_mentor_label {
  color: var(--DamonBlue);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
}

.field-label-above a {
  color: black;
}

.scientists-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  /* gap: 5%; */
}

.views-field.views-field-field-doctor-image {
  margin-right: 20px;
  float: left;
}

.scientists-content .views-field-title {
  width: unset;
  font-family: var(--HeadingFont);
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  border: none;
}

.scientists-content .sidebar {
  /* max-width: 30%; */
  flex: 0 1 40%;
}

.scientists-content>div:first-child {
  flex: 0 1 100%;
  /* padding-right: 50px; */
}

.scientists-content .field-content a {
  color: #333 !important;
}

.scientists-content .views-field.views-field-body {
  margin-top: 40px;
}

.views-field.views-field-field-cancer-type {
  width: 50%;
  float: right;
}

.views-field.views-field-field-institution {
  width: 50%;
  float: left;
}

.views-field.views-field-field-award-type {
  margin-top: 20px;
  width: 50%;
  float: left;
}

.views-field.views-field-field-project-title {
  /* width: 50%; */
  /* float: right; */
  margin-top: 20px;
}

.views-field.views-field-field-research-area {
  width: 50%;
  float: left;
  margin-top: 20px;
}

.views-field.views-field-field-sponsor-mentor {
  width: 50%;
  float: left;
  margin-top: 20px;
}

.scientists-content .views-label {
  color: var(--DamonBlue);
  font-weight: 500;
  text-transform: uppercase;
}

.scientists-content .alt-subscribe-form {
  width: 100%;
}

.scientists-content .alt-subscribe-form h1 {
  font-size: 40px;
  letter-spacing: 1.82px;
}

.scientists-content #edit-flexbox-01 {
  flex-direction: column;
  margin-top: 0;
}

.scientists-content #edit-flexbox-01 .webform-flex.webform-flex--1 {
  padding: 0;
  margin: 0;
}

.scientists-content #edit-processed-text-01 {
  font-size: 16px;
}

.scientists-content .webform-flexbox .webform-flexbox {
  margin-top: 0;
}

.scientists-content #edit-flexbox-03 {
  gap: 20px;
  flex-direction: column;
}

.scientists-content .subscribe-btn {
  margin-left: 0;
}

.scientists-content .views-field.views-field-field-project-title .field-content {
  font-weight: 500;
}

.views-field.views-field-field-meet-our-scientists-header {
  max-width: fit-content;
  padding: 10px 20px;
  padding-right: 50px;
  margin-bottom: 40px;
  border: 2px solid var(--DamonBlue);
  text-transform: uppercase;
  font-weight: 600;
}

.annual-reports header {
  max-width: 1200px;
  margin: auto;
}

.annual-reports .views-view-flexbox {
  background: #f7f7f7;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.annual-reports .views-view-flexbox article {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.annual-reports h2 {
  margin-top: 0;
}

.annual-reports .field_thumbnail {
  float: right;
}

.annual-reports h1 {
  font-family: var(--HeadingFont);
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
}

.annual-reports header p {
  font-size: 24px;
}

.annual-reports-grid {
  max-width: 1200px;
  margin: auto;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#block-dr-custom-theme-views-block-annual-reports-block-1>h2 {
  display: none;
}

.annual-reports-grid .views-view-flexbox .views-flexbox-item {
  flex: 0 1 calc(33% - 10px);
  max-width: 400px;
}

.annual-reports article>div:not(.contextual) {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  text-align: center;
  justify-items: center;
}

.annual-reports img {
  max-width: 450px;
  height: auto;
}

.annual-reports .field-name-field-fullscreen-link {
  grid-area: 2 / 1 / 2 / 5;
}

.annual-reports .field-name-field-download-pdf-link {
  grid-area: 3 / 1 / 3 / 5;
}

.annual-reports .field-name-field-report-card-link {
  grid-area: 4 / 1 / 4 / 5;
}

/* .annual-reports .field:not(.field-name-field-thumbnail):not(.field-name-body) {
background: var(--DamonBlue);
max-width: 250px;
text-align-last: center;
align-content: center;
margin-top: 10px;
margin-bottom: 10px;
height: 50px;
border-radius: 25px;
} */

.annual-reports .btn {
  background: var(--DamonBlue);
  max-width: 250px;
  width: 100%;
  text-align-last: center;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
}

.annual-reports .field a {
  color: white;
  font-weight: 500;
}

.annual-reports h2 a {
  color: black;
  font-weight: 600;
}

.annual-reports-grid article>div {
  display: grid;
}

.annual-reports-grid .field-type-image img {
  max-width: 180px;
  height: auto;
}

.annual-reports-grid .field.field-name-field-thumbnail.field-type-image.field-label-hidden.field_thumbnail {
  max-width: fit-content;
  justify-self: flex-end;
  grid-row-start: 1;
  grid-row-end: 5;
}

.annual-reports-grid .field:not(.field-type-image) {
  max-width: fit-content;
  justify-self: flex-start;
  /* margin-bottom: 25px; */
}

.annual-reports-grid .field.field-name-field-fullscreen-link.field-type-link.field-label-hidden.field_fullscreen_link {
  grid-row-start: 1;
  grid-column: 2;
  margin-top: 25%;
}

.annual-reports-grid .field.field-name-body.field-type-text-with-summary.field-label-hidden.body {
  display: none;
}

.annual-reports-grid h2 {
  font-size: 26px;
  height: 75px;
  font-weight: 600;
}

.annual-reports-grid h2 a {
  color: black;
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .contextual-region.map_states.hidden-map-state {
    display: none !important;
  }

  .scientists-content {
    width: 100%;
    gap: 0;
    flex-direction: column;
    margin-top: 0;
    padding: 0 !important;
  }

  .scientist-page>div:first-child:not(.custom-header-region) {
    padding-right: 0 !important;
  }

  .scientist-page>div:first-child:not(.custom-header-region) {
    max-width: unset;
  }

  .scientists-content .views-field.views-field-field-doctor-image {
    margin-right: 20px;
    float: left;
  }

  .scientists-content .views-field-field-doctor-image img {
    max-width: 100px;
    height: auto;
  }

  .scientists-content .views-field-title {
    width: unset !important;
    font-size: 24px;
  }

  .scientists-content .views-field.views-field-field-project-title {
    margin-top: 20px;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }

  .scientists-content .views-label {
    display: block;
  }

  .scientists-content .views-field.views-field-field-institution {
    border: none;
    padding: 0;
  }

  .scientists-content .views-field.views-field-field-institution {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .views-field.views-field-field-cancer-type {
    width: unset;
    float: unset;
  }

  .views-field.views-field-field-institution {
    width: unset;
    float: unset;
  }

  .views-field.views-field-field-award-type {
    width: unset;
    float: unset;
  }

  .views-field.views-field-field-research-area {
    width: unset;
    float: unset;
  }

  .views-field.views-field-field-sponsor-mentor {
    width: unset;
    float: unset;
  }

  .scientists-content .sidebar {
    max-width: unset;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scientists-content .alt-subscribe-form {
    margin-top: 0;
  }

  .scientists-content .alt-subscribe-form>.webform-flexbox {
    margin: unset !important;
    padding: 10px 20px !important;
  }

  .scientists-content .subscribe-btn {
    margin-left: auto;
  }

  .scientists-content .views-flexbox-item {
    background: unset;
    padding: 35px;
    padding-bottom: 0;
  }

  .annual-reports .views-flexbox-item.item-1 {
    max-width: 100% !important;
  }

  .annual-reports h2 {
    font-size: 30px !important;
  }

  .annual-reports .views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
    margin-left: -18px;
    margin-right: -18px;
  }

  .annual-reports img {
    max-width: 100%;
  }

  .annual-reports article>div:nth-child(3) {
    grid-template: none;
  }

  .annual-reports .field-name-field-fullscreen-link {
    grid-column: 1 / 1;
    grid-row: 3 / 3;
  }

  .annual-reports .field:not(.field-name-field-thumbnail):not(.field-name-body) {
    max-width: 100%;
  }

  .annual-reports .field-name-field-download-pdf-link {
    grid-row: 4 / 4;
  }

  .annual-reports .field-name-field-report-card-link {
    grid-column: 1 / 1;
    grid-row: 5 / 5;
  }

  .annual-reports-grid h2 a {
    font-size: 24px;
  }

  .annual-reports-grid .views-view-flexbox.views-flexbox-direction-row.views-flexbox-justify-start.views-flexbox-align-items-stretch.views-flexbox-align-content-stretch.views-flexbox-_none_ {
    margin-left: -18px;
    margin-right: -18px;
  }

  .annual-reports-grid .views-view-flexbox .views-flexbox-item {
    background: none;
  }

  .scientists-content .views-field-field-doctor-image img {
    max-width: 124px;
  }
}

/* Fred's changes */

.article-text p {
  font-size: 16px;
  /* font-size: 25px; */
}

.content-section {
  /* max-width: 1620px; */
  max-width: 1200px;
  max-width: 1200px;
  /* margin-top: 0px; */
}

.section-heading-alternative {
  /* font-size: 60px; */
  font-size: 63px;
  line-height: 70px;
}

.more-button {
  font-weight: 500;
  width: 32%;
}

.grey-box-content {
  max-width: 1200px;
  padding: 0px;
}

h2 {
  /* font-size: 60px; */
  font-size: 48px;
}

.index-h1-container p {
  font-size: 24px !important;
  line-height: 48px;
}

.grey-box-content h2 {
  color: var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
}

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

.block-column {
  flex: 0 0 calc(25% - 12px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.block-events.what-we-support .block-column {
  flex: 0 0 calc(33% - 12px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.grey-box p {
  padding-top: 0px;
}

.content-section {
  width: calc(100% - 150px);
  max-width: 1620px;
}

.article-text p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.grey-box {
 /* margin-left: -72px;
  margin-right: -72px;
  */
}

h2 {
  font-size: 40px;
}

.index-h1-container p {
  margin-bottom: 40px;
}

.scientists-content .alt-subscribe-form {
  margin-top: 70px;
}

.scientists-content .views-view-flexbox .views-flexbox-item {
  padding-bottom: 40px;
}

.block-column p:not(:nth-child(2)) {
  /* min-height: 25%; */
  flex: 0 1 100%;
  align-content: flex-end;
  margin-bottom: 24px;
  /* max-height: 25%; */
  /* padding-bottom: 50px; */
}

.more-button {
  /* width: 16rem; */
  min-width: 12rem;
}

.block-column h1, .block-column h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0;
  flex: 1;
  font-weight: 600;
      font-family: var(--HeadingFont);
  /* min-height: 75px; */
}

.search-container form {
  display: flex;
}

#support-main-content {
  max-width: 1200px;
  margin: auto;
}

.jumbotron-primary {
  position: relative;
  width: 100%;
  /* height: 400px; */
  background-size: cover;
}

.jumbotron-primary-text-box.primary-text-broadway {
  background: linear-gradient(to right,
      rgba(100, 181, 196, 0.7),
      rgba(100, 181, 196, 0.9));
}

.jumbotron-primary-text-box {
  float: left;
  color: white;
  left: 0;
  max-width: 1145px;
  /* max-height: 280px; */
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc((100% - 1200px) / 2);
  margin-top: 70px;
  margin-bottom: 70px;
}

.pane-content .h4 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 20px;
}

.scientific-meetings-text .heading_1, .heading_1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.event-text .heading_1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}


.jumbotron-primary-text-box h1 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jumbotron-primary-text-box p {
  font-family: "Montserrat", sans-serif;
  font-size: 30px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  margin-top: 0;
}

.container .row {
  display: flex;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-4 {
  width: 33.3333333333%;
  padding: 0 !important;
}

.container .inside-page-column {
  padding-top: 60px;
}

.container .article-text p {
  padding-bottom: 15px !important;
  margin: 0 0 10px !important;
  font-size: 16px !important;
}

.container .pane-content video {
  width: 100%;
}

.side-panel-100.side-panel-premier {
  /* background-image: url("/sites/default/files/premier_circle_sidebar.png"); */
  background-size: cover;
  /* height: 161px; */
}

.side-panel-100 {
  margin-top: 0;
  padding-top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: white;
  /* padding-bottom: 10px; */
  background-size: contain;
  background-repeat: no-repeat;
}

.side-panel-bottom {
  width: 100%;
  text-align: left;
  background-color: #e8f1f3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.side-panel-bottom h1, .side-panel-bottom h4 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #47a2b5;
  margin-top: 0;
}

.side-panel-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}

.sidebar-no-padding-right {
  padding-right: 0 !important;
}

.sidebar-box-blue {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #47a2b5;
  color: white;
  background-clip: content-box;
  text-align: center;
}

.sidebar-box-blue .newsletter-sidebar-text {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}

.col-sm-offset-2 {
  margin-left: 16.6666666667%;
}

.btn-block {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 10px !important;
  color: #47a2b5;
  background-color: #fff;
  border: solid 1px #47a2b5;
  font-weight: 700 !important;
  width: auto;
  padding: 6px 16px;
  margin-top: 5px;
}

.side-panel-bottom .btn-signup,
.side-panel-bottom .btn-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  position: relative;
}

.container .pane-content .newsletter-sidebar-text strong {
  font-weight: 700 !important;
  line-height: 20px !important;
}

.sidebar-box-blue .pane-content p {
  margin: 0 0 10px;
}

.sidebar-box-blue .panel-pane:nth-child(2) {
  padding-bottom: 10px;
}

.side-panel-premier .pane-content {
  width: 100%;
  line-height: 0 !important;
}

.side-panel-premier .pane-content img {
  width: 100%;
  object-fit: cover;
}

.footer #edit-flexbox-01--2 {
  margin-top: 0;
}

.content-section .awards .content-column {
  flex: 0.2;
  padding: 0;
}


.no-background-content-section>h2 {
  font-size: 60px;
  font-family: "Source Serif Pro", serif;
  margin: 0;
}

.section-heading-alternative {
  max-width: 1200px;
}

.content-section .content-column {
  max-width: 1200px;
  width: calc(100% - 140px);
}

.content-section.homepage {
  width: 100%;
}

 .content-section .green-box-wrapper .content-column {
  width: 100%;
}

button {
  cursor: pointer;
}

.menu-item-level-1:not(.primary-menu-list-item) {
  display: none;
}

canvas {
  cursor: pointer;
}

/*Tablet and below*/

@media screen and (max-width: 1199px) {
  .index-h1-container p {
    font-size: 18px !important;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .grey-box p {
    font-size: 16px !important;
  }

  .grey-box .img-box h2 {
    font-size: 24px !important;
  }

  #edit-flexbox-01 .webform-flex.webform-flex--1:nth-child(2) {
    margin-left: 0 !important;
    padding-right: 0;
    flex: 0 1 50%;
    margin-right: 20px;
  }

  #edit-flexbox-01 {
    flex-wrap: wrap;
  }

  #edit-flexbox-01 .webform-flex--3 {
    width: 100%;
    grid-column-end: 3;
  }

  #edit-flexbox-03 .webform-flex.webform-flex--1 {
    margin-bottom: 10px;
    text-align: center;
  }

  #edit-processed-text-01 p {
    margin: 0;
  }

  nav ul li a.donate {
    display: block;
  }

  .header>div:first-child {
    max-width: unset;
  }

  .header {
    max-width: 100vw;
  }

  .header-menu-open {
    gap: 30px;
    height: 100vh;
    flex-direction: column;
    position: fixed;
    background: white;
    overflow: auto;
  }

  div.logo a img {
    max-width: 100%;
    margin-top: 0;
  }

  div.logo a {
    display: block;
    height: auto;
  }

  div#block-dr-custom-theme-sitebranding {
    align-content: center;
    /* max-width: 40%; */
    width: 65%;
  }

  .search-container form {
    justify-content: space-between;
  }

  .search-button-expanded {
    margin-left: 0;
    height: fit-content;
    width: 40%;
  }

  .burger-menu-icon-svg img {
    max-width: 30px;
  }

  .primary-menu-list-item {
    display: none;
  }

  .nav-menu-open .primary-menu-list-item {
    display: block;
  }

  nav#block-dr-custom-theme-donate ul li {
    padding: 0;
  }

  nav ul {
    margin: 0;
  }

  .header>div:first-child {
    padding: 0 18px;
    justify-content: flex-end;
    z-index: 1;
  }

  .header>.menu-gap {
    justify-content: unset !important;
    gap: 10px;
    padding: 23px 18px !important;
  }

  .header>div>nav {
    margin: 0;
  }

  .index-h1-container {
    margin: 0;
  }

  #block-dr-custom-theme-bottommenu-2 {
    order: 1;
  }

  .menu-item:not(.primary-menu-list-item) {
    display: block;
  }

  nav ul.menu li:last-child {
    align-content: center;
    margin: 0;
  }

  img.search-button {
    margin: 0;
  }

  div#block-dr-custom-theme-search {
    padding-right: 15px;
    padding-left: 15px;
    align-content: center;
    align-items: center;
  }

  div#block-dr-custom-theme-searchbar {
    order: 1;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    background: white;
    left: 0px;
    box-shadow: 0px 3px 4px -4px gray;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }

  #block-dr-custom-theme-searchbar.active {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .search-container form {
    width: 100%;
    max-width: 100%;
    /* gap: 5%; */
  }

  .search-input {
    margin-left: 0;
    max-width: 100%;
    width: 75%;
  }

  .search-button-x {
    margin-left: 0;
    margin-right: 0;
  }

  .header>div:first-child {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

  nav ul.menu.nav-menu-open {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    /* width: 100vw; */
    height: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    padding-left: 10px;
  }

  nav ul.menu li:last-child {
    display: list-item;
  }

  .burger-menu-nav-open {
    position: absolute;
    top: 25px;
    right: 18px;
  }

  nav ul.menu li:first-child {
    margin: 4px;
    margin-left: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav ul.menu li:not(:first-child) {
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 4px;
    margin-left: 10px;
  }

  li.primary-menu-list-item.menu-item.menu-item-level-1.menu-item-has-children:before {
    content: " ";
    opacity: 1;
    border: solid rgba(58, 168, 184, 1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .nav-menu-open>.menu-item-has-children a.primary-menu {
    margin-left: 10px;
  }

  .submenu {
    display: none;
    position: unset;
    flex-direction: column;
    background: #fff;
    margin-top: 10px;
    margin-left: 14.14px;
  }

  .submenu>li>a {
    background-color: #fff;
    color: #828386;
  }

  .menu-item-active .submenu>li>a {
    color: var(--DamonBlue);
  }

  .grey-box-content .flex-row {
    flex-direction: column;
    gap: 10px;
  }

  .grey-box-content h2 {
    font-size: 21px !important;
    font-weight: 500 !important;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .grey-box-content .block-column h1, .grey-box-content .block-column h3 {
    margin-bottom: 20px;
  }

  .grey-box-content .more-button {
    margin-bottom: 50px !important;
  }

  .grey-box-content .button-container {
    margin-top: 0 !important;
  }

  .more-button {
    max-width: 100%;
  }

  .article-text .flex-row {
    flex-direction: column;
  }

  .bootstrap-threecol-stacked {
    margin-top: 30px !important;
    margin-left: 8px;
    margin-right: 8px;
  }

  .bootstrap-twocol-8-4 {
    margin-top: 30px !important;
  }
}

#mini-panel-row1 .row {
  flex-wrap: wrap;
}

.panel-pane.pane-custom.col-xs-12.col-sm-4 {
  flex: 1 1 33%;
  /* padding-left: 10px;
  padding-right: 10px;
   max-width: 33%; */
}

.pane-our-leadership-positions-panel h1 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #47a2b5;
  margin-top: 0;
}

.bootstrap-twocol-stacked .row {
  flex-wrap: nowrap !important;
  background: #e8f1f3;
  padding: 20px;
}

.quote-image-col.col-xs-12.col-sm-3 {
  margin-right: 60px;
}

.mini-panel-our_leadership_positions_panel .bigbold,
.pane-andy-quote-panel .bigbold {
  font-family: "Montserrat", sans-serif;
  font-size: 26px !important;
  font-weight: bold !important;
}

.block-events h2 {
    margin: 30px 0px 20px 0px;
}

.doctor-view {
  max-width: 1200px;
  margin: auto;
}

.grey-row-box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grey-row-box-content p:last-of-type {
  flex: 0 1 100%;
  align-content: end;
}

.footer #edit-flexbox-01 {
  margin-top: 0 !important;
}

.pane-content>h2:not(:first-of-type) {
  color: rgba(0, 0, 0, 1);
  font-family: var(--HeadingFont);
  font-size: 40px;
  font-weight: 600;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 50px;
}

button.green-box-donate-button {
  margin-top: 50px;
}

.meeting-dates-wrap {
  text-align-last: center;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 {
  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
}

#block-dr-custom-theme-views-block-news-page-block-block-1>h2 {
  display: none;
}

#content-type-buttons {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  gap: 20px;
}

#content-type-buttons button {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  border: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}

#content-type-buttons button.active {
  background-color: #007383;
}

#content-type-buttons>a {
  display: block;
  flex: 0 1 100%;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-type {
  display: inline-block;
  max-width: 300px;
  order: 0;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-exposed-form {
  display: none;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-type span.field-content {
  font-weight: 500;
  border: 2px solid var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: block;
  width: 340px;
  margin-left: -20px;
  text-transform: uppercase;
  font-size: 18px;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-type span.field-content a {
  color: black;
  font-weight: 600;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-created span.field-content time {
  color: var(--DamonBlue);
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 50px;
  font-size: 18px;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-title span {
  font-size: 38px;
  font-family: "source serif pro";
  font-weight: 600;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-title span a {
  color: black;
  font-size: 38px;
  font-family: "source serif pro";
  font-weight: 600;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-view-flexbox .views-flexbox-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: none;
  padding: 0;
}

#block-dr-custom-theme-views-block-news-page-block-block-1 .views-field.views-field-created {
  flex: 0 1 75%;
  margin-top: 10px;
}

.pager>ul {
  flex: 0 1 100%;
  justify-content: space-between;
  max-width: 75%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pager>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.news-body {
  max-width: 1200px;
  margin: auto;
}

.discoveries-body {
  max-width: 1200px;
  margin: auto;
}

.events-body {
  max-width: 1200px;
  margin: auto;
}

form#search-form>* {
  display: none;
}

form#search-form>div {
  display: block;
  margin-top: 20px;
}

form#search-form {
  max-width: 1200px;
  margin: auto;
}

#block-dr-custom-theme-content>h2 {
  max-width: 1200px;
  margin: auto;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 20px;
}

#block-dr-custom-theme-content>ol {
  max-width: 1200px;
  margin: auto;
  list-style-type: none;
  padding-left: 0;
}

input#edit-keys {
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-family: "Montserrat";
}

input#edit-submit {
  background-color: #47a2b5;
  box-shadow: none;
  padding: 7px 9px;
  border: 1px solid #285e8e;
  color: white;
  font-family: "Montserrat";
}

form#search-form>div>div>label {
  font-weight: 600;
}

ol>li>h3>a {
  color: var(--DamonBlue);
  font-weight: 400;
}

nav.pager {
  margin-bottom: 20px;
}

#block-dr-custom-theme-copyrightright>.field a {
  color: white;
  font-size: 12px;
}

.pane-our-team-positions-panel .panel-pane.pane-panels-mini {
  border-bottom: 1px solid var(--DamonBlue);
  margin-top: 50px;
}

.pane-our-team-positions-panel h1 {
  font-size: 32px;
  color: var(--DamonBlue);
  margin-top: 0;
}

.pane-our-team-positions-panel .bigbold {
  font-size: 32px !important;
  font-weight: 700 !important;
}

.bootstrap-threecol-stacked>.row2 {
  max-width: 1200px;
  margin: auto;
}

div#mini-panel-our_leadership_quote_panel {
  background-color: #e8f1f3;
  margin-left: calc((99.25vw - 1200px) / -2);
  margin-right: calc((99.25vw - 1200px) / -2);
}

.bootstrap-twocol-stacked .row {
  max-width: 1200px;
  margin: auto;
}

#placeholder .flex-row {
  gap: 10px;
}

#placeholder .flex-row .grey-row-box {
  flex: 0 1 33%;
  max-width: calc(33% - 5px);
}

.article-text .flex-row .grey-row-box .grey-row-box-content h1 {
  min-height: 72px;
}

.flex-row .grey-row-box>div:first-of-type {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-row .grey-row-box>div:first-of-type>h1 {
  margin-top: 0;
}

.views-field.views-field-field-event-thumbnail.col-sm-4.col-xs-12 {
  max-width: 300px;
}

.views-field.views-field-field-event-thumbnail.col-sm-4.col-xs-12 img {
  max-width: 300px;
}

h1.grey-box-h1-margin-corrected {
  margin-bottom: 40px;
}

p.grey-box-p-margin-corrected {
  margin-top: 0;
  margin-bottom: 50px;
}

.box-row.grey-box-row-margin-corrected {
  margin-top: 0;
  margin-bottom: 0;
}

h1.grey-box-h1-smaller, .block-column h3.grey-box-h1-smaller {
  font-size: 28px;
  margin-bottom: 80px;
}

.grey-box-content .button-container {
  margin-top: 50px;
}

.panel-pane.pane-panels-mini .row {
  padding: 0 10px;
}

#mini-panel-row1 .panel-pane.pane-custom.col-xs-12.col-sm-4 {
  min-height: 230px;
  padding-top: 30px;
  border-bottom: 1px solid #47a2b5;
  padding-right: 10px !important;
}

.panel-pane.pane-panels-mini.pane-elaine-fuchs-quote-panel.col-xs-12.inner-accent-box.article-text {
  margin-top: 30px;
}

.panel-pane.pane-panels-mini.pane-levi-garraway-quote-panel.col-xs-12.inner-accent-box.article-text {
  margin-top: 30px;
}

.inner-accent-box .pane-content .bootstrap-twocol-stacked .row {
  padding: 20px;
}

#mini-panel-levi_garraway_quote_panel>div>div.quote-image-col.col-xs-12.col-sm-3>div>div>p {
  padding-bottom: 0 !important;
}

section#mini-panel-our_leadership_positions_panel .panel-pane .pane-content section#mini-panel-row1 .row div.panel-pane:last-of-type {
  border-bottom: unset !important;
}

.mini-panel-our_leadership_positions_panel h1,
.mini-panel-our_team_positions_panel h1,
.mini-panel-accelerating_members_panel h1,
.pane-andy-quote-panel h1, .mini-panel-our_leadership_positions_panel h2, .mini-panel-our_team_positions_panel h2, .mini-panel-accelerating_members_panel h2, .pane-andy-quote-panel h2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #47a2b5;
  margin-top: 0;
}

#chartdiv .am5-html-container>div>div>span {
  color: white !important;
}

#chartdiv .am5-html-container>div>div {
  color: white !important;
}

#support-header #capitalize {
  font-size: 26px;
}

.bootstrap-twocol-8-4 .pane-content .view-content>.row {
  display: grid;
  position: relative;
}

.bootstrap-twocol-8-4 .pane-content .view-content>.row .views-field.views-field-field-event-thumbnail.col-sm-4.col-xs-12 {
  grid-column: 1;
  grid-row: 1;
}

.bootstrap-twocol-8-4 .pane-content .view-content>.row .views-field.views-field-title.col-sm-8.col-xs-12 {
  grid-column: 2;
  grid-row: 1;
  margin-left: 30px;
  width: 100%;
}

.bootstrap-twocol-8-4 .pane-content .view-content>.row .views-field.views-field-body.col-sm-8.col-xs-12 {
  grid-column: 2;
  grid-row: 1;
  margin-left: 30px;
  margin-top: 50px;
}

.bootstrap-twocol-8-4 .pane-content .view-content>.row .views-field.views-field-title.col-sm-8.col-xs-12 .field-content {
  font-size: 24px;
  font-weight: 600;
}

.award-program-button .button-div {
  text-align: center;
  border: 1px solid #47a2b5;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #47a2b5;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

 .button-div.application-button{
  height: 74px;
 }



.panel-pane.pane-custom.pane-5.award-program-button.col-xs-12.col-sm-4.physician-scientist-button {
  grid-column: 1;
  grid-row: 1;
}

section#mini-panel-application_button_grid {
  display: grid;
  gap: 20px;
}

.panel-pane.pane-custom.pane-6.award-program-button.col-xs-12.col-sm-4.fellowship-button {
  grid-column: 2;
  grid-row: 1;
}

.panel-pane.pane-custom.pane-7.award-program-button.col-xs-12.col-sm-4.clinical-investigator-button {
  grid-column: 3;
  grid-row: 1;
}

.jumbotron-secondary-text-box {
  display: none;
}

.bootstrap-twocol-8-4 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.bootstrap-threecol-stacked {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pane-custom thead {
  display: block;
}

.pane-custom tbody {
  border-top: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

#mini-panel-faq_table td strong {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.pane-custom.faq-question .pane-content>h2 {
  font-size: 36px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #mini-panel-faq_table td strong {
    font-size: 14px !important;
  }

  .mini-panel-faq_table>.panel-pane>.pane-content tr>* strong {
    font-size: 14px;
  }

  .mini-panel-faq_table>.panel-pane>.pane-content {
    overflow-x: scroll;
  }

  .mini-panel-faq_table>.panel-pane>.pane-content tr {
    border-bottom: 1px solid black;
    display: flex;
    height: fit-content !important;
    /* flex-wrap: wrap; */
    /* margin-bottom: 20px; */
  }

  .mini-panel-faq_table>.panel-pane>.pane-content tr>* {
    height: auto !important;
    width: 180px !important;
    margin-left: 20px;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-title span a {
    font-size: 28px;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-type span.field-content {
    margin-left: 0;
    margin-bottom: 0;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-created span.field-content time {
    margin-left: 0;
    font-size: 12px;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-title {
    padding: 0;
    order: 1;
    margin-bottom: 10px;
    line-height: 38px;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field-body {
    order: 3;
  }

  #content-type-buttons {
    flex-direction: column;
  }

  #block-dr-custom-theme-views-block-news-page-block-block-1 .views-field.views-field-created {
    margin-top: 10px;
    margin-left: 23px;
  }

  .jumbotron-primary-text-box.primary-text-broadway {
    padding-left: 15px;
  }

  .scientist-page {
    flex-direction: column;
    max-width: 100% !important;
    padding-top: 20px !important;
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .scientist-page>.sidebar {
    width: 100% !important;
    max-width: unset !important;
  }

  .news-page,
  .scientist-page {
    flex-direction: column;
    max-width: 100% !important;
  }

    #support-main-content {
      flex-direction: column;
      max-width: 100% !important;
    }

  .news-page>.sidebar,
  .scientist-page>.sidebar,
  .our-history .sidebar {
    width: 100% !important;
    max-width: unset !important;
  }

  .scientists-content .project-title.field.field-name-field-project-title.field-type-string-long.field-label-above {
    /* padding-top: 110px !important; */
    padding-left: 0 !important;
  }

  .scientist-content>h2 {
    width: calc(100% - 110px);
  }

  .scientists-content .field_project_title {
    margin-bottom: 0 !important;
  }

  .voices-dr .grey-box-h1-margin-corrected {
    font-size: 36px !important;
  }

  .field-name-body .what-we-support-page h2 {
    margin-bottom: 30px !important;
  }

  .what-we-support-page #placeholder {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .what-we-support-page .grey-box-content h2 {
    margin-top: 20px !important;
  }

}

.panel-pane.pane-panels-mini.pane-for-scientists-awards-row-1,
.panel-pane.pane-panels-mini.pane-for-scientists-awards-row-2,
.panel-pane.pane-panels-mini.pane-for-scientists-awards-row-3 {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--DamonBlue);
  padding-bottom: 40px;
}

.mini-panel-for_scientists_awards_row_1 strong,
.mini-panel-for_scientists_awards_row_2 strong,
.mini-panel-for_scientists_awards_row_3 strong {
  font-size: 24px;
  font-weight: bold;
}

/* Target the parent container */
.scientists-content {
  display: flex;
  flex-wrap: wrap;
}

/* Select the last 5 .field elements */
.scientists-content>.field-label-above {
  width: 50%;
  /* padding: 10px; */
  box-sizing: border-box;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .scientists-content>.field-label-above {
    width: 100%;
  }
}

/* Optional: Style for field labels */
.scientists-content>.field-label-above>div:first-child {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--DamonBlue);
  text-transform: uppercase;
}

/* Optional: Style for field content */
.scientists-content>.field-label-above>div:last-child {
  margin-bottom: 10px;
}

.field.field-name-field-meet-our-scientists-header.field-type-string.field-label-hidden.field_meet_our_scientists_header {
  width: 100%;
}

.field.field-name-field-doctor-name.field-type-string.field-label-hidden.field_doctor_name {
  width: 100%;
}

.scientists-content .project-title.field.field-name-field-project-title.field-type-string-long.field-label-above {
  width: 100%;
  padding-left: 250px;
}

.field.field-name-field-doctor-image.field-type-image.field-label-hidden.field_doctor_image {
  max-width: 33%;
}

.field_doctor_image img {
  max-width: 100%;
  height: auto;
}

.scientist-page #block-dr-custom-theme-pagetitle {
  display: none;
}

.scientists-content>h2 {
  float: right;
  width: calc(100% - 250px);
  margin: 0;
}

.scientists-content .field.field-name-field-is-current.field-type-boolean.field-label-hidden.field_is_current {
  display: none;
}

.scientists-content .field.field-name-field-institution.field-type-entity-reference.field-label-above {
  float: left;
}

.scientists-content .field_project_title {
  margin-bottom: 30px !important;
  ;
}

.scientist-page {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}

.scientist-page.view-page {
  padding-top: 85px !important;
}

.scientist-page>div:first-child:not(.custom-header-region) {
  width: 100%;
  padding-right: 50px;
}

.scientist-page>.sidebar {
  width: 33%;
  max-width: 290px;
}

.scientist-page .sidebar .alt-subscribe-form h1 {
  font-size: 40px;
  letter-spacing: 1.82px;
}

.scientist-page .alt-subscribe-form {
  margin-top: 0;
  width: unset;
}

.scientist-page #edit-flexbox-01 {
  margin-top: 0;
  flex-direction: column;
}

.scientist-page #edit-flexbox-03 {
  flex-direction: column;
  gap: 20px;
}

.our-history {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
  /* padding-left: 72px;
  padding-right: 72px; */
}

.our-history .sidebar {
  width: 33%;
  max-width: 290px;
}

.our-history .sidebar .alt-subscribe-form h1 {
  font-size: 40px;
  letter-spacing: 1.82px;
}

.our-history .alt-subscribe-form {
  margin-top: 0;
  width: unset;
}

.our-history #edit-flexbox-01 {
  margin-top: 0;
  flex-direction: column;
}

.our-history #edit-flexbox-03 {
  flex-direction: column;
  gap: 20px;
}

.news-page {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}

.news-page>div:first-child {
  width: 100%;
  padding-right: 50px;
}

.news-page>.sidebar {
  width: 33%;
  max-width: 290px;
}

.news-page .sidebar .alt-subscribe-form h1 {
  font-size: 40px;
  letter-spacing: 1.82px;
}

.news-page .alt-subscribe-form {
  margin-top: 0;
  width: unset;
}

.news-page #edit-flexbox-01 {
  margin-top: 0;
  flex-direction: column;
}

.news-page #edit-flexbox-03 {
  flex-direction: column;
  gap: 20px;
}

.scientists-content {
  display: block;
}

.scientists-content .field.field-name-field-doctor-image.field-type-image.field-label-hidden.field_doctor_image {
  float: left;
  margin-right: 25px;
}

.project-title.field.field-name-field-project-title.field-type-string-long.field-label-above {
  width: 100%;
  padding-left: 250px;
  /* float: right; */
}

.scientists-content .field.field-name-field-cancer-type.field-type-entity-reference.field-label-above {
  float: right;
}

.scientists-content .field.field-name-field-research-area.field-type-entity-reference.field-label-above {
  float: left;
}

.scientists-content .field.field-name-field-sponsor-mentor.field-type-string.field-label-above {
  float: right;
}

.views-field-field-doctor-image img {
  max-width: 225px;
  height: auto;
}

.news-item-group .views-field-type span {
  font-weight: 500;
  border: 2px solid var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: block;
  width: 340px;
  margin-left: -20px;
  text-transform: uppercase;
  font-size: 18px;
}

.content-type.newspage {
  font-weight: 500;
  border: 2px solid var(--DamonBlue);
  font-family: Montserrat, sans-serif;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: block;
  width: 280px;
  margin-left: -20px;
  text-transform: uppercase;
  font-size: 16px;
}

#edit-flexbox-01 .webform-flex--3 {
  flex: unset;
}

#edit-flexbox-03 .webform-flex--1:nth-child(3) {
  flex: 1.5;
}

#edit-flexbox-03 .webform-flex--1:nth-child(4) {
  flex: 0.75;
}

.search-result-snippet {
  padding-left: 20px;
  font-size: 14px;
}

.search-result-date {
  padding-left: 20px;
  font-size: 12px;
}

#block-dr-custom-theme-helpusspreadtheword>h2 {
  font-size: 60px;
  font-weight: 600;
}

.field-type-text-with-summary .grey-box-content {
  background-color: #F7F7F7;
  padding-top: 15px;
  padding-bottom: 30px;
  max-width: unset;
}

.news-page .field-type-text-with-summary .grey-box-content {
  width: 100%;
}

.field-type-text-with-summary .grey-box-content form .flex-row {
  max-width: 1200px;
  margin: auto;
}

#block-dr-custom-theme-helpusspreadtheword .field-name-body h2 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 50px;
}

.share-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-section.newspage {
  display: flex;
  align-items: center;
  justify-content: unset !important;
}

.upper-share-section.newspage p {
  color: var(--DamonBlue);
  text-transform: uppercase;
  font-size: 16px !important;
}

.lower-share-section.newspage p {
  color: var(--DamonBlue);
  text-transform: uppercase;
  font-size: 16px !important;
}

.upper-share-section,
.lower-share-section {
  display: flex;
}

.share-img-section {
  display: flex;
  align-items: center;
}

.share-section p {
  color: var(--DamonBlue);
  text-transform: uppercase;
  font-size: 21px;
}

/* For screens smaller than 768px (adjust as needed) */
@media (max-width: 555px) {
  .date-share {
    flex-direction: column;
    align-items: flex-start;
  }

  .share-section {
    margin-top: 20px;
    width: 100%;
  }

  .content-wrapper:has(.green-box-wrapper):not(.homepage *) {
    padding: 0;
  }

  .award-label {
    font-size: 10px;
  }
}

@media screen and (max-width:680px) {
  div#block-dr-custom-theme-sitebranding {
    max-width: 40%;
  }

  div#block-dr-custom-theme-search {
    padding-right: 10px;
    padding-left: 10px;
  }

  .search-input {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width:412px) {
  div#block-dr-custom-theme-sitebranding {
    max-width: 30%;
  }

    div#block-dr-custom-theme-search {
      padding-right: 4px;
      padding-left: 4px;
    }
}

.pane-newsletter-sidebar-panel .panel-pane.pane-custom.pane-5.row.sidebar-form {
  justify-content: center;
}

#mini-panel-faq_table td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid lightgray;
}

#mini-panel-faq_table th strong {
  font-size: 16px;
}

.splide__pagination {
  display: none !important;
}

.slide-content {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 60px
}

.splide__slide {
  color: white;
}

.splide h2 {
  font-size: 64px;
  line-height: 1;
}

.splide__arrow--prev {
  left: -2.8em !important;
  width: unset !important;
  transform: translateY(50%) !important;
  background: white !important;
  opacity: 1;
  height: unset !important;
  padding: 10px !important;
}

.splide__arrow--next {
  width: unset !important;
  left: 44em !important;
  right: unset !important;
  transform: translateY(50%) !important;
  background: white !important;
  opacity: 1;
  height: unset !important;
  padding: 10px !important;
}

.splide__arrow svg {
  /* display: none !important; */
    height: 0.8em !important;
    width: 0.8em !important;
}

@media (max-width: 1496px) {
  .splide__arrows.splide__arrows--ltr {
    display: block;
  }
}

.what-we-support .splide__arrow {
  top: 57% !important;
}

.our-impact .splide__arrow {
  top: 62% !important;
}

.heading-number-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.heading-number {
  display: flex;
  max-width: 81px;
  height: 81px;
  justify-content: center;
  align-items: center;
  background: var(--DamonBlue);
  border-radius: 41px;
  flex: 0 1 20%;
  aspect-ratio: 1;
  font-size: 60px;
  color: white;
  font-family: 'Source Serif Pro';
}

.heading-number-wrap h2 {
  margin-bottom: 0;
}

/* Timeline page changes */

.timeline-panel {
  background: #F6F6F6 !important;
  padding: 10px;
}

.timeline-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  padding: 20px;
  padding-bottom: 0;
}

.timeline-heading h4 {
  margin-top: 0;
  padding: 0;
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 50px;
}

.timeline .purple-ribbon {
  margin-top: 0;
  margin: 0;
  /* position: unset; */
}

.timeline-body {
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  padding: 20px;
  padding-top: 0;
}

.timeline {
  max-width: 1200px;
  margin: auto;
}

.timeline>li {
  text-align: left;
}

.timeline-body>div {
  display: flex;
  gap: 20px;
}

.timeline-body>div>div {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}

.timeline-body-heading {
  font-size: 28px !important;
  font-family: 'Source Serif Pro' !important;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
}

.timeline-body-name {
  font-weight: 600;
}

#block-dr-custom-theme-sitebranding img {
  width: 180px;
}

.award-program-button .button-div:hover,
.award-program-button .button-div.button-div-selected {
  background-color: #47A2B5;
  color: white;
  border-color: white;
}

.award-program-button .button-div:hover a,
.award-program-button .button-div.button-div-selected a {
  color: white;
}

.panel-pane.pane-custom.pane-1.row.award-row .pane-content .col-xs-12.col-sm-4 {
  flex: 1 1 33%;
  min-height: 280px;
  border-bottom: 1px solid #47A2B5;
  margin-bottom: 20px;
}

.panel-pane.pane-custom.pane-1.row.award-row .pane-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.panel-pane.pane-custom.pane-1.row.award-row h1 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #47A2B5;
  margin-top: 0;
}

.award-row .col-sm-4 strong {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.award-row .col-sm-4 p {
  color: #333333 !important;
}

.container .panel-pane.pane-panels-mini:last-of-type {
  border-bottom: none !important;
}

/*----------------------------------------------*/
/*---------------Video Lightbox-----------------*/
/*----------------------------------------------*/

#vimeo-video {
  margin: 0;
}

.img-box .video-embed {
  text-align: left;
}

.video-embed iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-thumbnail {
  /* width: 100%; */
  max-width: 400px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover {
  transform: scale(1.05);
}

#cboxClose {
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: none;
  position: absolute;
  top: -22px;
  right: 5px;
  font-weight: 600;
}

#cboxClose:after {
  content: "×";
  font-size: 24px;
  color: #000;
  text-indent: 0;
  display: block;
  text-align: center;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.chart-image {
  border-bottom: 2px solid #47A2B5;
  margin-bottom: 15px;
}

.financial-overview h1 {
  font-family: var(--HeadingFont);
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
}

.financial-overview .block-column p:not(:nth-child(2)) {
  flex: 0 1 100%;
  align-content: flex-start !important;
  margin-bottom: 24px;
}

.financial-overview .block-column {
  width: 100% !important;
}

.financial-button {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 28px;
  opacity: 1;
  background-color: var(--DamonBlue);
  padding: 5px 20px;
  border: none;
  width: 13rem;
  height: 3rem;
  align-content: center;
  text-align: center;
}

h2.bigger-text {
  font-size: 60px;
  font-family: "Source Serif Pro", serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.15;
}

p.bigger-p {
  font-size: 24px;
}

.grey-row-box-content h1, .grey-row-box-content div {
  font-family: "Source Serif Pro", serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
  min-height: unset !important;
}

p.green-lead {
  color: var(--DamonBlue);
  text-transform: uppercase;
}

div.green-lead {
  color: var(--DamonBlue);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.ds-2col-fluid>.group-right {
  width: unset !important;
}

.annual-reports-grid .views-flexbox-item .group-left {
  width: unset !important;
}

.group-right a {
  color: var(--DamonBlue);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

article.contextual-region.node.node--type-annual-report.node--view-mode-teaser.ds-2col-stacked-fluid.clearfix {
  margin-bottom: 60px;
}

.date-share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.authored-date {
  font-size: 16px;
  color: var(--DamonBlue);
}

.no-background-content-section.newspage {
  margin: 0 !important;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden.body p a em {
  font-weight: 500 !important;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden.body p a {
  font-weight: 500 !important;
}

.main-content h2 {
  margin-bottom: 15px;
}

.main-content .no-background-content-section.newspage.lower-share-section {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.category-breadcrumb {
  color: black;
}

.pane-faq-table {
  overflow-x: auto;
}

.breadcrumbs {
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--DamonBlue);
  text-transform: uppercase;
}

.views-row .scientists-content {
  margin-top: 50px;
}

.webform-flex--container p {
  margin-top: 0;
  margin-bottom: 0;
}

.news-body img {
  margin: 10px;
}

.discoveries-body img {
  margin: 10px;
}

.events-body img {
  margin: 10px;
}

/*committee pages*/
.committee-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.bootstrap-threecol-stacked>.row2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.committee-member {
  background-color: #f6f6f6;
  padding: 20px;
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  border: 10px solid transparent;
  max-width: 400px;
}

.committee-member::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
  pointer-events: none;
}

.committee-member h1, .committee-member h2, h2.lerdership {
    font-size: 30px;
    color: var(--DamonBlue);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.committee-member p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.committee-member p strong {
  font-size: 30px;
}

h2.committee-h2, h1.committee-h2 {
  font-family: var(--HeadingFont);
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.committee-header {
  margin-bottom: 40px;
}


@media (max-width: 1444px) {
    
   .splide__arrow--next {
       left: unset !important;
        right: 0 !important;
        margin-left: 0px;
    margin-right: -20px;
   }
   
   .splide__arrow--prev {
       margin-left: 20px;
   }
    
.what-we-support .splide__arrow {
    
        top: 50% !important;
}
    
  .slide-content {
    flex-direction: column;
    gap: 60px !important;
  }
}


@media (max-width: 1199x) {
  .committee-member {
    flex: 1 1 calc(50% - 20px);
  }

  .annual-reports-grid .views-view-flexbox .views-flexbox-item {
    flex: 1 1 calc(50% - 20px);
    background: none;
  }


}

@media (max-width: 860px) {
  .committee-member {
    flex: 1 1 100%;
  }

  .annual-reports-grid .views-view-flexbox .views-flexbox-item {
    flex: 1 1 100%;
    background: none;
    max-width: 400px !important;
  }

  .annual-reports .views-view-flexbox article {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* .ds-2col-fluid>.group-left {
    width: 80%;
  } */
}

.annual-reports header {
  margin-bottom: 60px;

}

.annual-reports .views-view-flexbox .views-flexbox-item {
  justify-content: center;
  align-items: center;
}

.event-text h1 {
  margin-top: 0;
}

.event-header {
  margin-bottom: 10px;
}

.event-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-image {
  flex-shrink: 0;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-image img {
  width: 350px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.event-text {
  flex-grow: 1;
}

.event-item {
  margin-top: 40px;
}

/* Alternating layout for desktop */
.event-item:nth-child(even) .event-content {
  flex-direction: row-reverse;
}

/* Bottom border centered and 65% width */
.event-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 65%;
  height: 1px;
  background-color: var(--DamonBlue);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.event-item:last-child {
  margin-bottom: 40px;
}

/* Responsive - stack on mobile */
@media (max-width: 1199px) {
  .event-content {
    flex-direction: column !important;
    align-items: stretch;
    text-align: left;
  }

  .event-image,
  .event-text {
    width: 100%;
  }
}

.scientific-meetings-header {
  margin-bottom: 10px;
}

.scientific-meetings-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scientific-meetings-text {
  flex: 1;
}

.scientific-meeting-item {
  flex-grow: 1;
}

.scientific-meeting-item {
  margin-bottom: 20px;
}

.scientific-meetings-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.scientific-meetings-layout img {
  max-width: 100%;
  height: auto;
}

.scientific-meetings-text h1 {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .scientific-meetings-layout {
    flex-direction: column;
    align-items: center;
  }

  .scientific-meetings-layout img {
    width: 100%;
    max-width: 350px;
  }
}

.connect-with-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  /* Space between title and icons */
}

.connect-with-us-title {
  margin: 0;
  font-size: 1.5em;
}

.connect-with-us-img-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.connect-with-us-img {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}

.connect-with-us p {
  color: var(--DamonBlue);
  text-transform: uppercase;
  font-size: 21px;
}

/* Stack vertically on small screens */
@media (max-width: 900px) {
  .connect-with-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .connect-with-us-img {
    width: 50px;
    height: 50px;
  }

}

@media (min-width: 1025px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .connect-with-us-img {
    width: 40px;
    height: 40px;
  }

  .connect-with-us-img-section {
    gap: 5px;
  }

  .footer>div {
      display: flex !important;
  }

  /* iframe.inspired-act-now-iframe {
    min-height: 655px !important;
  } */
}

.footer-row.address-row {
  overflow-wrap: break-word;
}

@media (min-width: 1200px){
  .news-item-group:has(.video-embed) .views-field-title {
    width: 40% !important;
    margin-left: 20px !important;
  }

  .news-item-group:has(.video-embed) {
    justify-content: unset !important;
  }

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

.iframe-wrapper{
  margin-top: 60px;
  margin-bottom: 60px;
}

iframe.inspired-act-now-iframe {
  width: 100% !important;
  border: none !important;
  max-width: 100% !important;
}

.views-field-title .latest-news-title {
  border: none !important;
}

@media (max-width: 768px){
  .news-page iframe.inspired-act-now-iframe {
    padding-left: 36px !important;
    padding-right: 36px !important;
    margin-bottom: 30px;
  }
}
/* .sidebar iframe.inspired-act-now-iframe {
  min-height: 825px;
} */

/* .sidebar .iframe-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
} */


/* @media (max-width: 720px) {
  iframe.inspired-act-now-iframe {
    min-height: 685px !important;
  }
}

@media (max-width: 452px){
  iframe.inspired-act-now-iframe {
    min-height: 705px !important;
  }
}

@media (max-width: 428px) {
  iframe.inspired-act-now-iframe {
    min-height: 745px !important;
  }
}

@media (max-width: 310px) {
  iframe.inspired-act-now-iframe {
    min-height: 780px !important;
  }
}

@media screen and (max-width: 888px) and (min-width: 793px) {
  .news-page iframe.inspired-act-now-iframe {
    min-height: 655px !important;
  }
}

@media screen and (max-width: 792px) and (min-width: 769px) {
  .news-page iframe.inspired-act-now-iframe {
    min-height: 680px !important;
  }
}

@media screen and (max-width: 1239px) and (min-width: 1200px) {
  :not(.scientist-page):not(.news-page):not(.our-history) iframe.inspired-act-now-iframe {
    min-height: 430px;
  }

  .scientist-page iframe.inspired-act-now-iframe,
  .news-page iframe.inspired-act-now-iframe,
  .our-history iframe.inspired-act-now-iframe{
    min-height: 785px !important;
  }
} */

#dynamic-iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: none;
}


@media (min-width: 1200px) and (max-width: 1300px){
  nav ul.menu li:first-child {
    margin-left:20px !important;
  }

  .logo {
    margin-left: 20px;
  }

  .search-input {
    width: 645px;
  }
}

@media (min-width: 1200px) and (max-width: 1265px) {
  body.for-scientists-page .submenu>.bottom-menu-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  body.for-scientists-page nav ul.menu li:not(:first-child) {
    margin-left: 10px;
  }
}

.button-header{
  margin-bottom: 20px;
}

.broadway-tickets-page .bootstrap-twocol-8-4 {
  margin-top: 0;
}

.broadway-tickets-page .content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px){
.splide {
    padding: 10px;
    
}

.splide h2 {
    font-size: 35px;
    line-height: 1.2;
}

.slide-content {
    margin-top: 30px;
}

.slide-content {
    gap: 20px !important;
    
    }
.what-we-support .splide__arrow {
  top: 50% !important;
}

   .splide__arrow--prev {
    left: -1.4em !important;
    padding: 6px !important;
}

.splide__arrow--next {
    left: unset !important;
    right: -25px !important; 
   padding: 6px !important;
}


}



.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
 }
 
.testimonial-grid.testimonial-grid-1col {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
    padding-right: 0px;
 }
 
.donor-stories-button{
    padding-top:0px;
    margin-left: 0px;
    
}
.testimonial-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
padding: 2rem;
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
}
@media (max-width: 992px) {
  .testimonial-grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .testimonial-grid-3col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0px;
  border: 4px solid #3aa8b8;
}
.testimonial {
  position: relative;
  background: #f9f9f9;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
 /* justify-content: space-between; */
  height: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
border: 1px solid #e5e4e4;
}
.testimonial:hover {
  background-color: #f0fafa; /* soft blue tint */
  transform: translateY(-4px);
}

.testimonial-grid-1col .testimonial {
    background-color: #fff; /* soft blue tint */
    border: none;
}

.testimonial-grid-1col .testimonial:hover {
    background-color: #fff; /* soft blue tint */
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 6rem;
  font-family: Georgia, serif;
  color: rgba(58, 168, 184, 0.6);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}
.testimonial.testimonial-horizontal::before {
  content: "";
}
.quote {
  position: relative;
  font-style: italic;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  z-index: 1;
  margin-top: 25px;
}
.author {
  margin-top: auto;
  text-align: left;
  font-size: 0.95rem;
  color: #555;
  z-index: 1;
}
.author strong {
  display: block;
  color: #3aa8b8;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.author span {
text-transform: uppercase;
}
.testimonial-horizontal .author-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  z-index: 1;
  justify-content: flex-start;
}
.testimonial-img-horizontal {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 4px solid #3aa8b8;
  flex-shrink: 0;
}

.testimonial-grid-1col .testimonial-img-horizontal {
     width: 150px;
  height: 150px;
}

.testimonial-horizontal .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.95rem;
  color: #555;
  flex: 1;
  align-items: flex-start;
}
.testimonial-horizontal .author-info strong {
  color: #3aa8b8;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.testimonial-grid-1col .testimonial-horizontal .author-info strong {
    font-size: 1.5rem;
}


.testimonial-horizontal .author-info span {
  text-transform: uppercase;
}

.testimonial-grid-1col .testimonial-horizontal .author-info {
    font-size: 1.10rem;
}

.highlight-quote {
background-color: #e8f3f5;
    width: 100% !important;
    display: inline-block;
    max-width: 100% !important;
    padding: 20px;
    font-size: 17px !important;
    font-weight: 500 !important;
    /*border: 2px solid white; */
}


/* FAQ Page */
.faq-container {
   
      margin: 0 auto;
      background-color: #fff;
      padding: 40px;
    }
    .faq-header {
      text-align: center;
      margin-bottom: 30px;
      font-size: 2rem;
      color: #000;
      font-weight: 600;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 15px;
    }
    .faq-item {
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
    }
    .faq-question {
      font-size: 1.2rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 10px;
      position: relative;
      padding-left: 10px;
    }
    .faq-question::before {
      content: "Q:";
      color: #000;
      font-weight: bold;
      margin-right: 8px;
      position: absolute;
      left: -20px;
    }
    .faq-answer {
      color: #000;
      line-height: 1.7;
      font-size: 1rem;
     /* background: #fafafa; */
      border-left: 4px solid #d9d9d9;
      padding: 10px 15px;
      border-radius: 4px;
    }
    .faq-answer::before {
      content: "A:";
      color: #000;
      font-weight: bold;
      margin-right: 6px;
    }
    @media (max-width: 600px) {
      .faq-container {
        padding: 25px;
      }
      .faq-header {
        font-size: 1.6rem;
      }
      .faq-question {
        font-size: 1.1rem;
      }
    }
    
/* FAQ Page end */