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

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

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

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

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

.container-inline div,
.container-inline label {
  display: inline-block;
}

.container-inline .details-wrapper {
  display: block;
}

.container-inline .hidden {
  display: none;
}

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

.js details:not([open]) .details-wrapper {
  display: none;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus-within {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
  display: inline;
}

.item-list__comma-list {
  margin: 0;
  padding: 0;
}

.item-list__comma-list li::after {
  content: ", ";
}

.item-list__comma-list li:last-child::after {
  content: "";
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

@media (scripting: enabled) {
  .js-hide.js-hide {
    display: none;
  }
  .js-show {
    display: block;
  }
}
.nowrap {
  white-space: nowrap;
}

.position-container {
  position: relative;
}

.reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  min-height: 2em;
  resize: vertical;
}

.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}

.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}

.system-status-counter__status-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.system-status-counter__status-icon::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 16px;
}

.system-status-counter__status-icon--error::before {
  background-image: url("/images/existing/error.svg");
}

.system-status-counter__status-icon--warning::before {
  background-image: url("/images/existing/warning.svg");
}

.system-status-counter__status-icon--checked::before {
  background-image: url("/images/existing/check.svg");
}

.system-status-report-counters__item {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width: 60em) {
  .system-status-report-counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .system-status-report-counters__item--half-width {
    width: 49%;
  }
  .system-status-report-counters__item--third-width {
    width: 33%;
  }
}
.system-status-general-info__item {
  margin-top: 1em;
  padding: 0 1em 1em;
  border: 1px solid #ccc;
}

.system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}

.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.tablesort--asc {
  background-image: url("/images/existing/twistie-down.svg");
}

.tablesort--desc {
  background-image: url("/images/existing/twistie-up.svg");
}

.views-align-left {
  text-align: left;
}

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

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

.views-view-grid .views-col {
  float: left;
}

.views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}

.views-display-link + .views-display-link {
  margin-left: 0.5em;
}

#sliding-popup {
  background: url("/images/existing/gradient.png") center center scroll repeat-y transparent;
}

.sliding-popup-bottom,
.sliding-popup-top {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  text-align: center;
}

.sliding-popup-bottom {
  position: fixed;
}

.sliding-popup-top {
  position: relative;
}

.eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: 100%;
  position: relative;
}

.eu-cookie-compliance-buttons {
  float: right;
  margin: 0 0 1em 0;
  max-width: 40%;
}

.eu-cookie-compliance-categories-buttons {
  margin: 0 0 1em 0;
  max-width: 60%;
  float: left;
}

[dir=rtl] .eu-cookie-compliance-buttons {
  float: left;
}

[dir=rtl] .eu-cookie-compliance-categories-buttons {
  float: right;
}

.eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
}

.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 1em;
  padding: 0 8px;
  vertical-align: middle;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), to(#dfdfdf));
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}

[dir=rtl] .eu-cookie-compliance-buttons button {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), to(#ededed));
  background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
}

.disagree-button.eu-cookie-compliance-more-button:active,
.eu-cookie-compliance-agree-button:active,
.eu-cookie-compliance-default-button:active,
.eu-cookie-compliance-hide-button:active,
.eu-cookie-compliance-more-button-thank-you:active,
.eu-cookie-withdraw-button:active {
  position: relative;
  top: 1px;
}

.eu-cookie-compliance-message {
  float: left;
  margin: 5px 0 0;
  max-width: 60%;
}

.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
  max-width: 100%;
}

.eu-cookie-compliance-categories {
  clear: both;
  padding-top: 1em;
}

.eu-cookie-compliance-categories label {
  display: inline;
}

[dir=rtl] .eu-cookie-compliance-message {
  float: right;
  text-align: right;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p,
.eu-cookie-compliance-message button,
.eu-cookie-compliance-category label {
  color: #fff;
}

.eu-cookie-compliance-message h1 {
  font-size: 24px;
}

.eu-cookie-compliance-message h2 {
  font-size: 16px;
}

.eu-cookie-compliance-message h3 {
  font-size: 12px;
}

.eu-cookie-compliance-message p {
  font-size: 12px;
  display: inline;
}

.eu-cookie-withdraw-tab {
  padding: 4px 7px;
  cursor: pointer;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
}

.sliding-popup-top .eu-cookie-withdraw-tab {
  border-width: 0 2px 2px;
  border-radius: 0 0 5px 5px;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.eu-cookie-withdraw-tab {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  left: 50%;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
  -webkit-transform: translate(-50%, -100%) scaleY(-1);
          transform: translate(-50%, -100%) scaleY(-1);
}

.eu-cookie-compliance-close-button {
  background: url("/images/existing/close.png");
  width: 24px;
  height: 24px;
  border-width: 0;
  font-size: 0;
  position: absolute;
  right: 2px;
  top: -12px;
  cursor: pointer;
}

body:not(.eu-cookie-compliance-popup-open) .eu-cookie-compliance-close-button {
  display: none;
}

@media screen and (max-width: 600px) {
  .eu-cookie-compliance-content {
    max-width: 95%;
  }
  .eu-cookie-compliance-categories,
  .eu-cookie-compliance-message {
    max-width: 100%;
  }
  .eu-cookie-compliance-buttons {
    clear: both;
    float: none;
    max-width: 100%;
    margin: 5px 0 1em;
  }
  .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    float: right;
  }
  .eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons {
    position: initial;
    bottom: unset;
    right: unset;
  }
}
.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1035;
  left: 0;
}

.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}

.book-navigation .book-pager {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}

.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0;
}

.feed-icon {
  border-bottom: none;
  display: inline-block;
  padding: 15px 0 0 0;
}

.field--type-entity-reference {
  margin: 0 0 1.2em;
}

.field--type-entity-reference .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
}

[dir=rtl] .field--type-entity-reference .field__label {
  padding-left: 5px;
  padding-right: 0;
}

.field--type-entity-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.field--type-entity-reference ul.links li {
  float: left;
  padding: 0 1em 0 0;
  white-space: nowrap;
}

[dir=rtl] .field--type-entity-reference ul.links li {
  padding: 0 0 0 1em;
  float: right;
}

@media all and (min-width: 560px) {
  .node .field--type-image {
    float: left;
    margin: 0 1em 0 0;
  }
  [dir=rtl] .node .field--type-image {
    float: right;
    margin: 0 0 0 1em;
  }
  .node .field--type-image + .field--type-image {
    clear: both;
  }
}
.field--type-image img,
.field--name-field-user-picture img {
  margin: 0 0 1em;
}

.field--type-image a {
  border-bottom: none;
}

.field--name-field-tags {
  margin: 0 0 1.2em;
}

.field--name-field-tags .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
}

[dir=rtl] .field--name-field-tags .field__label {
  padding-left: 5px;
  padding-right: 0;
}

.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.8em;
}

.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.821em;
}

.field--name-field-tags ul.links {
  padding: 0;
  margin: 0;
}

.field--name-field-tags ul.links li {
  float: left;
  padding: 0 1em 0 0;
  white-space: nowrap;
}

[dir=rtl] .field--name-field-tags ul.links li {
  padding: 0 0 0 1em;
  float: right;
}

.field--label-inline .field__label,
.field--label-inline .field__items,
.field--label-inline .field__item {
  display: inline-block;
}

.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-brand .site-logo {
  margin-right: 1rem;
}

@media (max-width: 33.9em) {
  .navbar-toggleable-xs .navbar-nav .nav-item + .nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 47.9em) {
  .navbar-toggleable-sm .navbar-nav .nav-item + .nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    margin-left: 0;
    float: none;
  }
}
.block-help {
  margin-bottom: 1em;
  padding: 1.26em;
  word-wrap: break-word;
  color: inherit;
  border: 1px solid var(--bs-secondary);
  background-color: var(--bs-secondary-bg);
  overflow-wrap: break-word;
}

.block-help__container {
  padding-left: 24px;
  background-image: url("/images/existing/help.png");
  background-repeat: no-repeat;
  background-position: left 4px;
}

[dir=rtl] .block-help__container {
  padding-right: 24px;
  padding-left: 0;
  background-position: right 4px;
}

.block-help__container > *:last-child {
  margin-bottom: 0;
}

.icon-help {
  background: url("/images/existing/help.png") 0 50% no-repeat;
  padding: 1px 0 1px 20px;
}

[dir=rtl] .icon-help {
  background-position: 100% 50%;
  padding: 1px 20px 1px 0;
}

.feed-icon {
  background: url("/images/existing/feed.svg") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 16px;
  direction: ltr;
  height: 16px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default;
}

.item-list ul {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0;
}

[dir=rtl] .item-list ul {
  padding: 0;
}

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
}

[dir=rtl] .item-list ul li {
  margin: 0;
  padding: 0.2em 0 0 0.5em;
}

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir=rtl] .item-list .item-list__comma-list,
[dir=rtl] .item-list .item-list__comma-list li {
  padding: 0;
}

.list-group__link {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}

.list-group__description {
  margin: 0 0 10px;
}

.field--name-field-media-image img {
  max-width: 100%;
  height: auto;
}

.media-library-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-library-menu {
  margin: 5px 5px 5px 0;
  padding: 20px 15px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #e9e9e9;
  height: 100%;
}

.media-library-menu li {
  margin: 5px;
  white-space: nowrap;
  height: 45px;
}

.media-library-menu li::marker {
  color: #e9e9e9;
}

.media-library-menu__link {
  margin: 5px 5px 5px 0;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #e9e9e9;
}

.active.media-library-menu__link {
  background: #fff;
}

.media-library-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.media-library-wrapper .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.media-library-widget-modal .js-form-item {
  margin: 5px;
}

.media-library-wrapper .form-type-textfield {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.media-library-widget-modal .form-actions {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 5px;
}

.media-library-widget-modal .ui-dialog-content {
  padding-bottom: 0;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.media-library-widget-modal.ui-dialog--narrow {
  width: 80% !important;
  left: 10% !important;
}

.media-library-views-form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-library-item--grid {
  margin: 10px;
  width: 220px;
}

.media-library-item--grid .js-form-type-checkbox,
.media-library-item--grid .form-check-label {
  padding-left: 0;
}

.media-library-add-form__media::marker {
  color: #fff;
}

em.placeholder {
  vertical-align: unset !important;
  cursor: unset !important;
  background-color: unset !important;
  opacity: unset !important;
}

section.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header #search-block-form {
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#search-block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
}

.shortcut-wrapper .page-title {
  float: left;
  margin: 0;
}

[dir=rtl] .shortcut-wrapper .page-title {
  float: right;
}

.shortcut-action {
  border-bottom: none;
  margin-left: 0.5em;
  padding-top: 0.35em;
}

[dir=rtl] .shortcut-action {
  margin-left: 0;
  margin-right: 0.5em;
}

.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none;
}

.sidebar .block {
  border-style: solid;
  border-width: 1px;
  padding: 15px 15px;
  margin: 0 0 20px;
}

.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}

.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}

.sidebar tbody {
  border: none;
}

.sidebar .even,
.sidebar .odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

.sidebar nav .nav {
  margin: 0 -1rem;
}

.site-footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 35px 0 30px;
  background: black;
}

.site-footer .layout-container {
  padding: 0 15px;
}

@media all and (min-width: 560px) {
  .site-footer__top .region {
    float: left;
    position: relative;
    width: 50%;
  }
  [dir=rtl] .site-footer__top .region {
    float: right;
  }
}
@media all and (min-width: 560px) and (max-width: 850px) {
  .site-footer .region {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-footer__top .region:nth-child(2n+1) {
    padding-right: 10px;
  }
  [dir=rtl] .site-footer__top .region:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 0;
  }
  .site-footer__top .region:nth-child(2n) {
    padding-left: 10px;
  }
  [dir=rtl] .site-footer__top .region:nth-child(2n) {
    padding-left: 0;
    padding-right: 10px;
  }
  .region-footer-third {
    clear: both;
  }
}
@media all and (min-width: 851px) {
  .site-footer__top .region {
    width: 24%;
    padding: 0 0.65%;
  }
  .site-footer__top .region:first-child {
    padding-left: 0;
  }
  [dir=rtl] .site-footer__top .region:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
  .site-footer__top .region:last-child {
    padding-right: 0;
  }
  [dir=rtl] .site-footer__top .region:last-child {
    padding-left: 0;
    padding-right: 10px;
  }
}
.site-footer h2 {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer blockquote {
  color: #555;
}

.site-footer .content {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}

.site-footer .menu-item {
  padding: 0;
}

.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 1.4em;
}

[dir=rtl] .site-footer .content ol:not(.menu),
[dir=rtl] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}

.site-footer .content a,
.site-footer .content a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}

.site-footer .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.site-footer table {
  font-size: 1em;
}

.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer tr.odd {
  background-color: transparent;
}

.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

.site-footer__top h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.site-footer__top .content {
  margin-top: 0;
}

.site-footer__top p {
  margin-top: 1em;
}

.site-footer__top .content .menu {
  padding-left: 0;
}

[dir=rtl] .site-footer__top .content .menu {
  padding-right: 0;
}

.site-footer__top .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px;
  text-indent: -15px;
}

[dir=rtl] .site-footer__top .content li a {
  padding: 0.8em 20px 0.8em 2px;
}

.site-footer__top .content li a:hover,
.site-footer__top .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.site-footer__top .block-menu,
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
}

.site-footer__bottom .block {
  margin: 0.5em 0;
}

.site-footer__bottom .content {
  padding: 0.5em 0;
  margin-top: 0;
}

.site-footer__bottom .block h2 {
  margin: 0;
}

.site-footer__bottom {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}

.site-footer__bottom .region {
  margin-top: 20px;
}

.site-footer__bottom .block {
  clear: both;
}

.site-footer__bottom .block .menu {
  padding: 0;
}

.site-footer__bottom .menu-item a {
  float: left;
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}

[dir=rtl] .site-footer__bottom .menu-item a {
  float: right;
  border-left: 1px solid #555;
  border-right: none;
}

.site-footer__bottom .menu-item:first-child a {
  padding-left: 0;
}

[dir=rtl] .site-footer__bottom .menu-item:first-child a {
  padding-right: 0;
  padding-left: 12px;
}

.site-footer__bottom .menu-item:last-child a {
  padding-right: 0;
  border-right: none;
}

[dir=rtl] .site-footer__bottom .menu-item:last-child a {
  padding-left: 0;
  padding-right: 12px;
  border-left: none;
}

[dir=rtl] .site-footer__bottom .menu-item:first-child:last-child a {
  padding-right: 0;
}

.skip-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.94em;
  line-height: 1.7em;
  padding: 1px 10px 2px;
  border-radius: 0 0 10px 10px;
  border-bottom-width: 0;
  outline: 0;
}

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

table table {
  font-size: 1em;
}

tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}

thead > tr {
  border-bottom: 1px solid #000;
}

tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}

table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}

table tbody tr th {
  vertical-align: top;
}

tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
}

[dir=rtl] tr td,
[dir=rtl] tr th {
  text-align: right;
}

@media screen and (max-width: 37.5em) {
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-changed.warning {
  margin-bottom: 0.5rem;
  color: var(--bs-warning);
}

a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}

.tabledrag-cell-content > * {
  display: table-cell;
  vertical-align: middle;
}

tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

[dir=rtl] td.checkbox,
[dir=rtl] th.checkbox {
  text-align: center;
}

.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}

.tablesort--asc {
  background-image: url("/images/existing/twistie-down-white.svg");
}

.tablesort--desc {
  background-image: url("/images/existing/twistie-up-white.svg");
}

#page .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav.tabs {
  margin-bottom: 1rem;
}

body.toolbar-horizontal #navbar-top.fixed-top,
body.toolbar-vertical #navbar-top.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal #navbar-main.fixed-top,
body.toolbar-vertical #navbar-main.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-main.fixed-top {
  top: 40px;
}

body.toolbar-horizontal.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal.toolbar-tray-open #navbar-main.fixed-top {
  top: 80px;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1040;
}

.vertical-tabs {
  margin: 0;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875rem;
}

[dir=rtl] .vertical-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.vertical-tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 15em;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  list-style: none;
}

[dir=rtl] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em;
}

.vertical-tabs__pane {
  margin: 0;
  border: 0;
}

.vertical-tabs__pane > summary {
  display: none;
}

.vertical-tabs__pane label {
  font-weight: bold;
}

.vertical-tabs__menu-item {
  border: 1px solid #ccc;
  border-top: 0;
  background: #eee;
}

.vertical-tabs__menu-item a {
  display: block;
  padding: 0.5em 0.6em;
  text-decoration: none;
}

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
  text-decoration: underline;
}

.vertical-tabs__menu-item a:hover {
  outline: 1px dotted;
}

.vertical-tabs__menu-item.is-selected {
  border-right-width: 0;
  background-color: #fff;
}

[dir=rtl] .vertical-tabs__menu-item.is-selected {
  border-left-width: 0;
  border-right-width: 1px;
}

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  color: #000;
}

.vertical-tabs__menu-item-summary {
  display: block;
  margin-bottom: 0;
  line-height: normal;
}

.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}

.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0071b3;
}

.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

.views-displays .tabs .action-list {
  padding: 0;
}

.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #f9f9f9;
}

.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071b3;
}

.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018fe2;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url("/images/existing/required.svg");
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

.webform-options-display-buttons-horizontal .webform-options-display-buttons-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.webform-options-display-buttons .form-check-label {
  margin: 0 5px 10px 5px;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
}

.webform-options-display-buttons .form-check-label:hover {
  border-color: #999;
  color: #333;
}

.webform-options-display-buttons .form-check-input:checked ~ .form-check-label {
  border-color: #0074bd;
  color: #000;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check-label {
  text-align: center;
  margin: 0 5px 10px 0;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .radio,
.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check {
  padding: 0;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

.ui-dialog {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
}

.ui-dialog .button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1.063em;
  border-radius: 1em;
}

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

.alert-success {
  color: #333;
  background-color: white;
  border-left: #28a745 15px solid;
}

.alert-warning {
  color: #333;
  background-color: white;
  border-left: #ff8800 15px solid;
}

.alert-danger {
  color: #333;
  background-color: white;
  border-left: #cc0000 15px solid;
}

.alert-dismissible .btn-close {
  opacity: 0.6;
}

@font-face {
  font-family: "FreightSansProBook-Italic";
  src: url("https://use.typekit.net/af/cfdf7a/0000000000000000775dd7cf/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/cfdf7a/0000000000000000775dd7cf/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/cfdf7a/0000000000000000775dd7cf/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProBlack-Italic";
  src: url("https://use.typekit.net/af/0073b2/0000000000000000775dd7ce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/0073b2/0000000000000000775dd7ce/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/0073b2/0000000000000000775dd7ce/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProBold-Italic";
  src: url("https://use.typekit.net/af/916d55/0000000000000000775dd7cd/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/916d55/0000000000000000775dd7cd/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/916d55/0000000000000000775dd7cd/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProSemibold-Italic";
  src: url("https://use.typekit.net/af/71415d/0000000000000000775dd7dc/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/71415d/0000000000000000775dd7dc/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/71415d/0000000000000000775dd7dc/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProMedium-Italic";
  src: url("https://use.typekit.net/af/f4462a/0000000000000000775dd7db/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/f4462a/0000000000000000775dd7db/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/f4462a/0000000000000000775dd7db/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProLight-Italic";
  src: url("https://use.typekit.net/af/4c5943/0000000000000000775dd7d0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/4c5943/0000000000000000775dd7d0/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/4c5943/0000000000000000775dd7d0/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProSemibold-Regular";
  src: url("https://use.typekit.net/af/f66fb7/0000000000000000775dd7d4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/f66fb7/0000000000000000775dd7d4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/f66fb7/0000000000000000775dd7d4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProLight-Regular";
  src: url("https://use.typekit.net/af/100a67/0000000000000000775dd7d1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/100a67/0000000000000000775dd7d1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/100a67/0000000000000000775dd7d1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProBlack-Regular";
  src: url("https://use.typekit.net/af/1d1fb2/0000000000000000775dd7d7/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/1d1fb2/0000000000000000775dd7d7/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/1d1fb2/0000000000000000775dd7d7/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProBold-Regular";
  src: url("https://use.typekit.net/af/71ccd4/0000000000000000775dd7da/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/71ccd4/0000000000000000775dd7da/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/71ccd4/0000000000000000775dd7da/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProMedium-Regular";
  src: url("https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "FreightSansProBook-Regular";
  src: url("https://use.typekit.net/af/7c02fe/0000000000000000775dd7dd/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/7c02fe/0000000000000000775dd7dd/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/7c02fe/0000000000000000775dd7dd/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
body {
  font-family: FreightSansProSemibold-Regular;
  font-size: 16px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  letter-spacing: 0.5px;
  background: #f7f6f1;
}

#block-scdc-dccmenu ul.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#block-scdc-dccmenu ul.navbar-nav .nav-link {
  padding: 0.6rem;
  border-right: 1px solid #7a4d53 !important;
}

#block-scdc-dccmenu ul.navbar-nav .nav-item:first-child .nav-link {
  border-left: 1px solid #7a4d53 !important;
}

#block-scdc-dccmenu ul.navbar-nav .nav-item.dropdown .nav-link {
  border: none !important;
}

#block-scdc-dccmenu .dropdown-menu-dcc {
  position: absolute;
  border-radius: 0px !important;
  padding: 0px !important;
}

#block-scdc-dccmenu .dropdown-menu-dcc .nav-link {
  color: #8a0518 !important;
}

#block-scdc-dccmenu .dropdown-menu-dcc .nav-link:hover {
  color: #ffffff !important;
  background-color: #8a0518 !important;
}

iframe {
  width: 100%;
  height: 100vh;
}

#page {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.content a {
  color: #3c1000;
}

.ceiatext a {
  color: #d71d37 !important;
}

.resmarginbodybak {
  color: #3c1000;
}

.genetic-therapiesview img {
  border: 1px solid rgb(60, 16, 0);
}

.bluebox .storytitle,
.newsupdateview .thumbnail {
  background: #c8ecec;
}

.bluebox.storyblock5 .blue3titlebody,
.bluebox.storyblockblue4 {
  background: #c8ecec;
  margin-left: -15px;
}

.ceiavideoimg .resimgicon .playimg {
  margin-right: 35px !important;
}

.memberspotlightcontent a {
  color: #fff;
}

.faqbody a {
  color: #d71d37;
}

#block-scdc-views-block-research-resources-block-3 .view-research-resources .rescolumn {
  margin-bottom: 0px;
}

.view-research-resources .rescolumn {
  margin-bottom: 40px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

#block-scdc-content a {
  text-decoration: underline;
}

.region-top-parentmenu-title p {
  margin: 0;
}

p,
ul li,
tr td,
tr th {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.js-form-item {
  margin-right: 0.5em;
}

.form-control,
.form-select {
  border-radius: 0px !important;
}

.newsupdatesarchive {
  margin-bottom: 100px;
}

.newnewlink {
  padding: 40px;
}

.primary .nav-link {
  color: #3c1000 !important;
}

a:hover {
  color: #3c1000 !important;
}

.site-footer__top .region {
  width: auto !important;
  padding: 0% !important;
}

.site-footer__top .region-footer-third .content {
  text-align: right;
}

.toTop {
  color: #3c1000 !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  text-decoration: none;
}

#toTop {
  cursor: pointer;
}

.site-footer__top .region-footer-third .content p:last-child {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #d71d37;
  text-align: left;
  line-height: 22px;
  margin-left: 80px !important;
}

.site-footer__top .region-footer-second .content p {
  color: #531618;
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.site-footer .content a.emaillink {
  color: #d71d37 !important;
}

.site-footer__bottom .region-footer-fifth .content {
  text-align: center !important;
  display: inline-block;
  margin-top: 15px;
}

.site-footer__bottom .region-footer-sixth .content {
  text-align: right !important;
  margin-top: 15px;
}

.site-footer__bottom .content a {
  text-decoration: none;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.site-footer__bottom .region {
  margin-top: 0px !important;
}

.subnavigation1 {
  min-height: 75px;
}

#subnav .nav-tabs > li:last {
  border-right: none !important;
}

.site-footer .content img:first-child {
  margin-right: 20px;
}

.site-footer__bottom {
  border: none !important;
}

.site-footer .content p {
  margin-bottom: 0px !important;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.scdcsidebar {
  padding: 40px;
}

.offcanvas {
  width: 50% !important;
}

#navbar-top {
  padding: 0 !important;
}

.homeheaderimg {
  display: inline;
  border-radius: 50%;
  height: 720px;
  width: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-scdc-main-menu-menu .nav-link {
  color: #f7f6f0 !important;
  font-size: 20px !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.offcanvas-header .btn-close {
  text-shadow: none;
  font-size: 64px;
  opacity: 1;
  font-family: FreightSansPro-Regular;
  font-weight: normal;
  font-style: normal;
  background: none;
  border: none;
  padding: 0;
}

.offcanvas-header {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.region-featured-top {
  padding-top: 100px;
  padding-bottom: 170px;
}

#block-hoemtop .content p {
  text-align: center;
}

.redbg {
  background: #d71d37;
  padding: 0;
}

.contactdiv,
.scientificactiv,
.funding-opportunities,
.pastcip,
.overview-stories,
.overview-stories-second,
.mission,
.vision,
.view-faqs,
.memberspotlightciprow {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.scientificactiv {
  margin-top: -12px;
  padding-bottom: 80px;
}

.mission:before,
.mission ol:before {
  content: "";
  position: absolute;
  height: 70px;
  top: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.dataintro,
.dataover {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.dataintro h3,
.dataover h3 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  display: block;
  line-height: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 70px;
}

.dataintro p,
.dataover p {
  font-family: FreightSansProSemibold-Regular;
  font-size: 28px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 34px;
}

.dataintro a,
.dataover a {
  color: #d81d38;
}

.crflib {
  padding-top: 70px;
  padding-bottom: 70px;
}

.databrowser {
  padding-top: 50px;
}

.databrowser .container {
  background: #d71d37;
  padding: 60px;
  width: 84%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #f7f6f0;
}

.cdecata .container {
  background: #e8d47f;
  padding: 60px;
  width: 84%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.crflib .container {
  background: #c5eaea;
  padding: 60px;
  width: 84%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.crflib h3 {
  font-size: 50px;
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #3c1000 !important;
  line-height: 50px;
}

.cdecata h3 {
  font-size: 50px;
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #3c1000 !important;
  line-height: 50px;
}

.databrowser h3 {
  font-size: 50px;
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #f7f6f0;
  line-height: 50px;
}

.databrowser p {
  font-size: 34px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #f7f6f0;
  text-align: left;
  margin-top: 0px;
  line-height: 36px;
  margin-bottom: 20px;
}

.crflib p {
  font-size: 34px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-align: left;
  margin-top: 0px;
  line-height: 36px;
  margin-bottom: 20px;
}

.cdecata p {
  font-size: 34px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-align: left;
  margin-top: 0px;
  line-height: 36px;
  margin-bottom: 20px;
}

.databrwlink {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #f7f6f0 !important;
  text-transform: uppercase;
  line-height: 55px;
}

.datalink {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000 !important;
  text-transform: uppercase;
  line-height: 55px;
}

.assistanceimg {
  float: left;
  margin-right: 20px;
}

.pastcip {
  margin-bottom: 30px;
}

.memberspotlightcip .memberspotlightcontent h3 {
  font-size: 42px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0 !important;
  position: relative;
  color: #f7f6f0;
}

.memberspotlightcip .memberspotlightcontent h5 {
  font-size: 29px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #f7f6f0;
  margin-top: 40px;
  display: inline-block;
  line-height: 29px;
}

.memberspotlightcip .memberspotlightcontent p {
  font-size: 20px;
  color: #f7f6f0;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.mission,
.block-views-blockcollaborators-block-1 h2 {
  position: relative;
}

.collaborators h2,
.block-views-blockcollaborators-block-1 h2 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 70px;
  margin-top: 80px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
}

.collaborators {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.communitytitle {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  text-align: left;
  line-height: 32px;
  min-height: 120px;
  padding: 0px 15px;
}

.block-views-blockcollaborators-block-1 h2:before {
  content: "";
  position: absolute;
  height: 70px;
  top: -115px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.collaborators .view-footer {
  margin-top: 70px;
  font-family: FreightSansProSemibold-Regular;
  font-size: 16px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
}

.collaborators .view-footer a {
  color: #d71d37;
  font-family: FreightSansProSemibold-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.collaborators .views-col {
  text-align: left;
  padding-bottom: 5px;
}

.collaborators h3 {
  color: #3c1000;
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.vision h3 {
  color: #f7f6f0;
  font-size: 28px;
  text-align: center;
  padding-top: 80px;
  display: block;
  margin-bottom: 30px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.funding-opportunities h3,
.trialview h3,
.inputpanelbody h3 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  display: block;
  line-height: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 70px;
}

.vision h4 {
  font-size: 50px;
  color: #f7f6f0;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  display: block;
  padding-bottom: 30px;
  display: block;
  line-height: 54px;
}

.mission h4 {
  color: #f7f6f0;
  font-size: 28px;
  text-align: center;
  padding-top: 100px;
  display: block;
  padding-bottom: 30px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.mission p {
  color: #f7f6f0;
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.mission ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  padding: 75px 0px 40px 0px;
  margin-bottom: 50px;
}

.mission ol li {
  text-align: left;
  position: relative;
  padding-top: 50px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  line-height: 26px;
  color: #f7f6f0;
  padding-bottom: 100px;
  border-bottom: 1px solid #531618;
  list-style-position: inside;
  padding-left: 95px;
}

.mission ol li:first-child {
  padding-bottom: 80px;
}

.mission ol li:last-child {
  border: none;
}

.mission ol li small {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #f7f6f0;
  position: absolute;
  margin-left: 0px;
  margin-bottom: 30px;
  margin-right: 95px;
}

.mission ol li {
  content: "";
  padding-left: 35px;
}

.mission ol {
  list-style-type: disc;
  position: relative;
}

.leadertemp {
  padding: 70px 40px;
}

.leaderrole {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.leadertitle {
  color: #3c1000;
  font-size: 34px;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.leaderbody,
.leadershortbody {
  color: #3c1000;
  font-size: 18px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  text-transform: none;
}

.leaderimgdiv {
  margin-right: -80px;
  margin-top: -40px !important;
  z-index: 1;
}

#contacthrd,
#genetic-therapies,
#science,
.view-research-resources .view-header h3,
.view-resources-library .view-header h3,
.view-leaders .view-header h3,
.view-faqs .view-header h3 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 70px;
  margin-top: 80px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
}

.contactdiv h5 {
  font-size: 28px;
  color: #3c1000;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  display: block;
  line-height: normal;
}

.contactdiv h5 a {
  color: #d71d37;
}

.contactdiv p {
  text-align: center;
}

.contactdiv p a {
  color: #d71d37;
  text-align: center;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}

#genetic-therapiesh5 {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  margin-top: 60px;
  display: inline-block;
}

.researchopp .node .field-items p:first-child {
  font-size: 24px;
}

#sciencesub {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  margin-top: 40px;
  display: inline-block;
}

.view-faqs .view-content h3 {
  display: none;
}

.view-faqs .view-content h3#Researcher,
.view-faqs .view-content h3#General {
  color: #3c1000;
  font-size: 50px;
  font-family: FreightSansProBold-Regular;
  margin-bottom: 50px;
  margin-top: 80px;
  display: block !important;
}

.sortby {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
}

.view-resources-library .view-header .anchorbtn,
.view-faqs .view-header .anchorbtn,
.view-faqs .view-header .toggle-all,
.view-resources-library .view-header .toggle-all {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #d71d37;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  text-decoration: underline !important;
}

.view-resources-library .view-header .anchorbtn,
.view-faqs .view-header .anchorbtn,
.view-faqs .view-header .toggle-all,
.view-resources-library .view-header .toggle-all {
  border: none !important;
}

.view-faqs a.faqtitle {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  color: #d71d37;
  display: block;
  padding-right: 100px;
  text-decoration: none;
  position: relative;
  padding: 10px 0px;
  padding-right: 100px;
  line-height: 33px;
}

.view-faqs a.faqtitle:hover {
  color: #d71d37 !important;
}

.yellowbox {
  background: #ead67f;
}

.goldbox {
  background: #c79a63;
}

.brownbox {
  background: #3c1000;
}

.bluebox.view-cip-members {
  background: #c8ecec;
}

.blueboxnew {
  background: #c8ecec;
  height: 100%;
}

.blueboxnew2 {
  padding: 40px;
}
.blueboxnew2 .views-field {
  padding-top: 30px;
  background: #c8ecec;
  height: 100%;
}

.newslist .newsupdateview {
  padding: 0 !important;
}

.typename {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.newsupdateview .newstitle {
  padding-bottom: 20px;
}

.views-field-field-news-channel {
  font-family: FreightSansProSemibold-Regular;
  font-size: 20px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
  padding: 0px 40px 0px 40px;
}

.views-field-field-nih-blog {
  padding: 40px 40px 0px 40px;
}

.view-display-id-block_3 .views-field-nothing {
  padding: 0px 40px 40px 40px;
}

.playlink:hover,
.playlink:focus {
  color: #3c1000;
}

.lessmargin {
  margin-top: -70px !important;
}

.lessmarginnew {
  margin-top: -170px !important;
}

.lessmarginnew1 {
  margin-top: -340px !important;
}

#newshrd {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 70px;
  margin-top: 80px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #f7f6f0 !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

table tr th {
  background: #3c1000 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #fff !important;
}

#block-news h3,
#block-scdc-datatoolsheader h3,
#block-contacttop h3 {
  color: #3c1000;
  font-size: 50px;
  text-align: center;
  font-family: FreightSansProBold-Regular;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  display: block;
}

.newsupdateview .views-col {
  padding: 0px 40px;
  margin-bottom: 70px;
}

#block-news,
#block-scdc-datatoolsheader {
  background: #c5eaea;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

#block-phase2top {
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

#block-contacttop,
#block-crisptop {
  background: #c5eaea;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

#block-crisptop h2,
#block-contacttop h2 {
  color: #3c1000;
  font-size: 72px;
  text-align: center;
  font-family: FreightSansProBold-Regular;
  font-style: normal;
  font-style: normal;
  margin-bottom: 50px;
  display: block;
}

#block-phase2top h5,
#block-crisptop h5 {
  color: #3c1000;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-family: FreightSansProBold-Regular;
}

.views-field-field-news-date {
  font-family: FreightSansProSemibold-Regular;
  font-size: 20px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
  padding: 0px 40px 0px 40px;
}

.playlink {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-transform: uppercase;
  line-height: 22px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.mystorymain {
  margin: 0px 40px 70px 40px;
}

.view-latest .view-header h3 {
  padding: 100px 50px 70px 50px;
  color: #d81d38;
  font-size: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  background: #f7f6f1;
}

.latestpad {
  padding: 0px 40px 70px 40px;
}

.newstitle {
  color: #3c1000;
  font-size: 34px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  display: block;
  padding-bottom: 40px;
}

.readstorylinkfirst:hover,
.newresouce:hover,
.readstorylink:hover,
.readstorylink1:hover,
.readmorelink:hover,
.seestorylink:hover,
.readstorylink:focus,
.readstorylink1:focus,
.readmorelink:focus,
.seestorylink:focus,
.readstorylinkinner:focus,
.readstorylinkinner:hover {
  color: #3c1000;
  text-decoration: none;
}

.newnewlink .seestoryimg1,
.seestoryimgsetfirst,
.readstoryimg,
.readstoryimg1,
.readmoreimg,
.seemoreimg,
.seestoryimg {
  margin-right: 15px !important;
  display: inline !important;
}

.readstorylinkfirst,
.readstorylink,
.readstorylink1,
.readmorelink,
.seestorylink,
.readstorylinkinner,
.newresouce {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-transform: uppercase;
  text-decoration: none;
}

.view-faqs .field-content {
  margin-bottom: 65px;
  border-bottom: 1px solid #531618;
  border-radius: 0px;
}

.faqbody {
  margin: 10px 0px;
}

.faqbody p {
  font-family: FreightSansProSemibold-Regular;
  font-size: 16px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
}

.view-faqs a.faqtitle.collapsed:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_More.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-faqs a.faqtitle.collapsed:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_More_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-faqs a.faqtitle:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_Less.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-faqs a.faqtitle:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_Less_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

#subnav .nav-tabs > li > a[title="Data Standards"].active,
#subnav .nav-tabs > li > a[title="CDE Catalog"].active,
#subnav .nav-tabs > li > a[title="CRF Library"].active,
#subnav .nav-tabs > li > a[title=Overview].active,
#subnav .nav-tabs > li > a[title="The Initiative"].active,
#subnav .nav-tabs > li > a[title="Scientific Activities & Updates"].active,
#subnav .nav-tabs > li > a[title="Clinical & Economic Impact"].active,
#subnav .nav-tabs > li > a[title="Defining a Cure"].active,
#subnav .nav-tabs > li > a[title=Researcher].active,
#subnav .nav-tabs > li > a[title=General].active,
#subnav .nav-tabs > li > a[title="Funding & Research Opportunities"].active,
#subnav .nav-tabs > li > a[title="Community Input Panel"].active,
#subnav .nav-tabs > li > a[title="Clinical Trials"].active,
#subnav .nav-tabs > li > a[title="Gene Therapies"].active,
#subnav .nav-tabs > li > a[title=Overview].active,
#subnav .nav-tabs > li > a[title="Research Resources"].active,
#subnav .nav-tabs > li > a[title="Resource Library"].active,
#subnav .nav-tabs > li > a[title=Leadership].active,
#subnav .nav-tabs > li > a[title=faqs].active {
  background: #f7f6f1 !important;
  color: #d71d37 !important;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  height: 77px;
  min-height: 77px;
}

.scientificactiv h3,
.overview-stories h3 {
  color: #f7f6f0;
  font-size: 50px;
  text-align: center;
  padding-top: 80px;
  display: block;
  padding-bottom: 70px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
}

#diseses-group {
  background: #e9e8dd;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#diseses-group .nav-tabs > li {
  background: #8a0518;
  vertical-align: middle;
  border-right: 1px solid #531618 !important;
}

#diseses-group .nav-tabs > li > a.active {
  color: #d71d37 !important;
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  background: #e9e8dd !important;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 10px;
  letter-spacing: normal;
}

#diseses-group .nav-tabs > li > a.active:hover {
  color: #d71d37 !important;
}

#diseses-group .nav-tabs > li > a:hover {
  color: #f7f6f0 !important;
}

#diseses-group .nav-tabs > li > a {
  color: #f7f6f0;
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  background: #8a0518;
  text-transform: uppercase;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 10px;
  letter-spacing: normal;
  border-radius: 0px;
  border: none;
  margin: 0;
}

#diseses-group h2 {
  color: #d71d37;
  font-size: 65px;
  margin-top: 0px;
  display: block;
  padding-bottom: 40px;
  font-weight: normal;
  font-family: FreightSansProBold-Regular;
  font-style: normal;
}

#diseses-group .tab-content {
  padding: 30px 70px;
}

#diseses-group .tab-content a {
  color: #d71d37;
}

#subnav .nav-tabs > li > a[title="The Initiative"].active,
#subnav .nav-tabs > li > a[title="Scientific Activities & Updates"].active {
  color: #f7f6f0 !important;
  background: #d71d37 !important;
}

.scientificactiv h5,
.overview-stories-second h4 {
  color: #f7f6f0;
  font-size: 28px;
  font-family: FreightSansProSemiBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
}

.overview-stories-second h4:last-child {
  padding-bottom: 100px;
}

.leadertemp:first-child .leadercondiv {
  background: #c79a63;
  padding: 40px 40px 40px 80px;
}

.leadertemp:nth-child(2) .leadercondiv {
  background: #ead67f;
  padding: 40px 40px 40px 80px;
}

.leadertemp:last-child .leadercondiv {
  background: #c7ecec;
  padding: 40px 40px 40px 80px;
}

.view-id-leaders {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#factcarousel h2 {
  font-size: 50px;
  color: #f7f6f0;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 60px;
}

#factcarousel h4 {
  font-size: 20px;
  color: #f7f6f0;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 60px;
  line-height: 28px;
}

.homefacts {
  background: #d81d38;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 200px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 0%;
  margin-bottom: 8rem;
  margin-left: 15%;
  list-style: none;
}

#subnav .nav-tabs > li > a:hover {
  border: 0;
  border-radius: 0;
}

#subnav .nav-tabs.nav-justified > li > a {
  border: none;
  border-radius: 0px;
  color: #f7f6f0 !important;
}

#subnav .nav-tabs > li.active > a {
  color: #f7f6f0;
  font-size: 16px;
  line-height: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  background: #d71d37;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 10px;
  letter-spacing: normal;
}

#subnav .nav-tabs > li {
  background: #8a0518;
  vertical-align: middle;
  border-right: 1px solid #531618 !important;
}

#subnav .nav-tabs > li > a {
  color: #f7f6f0;
  font-size: 16px !important;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  background: #8a0518;
  text-transform: uppercase;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 10px;
  letter-spacing: normal;
  line-height: 20px;
}

#subnav .nav-tabs > li > a:hover {
  color: #f7f6f0 !important;
}

#subnav .nav-tabs > li a.active {
  background: #d71d37 !important;
}

#block-scdc-main-menu .dropdown-menu {
  background: none;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d71d37;
  padding: 20px;
  top: 40px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
}

#block-scdc-main-menu > li:nth-child(2) > ul.dropdown-menu {
  width: 130%;
}

#block-scdc-main-menu > li:nth-child(4) > ul.dropdown-menu {
  width: 160%;
}

#block-scdc-main-menu > li:nth-child(5) > ul.dropdown-menu {
  width: 130%;
}

#block-scdc-main-menu > li:nth-child(1) > ul.dropdown-menu {
  width: 200%;
}

#block-scdc-main-menu .first.dropdown {
  margin-top: 0px;
}

#block-scdc-main-menu .dropdown-menu .last {
  padding-bottom: 5px;
}

#block-scdc-main-menu .dropdown-menu li {
  padding: 1px 0px;
}

#block-scdc-main-menu .navbar-nav > li.nav-item > .nav-link {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #f7f6f0 !important;
  font-size: 15px !important;
  line-height: 24px;
}

#block-scdc-main-menu .navbar-nav > li.nav-item > .nav-link.active,
#block-scdc-main-menu .navbar-nav > li.nav-item > .nav-link.opendr {
  background: #d71d37 !important;
}

#block-scdc-main-menu .navbar-nav > li.last > a {
  font-size: 20px;
}

.newsupdateview {
  padding: 40px 40px !important;
}

.eu-cookie-compliance-message button {
  color: #fff;
  font-weight: bold;
}

#sliding-popup .popup-content #popup-text {
  max-width: 85%;
}

#block-scdc-main-menu .navbar-nav > li {
  padding-bottom: 0px;
  min-height: 40px;
  height: 40px;
}

#block-scdc-main-menu .navbar-nav > li:last-child {
  border: none;
}

#block-scdc-main-menu .dropdown-menu > li > a.active,
#block-scdc-main-menu .navbar-nav > li > a:focus,
#block-scdc-main-menu .navbar-nav > li > a:hover {
  color: #f7f6f0;
  background-color: transparent !important;
}

#block-scdc-main-menu .navbar-nav li.nav-item .nav-link:hover {
  background-color: #d71d37 !important;
}

#block-scdc-main-menu .dropdown-menu > li > a:hover:after,
#block-scdc-useraccountmenu .dropdown-menu > li > a:hover:after {
  content: "";
  width: 35px;
  height: 12px;
  background-image: url(/images/existing/menuhover.png);
  display: inline-block;
  margin-left: 5px;
}

#block-scdc-useraccountmenu .dropdown-menu > li > a:hover:after {
  -webkit-filter: invert(9%) sepia(45%) saturate(4145%) hue-rotate(341deg) brightness(40%) contrast(93%);
          filter: invert(9%) sepia(45%) saturate(4145%) hue-rotate(341deg) brightness(40%) contrast(93%);
}

#block-scdc-useraccountmenu .navbar-nav > li.nav-item > a.nav-link {
  color: #531618 !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important;
}

#block-scdc-useraccountmenu .navbar-nav > li.nav-item:last-child a.nav-link:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-bottom: -2px;
}

#block-scdc-useraccountmenu .dropdown-menu > li > a {
  font-size: 18px !important;
}

#block-scdc-useraccountmenu .dropdown-menu > li > a:hover {
  color: #531618 !important;
}

#block-scdc-useraccountmenu .dropdown-menu > li > a.active,
#block-scdc-useraccountmenu .navbar-nav > li.nav-item > a.nav-link.active {
  color: #d71d37 !important;
  background-color: transparent !important;
}

#block-scdc-main-menu .navbar-nav > .active > a,
#block-scdc-main-menu .navbar-nav > .active > a:focus,
#block-scdc-main-menu .navbar-nav > .active > a:hover {
  color: #f7f6f0 !important;
  background-color: transparent;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  padding: 10px 0px;
  font-size: 34px !important;
  line-height: 35px;
}

#block-scdc-main-menu .dropdown-menu,
#block-scdc-useraccountmenu .dropdown-menu {
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-scdc-main-menu .dropdown-menu > li > a {
  white-space: normal;
  color: #f7f6f0 !important;
  font-size: 15px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  text-decoration: none;
}

.dropdown-menu > li.active,
.dropdown-menu > li.active:hover,
.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #f7f6f0 !important;
  background: transparent !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  border-bottom: 4px solid #fff;
  margin-bottom: 4px;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover:after {
  margin-left: 0 !important;
  width: auto !important;
  background: none !important;
}

#block-scdc-main-menu .dropdown::after,
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border: none !important;
}

.alignfull {
  position: relative;
}

.bgimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
}

.bottom-right {
  position: absolute;
  bottom: 28px;
  right: 46px;
  color: #f7f6f0;
  font-size: 20px;
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-style: italic;
}

.menutitle {
  padding-right: 20px;
  font-size: 28px;
  font-family: FreightSansProSemiBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #d71d37;
  text-transform: capitalize;
}

.subnav .nav-tabs > li.active > a[title="Research Resources"],
.subnav .nav-tabs > li.active > a[title="Regulatory Assistance"],
.subnav .nav-tabs > li.active > a[title="Funding & Research Opportunities"],
.subnav .nav-tabs > li.active > a[title="Resource Library"],
.subnav .nav-tabs > li.active > a[title="Clinical Trials"],
.subnav .nav-tabs > li.active > a[title="Genetic Therapies"],
.subnav .nav-tabs > li.active > a[title=Leadership],
.subnav .nav-tabs > li.active > a[title=Overview],
.subnav .nav-tabs > li.active > a[title=FAQs],
.subnav .nav-tabs > li.active > a[title=General],
.subnav .nav-tabs > li.active > a[title=Researcher] {
  background: #f7f6f1;
  color: #d71d37;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  height: 77px;
  min-height: 77px;
}

#subnav .nav-tabs > li.last {
  border-right: none !important;
}

#subnav .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: none;
  border-radius: 0px;
}

#block-hoemtop .content h1 {
  color: #f7f6f0;
  font-size: 80px;
  text-align: center;
  font-family: FreightSansProBold-Regular;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 120px;
  display: block;
  margin-top: -180px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 4px;
}

#block-hoemtop .content h3 {
  color: #f7f6f0;
  font-size: 28px;
  line-height: 44px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paragraph--type--basic-page-with-sub-header h3 {
  color: #d71d37;
  font-size: 65px;
  text-align: center;
  padding-top: 105px;
  display: block;
  margin-bottom: 70px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  position: relative;
}

.paragraph--type--basic-page-with-sub-header h3:after {
  content: "";
  position: absolute;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.wedocontent {
  padding-top: 0px !important;
  color: #d71d37;
  font-size: 34px;
  font-family: FreightSansProSemiBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.wedocontent p {
  margin-left: auto;
  margin-right: auto;
  width: 72%;
  margin-bottom: 40px;
  text-align: center;
}

.aboutstories .storytitle {
  background: #c0e5e5;
  padding: 35px;
}

.storytitle a {
  text-transform: none;
  font-size: 24px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blue2titlebody h4 {
  color: #3c1000;
  font-size: 34px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
}

.blue2titlebody {
  padding: 40px !important;
  min-height: 360px;
  position: relative;
}

.storymargintopnew {
  margin-top: 20px;
}

.blue2titlebody .playlink {
  position: absolute;
  bottom: 30px;
}

.storyblock10title,
.storyblock9title,
.storyblock3title,
.storyblock4 .storytitle,
.storyblock6 .storyblock6title,
.storyblock12title {
  padding: 20px 40px;
}

.brwon2title {
  padding: 20px !important;
}

.storyblock8 .playlink {
  margin-bottom: 20px;
}

.blue3titlebody {
  font-size: 16px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-transform: uppercase;
  padding: 20px;
}

.view-display-id-block_5 .blue3titlebody {
  font-size: 20px;
}

.blue3title {
  margin-bottom: 30px;
}

#archivedhrd {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #3c1000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
  font-size: 20px;
  display: block;
}

.archivebody {
  display: inline;
}

.archivetitle {
  margin-left: 70px;
}

.newstitle a {
  color: #3c1000;
  font-size: 26px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
  text-transform: capitalize;
  text-decoration: none;
}

.archivelink img {
  float: left;
}

.archdate {
  font-family: FreightSansProSemibold-Regular;
  font-size: 20px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
}

.archcha {
  font-family: FreightSansProSemibold-Regular;
  font-size: 20px;
  color: #3c1000;
  font-weight: normal;
  line-height: 16px;
  font-style: normal;
}

.newsupdatesarchive {
  background: #c79a63;
  padding-top: 40px;
}

.storyblock10.topmargin {
  margin-top: -200px;
}

.playlink {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  text-transform: uppercase;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brown {
  color: #f7f6f0 !important;
}

#communityhrd {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 70px;
  padding-top: 100px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  position: relative;
}

#communityhrd:before {
  content: "";
  position: absolute;
  height: 70px;
  top: 0px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.storymargintop {
  margin-top: 70px;
}

#block-scdc-page-title {
  padding-top: 40px;
}

.aboutstories {
  background: #d71d37;
  padding: 0;
  padding-bottom: 80px;
  margin-bottom: 50px;
}

.yellowann .home-message {
  background: #ead67f;
  padding: 15px !important;
  border-radius: 0px;
}

.blueann .home-message {
  background: #c8ecec;
  padding: 15px !important;
  border-radius: 0px;
}

.home-message-text a {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #3c1000;
}

.view-home-page-announcement .views-field-title {
  padding: 0 !important;
}

.view-home-page-announcement .alert-dismissible .btn-close {
  font-size: 14px;
  top: 5px;
}

#block-stayconnectedhomepage .newsupdates h3 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 100px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
}

#block-stayconnectedhomepage .newsupdates p {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #d71d37;
  text-align: center;
  margin-bottom: 100px;
}

#block-stayconnectedhomepage .newsupdates {
  margin-bottom: 30px;
}

.brown:hover {
  color: #f7f6f0 !important;
}

#block-stayconnectedhomepage .newsupdates p a {
  color: #3c1000;
}

.modal-content .modal-body p {
  font-family: FreightSansProMedium-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #3c1000;
}

.modal-content .modal-body p a {
  color: #3c1000;
  text-decoration: underline !important;
}

.home-message {
  color: #3c1000;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}

.home-message-text strong a {
  color: #3c1000;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.home-message {
  margin: 0 !important;
  padding: 0 !important;
}

.nextlink a {
  font-size: 20px !important;
  font-family: FreightSansProBold-Regular !important;
  font-weight: normal;
  font-style: normal;
  color: #d71d37 !important;
  line-height: 72px;
  display: inline-block;
  padding: 0px 82px 0px 0px;
  text-align: center;
}

.nextlink p {
  text-align: center !important;
}

.nextpagelink:hover {
  color: #d71d37 !important;
}

.nextpagelink,
.nextpagelink:focus {
  background: url(/images/existing/Red_Next.png) no-repeat right 2px center;
}

.nextpagelink:hover {
  background: url(/images/existing/Red_Next_Hover.png) no-repeat right 2px center;
}

.surveylink {
  color: #d71d37;
}

.trailgrasp .group-title,
.trialcrisp .group-title {
  display: none !important;
}

.view-research-resources .group-title {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

.nextlink {
  padding-top: 60px !important;
  padding-bottom: 100px !important;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 75% !important;
  border-top: 1px solid #531618;
  padding-top: 60px;
}

.funding-opportunities .nextlink {
  width: 100% !important;
}

.scienceoverview .nextlink {
  width: 100% !important;
}

.view-stoies .modal-content,
.view-latest .modal-content {
  background-color: #461c0c;
  background: rgba(70, 28, 12, 0.9);
}

.view-stoies .modal-header .btn-close {
  text-shadow: none;
  font-size: 24px;
  color: #f7f6f0 !important;
  opacity: 1;
  font-family: FreightSansPro-Regular;
  font-weight: normal;
  font-style: normal;
}

.modal-header {
  border: none !important;
}

.aboutstories .view-header {
  font-size: 50px;
  line-height: 55px;
  padding: 0px 140px;
  color: #f7f6f0;
  text-align: center;
  padding-top: 80px;
  display: block;
  margin-bottom: 70px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.playimg {
  float: left;
  margin-right: 15px !important;
}

.newstitle {
  color: #3c1000;
  font-size: 34px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  padding: 0px 40px;
  text-align: left;
  display: block;
}

.views-field-nothing {
  padding: 40px 40px 40px 40px;
}

.site-footer .block {
  padding: 0 !important;
}

.fromcurediv {
  width: auto;
  margin-left: 0px;
  display: inline;
}

.fromcure {
  font-size: 16px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  background: #d71d37;
  padding: 4px;
  color: #f7f6f0;
  display: inline-block;
  text-transform: uppercase;
}

.view-resources-library .fromcure {
  margin-bottom: 20px;
}

.restitle {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  color: #3c1000;
  display: block;
  padding-right: 100px;
  text-decoration: none;
  position: relative;
  padding: 10px 0px;
  padding-right: 100px;
  position: relative;
  text-align: left;
}

.restitle.collapsed:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_More.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.restitle.collapsed:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_More_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.restitle:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_Less.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.restitle:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Red_Less_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.spanish a {
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  background: none;
  padding: 0px;
  color: #d71d37 !important;
  font-size: 12px !important;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

.resimgicon {
  min-height: 75px;
  float: left;
}

.reslink a img {
  width: 40px;
  float: left;
  margin-right: 20px;
}

.view-research-resources .reslink a img {
  width: auto !important;
}

.reslink a {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  text-align: left;
  display: block;
  padding-left: 0px;
  text-decoration: none;
}

.publink {
  color: #3c1000;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  display: block;
  padding-left: 0px;
  text-decoration: none;
}

.view-research-resources .reslink a {
  font-size: 28px;
  line-height: 32px;
}

.view-research-resources .resmarginbody {
  margin-left: 90px;
  margin-top: 17px;
}

.inactiveannbox .downloadlink {
  color: #3c1000;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.reslink .collapse {
  padding-bottom: 50px;
}

.view-resources-library .view-header {
  margin-bottom: 80px;
}

.rescolumn .views-field-title {
  margin-top: 20px;
}

.rescolumn .fromcurediv {
  width: auto;
  margin-left: 90px;
  display: inline;
}

.trialhrd,
.davidwphase,
.phase-2,
.inputpanelbody,
.trialview,
.genetic-therapiesview,
.view-resources-library,
.scienceoverview {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-research-resources {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.davidwphase {
  margin-top: 60px;
}

.trialinfoqa h4,
.trialhrd h4 {
  color: #3c1000;
  font-size: 28px;
  line-height: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 30px;
  padding-top: 105px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.crispr ul li {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.block-views-blockresearch-resources-block-1 h2,
.block-views-blockresearch-resources-block-2 h2 {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.trialhrd p,
.trialhrd ul li {
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
}

.trialhrd h4:before,
.trialinfoqa h4:before {
  content: "";
  position: absolute;
  height: 70px;
  top: 0px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.davidw,
.markw {
  background-color: #EAD67F;
  margin: 40px 0px;
}

.phase-2 {
  padding-top: 40px;
}

.davidwcon {
  padding: 30px;
}

.davidwimg {
  padding: 0px !important;
}

.davidw h4 {
  font-size: 25px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  display: inline-block;
}

.crisp,
.phase12 {
  background: #c5eaea;
  padding: 60px;
  width: 85% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 60px;
}

.view-trail-information {
  background: #c5eaea;
  width: 77% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 60px;
}

.trialinfoqa {
  width: 77% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.trialinfoqa ul {
  background: #ead67f;
  padding-left: 80px;
  padding-right: 40px;
  padding-top: 27px;
  padding-bottom: 25px;
}

.trialinfoqa ul li {
  color: #3c1000;
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.view-trail-information .views-field-nothing {
  padding: 0px;
}

.view-trail-information a {
  color: #3c1000;
  text-decoration: none;
  display: block;
  font-family: FreightSansProSemibold-Regular;
  font-size: 28px;
  padding-right: 100px;
  text-decoration: none;
  position: relative;
  padding: 10px 0px;
  padding-right: 100px;
}

.view-trail-information .field-content {
  margin-bottom: 40px;
  border-bottom: 1px solid #531618;
  border-radius: 0px;
  display: block;
}

.view-trail-information a.faqtitle.collapsed:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_More.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-trail-information a.faqtitle.collapsed:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_More_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-trail-information a.faqtitle:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_Less.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.crisp a,
.virushelp a,
.leaderbody a {
  color: #d71d37;
}

.overview-stories-second a {
  color: #3c1000;
}

.view-trail-information a.faqtitle:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_Less_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.view-trail-information .faqbody li {
  font-size: 18px;
  padding-bottom: 5px;
  font-family: FreightSansProBold-Regular;
}

.view-trail-information .faqbody h4 {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.view-trail-information p,
.view-trail-information p a {
  font-size: 18px;
  margin: 0 0 0 !important;
  font-family: FreightSansProBold-Regular;
}

.downloadlink2 a {
  color: #3c1000;
  text-decoration: none;
  font-size: 28px;
  font-family: FreightSansProSemibold-Regular;
}

.view-trail-information .headergrasp {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  padding: 0px;
  padding-right: 25px;
}

.view-trail-information .headergrasp:after {
  content: "";
  width: 24px;
  height: 19px;
  background-image: url(/images/existing/email-icon.png);
  background-size: cover;
  position: absolute;
  background-size: 24px 19px;
  right: 0px;
  bottom: 5px;
}

.view-trail-information .graspstudybio p {
  font-size: 18px;
  margin: 0 0 0 !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.virushelp,
.phase2 {
  background: #ead67f;
  padding: 60px;
  width: 82%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 60px;
}

.award005 .view-content,
.award007 .view-content {
  background: #d71d37;
  padding: 60px;
  width: 76%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.award005 .view-content .views-row,
.award007 .view-content .views-row {
  margin-bottom: 55px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding-bottom: 20px;
  padding-left: 0;
}

.award005 .faqbody a,
.award007 .faqbody a {
  color: #f7f6f0;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
}

.award005 .faqtitle,
.award007 .faqtitle,
.award005 .faqtitle:hover,
.award007 .faqtitle:hover {
  font-size: 16px;
  color: #f7f6f0 !important;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  position: relative;
  display: block;
}

.award005 .faqtitle.collapsed:after,
.award007 .faqtitle.collapsed:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/White_More.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.award005 .faqtitle.collapsed:hover:after,
.award007 .faqtitle.collapsed:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/White_More_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.award005 a.faqtitle:after,
.award007 a.faqtitle:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/White_Less.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.roalinkfund:hover {
  color: #f7f6f0 !important;
}

.award005 a.faqtitle:hover:after,
.award007 a.faqtitle:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/White_Less_Hover.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.storyblockblue4 {
  margin-top: 120px;
  position: relative;
}

.award005 .view-header h4,
.award007 .view-header h4 {
  position: relative;
}

.award005 .view-header h4:after,
.award007 .view-header h4:after {
  content: "";
  position: absolute;
  height: 70px;
  top: -35px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.block-views-blockstoies-block-13 {
  position: relative;
}

.block-views-blockstoies-block-13:after {
  content: "";
  position: absolute;
  height: 70px;
  top: 0px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.award005 .faqbody p,
.award007 .faqbody p {
  font-size: 20px;
  color: #f7f6f0;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.crisp h3,
.virushelp h3 {
  color: #3c1000;
  font-size: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
}

.phase-2 p,
.crisp p,
.virushelp p,
.trialview p,
.inputpanelbody p,
.inputpanelbody ul li {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.inputpanelbody h4 {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  margin-top: 30px;
  display: inline-block;
}

.phase2 h5,
.phase12 h5 {
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  margin: 0 0 25px !important;
}

.phasehrd {
  font-size: 25px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3C1000;
  text-align: center;
  padding-top: 100px;
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
}

.phasehrd:before {
  content: "";
  position: absolute;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.phase12 h4 {
  font-size: 51px;
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #3C1000;
  line-height: 50px;
}

.downloadlink3 a {
  font-size: 20px;
  color: #3c1000;
  text-transform: uppercase;
  font-family: FreightSansProBold-Regular;
  text-decoration: none;
}

.crispsub,
.virushelpsub {
  display: none;
}

.downloadroa,
.downloadroafund {
  margin-right: 10px;
}

.hider2,
.hider1,
.hider3,
.hider4,
.hider5,
.hider6,
.hider7,
.hider8,
.hider9,
.hider10,
.hider11,
.hider12,
.hider13 {
  display: none;
}

.shower,
.hider,
.showerv,
.hiderv,
.shower1,
.hider1,
.shower2,
.hider2,
.shower3,
.hider3 {
  cursor: pointer;
  text-align: right;
}

.crisp p:last-child,
.virushelp p:last-child {
  text-align: right;
  margin-bottom: 0px;
}

.crispsub p:last-child,
.virushelpsub p:last-child {
  text-align: left;
  position: relative;
}

.phase-2 h5,
.crispsub h5,
.virushelpsub h5,
.trialview h5,
.funding-opportunities h4 {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
}

#funding-opportunities-ann,
.award005 .view-header h4,
.award007 .view-header h4 {
  color: #d71d37;
  font-size: 28px;
  line-height: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  margin-top: 70px;
  text-align: center;
}

#funding-opportunities-ann,
#inactives-ann {
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
}

.award005 .view-header h4,
.award007 .view-header h4 {
  margin-bottom: 50px;
  padding-top: 70px;
}

#inactives-ann {
  color: #3c1000;
  font-size: 28px;
  line-height: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  margin-top: 70px;
  text-align: center;
}

.fundannbox {
  padding: 60px;
  background: #d71d37;
}

.inactiveannbox {
  background: #e7e4d8;
  padding: 60px;
}

.fundannbox h4 {
  font-size: 18px;
  color: #f7f6f0;
  margin: 0;
}

.inactiveannbox a {
  font-size: 18px;
  color: #3c1000;
  text-decoration: none;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: block;
  padding-right: 80px;
}

.inactiveannbox p {
  font-size: 20px;
  color: #3c1000;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.downloadlink {
  color: #3c1000;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.inactiveannbox a.btncol.collapsed:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_More.png);
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.inactiveannbox a.btncol.collapsed:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_More_Hover.png);
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.inactiveannbox a.btncol:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_Less.png);
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.inactiveannbox a.btncol:hover:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/Brown_Less_Hover.png);
  position: absolute;
  right: 0px;
  bottom: 10px;
}

#funding-opportunities-ann:before,
#inactives-ann:before {
  content: "";
  position: absolute;
  height: 70px;
  top: -35px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.genetic-therapiesview p {
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  position: relative;
}

.scienceoverview p {
  font-size: 20px;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 50px !important;
  position: relative;
}

.view-resources-library .group-title {
  color: #3c1000;
  position: relative;
  font-size: 40px;
  font-family: FreightSansProBold-Regular;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 65px;
  border-radius: 0px;
}

.group-content {
  margin-bottom: 45px;
}

.reslibdiv.contextual-region.view.view-resources-library.view-id-resources_library.view-display-id-page_1 .group-content {
  margin-bottom: 0px;
}

.pastmemberimage {
  padding: 0px 50px;
  display: inline-grid;
  margin: auto;
}

.pasttitle {
  color: #3c1000;
  font-size: 22px;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  line-height: 27px;
  width: 150px;
}

.pastmembers {
  color: #3c1000;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
}

.currentmember .ourleadershrd big {
  color: #3c1000;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
}

.curmember .leadercondiv .readmore1,
.curmember .leadercondiv .readmore2,
.curmember .leadercondiv .readmore3,
.curmember .leadercondiv .readmore4,
.curmember .leadercondiv .readmore5,
.curmember .leadercondiv .readmore6,
.curmember .leadercondiv .readmore7,
.curmember .leadercondiv .readmore8,
.curmember .leadercondiv .readmore9,
.curmember .leadercondiv .readmore10,
.curmember .leadercondiv .readmore11,
.curmember .leadercondiv .readmore12,
.curmember .leadercondiv .readmore13 {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.curmember .leaderimgdiv {
  margin-right: 0px;
  margin-top: 0px !important;
  z-index: 1;
  padding-right: 0px;
}

.curmember .leaderpad {
  padding: 0px 0px;
}

.curmember .img-responsive {
  margin-left: 15px;
}

.curmember .leaderpad:last-child .views-field .field-content .leadercondiv {
  background: rgba(199, 236, 236, 0);
  padding: 0px 60px 0px 16px;
}

.curmember .leadercondiv .leaderbody {
  padding: 10px 15px 30px 15px;
}

.curmember .readmore2.leaderbodyless {
  padding-bottom: 25px;
}

#currentmemberhrd {
  color: #3c1000 !important;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}

#currentmemberhrd:before {
  content: "";
  position: absolute;
  height: 70px;
  top: -35px;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.memberspotlightcip {
  padding-top: 90px;
  background: #d71d37;
  padding-bottom: 90px;
  margin-bottom: 40px;
}

#pastmembers {
  color: #3c1000;
  font-size: 50px;
  text-align: center;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 40px;
}

.pastmemberimage p {
  color: #3c1000;
  font-size: 22px;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  line-height: 27px;
  width: 150px;
}

.curmember .leadertitle {
  width: 90%;
  color: #3c1000;
  font-size: 24px;
  font-family: FreightSansProbold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  line-height: 27px;
  padding-top: 10px;
}

.memberimg {
  margin-left: 50px;
}

.leaderbody {
  display: none;
}

.curmember {
  margin-bottom: 80px;
}

.communityinputleft .block-views {
  margin-left: 23% !important;
  margin-right: 5% !important;
}

.communityinputright .block-views {
  margin-right: 23% !important;
  margin-left: 5% !important;
}

.leadercondiv {
  padding: 0px 20px;
  position: relative;
}

.curmember .readmore1,
.curmember .readmore2,
.curmember .readmore3,
.curmember .readmore4,
.curmember .readmore5,
.curmember .readmore6,
.curmember .readmore7,
.curmember .readmore8,
.curmember .readmore9,
.curmember .readmore10,
.curmember .readmore11,
.curmember .readmore12,
.curmember .readmore13 {
  text-align: right !important;
}

.curmember .shower1,
.curmember .shower2,
.curmember .shower3,
.curmember .shower4,
.curmember .shower5,
.curmember .shower6,
.curmember .shower7,
.curmember .shower8,
.curmember .shower9,
.curmember .shower10,
.curmember .shower11,
.curmember .shower12,
.curmember .shower13 {
  width: 33px !important;
  height: 32px !important;
}

.curmember .hider1,
.curmember .hider2,
.curmember .hider3,
.curmember .hider4,
.curmember .hider5,
.curmember .hider6,
.curmember .hider7,
.curmember .hider8,
.curmember .hider9,
.curmember .hider10,
.curmember .hider11,
.curmember .hider12,
.curmember .hider13 {
  width: 33px !important;
  height: 32px !important;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  .sliderbgimg {
    min-height: 410px;
  }
}
#block-scdc-main-menu .navbar-nav > li.nav-item > .nav-link {
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 540px) {
  .content .slideshow_slide-4 .carousel-caption a {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    width: 56% !important;
    padding-top: 5px;
  }
  .last .field-content.downloadlink3.newdownloadlink {
    margin-top: 0px !important;
  }
  .bluebox.storyblockblue4 {
    background: #c8ecec;
    margin: auto;
    position: relative;
    margin-bottom: 34px;
  }
  .nextlink a {
    height: 64px;
    line-height: 32px !important;
    text-align: left;
    padding-right: 68px;
    padding-top: 21px;
  }
  .col-md-6.blue3titlebody {
    padding: 30px;
  }
  .blue3title {
    font-size: 24px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 992px) {
  #block-scdc-dccmenu ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    display: block;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
    background-color: #d71d37;
    z-index: 999;
    overflow: auto;
  }
  .closebtn.btn-close {
    text-shadow: none;
    font-size: 80px;
    opacity: 1;
    font-family: FreightSansPro-Regular;
    font-weight: normal;
    font-style: normal;
    background: none;
    border: none;
    padding: 0;
    color: #f7f6f0 !important;
    line-height: 64px;
    opacity: 1 !important;
  }
  #block-scdc-useraccountmenu .dropdown-menu > li > a,
  #block-scdc-useraccountmenu .navbar-nav > li.nav-item > a.nav-link {
    font-family: FreightSansProBold-Regular;
    font-weight: normal;
    font-style: normal;
    color: #f7f6f0 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 22px !important;
  }
  #block-scdc-useraccountmenu .dropdown-menu > li > a.active,
  #block-scdc-useraccountmenu .navbar-nav > li.nav-item > .nav-link.active {
    color: #f7f6f0 !important;
  }
  #block-scdc-useraccountmenu .navbar-nav > li.nav-item > a.nav-link {
    white-space: normal;
    padding-left: 50px;
    padding-right: 50px;
    min-height: auto !important;
    height: auto !important;
  }
  #block-scdc-useraccountmenu .navbar-nav > li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  #block-scdc-main-menu .navbar-nav > li {
    padding-bottom: 0px;
    min-height: auto !important;
    height: auto !important;
  }
  .region-nav-additional {
    display: none !important;
  }
  #block-scdc-main-menu .navbar-nav > li.nav-item > .nav-link {
    line-height: 22px !important;
    font-size: 20px !important;
  }
  .resimgicon {
    min-height: 45px;
  }
  #block-phase2top .content img {
    max-width: 84%;
    height: auto;
  }
  .trialinfoqa ul {
    background: #ead67f;
    padding-left: 56px !important;
    padding-right: 34px !important;
  }
  .block-views-blockresearch-resources-block-1 h2 {
    margin-bottom: 0px !important;
  }
  .trialinfoqa ul li {
    line-height: 26px !important;
    padding-bottom: 15px;
  }
  .trialinfoqa {
    width: 95% !important;
  }
  .downloadlink2 a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    line-height: 32px !important;
  }
  .view-trail-information a {
    padding: 10px 0px;
    padding-right: 0px !important;
  }
  .view-trail-information {
    background: #c5eaea;
    width: 93% !important;
  }
  .phase12 h4 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .homebluetitle p {
    width: 85% !important;
    font-size: 20px !important;
    height: 100% !important;
    line-height: 25px;
  }
  .storyblock7title .views-field.views-field-field-ti-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px !important;
  }
  .field-content.newtabtrail.newdownloadlink {
    margin-left: 0px;
  }
  .bluebox.storyblockblue4 {
    background: #c8ecec;
    margin: auto;
    position: relative;
    margin-bottom: 34px;
  }
  .nextlink a {
    height: 64px;
    line-height: 32px;
    text-align: left;
    padding-right: 68px;
    padding-top: 21px;
  }
  .col-md-6.blue3titlebody {
    padding: 30px;
  }
  .blue3title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .newsdetails {
    margin-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .view-latest .views-view-grid .views-row {
    width: auto;
  }
  #subnav .nav-tabs.nav-justified > li > a {
    height: 45px !important;
    min-height: 45px !important;
  }
  #subnav .nav-tabs > li > a[title="Scientific Activities & Updates"].active,
  #subnav .nav-tabs > li > a[title="Clinical & Economic Impact"].active,
  #subnav .nav-tabs > li > a[title="Defining a Cure"].active,
  #subnav .nav-tabs > li > a[title=Researcher].active,
  #subnav .nav-tabs > li > a[title=General].active,
  #subnav .nav-tabs > li > a[title="Funding & Research Opportunities"].active,
  #subnav .nav-tabs > li > a[title="Community Input Panel"].active,
  #subnav .nav-tabs > li > a[title="Clinical Trials"].active,
  #subnav .nav-tabs > li > a[title="Gene Therapies"].active,
  #subnav .nav-tabs > li > a[title=Overview].active,
  #subnav .nav-tabs > li > a[title="Research Resources"].active,
  #subnav .nav-tabs > li > a[title="Resource Library"].active,
  #subnav .nav-tabs > li > a[title=Leadership].active,
  #subnav .nav-tabs > li > a[title=faqs].active {
    height: 45px !important;
    min-height: 45px;
  }
  #subnav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nextlink a {
    line-height: 32px;
  }
  .bgimg {
    height: 250px !important;
  }
  .view-research-resources .resmarginbody {
    font-size: 20px;
    line-height: 22px;
    margin-left: 64px;
    margin-bottom: 10px;
  }
  .view-research-resources .reslink a img {
    width: 42px;
    height: 42px;
  }
  .region-top-parentmenu-title p {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
  }
  .newsupdateview, .blueboxnew2 {
    width: 100% !important;
  }
  .restitle.collapsed:after,
  .restitle:after,
  .restitle:hover:after,
  .restitle:focus:after,
  .restitle.collapsed:hover:after {
    width: 42px;
    height: 42px;
  }
  .view-resources-library .group-title {
    margin-bottom: 20px;
  }
  .view-resources-library .view-header .anchorbtn,
  .view-faqs .view-header .anchorbtn,
  .view-faqs .view-header .toggle-all,
  .view-resources-library .view-header .toggle-all {
    font-size: 14px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .restitle {
    font-size: 26px;
    padding-right: 36px;
  }
  .trialcrisp.view-research-resources .resmarginbody {
    font-size: 20px;
    line-height: 24px;
  }
  .phase12 h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .contactdiv,
  .scientificactiv,
  .funding-opportunities,
  .pastcip,
  .overview-stories,
  .overview-stories-second,
  .mission,
  .vision,
  .view-faqs,
  .memberspotlightciprow {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mission ol li {
    content: "";
    padding-left: 15px;
  }
  .collaborators .views-row > div {
    width: 100% !important;
  }
  .collaborators {
    width: 100%;
  }
  .collaborators h2,
  .block-views-blockcollaborators-block-1 h2 {
    margin-bottom: 30px;
  }
  .leadertemp .leadercondiv {
    background: #c7ecec;
    padding: 30px !important;
  }
  .trialhrd,
  .davidwphase,
  .phase-2,
  .inputpanelbody,
  .trialview,
  .genetic-therapiesview,
  .view-resources-library,
  .scienceoverview {
    width: 90%;
  }
  .communityinputleft .block-views,
  .communityinputright .block-views {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mission ol li {
    line-height: normal;
  }
  .mission ol li small {
    margin: 0;
  }
  .aboutstories .view-header {
    font-size: 50px;
    line-height: 55px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .paragraph--type--basic-page-with-sub-header h3:after {
    content: none;
  }
  .paragraph--type--basic-page-with-sub-header h3 {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .paragraph--type--basic-page-with-sub-header h3 {
    font-size: 40px;
  }
  .wedocontent {
    font-size: 28px;
    line-height: 34px;
  }
  .site-footer__top .region-footer-second .content p {
    line-height: 22px;
  }
  .site-footer__top p {
    margin: 0;
  }
  .aboutstories .views-row {
    width: 100% !important;
  }
  .aboutstories.view-display-id-block_14 {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .nextlink {
    padding: 0px 0px 0px 0px;
    line-height: normal;
    margin-top: 20px;
    width: 100% !important;
    text-align: center;
  }
  #block-footerbacktotop p {
    text-align: center;
    margin-top: 10px;
  }
  .wedocontent p {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 20px;
  }
  .homeheaderimg {
    display: inline;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #block-hoemtop .content h1 {
    font-size: 44px;
    width: 100%;
    line-height: 44px;
    margin-bottom: 60px;
    margin-top: -118px;
  }
  .region-featured-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #block-hoemtop .content h3 {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
  }
  .view-latest .view-header h3,
  .scientificactiv h3,
  .overview-stories h3 {
    padding: 50px 20px 40px 20px;
    font-size: 46px;
    line-height: 46px;
  }
  .funding-opportunities h3,
  .trialview h3,
  .inputpanelbody h3 {
    font-size: 46px;
    line-height: 46px;
  }
  #contacthrd,
  #genetic-therapies,
  #science,
  .view-research-resources .view-header h3,
  .view-resources-library .view-header h3,
  .view-leaders .view-header h3,
  .view-faqs .view-header h3 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bluebox.storyblock5 .blue3titlebody,
  .bluebox.storyblockblue4 {
    background: #c8ecec;
    margin: auto;
    position: relative;
  }
  .blue2titlebody .playlink {
    position: relative;
    bottom: 0;
  }
  #factcarousel h2 {
    font-size: 35px;
    line-height: 35px;
    width: 100%;
    padding: 10px;
  }
  #factcarousel h4 {
    font-size: 20px;
    padding: 10px;
  }
  #block-stayconnectedhomepage {
    padding: 20px;
  }
  .lessmargin,
  .view-latest.view-display-id-block_1,
  .view-latest.view-display-id-block_2,
  .view-latest.view-display-id-block_4,
  .view-latest.view-display-id-block_6 {
    margin-top: 20px !important;
  }
  .site-footer__top .region-footer-third .content p:last-child {
    margin-left: 0px !important;
  }
  .site-footer__bottom .region-footer-sixth .content,
  .site-footer__bottom .region-footer-fourth .content {
    text-align: center !important;
  }
  .offcanvas {
    width: 100% !important;
    padding: 15px;
  }
  .offcanvas-header .btn-close {
    line-height: 64px;
  }
  #block-scdc-main-menu .navbar-nav > li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #353161;
  }
  #block-scdc-main-menu .dropdown-menu {
    margin-left: 20px;
  }
  #block-scdc-main-menu .dropdown-menu li {
    padding: 5px 0px;
  }
  .offcanvas-body {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .sidebar-offcanvas {
    width: 200px;
  }
  .row-offcanvas-left.active {
    left: 200px;
  }
  #btn-offcanvas {
    margin-right: 10px;
  }
  #btn-offcanvas:before {
    font-family: "Glyphicons Halflings";
    content: "\e251";
    padding-right: 5px;
    vertical-align: top;
  }
  #btn-offcanvas.active:before {
    content: "\e252";
  }
  .row-offcanvas-left .sidebar-offcanvas {
    position: static !important;
    width: 200px;
    margin-left: -200px;
    overflow: hidden;
    height: 0;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    height: auto;
  }
}
.gridroaster h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  clear: both;
}

.gridroaster .views-row {
  margin-bottom: 15px;
  width: 33%;
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 2px;
  min-height: 115px;
  background: #fff;
}

.gridroaster .feed-icons {
  clear: both;
}

.gridroaster .pager {
  clear: both;
}

caption {
  caption-side: initial !important;
  padding: 0.15rem !important;
}

.fulldiv h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.fulldiv h6 {
  font-size: 16px;
  font-weight: 600;
}

.fulldiv .table {
  margin-bottom: 0 !important;
}

.content-div {
  border: 1px solid #ccc;
}

.fulldiv .table th,
.fulldiv .table td {
  padding: 0.15rem !important;
}

.collapsediv {
  margin: 5px;
}

.hideabout .view-content {
  display: none;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.subhrd {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  display: block;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.filediv ul {
  padding: 5px 0px;
  margin: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  background-color: #8a0518 !important;
  border-color: #8a0518 #8a0518 #8a0518 !important;
  border-radius: 0px !important;
}

.filediv ul::before {
  color: #aaa;
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
  font-weight: 900;
}

.subhrd.collapsed::before {
  color: #aaa;
  content: "\f067" !important;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 900;
}

.main-content {
  margin-bottom: 30px;
}

.subhrd::before {
  color: #aaa;
  content: "\f068" !important;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 900;
}

.filediv ul {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}

.filediv li {
  border: none;
  background: none;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 0;
  color: #3c1000 !important;
  font-weight: 500;
  font-size: 16px !important;
}

.filediv li a,
.subhrd {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #8a0518 !important;
  font-size: 16px;
}

.fulldiv h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #8a0518 !important;
}

.btn {
  border-radius: 0px !important;
}

.view-group-nodes .view-filters {
  margin-top: 20px;
}

.view-document-listing .view-filters label {
  font-weight: 500;
}

.action-links .nav-link {
  display: initial;
}

tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #666;
  text-align: left;
  color: #3c1000 !important;
  font-weight: 500;
}

.view-secure-links-listing .view-header a,
.view-distribution-lists .view-header a {
  color: #d71d37 !important;
  font-weight: 500;
}

.view-roster form .form-actions {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.gridroaster h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  clear: both;
}

.gridroaster h3 a {
  color: #d71d37;
}

.view-roster a {
  color: #3c1000;
}

tr td a,
tr th a,
.documentlisting .nav-link {
  color: #8a0518 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.filediv li:last-child {
  text-align: right;
  width: 10%;
}

.btn-primary {
  color: #ffffff;
  background-color: #8a0518 !important;
  border-color: #8a0518 !important;
  border-radius: 0px !important;
}

.filediv li:nth-child(2) {
  width: 48%;
}

.filediv li:first-child {
  width: 38%;
}

.document-library-view .view-grouping,
.fulldiv {
  border: none;
  padding: 0.15rem;
  margin-top: 0.25rem;
}

footer p {
  margin-bottom: 0;
}

#block-default-search-form,
#block-default-account-menu,
#block-searchform-2,
#block-useraccountmenu,
#block-searchform {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
}

#search-block-form {
  display: inherit;
}

#search-block-form .btn-primary {
  background: #000000;
  margin-top: -4px;
}

#block-default-main-menu-menu,
#block-default-account-menu-menu {
  color: #fff;
}

.views-field.views-field-field-profile-last-name {
  font-weight: 500;
}

.views-field.views-field-mail {
  font-style: italic;
}

.views-view-grid .views-col {
  margin-bottom: 10px;
  max-width: 30%;
}

.newsdetailauthor {
  font-size: 18px;
  color: #027095;
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
}

.newsdetails {
  margin-top: 80px !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.newsupdatesdetail .newsdetailtitle {
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  color: #3c1000;
}

.newsupdatesdetail .newsbody p,
.newsupdatesdetail .newsbody ul li {
  margin-bottom: 30px;
  font-family: FreightSansProSemiBold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #3c1000;
  line-height: 24px;
}

.newsupdatesdetail .newsbody p a,
.newsupdatesdetail .newsbody ul li a {
  color: #3c1000;
}

.definingcure.overview-stories-second.text-left h4 {
  color: #3c1000;
}

.definingcure .phasehrd {
  text-align: center;
  font-size: 22px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 40px auto;
  color: #3c1000;
}

.aboutstories.view-display-id-block_14 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  padding-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-scdc-inputpanel {
  background: #E8D47F;
  padding: 20px;
  width: 83%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #3C1000;
  margin-top: 4rem;
}

.col-xs-12.col-sm-12.col-md-6.col-lg-6.yellowbg {
  margin-top: 15px;
}

.packagedownload {
  margin-top: 40px;
  display: inline-block;
  width: 70%;
  margin-left: 20px;
}

.view-display-id-block_3 .resmarginbody {
  font-size: 18px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
}

.view-display-id-block_3 .view-header,
.view-display-id-block_5 .view-header {
  text-align: center;
  font-size: 22px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  width: 80%;
  margin: 40px auto;
  color: #3c1000;
}

.aboutstories .views-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70vw;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.view-display-id-block_3 .view-footer,
.view-display-id-block_5 .view-footer {
  text-align: center;
  font-size: 22px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  width: 75%;
  margin: 40px auto;
  color: #3c1000;
}

.trialcrisp.view-display-id-block_3 h3,
.trialcrisp.view-display-id-block_5 h3 {
  display: none !important;
}

#homecarousel .carousel-caption h2 {
  font-size: 58px;
  line-height: 58px;
  color: #fff;
  width: 72%;
}

#homecarousel .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 75%;
  min-height: 600px;
  padding-top: 15%;
}

#homecarousel .slideshow_slide-5.item.carousel-item.active .carousel-caption {
  padding-top: 10% !important;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.topheaderinner .row.region.region-featured-top {
  padding: 0px;
}

.topheaderinner .block-views-blockhome-page-slider-view-block-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ceiatext small {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
  display: inline-block;
}

.ceaibig h3 {
  color: #d71d37;
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  display: block;
  line-height: 50px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 70px;
}

.ceiatext::before {
  display: block;
  content: "";
  position: relative;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 100%;
  border-left: 2px solid #531618;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  max-height: 74px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.ceiaquote {
  padding-left: 30px;
}

.blue2titlebody {
  padding: 26px !important;
  min-height: 124px;
  position: relative;
}

.bluebox .blue2titlebody {
  background: #c8ecec !important;
}

.bluebox {
  background: none;
}

.view-display-id-block_15 .view-content.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0px;
  margin-right: 0px;
}

.first .blue2titlebody {
  background: #c8ecec !important;
}

.last .blue2titlebody {
  background: #c79a63 !important;
}

.col-md-6.bluebox.blue2 {
  margin-top: 4rem;
}

#block-scdc-views-block-stoies-block-17 .col-md-6.bluebox.blue2 {
  margin-top: 100px;
  margin-bottom: 80px;
}

.col-md-12.trail2.ceiagoals {
  background: #E8D47F;
  padding: 60px;
}

.ceiagoals big {
  color: #3c1000 !important;
  font-size: 40px !important;
  text-align: left !important;
  margin-top: 0px !important;
  display: block;
  line-height: 20px !important;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px !important;
}

.ceiagoals li {
  padding-bottom: 15px;
  font-size: 21px;
}

.col-md-12.ceaimem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-md-12.ceaimem3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-md-12.ceaimem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blueceia {
  margin: 15px;
  background-color: #c0e5e5;
  color: #3c1000;
  padding: 15px;
}

.yellowceia {
  margin: 15px;
  background: #e8d47f;
  padding: 15px;
}

.blueceia p {
  width: 285px;
  font-size: 16px;
  font-style: normal;
}

.yellowceia p {
  width: 285px;
  font-size: 16px;
  font-style: normal;
}

.contextual-links-region.panel-pane.pane-node.col-md-3.blueceia.brownceia {
  background-color: #c79a63;
}

.blueceia .field-item.even {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
}

.ceaimem3 .pane-title {
  padding-bottom: 15px;
}

.yellowceia .pane-title {
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: left;
  color: #3c1000;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.blueceia .pane-title {
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: left;
  color: #3c1000;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.yellowceia .field-item.even {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
}

.blueceia .field-item.even {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
}

.activities .accordion-toggle {
  font-size: 24px;
}

.view-display-id-block_3 li {
  font-size: 20px;
  color: #f7f6f0;
}

.view-display-id-block_3 .faqtitle {
  font-size: 24px !important;
}

.view-awards .panel-heading .panel-title a:after {
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(/images/existing/White_Less.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.award007.activitiesceia .view-content {
  background: #d71d37;
  padding: 60px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.featceia small {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-style: normal;
  color: #3c1000;
  margin-top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
  line-height: 30px;
}

.featceia p,
.ceiatext p {
  font-family: FreightSansProSemibold-Regular;
  font-size: 20px;
  color: #3c1000;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  letter-spacing: 0.5px;
  background: #f7f6f1;
  text-align: left;
}

.featceia {
  text-align: left;
}

.featceia .downloadroa {
  margin-right: 20px;
}

#block-scdc-views-block-awards-block-3 h2 {
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d71d37;
  padding: 40px;
}

.bottomlink {
  color: #3c1000;
  font-size: 24px;
}

.bottomlink:hover {
  color: #d71d37 !important;
}

.nextlink.ceialink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 75% !important;
  border-top: none;
  padding-top: 0px;
}

#block-scdc-views-block-faqs-block-1 .view-faqs {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#block-scdc-views-block-faqs-block-1 .view-faqs a.faqtitle {
  color: #3c1000 !important;
  font-size: 35px;
  font-family: FreightSansProBold-Regular;
}

.toolbar .toolbar-bar .toolbar-item {
  color: #fff !important;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  color: #000 !important;
}

.homebannertop {
  background: #d81d38;
}

.homebannertext p {
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 4rem;
}

.homebannertext.col-md-12.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homedownload.field-content.downloadlink3.newdownloadlink a {
  color: #fff !important;
}

.homedownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0rem;
}

.homedownload .downloadroa {
  margin-left: 25px;
}

.homebluetitle.blue2titlebody .playlink {
  position: relative;
  bottom: 0px;
}

.view-display-id-block_17 .view-content.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0px;
  margin-right: 0px;
}

.first .homebluetitle.blue2titlebody {
  background: #ead67f !important;
}

.homebluetitle.blue2titlebody {
  background: #c8ecec !important;
}

.homebluetitle p {
  width: 85%;
  font-size: 20px;
  height: 120px;
}

#block-scdc-views-block-latest-block-12 {
  width: 33%;
}

#block-scdc-views-block-latest-block-10 {
  width: 33%;
}

#block-scdc-views-block-latest-block-11 {
  width: 33%;
}

.homelatest .newstitle {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  padding: 0px 20px;
  text-align: left;
  display: block;
}

.homelatest .mystorymain {
  margin: 0px 0px 0px 0px;
}

.homelatest .typename {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.homelatest .views-field-field-nih-blog {
  padding: 20px 20px 0px 20px;
}

.homelatest .content img {
  max-width: 100%;
  height: 100%;
  margin-right: 15px;
}

.homelatest .readstorylink1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homelatest h5 {
  color: #d81d38;
  font-weight: 600;
}

.homelatest .views-field-nothing {
  padding: 20px 10px 40px 10px;
}

.homelatest .readstorylink1 {
  font-size: 24px;
  line-height: 25px;
  width: 100%;
}

.text-align-center.latestmaintitle {
  font-size: 45px;
  color: #d81d38;
  padding: 45px;
  margin-top: 20px;
}

.last.even .storyblock7title .col-md-12.blue2img.ceiavideoimg {
  padding-left: 30px;
}

.first.odd .storyblock7title .col-md-12.blue2img.ceiavideoimg {
  padding-right: 30px;
}

.homelatestline {
  padding-bottom: 30px;
  border-bottom: #3c1000 1.5px solid;
}

.trialcrisp.view-research-resources .reslink a img {
  height: 40px !important;
}

.trialcrisp.view-research-resources .resmarginbody {
  margin-left: 0px;
  margin-top: 17px;
}

.slideshow_slide-2 .carousel-caption p {
  line-height: 14px;
  color: #3c1000;
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 21px;
}

#homecarousel .slideshow_slide-2 .carousel-caption {
  bottom: 15%;
  right: 0%;
  text-align: left;
  width: 87%;
  left: 55%;
  color: red;
  padding-top: 13%;
}

#homecarousel .slideshow_slide-2 .carousel-caption h2 {
  font-size: 60px;
  line-height: 70px;
  color: #3c1000;
  width: 100%;
  font-weight: 600;
  padding-bottom: 27px;
}

.content .slideshow_slide-1 .carousel-caption a,
.content .slideshow_slide-2 .carousel-caption a {
  display: inline;
  font-weight: 600;
  color: #c5343d;
  font-size: 19px;
  font-family: FreightSansProSemibold-Regular;
  text-transform: uppercase;
  line-height: 6rem !important;
}

.slideshow_slide-2 h4 {
  font-size: 40px;
  margin: 0px;
  color: #3c1000;
}

#homecarousel .slideshow_slide-3 .carousel-caption {
  right: 15%;
  bottom: 30%;
  left: 10%;
  text-align: left;
  width: 47%;
  vertical-align: middle;
  padding-top: 17%;
}

#homecarousel .slideshow_slide-3 .carousel-caption h3 {
  font-size: 39px;
  font-weight: bold;
  color: #3c1000;
  line-height: 43px;
}

.content .slideshow_slide-3 .carousel-caption a {
  display: inline-block;
  font-weight: 600;
  color: #3c1000;
  font-size: 19px;
  font-family: FreightSansProSemibold-Regular;
  text-transform: uppercase;
  line-height: 4rem;
}

.slideshow_slide-3 .carousel-caption p {
  font-size: 25px;
  line-height: 55px;
  color: #3c1000;
}

.slideshow_slide-5 .carousel-caption p {
  font-size: 15px;
  line-height: 19px;
  color: #3c1000;
  font-weight: bold;
}

.prr-modal__body p {
  color: #fff !important;
}

.prr-banner__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 16px;
}

.prr-banner__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  color: #3c1000;
  border: 2px solid rgb(60, 16, 0);
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}

#homecarousel .slideshow_slide-4 .carousel-caption h2 {
  font-family: FreightSansProBold-Regular;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  width: 60%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#homecarousel .slideshow_slide-4 .carousel-caption {
  bottom: 17%;
  right: 0%;
  text-align: left;
  width: 87%;
  left: 46%;
  padding-top: 13%;
}

.content .slideshow_slide-4 .carousel-caption a {
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  font-family: FreightSansProSemibold-Regular;
  text-transform: uppercase;
}

#homecarousel .slideshow_slide-4 .carousel-caption h4 {
  text-transform: uppercase;
  font-size: 26px;
}

#homecarousel .slideshow_slide-5 .carousel-caption h2 {
  font-size: 55px;
  line-height: 55px;
  color: #3c1000;
  width: 86%;
}

.prr-banner__callout,
.prr-banner__callout a {
  font-size: 13px !important;
  line-height: 18px !important;
}

#homecarousel .slideshow_slide-5 .carousel-caption {
  bottom: 23%;
  right: 0%;
  text-align: left;
  width: 87%;
  left: 39% !important;
  color: #3c1000;
}

.content .slideshow_slide-5 .carousel-caption a {
  font-weight: 600;
  font-size: 15px;
  font-family: FreightSansProSemibold-Regular;
  text-transform: uppercase;
}

.prr-btn.prr-btn--light {
  color: #fff;
}

#homecarousel .carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: #bebaab 2px solid;
  border-top: 2px solid #bebaab;
  border-bottom: 2px solid #bebaab;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

#homecarousel .carousel-indicators [data-bs-target].active {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: #d81d38 2px solid;
  border-top: 2px solid #d81d38;
  border-bottom: 2px solid #d81d38;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  background: #d81d38;
}

#factcarousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0rem;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -7rem;
  margin-left: 15%;
  list-style: none;
}

.content .slideshow_slide-1 .homesliderbutton {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/Red_Next.png) no-repeat left 2px center;
}

.content .slideshow_slide-5 .homesliderbutton {
  padding: 16px 0px 16px 80px;
  background: url(/images/existing/Red_Next.png) no-repeat left 2px center;
}

.content .slideshow_slide-2 .homesliderbutton {
  padding: 0px 80px 0px 0px;
  background: url(/images/existing/Red_Next.png) no-repeat right 2px center;
}

.content .slideshow_slide-2 .homesliderbutton:hover {
  padding: 0px 80px 0px 0px;
  background: url(/images/existing/Red_Next_Hover.png) no-repeat right 2px center;
}

.content .slideshow_slide-1 .homesliderbutton:hover {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/Red_Next_Hover.png) no-repeat left 2px center;
}

.content .slideshow_slide-5 .homesliderbutton:hover {
  padding: 16px 0px 16px 80px;
  background: url(/images/existing/Red_Next_Hover.png) no-repeat left 2px center;
}

.content .slideshow_slide-1 .carousel-caption a,
.content .slideshow_slide-2 .carousel-caption a,
.content .slideshow_slide-4 .carousel-caption a {
  display: inline-block;
  line-height: 6rem !important;
}

.content .slideshow_slide-1 .homesliderbutton:hover,
.content .slideshow_slide-2 .homesliderbutton:hover,
.content .slideshow_slide-5 .homesliderbutton:hover {
  color: #c5343d !important;
}

.content .slideshow_slide-4 .homesliderbutton:hover {
  color: #fff !important;
}

.content .slideshow_slide-4 .homesliderbutton {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/White_Next.png) no-repeat left 2px center;
}

.inihomepage {
  line-height: 4rem;
  padding: 0px 80px 0px 0px;
  background: url(/images/existing/White_Next.png) no-repeat right 2px center;
}

.content .slideshow_slide-4 .homesliderbutton:hover {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/White_Next_Hover.png) no-repeat left 2px center;
}

.inihomepage:hover {
  line-height: 4rem;
  padding: 0px 80px 0px 0px;
  background: url(/images/existing/White_Next_Hover.png) no-repeat right 2px center;
}

.content .slideshow_slide-3 .homesliderbutton {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/Brown_Play.png) no-repeat left 2px center;
}

.content .slideshow_slide-3 .homesliderbutton:hover {
  padding: 0px 0px 0px 80px;
  background: url(/images/existing/Brown_Play_Hover.png) no-repeat left 2px center;
}

#factcarousel .carousel-indicators p {
  margin-top: -30px;
  margin-bottom: 3rem;
}

#factcarousel .carousel-indicators p {
  font-family: FreightSansProBlack-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #f7f6f0;
  margin-right: 1px !important;
  width: auto;
  height: auto;
  text-indent: inherit;
  background: none;
  border-radius: 0px;
  border-bottom: 4px solid #f7f6f0;
  padding-bottom: 8px;
  margin-top: -30px;
  margin-bottom: 0rem;
}

#factcarousel .carousel-indicators [data-bs-target] {
  text-indent: 0px !important;
  height: 0px !important;
  margin-right: 45px !important;
}

.first .blue2titlebody #playimg {
  width: 109px !important;
}

.first .resmarginbodybak {
  padding-left: 9px;
}

.storyblock7title .views-field.views-field-field-ti-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storyblock7title .downloadlink3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storyblock7title .resmarginbodybak {
  padding-left: 9px;
  padding-top: 14px;
}

.homeimgbox img {
  min-height: 250px;
}

.homeimgbox {
  height: 250px;
}

@media (max-width: 540px) {
  #factcarousel .carousel-indicators {
    margin-bottom: -2rem !important;
  }
  .homefacts {
    padding-bottom: 100px !important;
  }
  .homebluetitle p {
    width: 100% !important;
  }
  .last.even .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 0px;
    padding-right: 9px;
    margin-top: 11px;
    line-height: 24px;
  }
  .first.odd .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 7px;
    padding-right: 9px;
    width: 100%;
  }
  .first.odd .storyblock7title .col-md-12.blue2img.ceiavideoimg {
    padding-right: 10px;
  }
  .last.even .storyblock7title .col-md-12.blue2img.ceiavideoimg {
    padding-left: 10px;
  }
  .content .slideshow_slide-2 .carousel-caption a {
    width: 48% !important;
    height: 52px;
    padding-top: 10px;
  }
  .content .slideshow_slide-4 .carousel-caption a {
    height: 55px !important;
  }
  #archivedhrd {
    margin-top: 30px !important;
  }
  .newsupdatesarchive .newsupdateview {
    padding: 19px 7px !important;
  }
  .newsupdatesarchive .newsupdateview .views-field.views-field-title {
    width: 410px !important;
  }
  .rescolumn .fromcurediv {
    width: auto;
    margin-left: 0px !important;
  }
  .col-md-12.trail2.ceiagoals {
    background: #E8D47F;
    padding: 32px;
  }
  .featceia small {
    text-align: left !important;
    font-size: 17px !important;
    font-family: FreightSansProBold-Regular;
    font-style: normal;
    color: #3c1000;
    margin-top: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70% !important;
    line-height: 26px;
  }
  .field-content.newtabtrail.newdownloadlink {
    margin-left: 0px !important;
  }
  .featceia {
    margin: auto;
    width: 90%;
  }
  .definingcure h4 {
    color: #3c1000;
    text-align: center;
  }
  .ceiatext::before {
    display: inline-block;
    content: "";
    position: relative;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 65% !important;
  }
  .ceiatext small {
    font-size: 26px;
    line-height: 30px;
  }
  .bluebox.storyblockblue4 {
    margin-bottom: 40px;
  }
  #block-scdc-content .inputpanelbody .nextlink a {
    height: 64px;
    line-height: 19px !important;
    padding: 14px 0px 0px 11px !important;
    width: 90% !important;
  }
  .view-trail-information {
    background: #c5eaea;
    width: 93% !important;
  }
  .phase2 {
    background: #ead67f;
    padding: 30px !important;
  }
  .phase12 {
    background: #c5eaea;
    padding: 30px !important;
  }
  .phase2 .downloadroa,
  .phase12 .downloadroa {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-right: 10px;
  }
  .phase2 .downloadlink3 a,
  .phase12 .downloadlink3 a {
    font-size: 18px;
    color: #3c1000;
    text-transform: uppercase;
    font-family: FreightSansProBold-Regular;
    text-decoration: none;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100% !important;
  }
  .playlink {
    font-size: 14px;
    line-height: 20px;
  }
  .playlink {
    font-size: 14px;
    line-height: 20px;
  }
  .packagedownload {
    margin-top: 40px;
    display: inline-block;
    width: 95% !important;
    margin-left: 12px !important;
  }
  .view-display-id-block_3 .view-footer,
  .view-display-id-block_5 .view-footer {
    text-align: center;
    font-size: 21px;
    font-family: FreightSansProBold-Regular;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    margin: 40px auto;
  }
  .view-research-resources .rescolumn {
    margin-bottom: 0px;
  }
  .view-display-id-block_3 .view-header,
  .view-display-id-block_5 .view-header {
    width: 100%;
    text-align: center;
    font-size: 21px;
    margin: 10px auto;
  }
  .definingcure .phasehrd {
    text-align: center;
    font-size: 21px;
  }
  #genetic-therapies {
    font-size: 42px;
    text-align: center;
  }
  .crisp h3,
  .virushelp h3 {
    color: #3c1000;
    font-size: 35px;
    line-height: 36px;
  }
  .storyblock10.topmargin {
    margin-top: 0px;
  }
  .view-faqs a.faqtitle {
    font-family: FreightSansProBold-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #d71d37;
    display: block;
    position: relative;
    padding: 14px 0px !important;
    padding-right: 69px !important;
    line-height: 33px !important;
  }
  .funding-opportunities h3,
  .trialview h3,
  .inputpanelbody h3 {
    font-size: 36px !important;
    line-height: 43px !important;
  }
  .pastmemberimage {
    padding: 9px;
    display: inline-grid;
    margin: auto;
  }
  .memberspotlightcip .memberspotlightcontent h3 {
    font-size: 38px;
  }
  .memberspotlightcip .memberspotlightcontent h5 {
    line-height: 34px;
  }
  .memberspotlightcip .memberspotlightcontent p {
    font-size: 20px;
    color: #f7f6f0;
    font-family: FreightSansProSemibold-Regular;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
  }
  .memberimg {
    margin-left: 0px;
  }
  .curmember .leaderimgdiv {
    margin-right: 0px;
    margin-top: 0px !important;
    z-index: 1;
    padding-right: 0px;
    width: 50%;
  }
  .col-md-7.col-sm-7.leadercondiv {
    width: 50%;
  }
  .blueceia .pane-title {
    font-size: 25px !important;
  }
  .yellowceia .pane-title {
    font-size: 25px !important;
  }
  .communitytitle {
    height: 100% !important;
    padding: 0px 15px !important;
    padding: 10px !important;
    font-family: FreightSansProBold-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 22px !important;
    text-align: left;
    line-height: 25px !important;
    min-height: 0px !important;
  }
  .collaborators .views-view-grid .views-row {
    float: right;
    clear: both;
    width: 95%;
    margin: auto;
    max-height: 100% !important;
  }
  .blueceia {
    height: auto !important;
  }
  .text-align-center.latestmaintitle {
    color: #d71d37 !important;
    font-size: 49px !important;
    margin: auto !important;
    padding: 0px !important;
    width: 88% !important;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    display: inline-block;
    line-height: 1.1rem !important;
  }
  .content .slideshow_slide-4 .carousel-caption a {
    display: inline-block;
    line-height: 1.1rem !important;
  }
  .content .slideshow_slide-4 .carousel-caption a {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    width: 51%;
  }
  #homecarousel .carousel-caption h2 {
    font-size: 24px !important;
    line-height: 27px !important;
    color: #fff;
    width: 72%;
    padding-bottom: 0px !important;
  }
  #homecarousel .slideshow_slide-4 .carousel-caption {
    bottom: 0;
    right: 0%;
    text-align: left;
    width: 100%;
    left: 34%;
    padding-top: 5%;
  }
  #homecarousel .slideshow_slide-4 .carousel-caption h4 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 0px;
  }
  #homecarousel .slideshow_slide-4 .carousel-caption h2 {
    font-family: FreightSansProBold-Regular;
    font-size: 20px !important;
    line-height: 19px !important;
    color: #fff;
    width: 62%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .content .slideshow_slide-4 .homesliderbutton {
    padding: 0px 0px 0px 67px;
    background: url(/images/existing/White_Mobile_Next.png) no-repeat left 2px center;
  }
  #homecarousel .slideshow_slide-3 .carousel-caption {
    right: 15%;
    bottom: 13%;
    left: 0;
    text-align: left;
    width: 58%;
    vertical-align: middle;
    padding-top: 13% !important;
  }
  .content .slideshow_slide-3 .carousel-caption a {
    display: inline-block;
    font-weight: 600;
    color: #3c1000;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 3.2rem;
  }
  .content .slideshow_slide-3 .homesliderbutton {
    padding: 0px 0px 0px 60px;
    background: url(/images/existing/Brown_Mobile_Play.png) no-repeat left 2px center;
  }
  .slideshow_slide-3 .carousel-caption p {
    font-size: 14px;
    line-height: 15px;
    color: #3c1000;
    margin-bottom: 3px;
  }
  #homecarousel .slideshow_slide-3 .carousel-caption h3 {
    font-size: 14px;
    font-weight: bold;
    color: #3c1000;
    line-height: 18px;
  }
  .content .slideshow_slide-2 .carousel-caption a {
    display: inline;
    font-weight: 600;
    color: #c5343d;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 6rem !important;
    width: 45%;
  }
  .content .slideshow_slide-1 .carousel-caption a {
    display: inline;
    font-weight: 600;
    color: #c5343d;
    font-size: 16px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 6rem !important;
  }
  .content .slideshow_slide-2 .carousel-caption a {
    display: inline-block;
    line-height: 1.1rem !important;
  }
  .slideshow_slide-2 .carousel-caption p {
    line-height: 16px;
    color: #3c1000;
    font-family: "merriweather", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 3px;
    width: 50%;
  }
  .slideshow_slide-2 h4 {
    font-size: 17px;
    margin: 0px;
    color: #3c1000;
  }
  #homecarousel .slideshow_slide-2 .carousel-caption {
    bottom: 15%;
    right: 0%;
    text-align: left;
    width: 100%;
    left: 46%;
    color: red;
    padding-top: 4% !important;
  }
  #homecarousel .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 75%;
    min-height: 250px;
    padding-top: 10%;
  }
  .content .slideshow_slide-2 .homesliderbutton {
    padding: 0px 0px 0px 61px;
    background: url(/images/existing/Red_Mobile_Next.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-1 .homesliderbutton {
    padding: 0px 0px 0px 60px;
    background: url(/images/existing/Red_Mobile_Next.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-5 .homesliderbutton {
    padding: 10px 0px 12px 61px;
    background: url(/images/existing/Red_Mobile_Next.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-1 .carousel-caption a {
    display: inline-block;
    line-height: 4rem !important;
  }
  #homecarousel .slideshow_slide-1 .carousel-caption h2 {
    font-size: 28px;
    line-height: 27px;
    color: #fff;
    width: 76%;
  }
  #homecarousel .carousel-caption h2 {
    font-size: 28px;
    line-height: 27px;
    color: #fff;
    width: 72%;
  }
  .topheaderinner .block-views-blockhome-page-slider-view-block-1 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 260px;
  }
  .ceiatext::before {
    display: inline-block;
    content: "";
    position: relative;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #531618;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-height: 74px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100px;
  }
  .nextlink.ceialink {
    width: 100% !important;
  }
  #block-scdc-views-block-faqs-block-1 .view-faqs a.faqtitle {
    color: #3c1000 !important;
    font-size: 27px;
    font-family: FreightSansProBold-Regular;
    line-height: 28px;
  }
  .featceia small {
    font-size: 21px;
    font-family: FreightSansProBold-Regular;
    font-style: normal;
    color: #3c1000;
    margin-top: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70%;
    line-height: 28px;
  }
  .ceaimem3,
  .ceaimem {
    display: block !important;
    width: 100% !important;
  }
  .nextlink a {
    line-height: 64px;
  }
  .homebannertext p {
    font-family: "merriweather", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 22px;
    margin-top: 2rem;
  }
  .homedownload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 1rem;
    padding-bottom: 25px;
    padding-left: 29px;
  }
  .inihomepage {
    line-height: 1.6rem;
    padding: 0px 0px 0px 65px;
    background: url(/images/existing/White_Mobile_Next.png) no-repeat left 2px center;
  }
  .inihomepage:hover {
    line-height: 1.6rem;
    padding: 0px 0px 0px 65px;
    background: url(/images/existing/White_Mobile_Next_Hover.png) no-repeat left 2px center;
  }
  .col-md-12.blue2img.ceiavideoimg {
    margin-top: 20px;
  }
  .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 0px;
  }
  #block-scdc-views-block-latest-block-12 {
    width: 100%;
  }
  #block-scdc-views-block-latest-block-10 {
    width: 100%;
  }
  #block-scdc-views-block-latest-block-11 {
    width: 100%;
  }
  .view-display-id-block_17 .view-content.row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .view-display-id-block_15 .view-content.row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .first .field-content.downloadlink3.newdownloadlink {
    margin-top: 0px;
  }
  .last .field-content.downloadlink3.newdownloadlink {
    margin-top: 50px;
  }
  .last .resmarginbodybak {
    color: #3c1000;
    width: 100%;
    margin-top: 12px;
  }
  .first .resmarginbodybak {
    color: #3c1000;
    width: 100%;
    font-size: 19px;
    line-height: 21px;
    margin-top: 8px;
  }
  #homecarousel .slideshow_slide-5 .carousel-caption h2 {
    font-size: 19px !important;
    line-height: 21px !important;
    color: #3c1000;
    width: 58%;
  }
  .slideshow_slide-5 .carousel-caption p {
    font-size: 19px;
    line-height: 0px;
    color: #3c1000;
    font-weight: bold;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    font-weight: 600;
    color: #c5343d;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    width: 54%;
  }
  #homecarousel .slideshow_slide-5 .carousel-caption {
    bottom: 0;
    right: 0%;
    text-align: left;
    width: 100% !important;
    left: 30% !important;
    color: #3c1000;
    padding-top: 12%;
  }
  .content .slideshow_slide-1 .homesliderbutton:hover {
    padding: 0px 0px 0px 60px;
    background: url(/images/existing/Red_Mobile_Next_Hover.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-5 .homesliderbutton:hover {
    padding: 13px 0px 13px 80px;
    background: url(/images/existing/Red_Mobile_Next_Hover.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-4 .homesliderbutton:hover {
    padding: 0px 0px 0px 60px;
    background: url(/images/existing/White_Mobile_Next_Hover.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-2 .homesliderbutton:hover {
    padding: 0px 0px 0px 61px;
    background: url(/images/existing/Red_Mobile_Next_Hover.png) no-repeat left 2px center;
  }
  .content .slideshow_slide-3 .homesliderbutton:hover {
    padding: 0px 0px 0px 60px;
    background: url(/images/existing/Brown_Mobile_Play_Hover.png) no-repeat left 2px center;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .blueceia p {
    width: 100% !important;
  }
  .yellowceia p {
    width: 100% !important;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    line-height: 4rem !important;
    display: inline-block !important;
  }
  .content .slideshow_slide-1 .carousel-caption a,
  .content .slideshow_slide-2 .carousel-caption a {
    display: inline-block !important;
    height: 100% !important;
  }
  .first .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 9px !important;
  }
  .last .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 24px !important;
  }
  #homecarousel .slideshow_slide-4 .carousel-caption {
    bottom: 12%;
    right: 0%;
    text-align: left;
    width: 82%;
    left: 40%;
  }
  .slideshow_slide-5 .carousel-caption a {
    display: inline-block;
    line-height: 2rem !important;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    width: 58%;
    font-weight: 600;
    color: #c5343d;
    font-size: 21px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 2rem !important;
  }
  #homecarousel .slideshow_slide-5 .carousel-caption h2 {
    font-size: 35px;
    line-height: 36px;
    color: #3c1000;
    width: 50%;
  }
  #homecarousel .slideshow_slide-5 .carousel-caption h2 {
    font-size: 35px;
    line-height: 36px;
    color: #3c1000;
    width: 50%;
  }
  #homecarousel .slideshow_slide-4 .carousel-caption h2 {
    font-family: FreightSansProBold-Regular;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .content .slideshow_slide-1 .carousel-caption a,
  .content .slideshow_slide-2 .carousel-caption a,
  .content .slideshow_slide-4 .carousel-caption a {
    display: inline-block;
    line-height: 4rem !important;
  }
  .slideshow_slide-3 .carousel-caption p {
    font-size: 25px;
    line-height: 23px;
    color: #3c1000;
  }
  .slideshow_slide-3 .carousel-caption p {
    font-size: 25px;
    line-height: 23px;
    color: #3c1000;
  }
  #homecarousel .slideshow_slide-3 .carousel-caption h3 {
    font-size: 28px;
    font-weight: bold;
    color: #3c1000;
    line-height: 25px;
  }
  #homecarousel .slideshow_slide-3 .carousel-caption {
    right: 15%;
    bottom: 13%;
    left: 10%;
    text-align: left;
    width: 52%;
    vertical-align: middle;
  }
  #homecarousel .carousel-caption h2 {
    font-size: 56px;
    line-height: 54px;
    color: #fff;
    width: 72%;
  }
  #homecarousel .slideshow_slide-2 .carousel-caption h2 {
    font-size: 50px;
    line-height: 44px;
    color: #3c1000;
    width: 100%;
    font-weight: 600;
    padding-bottom: 10px;
  }
  #homecarousel .slideshow_slide-2 .carousel-caption {
    bottom: 15%;
    right: 0%;
    text-align: left;
    width: 54%;
    left: 48%;
    color: red;
  }
  #block-scdc-views-block-latest-block-12 {
    width: 100%;
  }
  #block-scdc-views-block-latest-block-10 {
    width: 100%;
  }
  #block-scdc-views-block-latest-block-11 {
    width: 100%;
  }
  .inihomepage {
    line-height: 4rem;
    padding: 0px 80px 0px 0px;
    background: url(/images/existing/White_Next.png) no-repeat right 2px center;
  }
  .homedownload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0rem;
  }
  .storyblock7title .downloadlink3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
  }
  .first .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 0px;
  }
  .last .storyblock7title .resmarginbodybak {
    padding-left: 9px;
    padding-top: 0px;
  }
  #homecarousel .slideshow_slide-1 .carousel-caption h2 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    width: 74%;
  }
  .homebannertext .downloadlink3 a {
    font-size: 16px;
    color: #3c1000;
    text-transform: uppercase;
    font-family: FreightSansProBold-Regular;
    text-decoration: none;
  }
  .text-align-center.latestmaintitle {
    font-size: 43px;
    color: #d81d38;
    padding: 14px;
  }
  .homebluetitle p {
    width: 97%;
    font-size: 20px;
    height: 120px;
  }
  .content .slideshow_slide-1 .carousel-caption a,
  .content .slideshow_slide-2 .carousel-caption a {
    margin-top: 0.5rem;
    display: inline;
    font-weight: 600;
    color: #c5343d;
    font-size: 19px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 6rem !important;
  }
  .homelatest .views-field-nothing {
    padding: 12px 10px 22px 10px;
  }
}
.nav-tabs {
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: none !important;
}

.homepageblocks {
  font-weight: 700;
}

.collaborators .views-view-grid .views-row {
  float: right;
  clear: both;
  width: 95%;
  margin: auto;
  max-height: 115px;
}

.inputpanelbody p {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #3c1000;
}

.view-faqs .view-header {
  margin-bottom: 50px;
}

.storyblock7 .col-md-6.blue2img {
  padding: 0px;
}

.phase-2 p,
.crisp p,
.virushelp p,
.trialview p,
.inputpanelbody p,
.inputpanelbody ul li {
  color: #3c1000;
}

.resmarginbodyextra {
  font-family: FreightSansProSemibold-Regular;
  font-weight: normal;
  font-style: normal;
  color: #3c1000;
}

.crisp p,
.virushelp p {
  color: #3c1000;
}

.phase2 {
  background: #ead67f;
  padding: 60px;
  width: 85% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 60px;
}

.phase-2 h5,
.crispsub h5,
.virushelpsub h5,
.trialview h5,
.funding-opportunities h4 {
  font-size: 28px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #3c1000;
}

.crisp {
  padding: 60px;
  width: 85% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 30px;
}

.virushelp {
  background: #ead67f;
  padding: 60px;
  width: 85% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 60px;
}

#block-views-block-stoies-block-13 .blue3title {
  font-size: 33px;
  margin-bottom: 30px;
}

.storyblock7title .resmarginbodybak {
  padding-left: 9px;
  padding-top: 24px;
  padding-right: 9px;
}

.ceiavideoimg .resimgicon {
  min-height: 75px;
  float: left;
  margin-top: 10px;
}

.definingcure h4 {
  color: #3c1000;
}

.ceiagoals ul {
  color: #3c1000;
}

.yellowceia {
  color: #3c1000;
}

#block-scdc-views-block-awards-block-3 h2 {
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d71d37;
  padding: 40px;
  font-weight: 600 !important;
}

.field-content.newtabtrail.newdownloadlink {
  margin-left: 65px;
}

.newsupdatesarchive {
  margin-top: 50px;
}

.communitytitle {
  color: #3c1000;
}

button.navbar-toggler.collapsed,
button.navbar-toggler {
  border: none !important;
  color: #3c1000 !important;
  font-size: 16px !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 3em !important;
  height: 0.8em !important;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath stroke='rgba%2860, 16, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.3' d='M 3 11 L 3 13 L 29 13 L 29 11 L 3 11 Z M 3 19 L 3 21 L 29 21 L 29 19 L 3 19 Z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.menunav {
  font-family: FreightSansProbold-Regular;
  line-height: 30px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.storytitle a {
  text-transform: none;
  font-size: 20px;
}

.content .slideshow_slide-5 .carousel-caption a {
  display: inline-block;
}

.resmarginbodyextra {
  line-height: 19px !important;
}

#homecarousel .carousel-indicators [data-bs-target] {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

#homecarousel .carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
}

#homecarousel .carousel-indicators [data-bs-target].active {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 11px !important;
  height: 11px !important;
}

.carousel-indicators {
  margin-right: 15% !important;
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 1450px) {
  .carousel-caption {
    padding-top: 0% !important;
  }
}
@media only screen and (min-width: 900px) {
  #factcarousel .carousel-indicators p {
    margin-top: 80px !important;
  }
}
h3.group-title.collapse11-group-title {
  display: none;
}

.view-resources-library .group-title.collapse11-group-title {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.view-resources-library.view-display-id-page_1 .group-title {
  margin-bottom: 0px;
}

.view-resources-library.view-display-id-page_1 .view-grouping-header {
  color: #3c1000;
  position: relative;
  font-size: 40px;
  font-family: FreightSansProBold-Regular;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 55px;
  border-bottom: 1px solid #531618;
  border-radius: 0px;
}

.view-resources-library .group-title.collapse11-group-title {
  color: #3c1000;
  position: relative;
  font-size: 30px;
  font-family: FreightSansProBold-Regular;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  border-radius: 0px;
}

.row.group-content.collapse11-inside {
  margin-bottom: 0px;
}

.ressciencediv .view-grouping-header {
  color: #3c1000;
  font-size: 20px;
  font-family: FreightSansProBold-Regular;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

.ressciencediv .group-title.has-toggle {
  font-weight: normal;
  font-style: normal;
  display: block;
  text-decoration: none;
  padding: 23px;
  color: #3c1000;
  position: relative;
  font-size: 40px;
  font-family: FreightSansProBold-Regular;
  padding-left: 0px;
  text-align: left;
  border-bottom: 1px solid #531618;
  border-radius: 0px;
}

.ressciencediv .toggle-icon {
  float: right;
}

.ressciencediv .view-footer .nextlink {
  padding-top: 30px !important;
  padding-bottom: 100px !important;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 75% !important;
  border-top: none;
  padding-top: 60px;
}

@media (max-width: 540px) {
  .ressciencediv .group-title.has-toggle {
    font-weight: normal;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 23px;
    color: #3c1000;
    position: relative;
    font-size: 29px;
    font-family: FreightSansProBold-Regular;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #531618;
    border-radius: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ressciencediv .toggle-icon {
    float: right;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content .ressciencediv .toggle-icon img {
    min-width: 60px !important;
    height: auto;
  }
  .publink {
    margin-bottom: 30px;
  }
  .ressciencediv .view-grouping-header {
    color: #3c1000;
    font-size: 26px;
  }
}
.homecard-body p {
  font-size: 14px !important;
}

.prr-banner {
  --prr-red-tint: #8b2f2fe3;
  --prr-text: #ffffff;
  --prr-text-dim: #f3eaea;
  --prr-light: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--prr-red-tint)), to(var(--prr-red)));
  background: linear-gradient(180deg, var(--prr-red-tint) 0%, var(--prr-red) 100%);
  color: var(--prr-text);
  padding: 28px 18px;
}

.prr-btn.prr-btn--light {
  background: #3c1000;
}

.prr-btn.prr-btn--outline {
  background: #3c1000;
  color: #fff !important;
}

.prr-banner__inner {
  max-width: 93%;
}

.prr-btn.prr-btn--light:hover {
  color: #c5343d !important;
}

.prr-banner__title {
  margin: 0 0 24px 0;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.prr-banner__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: rgba(216, 29, 56, 0);
  color: #3c1000;
  border: 2px solid rgb(60, 16, 0);
  border-radius: 10px;
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 600;
}

.prr-banner__toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.prr-banner__toggle-icon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  font-weight: 700;
}

.prr-banner__toggle[aria-expanded=true] .prr-banner__toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.prr-banner__content p {
  margin: 0 0 14px 0;
  color: var(--prr-text-dim);
}

.prr-banner__content a {
  color: #fff;
  text-decoration: underline;
}

.prr-banner__callout {
  background: rgba(204, 201, 201, 0.12);
  border-left: 4px solid #d81d38;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--prr-light);
  width: 76%;
}

.prr-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.prr-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--prr-light);
}

.prr-btn--light {
  background: var(--prr-light);
  color: var(--prr-red);
  border-color: var(--prr-light);
}

.prr-btn--outline {
  background: transparent;
  color: var(--prr-light);
}

.prr-banner__kicker {
  margin-top: 14px;
  border-top: 1px dashed var(--prr-border);
  padding-top: 12px;
}

.prr-banner__news {
  margin: 0 0 2px 0;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.prr-banner__subhead {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
}

@media (min-width: 768px) {
  .prr-banner {
    padding: 36px 24px;
  }
  .prr-banner__actions {
    gap: 12px;
  }
}
.prr-modal[aria-hidden=true] {
  display: none;
}

.prr-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.prr-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.prr-modal__dialog {
  position: relative;
  background: #d81d38;
  color: #fff;
  width: 92vw;
  max-width: 840px;
  max-height: 85vh;
  margin: 6vh auto;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  outline: none;
}

.prr-modal__title {
  margin: 0;
  padding: 18px 56px 0 22px;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 1.25;
  font-weight: 700;
}

.prr-modal__body {
  padding: 14px 22px 22px;
  overflow: auto;
  max-height: calc(85vh - 60px);
}

.prr-modal__body a {
  color: #fff;
  text-decoration: underline;
}

.prr-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.prr-modal__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  #homecarousel .carousel-indicators [data-bs-target] {
    margin-right: 13px !important;
    margin-left: 13px !important;
  }
  .prr-banner__title {
    margin: 0 0 12px 0;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
  }
  .prr-banner {
    padding: 10px 18px !important;
  }
  .slideshow_slide-5.item.carousel-item .homesliderbutton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: #c5343d !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    font-size: 14px !important;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    line-height: 1.1rem !important;
    text-align: left !important;
  }
  .content .slideshow_slide-5 .carousel-caption .prr-modal__body a {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .content .slideshow_slide-5 .carousel-caption .prr-banner__actions a {
    padding-top: 14px;
    font-size: 12px !important;
    padding: 16px;
  }
  .slideshow_slide-5 .carousel-caption p {
    font-size: 14px;
    line-height: 16px;
    color: #3c1000;
    font-weight: bold;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    display: inline-block;
    line-height: 0rem !important;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    padding-top: 0px;
  }
  #homecarousel .slideshow_slide-5 .carousel-caption h2 {
    font-size: 19px !important;
    line-height: 21px !important;
    color: #3c1000;
    width: 75% !important;
  }
  .prr-banner__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: rgba(216, 29, 56, 0);
    color: #3c1000;
    border: 2px solid rgb(60, 16, 0);
    border-radius: 10px;
    padding: 5px 14px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
  }
  .content .slideshow_slide-5 .carousel-caption a {
    font-weight: 600;
    color: #c5343d;
    font-size: 15px;
    font-family: FreightSansProSemibold-Regular;
    text-transform: uppercase;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .prr-banner__callout,
  .prr-banner__callout a {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .prr-banner__callout {
    background: rgba(204, 201, 201, 0.12);
    border-left: 4px solid #d81d38;
    padding: 7px 6px;
    border-radius: 8px;
    color: var(--prr-light);
    width: 72%;
  }
  .prr-modal__dialog {
    width: 88vw;
    height: 88vh;
    max-width: none;
    max-height: none;
    margin: auto;
    border-radius: 0;
    margin-top: 20px;
  }
  .prr-modal__title {
    padding: 16px 56px 0 16px;
  }
  .prr-modal__body {
    padding: 12px 16px 20px;
    max-height: calc(100vh - 60px);
  }
}
.slideshow_slide-5.item.carousel-item .homesliderbutton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  font-size: 19px;
  font-family: FreightSansProSemibold-Regular;
  text-transform: uppercase;
  line-height: 3.1rem;
  color: #c5343d !important;
}

.slideshow_slide-5.item.carousel-item .homesliderbutton .arrow-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 4px;
}

.prr-btn.prr-btn--outline:hover {
  color: #c5343d !important;
}

body {
  background: #f7f6f1;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #f7f6f1;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

.offcanvas-body {
  background: transparent !important;
}

.offcanvas-header .btn-close,
.offcanvas-header {
  color: #f7f6f0 !important;
}

#navbar-top {
  background-color: #f7f6f0;
}

.scdcsidebar {
  background: #d81d38 !important;
}

.bg-scdc {
  background-color: #5B0F15 !important;
  padding: 0px !important;
}

#navbar-main {
  background-color: #1d84c3;
}

#block-scdc-dccmenu,
.bg-dcc-color {
  background-color: #3c1000;
}

#block-scdc-dccmenu .nav-item .nav-link {
  color: #ffffff;
}

#block-scdc-dccmenu .nav-item .nav-link:hover,
#block-scdc-dccmenu .nav-item .nav-link:focus,
#block-scdc-dccmenu .nav-item .nav-link.active {
  color: #ffffff !important;
  background-color: #8a0518;
}

a,
.link {
  color: #3c1000;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #d71d37;
}

.nav-item .dropdown-item a.active {
  color: white;
}

#block-scdc-main-menu-menu .nav-link {
  color: #f7f6f0 !important;
}

#block-scdc-main-menu-menu .nav-link:hover,
#block-scdc-main-menu-menu .nav-link:focus {
  color: #f7f6f0;
}

a:active,
.link:active {
  color: #23aeff;
}

.featured-top {
  background: #d81d38;
}

.subnavigation1 {
  background: #8a0518;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #eae7de;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

.site-footer__bottom .content a,
.site-footer__bottom .content {
  color: #3c1000;
}

[dir=rtl] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir=rtl] .color-form .form-item label {
  float: right;
}

[dir=rtl] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

.scroll-to-top {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #152850;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 0 8px;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px 8px 0 0;
  background-color: white;
  border: 1px solid #152850;
  width: auto;
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #152850;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color: #152850;
  background: #fff;
  text-decoration: none;
}
.scroll-to-top:hover i, .scroll-to-top:hover .icon, .scroll-to-top:focus i, .scroll-to-top:focus .icon {
  color: #152850;
}
.scroll-to-top:hover:visited, .scroll-to-top:focus:visited {
  color: #152850;
  text-decoration: none;
}
.scroll-to-top .icon {
  color: #152850;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=shared.472452b20dca0721f821.css.map*/